Quantcast

Jump to content


Photo

Moltaran Worms - New Activity?


  • Please log in to reply
137 replies to this topic

#1 Sweeney

Sweeney
  • 1230 posts


Users Awards

Posted 14 December 2009 - 03:03 PM

What we know:
There are ten worms, and one lanturn.
The Lanturn is collected from Lampycks Shop.
The Worms cannot be collected until you have the lanturn.
When you have the Lanturn, click on the Worms to put them in your inventory.
The Worms show up on Moltara City and the Moltaran Caves
When you have all ten worms, click on the Lanturn in your inventory, and select "Fill with worms" to activate it.
You can now access the Dark Cave, which is a maze.
By exploring the maze, you can find Red Moltite (see below).
Once you have found some, your Lanturn will dim, and you will have to leave the cave.
The Lanturn can now be taken back to Lampycks Shop, where you will give it to the shopkeeper to recharge.
In return, you get the wearable Lanturn (see below).
It is expected that you will be able to get your original lanturn back tomorrow.
The Red Moltite can be used at Tangor's Workshop, along with the other Moltaran junk items, to make new petpets.

Images:
Posted ImagePosted ImagePosted Image - The Lanturn (Unlit, Lit and Dimmed)
Posted ImagePosted ImagePosted ImagePosted ImagePosted Image - Moltara Cave Worms
Posted ImagePosted ImagePosted ImagePosted ImagePosted Image - Moltara City Worms
Posted Image - Red Moltite
Posted Image - Wearable Lanturn

Petpets:
Goy: Posted Image - (Red Moltite + Scrap Metal and Stone)
Albot: Posted Image - (Red Moltite + Scrap Metal and Stone + Shiny Obsidian)
Nik: Posted Image - (Red Moltite + Miscellaneous Gears + Scrap Metal and Stone + Shiny Obsidian)
Rav: Posted Image - (Red Moltite + Miscellaneous Gears)
Erge: Posted Image - (Red Moltite + Miscellaneous Gears + Scrap Metal and Stone)
Val: Posted Image - (Red Moltite + Shiny Obsidian)
Teek: Posted Image - (Red Moltite + Miscellaneous Gears + Shiny Obsidian)
--------------------------------------------------------
Posted Image - (Goy + Albot + Nik)
Posted Image - (Rav + Erge)
Posted Image - (Val + Teek)

#2 Token

Token
  • 576 posts

Posted 14 December 2009 - 03:35 PM

Nice find. How rare are the lamps in the shop? Because I can see their price going up very fast very soon...

#3 Waser Lave

Waser Lave

  • 25516 posts


Users Awards

Posted 14 December 2009 - 03:40 PM

Nice find. How rare are the lamps in the shop? Because I can see their price going up very fast very soon...


You don't buy it, the lamp is free from a random event.

#4 Sweeney

Sweeney
  • 1230 posts


Users Awards

Posted 14 December 2009 - 03:40 PM

Nice find. How rare are the lamps in the shop? Because I can see their price going up very fast very soon...

Random event, not stock.
All items are untradeable.

#5 jcrdude

jcrdude
  • Oh shit there's a thing here

  • 7001 posts


Users Awards

Posted 14 December 2009 - 03:48 PM

http://www.neopets.c.../darkcave.phtml

Looks like we'll have a use for our glowing lamp?

#6 Frank274

Frank274
  • 2051 posts

Posted 14 December 2009 - 03:52 PM

Something new to do on Neo? Awesome! lol

#7 unworthy

unworthy
  • 602 posts

Posted 14 December 2009 - 03:55 PM

i got the red and green one but i cannot put them together.

#8 jcrdude

jcrdude
  • Oh shit there's a thing here

  • 7001 posts


Users Awards

Posted 14 December 2009 - 03:57 PM

I'm also up to 7 worms. Still don't know what we're doing with them.

Collected:
Black, Yellow, Green, Red, Orange, Blue, Purple

Needed:
Pink, Rainbow, White

#9 Frank274

Frank274
  • 2051 posts

Posted 14 December 2009 - 03:58 PM

I have 5 already. I can't get the others yet. UGH

#10 Sweeney

Sweeney
  • 1230 posts


Users Awards

Posted 14 December 2009 - 03:59 PM

Now the lag is stopped, but the worms appear to be far rarer.

And JCR, I already had the Dark Cave link in the first post :p

#11 unworthy

unworthy
  • 602 posts

Posted 14 December 2009 - 04:10 PM

well yeah there is the dark cave but I have'n't been able to put the worms in the lantern or use them when entering the cave. I guess it will be saved for later. Maybe it will become a daily on which you have to pick a color of worm to put in the lantern and then explore. A 1/10 chance daily could be kinda cool.

#12 Sweeney

Sweeney
  • 1230 posts


Users Awards

Posted 14 December 2009 - 04:19 PM

