Page 1 of 1

Posted: Wed Apr 06, 2005 8:11 pm
by Janus
Would someone mind telling me how the Hara-Kiri quest is accessed or where it's located?

Posted: Thu Apr 07, 2005 3:30 am
by bort
Red Island. :lol:
I had to get help from Ragnor to figure it out. Find a way onto the island at the south end of red island.

That is all I may tell you. Or else Leaf might take revenge on me.
However, I sell Idaten boots, harakiri swords, and yoroi of banzais!

Posted: Fri Apr 08, 2005 2:21 pm
by poof
This is "Spoilers and help requests" so telling him exactly how to do it here should be no problem. Unless Leaf has specifically said not to give details like that. (A quick search of the forum doesn't pull up anything obvious) People that don't want spoilers should not come here.

Posted: Sat Apr 09, 2005 4:54 am
by bort
Well, a quick way to figure the quest out is to read the maps. Then you perform the quest to land on the island. Follow your planned raid strategy and execute. :shock:

Posted: Sat Apr 09, 2005 3:00 pm
by cavesomething
this is a good argument for a server generated 'salt'

generate a number maybe based on the unixtime and bogomips rating of the server when it is first run. On future runs check for a file called random_salt or similar.

it would then be possible to randomise some aspects of maps to stop bort cheating so much. Whilst keeping them constant within the server.

Maybe there could be a long list of passwords, that the maps would pick from, so that instead of checking chain they pick randompassword[2*salt]mod(number of passwords)? (or something similar.) At least that way the players would have to actually solve the maps, instead of grabbing passwords from the map file).

Other puzzles, such as mikee's vaults in cdc could probably do with a similar method.

I can see a topic split coming shortly..... :)

Posted: Thu Apr 14, 2005 10:39 pm
by techolous
For the issue with passwords, mappers can use markers, to require that a player does the whole quest.

Secondly, AFAIK the combonations for the CDC vaults are randomly generated, with 8 possible values for each 'digit' of the combination.

Posted: Thu Apr 14, 2005 11:22 pm
by cavesomething
wrt to passwords, yes markers can be used, but there are a fair few quests to change, besides which, there are some parts which are not sensible to not have a password.... (like scorn gate house)

I thought it was 6 values....

mikee will be able to comment more usefully on this, either the combination is hardcoded in the map, or a python script is used to generate them, I didn't notice any python scripts the last time I looked at an mlab distribution.....

Posted: Fri Apr 15, 2005 12:09 am
by techolous
Several gates raise and drop boulders onto buttons, creating the combination.

Posted: Fri Apr 15, 2005 6:44 pm
by bort
CHEAT??
I donot cheat, I merely take shortcuts. :roll:

Posted: Wed Dec 21, 2005 9:42 am
by mlab
Tech is right, it is 8 possible values for each digit. The code is randomly generated on first enterance. No salt or python is needed :). Boulders, spikes, and triggers. Boulders, spikes, and triggers. Turning complete to what I've heard... atleast I've never found something I wanted to code but couldn't using the boulders system. It kicks :D. (Python is fine too, diffrent strokes for diffrent folks).
cavesomething wrote:wrt to passwords, yes markers can be used, but there are a fair few quests to change, besides which, there are some parts which are not sensible to not have a password.... (like scorn gate house)

I thought it was 6 values....

mikee will be able to comment more usefully on this, either the combination is hardcoded in the map, or a python script is used to generate them, I didn't notice any python scripts the last time I looked at an mlab distribution.....