[MOD] Call Of House Hardabar
-
- Posts: 194
- Joined: Thu Aug 08, 2019 12:17 pm
Re: [MOD] Call Of House Hardabar
key:
droid disk:
What to do with gem of the moons?
SpoilerShow
Aldon key is in the iron temple at position 15;16.
SpoilerShow
stargate area at position 6;23 (dark room)
-
- Posts: 194
- Joined: Thu Aug 08, 2019 12:17 pm
Re: [MOD] Call Of House Hardabar
Thanks for info how to create a scroll.
Since jean bart testament 8 should be below ground, is it possible to detect squares which are diggable?
Did you find it? How far you are in this mod?
Re: [MOD] Call Of House Hardabar
Tiles are defined as diggable or not. Finding diggable objects under them is sketchy... It can be achieved by checking if the object is lower than the floor, but it's by no means a guaranteed or supported detection method.olavimuff.ee wrote: ↑Thu Jul 13, 2023 7:52 am ...is it possible to detect squares which are diggable?
Code: Select all
for each in party.map:allEntities() do
if each.elevation < each.map:getElevation(each.x, each.y) then
playSound('secret') hudPrint("A hidden diggable object exists @x"..each.x.." X y"..each.y.."!")
end
end
Tonight is the first time I have loaded it—and I helped make it.How far you are in this mod?
I intend play though it, and hopefully not use the tools I just made to inspect it.
-
- Posts: 194
- Joined: Thu Aug 08, 2019 12:17 pm
Re: [MOD] Call Of House Hardabar
It's bongobeat's mod, but I answered his scripting questions whenever he asked.olavimuff.ee wrote: ↑Thu Jul 13, 2023 10:29 am OO, nice to see somebody who know much more about that mod.
- sapientCrow
- Posts: 608
- Joined: Sun Apr 22, 2012 10:57 am
Re: [MOD] Call Of House Hardabar
Super awesome scripts here!!
And the creation of the scroll AWESOME blossom.
All of these we found. I was just stumped on maric key and the disk
And the creation of the scroll AWESOME blossom.
All of these we found. I was just stumped on maric key and the disk
- sapientCrow
- Posts: 608
- Joined: Sun Apr 22, 2012 10:57 am
Re: [MOD] Call Of House Hardabar
AWESOME!!olavimuff.ee wrote: ↑Thu Jul 13, 2023 7:20 am key:droid disk:SpoilerShowAldon key is in the iron temple at position 15;16.What to do with gem of the moons?SpoilerShowstargate area at position 6;23 (dark room)
Did you find them by searching or console?
SpoilerShow
Gems of the Moon ... think Elf and Forge
- sapientCrow
- Posts: 608
- Joined: Sun Apr 22, 2012 10:57 am
Re: [MOD] Call Of House Hardabar
for the diggable question... our assumption was that the Testament 8 which does have a numerical ID not a name based on clue was in places where digging might be elusive.Isaac wrote: ↑Thu Jul 13, 2023 9:39 amTiles are defined as diggable or not. Finding diggable objects under them is sketchy... It can be achieved by checking if the object is lower than the floor, but it's by no means a guaranteed or supported detection method.olavimuff.ee wrote: ↑Thu Jul 13, 2023 7:52 am ...is it possible to detect squares which are diggable?Code: Select all
for each in party.map:allEntities() do if each.elevation < each.map:getElevation(each.x, each.y) then playSound('secret') hudPrint("A hidden diggable object exists @x"..each.x.." X y"..each.y.."!") end end
Tonight is the first time I have loaded it—and I helped make it.How far you are in this mod?
I intend play though it, and hopefully not use the tools I just made to inspect it.
Is it possible to search for treasure dings or treasure scripts?
-
- Posts: 194
- Joined: Thu Aug 08, 2019 12:17 pm
Re: [MOD] Call Of House Hardabar
Console, by a commands what I posted earlier. You have searched it by id, instead of name.sapientCrow wrote: ↑Thu Jul 13, 2023 2:37 pmAWESOME!!olavimuff.ee wrote: ↑Thu Jul 13, 2023 7:20 am key:droid disk:SpoilerShowAldon key is in the iron temple at position 15;16.What to do with gem of the moons?SpoilerShowstargate area at position 6;23 (dark room)
Did you find them by searching or console?
SpoilerShowGems of the Moon ... think Elf and Forge
In which area is Elves forge?
- sapientCrow
- Posts: 608
- Joined: Sun Apr 22, 2012 10:57 am
Re: [MOD] Call Of House Hardabar
olavimuff.ee wrote: ↑Thu Jul 13, 2023 9:14 pmConsole, by a commands what I posted earlier. You have searched it by id, instead of name.sapientCrow wrote: ↑Thu Jul 13, 2023 2:37 pmAWESOME!!olavimuff.ee wrote: ↑Thu Jul 13, 2023 7:20 am key:droid disk:SpoilerShowAldon key is in the iron temple at position 15;16.What to do with gem of the moons?SpoilerShowstargate area at position 6;23 (dark room)
Did you find them by searching or console?
SpoilerShowGems of the Moon ... think Elf and Forge
In which area is Elves forge?
SpoilerShow
it is the Elf in town. Where you upgrade Decimation. Name is Feanor. You also go to him to get Mithril for some guy earlier with Dwarves.
Now all that is left is Lightning core to be fixed.
Do you know if there is some special secret on the main floor of Lord Hardbar Castle? Trying to find all secrets am a bit stumped on this one now