Page 7 of 13
Re: Legend of Grimrock - MASTER QUEST - PUBLIC RELEASE w/SOU
Posted: Tue Mar 26, 2013 1:51 am
by Komag
could you possibly have been resting/sleeping when you saved? If so it might be the enchant shock arrow scroll again. Try the updated version 1.1 with that save. Otherwise you may just need to go back to an earlier save, but since you know everything between it should be pretty quick to catch change up.
Re: Legend of Grimrock - MASTER QUEST - PUBLIC RELEASE w/SOU
Posted: Tue Mar 26, 2013 2:45 pm
by Dr.Disaster
Dr.Disaster wrote:Merethif wrote:I may also try "Taarnab mode" at some point
that might be fun.
Interesting idea! *back-checks Taarnab* hmm .. i dunno but a lvl 1 minotaur mage starting out with about 290 health and 1130 energy might be a bit overpowered. Prolly you ment pre-enlighted Taarnab
I need to correct myself. It's not really overpowered because all you have are larger Health/Energy pools.
In fact Taarnab is handicapped. A regular lvl 1 minotaur mage with the Skilled trait would have 4 skill points after creation. Taarnab only has 1 so she's not really "skilled"
Also regenerating such a huge energy pool with resting is a very very bad idea. It takes over 3 minutes(!) from empty to full, not to mention her food bar drops for about 70 percent from full into yellow. No matter how far the next crystal is heading there is definately faster!
Re: Legend of Grimrock - MASTER QUEST - PUBLIC RELEASE w/SOU
Posted: Wed Mar 27, 2013 9:01 pm
by Dr.Disaster
Komag wrote:Wow, nice job there!
My own loot run ended with 9099, and I was doing a lot of stuffing and weight balancing/judging, so I'm pretty impressed!
Oh you haven't seen how much one gal can grab
All available containers are in use (the mortar is inside the satchel) and all slots hold an item valued 10g or more.
Re: Legend of Grimrock - MASTER QUEST - PUBLIC RELEASE w/SOU
Posted: Wed Mar 27, 2013 10:00 pm
by Komag
Now that is insane!
Too bad you can't budge though
Re: Legend of Grimrock - MASTER QUEST - PUBLIC RELEASE w/SOU
Posted: Thu Mar 28, 2013 2:35 am
by Dr.Disaster
Komag wrote:Now that is insane!
Too bad you can't budge though
Yeah mobility is a bit limited at 700+kg
Well thx to a bit of re-dressing and some spare books she manages that too but it costs her dearly.
The mortar is still inside the satchel
Re: Legend of Grimrock - MASTER QUEST - PUBLIC RELEASE w/SOU
Posted: Thu Mar 28, 2013 3:29 pm
by FreakFire74
Komag wrote:That bug will be shortly fixed when I do the first update of the mod. It's from a certain item which I missed including in the loot table, the
scroll of enchant shock arrow
, so for now you can just put it down then sleep and wake, then pick it back up. Or you can just consume it
I am encountering the same error.. But I dropped the item, even consumed it but the bug keeps reappearing!
Re: Legend of Grimrock - MASTER QUEST - PUBLIC RELEASE w/SOU
Posted: Thu Mar 28, 2013 3:39 pm
by Komag
FreakFire74 wrote:I am encountering the same error.. But I dropped the item, even consumed it but the bug keeps reappearing!
Hmm, I guess it's possible there is another item I missed but I thought I was very thorough - can you send me a copy of your save-game file? Also, can you describe in detail the exact sequence that leads to a crash for you?
Re: Legend of Grimrock - MASTER QUEST - PUBLIC RELEASE w/SOU
Posted: Thu Mar 28, 2013 11:42 pm
by FreakFire74
Hi Komag!
Thanks again for your fast reply!
Here is my errorfile:
#r:50: attempt to perform arithmetic on a nil value
stack traceback:
#r:50: in function 'chCount'
#r:20: in function 'ch'
mod_assets/scripts/objects.lua:150: in function 'onWakeUp'
[string "Party.lua"]: in function 'wakeUp'
[string "GameMode.lua"]: in function 'keyPressed'
...
I think it's item related.. But the other error message mentioned had a 21 where I have a 20.. Hope that helps!
Re: Legend of Grimrock - MASTER QUEST - PUBLIC RELEASE w/SOU
Posted: Fri Mar 29, 2013 12:02 am
by Dr.Disaster
FreakFire74 wrote:#r:50: attempt to perform arithmetic on a nil value
stack traceback:
#r:50: in function 'chCount'
#r:20: in function 'ch'
mod_assets/scripts/objects.lua:150: in function 'onWakeUp'
[string "Party.lua"]: in function 'wakeUp'
[string "GameMode.lua"]: in function 'keyPressed'
[string "Grimrock.lua"]: in function 'pollEvents'
[string "Grimrock.lua"]: in function 'display'
[string "Grimrock.lua"]: in main chunk
As far as i understood the source function "chCount" calculates the combined loot value of the party. A nil value hints to an item completely missing the "Value" line added by MQ. This was the case with the spell scroll in the original release as Komag mentioned.
A similar item should be identified pretty quick, just check thru all items in your inventory.
Re: Legend of Grimrock - MASTER QUEST - PUBLIC RELEASE w/SOU
Posted: Fri Mar 29, 2013 12:25 am
by FreakFire74
Thanks! I will do so!