Did anyone figure out how to get to the mario pipe, and what the ??? quest is?
First ??? quest: Get an orange potion (to get the Firefox costume) Second ??? quest: Enter a portal. I found one to the east-southeast to the starting point. Still trying to figure out the last one.
Mozilla's BrowserQuest - Massively Multiplayer HTML5 Experiment
91–100 of 112 posts
Re: Mozilla's BrowserQuest - Massively Multiplayer HTML5 Experiment
#9219/20 ... what is the unknown ????? 20th one...anyone able to find?
Re: Mozilla's BrowserQuest - Massively Multiplayer HTML5 Experiment
#9319/20 ... what is the unknown ????? 20th one...anyone able to find?
Re: Mozilla's BrowserQuest - Massively Multiplayer HTML5 Experiment
#94Earlier quoted context omitted.
What would be the point of that? The only fun in the game (besides the fact that it works at all) is finding the new gear and getting the achievements. If you just edit your character, then you may as well not even play.
TBH I just did it because I could.
localStorage.data = localStorage.data.replace('sword1', goldensword')
But it just reverts after I type that into the console. Could someone explain how it works?
Re: Mozilla's BrowserQuest - Massively Multiplayer HTML5 Experiment
#95Earlier quoted context omitted.
TBH I just did it because I could.
How'd you do it? I'm trying to do: localStorage.data = localStorage.data.replace('sword1', goldensword') But it just reverts after I type that into the console. Could someone explain how it works?
localStorage.data = JSON.stringify((function (data) { data.player.weapon = 'goldensword'; return data })(JSON.parse(localStorage.data)))
and then reloaded the page, and I had the golden sword.Re: Mozilla's BrowserQuest - Massively Multiplayer HTML5 Experiment
#96Earlier quoted context omitted.
TBH I just did it because I could.
How'd you do it? I'm trying to do: localStorage.data = localStorage.data.replace('sword1', goldensword') But it just reverts after I type that into the console. Could someone explain how it works?
Re: Mozilla's BrowserQuest - Massively Multiplayer HTML5 Experiment
#97Earlier quoted context omitted.
How'd you do it? I'm trying to do: localStorage.data = localStorage.data.replace('sword1', goldensword') But it just reverts after I type that into the console. Could someone explain how it works?
I ran this line localStorage.data = JSON.stringify((function (data) { data.player.weapon = 'goldensword'; return data })(JSON.parse(localStorage.data))) and then reloaded the page, and I had the golden sword.
It be fun to show off if someone figured it out.
Re: Mozilla's BrowserQuest - Massively Multiplayer HTML5 Experiment
#9819/20 ... what is the unknown ????? 20th one...anyone able to find?
1. Go into forest 2. There is a maze cave in the top right corner of forest. 3. Get stuck in the maze ;) 4. To find final award just go through a cave door then go back into the door you came out of. 5. Yes, caves are magic
Re: Mozilla's BrowserQuest - Massively Multiplayer HTML5 Experiment
#9919/20 ... what is the unknown ????? 20th one...anyone able to find?
1. Go into forest 2. There is a maze cave in the top right corner of forest. 3. Get stuck in the maze ;) 4. To find final award just go through a cave door then go back into the door you came out of. 5. Yes, caves are magic
Re: Mozilla's BrowserQuest - Massively Multiplayer HTML5 Experiment
#100Earlier quoted context omitted.
I ran this line localStorage.data = JSON.stringify((function (data) { data.player.weapon = 'goldensword'; return data })(JSON.parse(localStorage.data))) and then reloaded the page, and I had the golden sword.
Ah, I see. I didn't reload the page. I wonder if there is any way to do this without reloading the page... It be fun to show off if someone figured it out.