Page 5 of 13
Re: Dungeon Master The Lord of Chaos
Posted: Wed Dec 26, 2012 2:30 pm
by RMariano
LordGarth wrote:Three secret buttons.
x5y7 x17y10 x28y30
x0y0 coordinate starts at the upper left corner of the map.
LG
Hope your Christmas was wonderful!!
Thank you for the quick response... perhaps a screenshot or two?? I have no way of correlating those coordinates into the game.
Re: Dungeon Master The Lord of Chaos
Posted: Wed Dec 26, 2012 4:18 pm
by Komag
if your console is enabled you can type print(party.x,party.y)
Re: Dungeon Master The Lord of Chaos
Posted: Wed Dec 26, 2012 5:52 pm
by leewroy
RMariano wrote:Thank you for the quick response... perhaps a screenshot or two?? I have no way of correlating those coordinates into the game.
that's the kind of "puzzle" that annoys me. Had a hard time to find the three buttons too. I didn't marked them on my map, so I´m sorry. but otherwise I´d post a pic for you. However, if you think about axis, and cosidere the tip the modder gave, about where to start count,
you´ll find the right position with no problem.
Re: Dungeon Master The Lord of Chaos
Posted: Wed Dec 26, 2012 8:08 pm
by LordGarth
I would highly suggest using the automap for my game. If you are early on in the game then I would suggest starting over with your imported toons if you like and have the automap feature on this time.
LG
Re: Dungeon Master The Lord of Chaos
Posted: Thu Dec 27, 2012 6:03 pm
by RMariano
Komag wrote:if your console is enabled you can type print(party.x,party.y)
I have the console fully working. I tried that... it only returns errors
print(party.5,party.7)
No go
Are they applicable in the Green Room? Or the entire Hordes Den Map?
I have automap on.
Re: Dungeon Master The Lord of Chaos
Posted: Thu Dec 27, 2012 10:47 pm
by Komag
I'm saying type in EXACTLY print(party.x,party.y) and it will show you your current x/y position, so you can then go from there
Re: Dungeon Master The Lord of Chaos
Posted: Fri Dec 28, 2012 3:53 am
by Hustin
I just reached level 8, and
I found the secret near the entrance, but the scroll of Arctic Storm doesn't show a recipe. Bug?
If so, would you mind posting it? I really don't want to start over if you have to post an update.
Re: Dungeon Master The Lord of Chaos
Posted: Fri Dec 28, 2012 3:45 pm
by RMariano
Komag wrote:I'm saying type in EXACTLY print(party.x,party.y) and it will show you your current x/y position, so you can then go from there
print(party.5,party.7)
Doing so results in:
string "user-input"]:1: ')' expected near '.5'
I haven't a clue as to what that means.
a marked automap would work wonders. (
please)
Re: Dungeon Master The Lord of Chaos
Posted: Fri Dec 28, 2012 4:38 pm
by msyblade
Komag is saying, do not type:
print(party.5,party.7)
instead type:
print(party.x,party.y) The x/y are not variables that need replaced, but the actual syntax used for the function.
Re: Dungeon Master The Lord of Chaos
Posted: Fri Dec 28, 2012 5:53 pm
by LordGarth
Thx for the info about arctic storm scroll
The runes are Air, Spirit, Physical and Water.
LG