Once you have all the worms, the Lanturn gets an option "Fill with worms" in its drop-down menu.

Do this, and you will be able to access the dark cave.

(I haven't got all the worms yet, so I have no idea what's in there :p)

You found a chunk of moltite deep within the cave! What a rare find!
Woohoo!

This can be found in the Cave, while exploring.

#13 unworthy

unworthy
  • 602 posts

Posted 14 December 2009 - 04:19 PM

are the worms completely random? i started trying to get them then i told my girlfriend about it 5 minutes after I started and she already has more worms then me.

It might just be a fluke but I deposited all 6 of the worms I found then went back to moltara and found the 7th first try.

Edited by unworthy, 14 December 2009 - 04:22 PM.


#14 Adam

Adam
  • Coffee God


  • 4769 posts


Users Awards

Posted 14 December 2009 - 04:23 PM

Thanks for the heads up, I looked at the boards and there was all this hype about worms.

#15 Waser Lave

Waser Lave

  • 25516 posts


Users Awards

Posted 14 December 2009 - 04:30 PM

// Last Updated: 15th Dec 2009
// Lead Programmer: Laser Wave
//
// ==UserScript==
// @name          Worm finder general
// @namespace     http://www.neocodex.us/*
// @description   Finds worms
// @include       http://www.neopets.com/magma/index.phtml
// @include       http://www.neopets.com/magma/caves.phtml
// ==/UserScript==

var worm = false;

function refresh()
{
	if(document.body.innerHTML.indexOf("worm") > -1)
	{
		worm = true;
		alert("worm");		
	}else{
		if(worm == false)
		{
			location.reload();
		}
	}
}	

function setup()
{
	setTimeout(refresh, 2000+Math.floor(Math.random()*5000));
}

window.addEventListener('load', setup, false);

Just a quick greasemonkey script to do the refreshing and will notify you if it spots a worm. Just install it and then open the Moltara Caves and/or Moltara City pages on Firefox.

#16 Sweeney

Sweeney
  • 1230 posts


Users Awards

Posted 14 December 2009 - 04:37 PM

How do I tell if it's working, LW? xD

No, never mind, I had to reload the page before it would kick in xD

#17 chobitz

chobitz
  • 988 posts


Users Awards

Posted 14 December 2009 - 04:54 PM

I just need rainbow, pink and black Posted Image

#18 fruityone

fruityone
  • 346 posts

Posted 14 December 2009 - 05:07 PM

Judging by the neoboards, rainbow seems to be the one that most get stuck on. I've got 9/10 but not the rainbow worm.

#19 Sweeney

Sweeney
  • 1230 posts


Users Awards

Posted 14 December 2009 - 05:08 PM

Rainbow and black seem to be the rarest. I still need them both.

#20 Waser Lave

Waser Lave

  • 25516 posts


Users Awards

Posted 14 December 2009 - 05:11 PM

Rainbow and black seem to be the rarest. I still need them both.


I've got every one but the pink one. :(

#21 zow

zow
  • 20 posts

Posted 14 December 2009 - 05:14 PM

Still need the Black and Rainbow ones here too.

#22 Shinigami88

Shinigami88
  • 129 posts

Posted 14 December 2009 - 06:01 PM

i've got 9... just need rainbow now >.< cant find it

#23 Sweeney

Sweeney
  • 1230 posts


Users Awards

Posted 14 December 2009 - 06:15 PM

Added all the known petpet combinations... if anyone hasn't used their Moltite, please use it to find which of the combinations untested does which petpet? =P

#24 Waser Lave

Waser Lave

  • 25516 posts


Users Awards

Posted 14 December 2009 - 06:32 PM

Red Moltite + Miscellaneous Gears + Scrap Metal and Stone + Shiny Obsidian = Nik

#25 fruityone

fruityone
  • 346 posts

Posted 14 December 2009 - 06:58 PM

// Last Updated: 15th Dec 2009
// Lead Programmer: Laser Wave
//
// ==UserScript==
// @name Worm finder general
// @namespace http://www.neocodex.us/*
// @description Finds worms
// @include http://www.neopets.com/magma/index.phtml
// @include http://www.neopets.com/magma/caves.phtml
// ==/UserScript==

var worm = false;

function refresh()
{
	if(document.body.innerHTML.indexOf("worm") > -1)
	{
		worm = true;
		alert("worm");		
	}else{
		if(worm == false)
		{
			location.reload();
		}
	}
}	

function setup()
{
	setTimeout(refresh, 2000+Math.floor(Math.random()*5000));
}

window.addEventListener('load', setup, false);

Just a quick greasemonkey script to do the refreshing and will notify you if it spots a worm. Just install it and then open the Moltara Caves and/or Moltara City pages on Firefox.


Do you use the greasemonkey addon on firefox? I just added up but for the life of me can't figure out how to get it to work :p How do you even paste anything into it?


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users