Cavern Master

DaymItzJack
Posts: 106
Joined: Thu Oct 29, 2009 9:21 pm

Post by DaymItzJack »

I just made mine log everything. ;p
crstnbr
Posts: 3
Joined: Tue Nov 24, 2009 6:17 pm

Post by crstnbr »

I solved "Cavern Master" and "Cave Master" :)
prop
Posts: 6
Joined: Tue Jun 16, 2009 4:09 pm

poor my ol' friend..

Post by prop »

my friend tried to solve this one w/ bot and he started programming.
after he done his programming, he entered into the cavern and started to run the bot.

...

about 4 hours later, my friend called to me:

"Oh god damn, my bot died!"
HI!
ikea
Posts: 4
Joined: Mon Mar 09, 2009 4:12 pm

Post by ikea »

just stop when the last monster appears, and kill it with your own hand.
DaymItzJack
Posts: 106
Joined: Thu Oct 29, 2009 9:21 pm

Post by DaymItzJack »

ikea wrote:just stop when the last monster appears, and kill it with your own hand.
That's what I did to get under the limit. I didn't program my bot to use potions and I needed them to beat it.
User avatar
laz0r
Posts: 290
Joined: Thu Feb 04, 2010 4:18 pm
Location: Within the depths of Unix

Post by laz0r »

The idea is that you should try to stay many levels above the current dungeon level you are on. Also try to assume aquamarine potions as they heal you. This is a fairly simple game to bot as you quickly notice the use of the buttons is not necessary, as each movement/action is controlled by its own URL and the game is played AND SAVED due to cookies.
quangntenemy
Posts: 8
Joined: Thu Jul 02, 2009 3:41 pm

Post by quangntenemy »

I hate this challenge. My bot's been running for hours and it's only at level 93 :(
quangntenemy
Posts: 8
Joined: Thu Jul 02, 2009 3:41 pm

Post by quangntenemy »

Solved finally the boss wasn't that strong after all :D
C3s4r1n0
Posts: 1
Joined: Tue Nov 23, 2010 12:43 am

Post by C3s4r1n0 »

Guys, a little help, please.

How can I make a bot to play the levels and make decisions? And how to interact with the browser?Any language suggestions?

EDIT: Sorry for bumping a one-year old thread, but probably there are lots of people wanting to know about it.
contagious
Posts: 35
Joined: Tue May 12, 2009 6:08 pm
Location: Greece

Post by contagious »

C3s4r1n0 wrote:Guys, a little help, please.

How can I make a bot to play the levels and make decisions? And how to interact with the browser?Any language suggestions?

EDIT: Sorry for bumping a one-year old thread, but probably there are lots of people wanting to know about it.
I think Java or Python is a good choice.
tails
Posts: 191
Joined: Tue Jun 10, 2008 7:51 pm
Location: Tokyo

Post by tails »

I did it with C++, but I'd recommend C# for today.
contagious
Posts: 35
Joined: Tue May 12, 2009 6:08 pm
Location: Greece

Post by contagious »

tails wrote:I did it with C++, but I'd recommend C# for today.
C++ ? With bash interface?
tails
Posts: 191
Joined: Tue Jun 10, 2008 7:51 pm
Location: Tokyo

Post by tails »

Socket.
I was solving the puzzles (Mortal Coil etc.) with C++. So I could just reuse a function for communicating with the server. That was the easiest way for me at that time.
dokyriak
Posts: 3
Joined: Tue Feb 01, 2011 2:04 pm

Post by dokyriak »

I'm using javascript and greasemonkey, it's working but the problem is I cannot save anything...
[c=red]:evil2: D O K Y R I A K :evil2:[/cr]
Image
Millennium
Posts: 17
Joined: Thu Apr 21, 2011 3:08 am

Post by Millennium »

I ran 2 codes. One attacked on a loop. The other did the following:
North 2
West Two
d
e
d
e
d
s
d
w
d
w
d
s
d
e
d
e
d

It's not done going yet, but it's hit chamber 25 and is on level 32 in about 15 minutes.

All after about a minute of typing in a vbs file.
Post Reply