Page 3 of 10
Re: Isle of Gunger
Posted: Mon Sep 21, 2015 9:58 pm
by Modraneth
eLPuSHeR wrote:No. Your module is quite good. If I am getting stuck, it is probably my fault.
And talking about getting stuck...
Could use some help here.
http://imgur.com/u8rXFP3
How do you open the room on the left?. More specifically, I need the water essence.
uuff that was a button puzzle, u can only press 3 buttons
when u enter the right u press the 1º and 4º button and the 3º button from left
the water essence u need to finish the foggy lake (Underwater Cave) and u will see a bridge to the room on the center of the lake
u can check here, if u pay attention u will see it
http://imgur.com/IRc3ZIS
Re: Isle of Gunger
Posted: Mon Sep 21, 2015 11:24 pm
by eLPuSHeR
Obrigado.
But is there any hint for that puzzle? You should leave a note or something.
I will try tomorrow.
Re: Isle of Gunger
Posted: Mon Sep 21, 2015 11:33 pm
by Modraneth
hmm no hint... u may be right...
well i will answer any question about the puzzles if u dont figure it out.
in next patch i will place some hints for the puzzles.
Re: Isle of Gunger
Posted: Tue Sep 22, 2015 12:51 am
by Zo Kath Ra
I'm in "Underwater Cave".
x = 23
y = 9
facing = 0
elevation = 0
level = 14
There's a button on the wall. When I press it, nothing happens. What does this button do?
Re: Isle of Gunger
Posted: Tue Sep 22, 2015 7:40 am
by Modraneth
Zo Kath Ra wrote:I'm in "Underwater Cave".
x = 23
y = 9
facing = 0
elevation = 0
level = 14
There's a button on the wall. When I press it, nothing happens. What does this button do?
u have download the version 1.2?
like i said i had correct some issues on patch 1.2 u should download this new version
u can found 2 buttons underwater. that i correct last patch x=14 y=5 and x=19 y=5 (the second button will help u to figure what the button u find on the wall its used to)
if u dont have version 1.2, u can try use this
for each in party.map:entitiesAt(14,5) do
if string.find( each.name, "dungeon_secret_button_small") then
each:setPosition(each.x, each.y, each.facing, each.elevation -1, each.level)
end
end
and
for each in party.map:entitiesAt(19,5) do
if string.find( each.name, "dungeon_secret_button_large") then
each:setPosition(each.x, each.y, each.facing, each.elevation -1, each.level)
end
end
Re: Isle of Gunger
Posted: Tue Sep 22, 2015 2:24 pm
by Zo Kath Ra
I've downloaded version 1.2 and loaded a savegame just before I enter the "Underwater Cave".
(in front of the underwater pit)
The ladder is still in the wrong place

I guess I have to start from the beginning.
Especially because there are many secret buttons in the underwater cave, and moving all of them to the right place (with the console) would be too much work.
Re: Isle of Gunger
Posted: Tue Sep 22, 2015 2:47 pm
by Modraneth
Zo Kath Ra wrote:I've downloaded version 1.2 and loaded a savegame just before I enter the "Underwater Cave".
(in front of the underwater pit)
The ladder is still in the wrong place

I guess I have to start from the beginning.
Especially because there are many secret buttons in the underwater cave, and moving all of them to the right place (with the console) would be too much work.
it was only 2 buttons that are placed wrong.
i have checked yesterday and correct and then i release the version 1.2
i have checked everything and i hope i dont miss anything.
it will be best if u restart with 1.2 patch
u can import ur party from ur savegame, will be fast, and u already know the way.
Re: Isle of Gunger
Posted: Tue Sep 22, 2015 5:13 pm
by Isaac
Zo Kath Ra wrote:The ladder is still in the wrong place

I guess I have to start from the beginning.
Have you tried this?
viewtopic.php?f=23&t=12724&start=10#p101033
Re: Isle of Gunger
Posted: Tue Sep 22, 2015 5:26 pm
by Zo Kath Ra
Yes, I have. But it looks like it's not just the ladder that's borked, so I've restarted the mod.
Re: Isle of Gunger
Posted: Tue Sep 22, 2015 5:31 pm
by Zo Kath Ra
I'm in the "Florest" (floral forest?)
How do I open the spike gate at 12/23? I know that I don't need to open it, because I can throw items on the pressure plates while I'm falling into the water. I've already reached the pressure plate at 21/4 by going through a dungeon with 4 hidden levers.