2.80 star(s) 10 Votes

The void club

Member
Game Developer
Nov 21, 2018
383
151
hey lads, there's a pretty annoying bug involving the poison darts
trying to craft them at the tinker just never makes them show up in your inventory and it still takes the materials from your inventory
can't progress any further in the story without them

traceback.txt for reference:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/pagemenu.rpy", line 5513, in <module>
TypeError: unsupported operand type(s) for -: 'Card' and 'int'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "pagemenu.rpyc", line 1281, in script call
File "pagemenu.rpyc", line 5501, in script
File "C:\Users\[username]\Downloads\LuckyMonster-0.12.2.1-pc\LuckyMonster-0.12-pc\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\[username]\Downloads\LuckyMonster-0.12.2.1-pc\LuckyMonster-0.12-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/pagemenu.rpy", line 5513, in <module>
TypeError: unsupported operand type(s) for -: 'Card' and 'int'

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.2.24061201
Lucky Monster 0.12
Fri Sep 6 01:25:12 2024
will be fixed in a couple of hours, thanks for reporting!
 

The void club

Member
Game Developer
Nov 21, 2018
383
151
View attachment 4003705 these are the two crashes i can still get,
i also had a crash in the vampire mansion questline after which when crash ignored send me back to the main map with no other characters so a soft lock? and no matter what i did the crash happened everytime at a random time and only after loading a much older save and starting the entire vamp quest line i got past it.
and i cant seem to trigger wolfy quest vhat with artemis.
and bloody fang doesnt seem to do any vampirism anymore.

hope this is any help
im playing the most recent update btw View attachment 4003705
There's a bug involving new cards being added (for the vampire part, was it at the end? else it might be something else.) I upload a fixed version soon, check it out, it should fix the zombies mob too, let me know if something is still happening!
 

Rugerrell6

Active Member
Jun 26, 2020
822
1,419
Thanks! I'll add it to my list to review
Also I noticed the bloody fang move for the vampire no longer gives you any health. I used it over 20 something times and I never got any health from it. And 1 more small nitpick is when you are repairing weapons it no longer tells you what items are needed to repair it just tells you what you used after you repair it.
 

Schucksal

New Member
Apr 23, 2018
5
1
i need some help i need to gather food,drink,and candel i got the drink and candel how i can find food ?
 

Wankyudo

Member
Jul 26, 2017
179
489
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/pagemenu.rpy", line 154, in execute
  File "game/pagemenu.rpy", line 154, in execute
  File "game/pagemenu.rpy", line 209, in execute
  File "game/pagemenu.rpy", line 279, in execute
  File "game/pagemenu.rpy", line 280, in execute
  File "game/pagemenu.rpy", line 287, in execute
  File "game/pagemenu.rpy", line 287, in <module>
AttributeError: 'int' object has no attribute 'reftag'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "pagemenu.rpyc", line 52, in script
  File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\ast.py", line 1971, in execute
    self.call("execute")
  File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\ast.py", line 1953, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\statements.py", line 349, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\exports.py", line 3420, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\core.py", line 2166, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\core.py", line 2688, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\core.py", line 2688, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/pagemenu.rpy", line 154, in execute
  File "game/pagemenu.rpy", line 154, in execute
  File "game/pagemenu.rpy", line 209, in execute
  File "game/pagemenu.rpy", line 279, in execute
  File "game/pagemenu.rpy", line 280, in execute
  File "game/pagemenu.rpy", line 287, in execute
  File "game/pagemenu.rpy", line 287, in <module>
AttributeError: 'int' object has no attribute 'reftag'

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.2.24061201
Lucky Monster 0.12
Fri Sep  6 17:45:51 2024
Soft locks going into the card storage after acquiring the axe from the gnoll quest to bring three farmer girls. [vers 0.12.2.2]
 
  • Like
Reactions: The void club

order666

Newbie
Mar 23, 2017
28
8
yeah, can't progress the main story at all due to the poison dart crafting causing an error. also the fact that despite having both the goblins and wolves foraging, plus my own grinding, it takes 13 in game days to get 2 iron. please, either make the game less tedious or let us use the console. it's quite infuriating. you even stopped Universal Ren'py Mod from working, as the game won't launch with the URM file in the directory. I don't get it.
 

kubabakomnene

New Member
Dec 22, 2022
6
3
yeah, can't progress the main story at all due to the poison dart crafting causing an error. also the fact that despite having both the goblins and wolves foraging, plus my own grinding, it takes 13 in game days to get 2 iron. please, either make the game less tedious or let us use the console. it's quite infuriating. you even stopped Universal Ren'py Mod from working, as the game won't launch with the URM file in the directory. I don't get it.
you can actually farm iron by going to the farm! killing the knights gives a shitload of iron
 

Johnotron1223

Newbie
Sep 13, 2023
41
6
HELP. Every time i try to make dryad barks the game gives an error.
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/pagemenu.rpy", line 5513, in <module>
TypeError: unsupported operand type(s) for -: 'Card' and 'int'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "pagemenu.rpyc", line 1259, in script call
File "pagemenu.rpyc", line 5501, in script
File "C:\Users\Tuvshintugs\Desktop\LuckyMonster-0.12.2.1-pc\LuckyMonster-0.12-pc\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Tuvshintugs\Desktop\LuckyMonster-0.12.2.1-pc\LuckyMonster-0.12-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/pagemenu.rpy", line 5513, in <module>
TypeError: unsupported operand type(s) for -: 'Card' and 'int'

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.2.24061201
Lucky Monster 0.12
Sat Sep 7 18:08:05 2024


What do i do?
 

kevins9817

New Member
Sep 2, 2024
6
0
There's a bug involving new cards being added (for the vampire part, was it at the end? else it might be something else.) I upload a fixed version soon, check it out, it should fix the zombies mob too, let me know if something is still happening!
yes it was near the end, like everytime when i was about to go back to the city it would crash and ignoring would just end up without npcs orn
There's a bug involving new cards being added (for the vampire part, was it at the end? else it might be something else.) I upload a fixed version soon, check it out, it should fix the zombies mob too, let me know if something is still happening!
yes it was near the end, like when i was about to go back to the city it would crash everytime and ignoring would just end up without npcs etc, but sometimes it crashed while doing the ghost story too so idk tbh
 

The void club

Member
Game Developer
Nov 21, 2018
383
151
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/pagemenu.rpy", line 154, in execute
  File "game/pagemenu.rpy", line 154, in execute
  File "game/pagemenu.rpy", line 209, in execute
  File "game/pagemenu.rpy", line 279, in execute
  File "game/pagemenu.rpy", line 280, in execute
  File "game/pagemenu.rpy", line 287, in execute
  File "game/pagemenu.rpy", line 287, in <module>
AttributeError: 'int' object has no attribute 'reftag'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "pagemenu.rpyc", line 52, in script
  File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\ast.py", line 1971, in execute
    self.call("execute")
  File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\ast.py", line 1953, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\statements.py", line 349, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\exports.py", line 3420, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\core.py", line 2166, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\core.py", line 2688, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\core.py", line 2688, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/pagemenu.rpy", line 154, in execute
  File "game/pagemenu.rpy", line 154, in execute
  File "game/pagemenu.rpy", line 209, in execute
  File "game/pagemenu.rpy", line 279, in execute
  File "game/pagemenu.rpy", line 280, in execute
  File "game/pagemenu.rpy", line 287, in execute
  File "game/pagemenu.rpy", line 287, in <module>
AttributeError: 'int' object has no attribute 'reftag'

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.2.24061201
Lucky Monster 0.12
Fri Sep  6 17:45:51 2024
Soft locks going into the card storage after acquiring the axe from the gnoll quest to bring three farmer girls. [vers 0.12.2.2]
Checking it out, thanks!
 

The void club

Member
Game Developer
Nov 21, 2018
383
151
HELP. Every time i try to make dryad barks the game gives an error.
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/pagemenu.rpy", line 5513, in <module>
TypeError: unsupported operand type(s) for -: 'Card' and 'int'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "pagemenu.rpyc", line 1259, in script call
File "pagemenu.rpyc", line 5501, in script
File "C:\Users\Tuvshintugs\Desktop\LuckyMonster-0.12.2.1-pc\LuckyMonster-0.12-pc\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Tuvshintugs\Desktop\LuckyMonster-0.12.2.1-pc\LuckyMonster-0.12-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/pagemenu.rpy", line 5513, in <module>
TypeError: unsupported operand type(s) for -: 'Card' and 'int'

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.2.24061201
Lucky Monster 0.12
Sat Sep 7 18:08:05 2024


What do i do?
will be fixed soon
 

TankH04

Member
Mar 15, 2021
374
352
The game won't start if I use URM and it won't allow console commands even if I change it from false to true in the rpy. Don't tell me the dev for some reason went the extra mile just to make cheating impossible. Right now I'm hoping I just made a mistake somewhere.
 

The void club

Member
Game Developer
Nov 21, 2018
383
151
Just uploaded it :

should fix the deck management part, crafting cards (receiving cards) and other details reported!
 

Milan12345

New Member
Jul 2, 2018
6
1
Just uploaded it :

should fix the deck management part, crafting cards (receiving cards) and other details reported!
Now, bug during spiders/bark quest:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/story.rpy", line 19069, in <module>
IndexError: list index out of range

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "story.rpyc", line 19069, in script
File "C:\google\Download\LuckyMonster-0.12-pc\renpy\ast.py", line 1845, in execute
if renpy.python.py_eval(condition):
File "C:\google\Download\LuckyMonster-0.12-pc\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\google\Download\LuckyMonster-0.12-pc\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/story.rpy", line 19069, in <module>
File "C:\google\Download\LuckyMonster-0.12-pc\renpy\revertable.py", line 221, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.2.24061201
Lucky Monster 0.12
Tue Sep 10 09:57:51 2024
 
  • Like
Reactions: The void club

Doofusssxdd

New Member
Mar 23, 2023
2
1
After crafting 3 dryad barks, heading to the dark forest and fighting the spider:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/story.rpy", line 19069, in <module>
IndexError: list index out of range

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "story.rpyc", line 19069, in script
File "C:\Users\xxfre\Downloads\LuckyMonster-0.12.3-pc\LuckyMonster-0.12-pc\renpy\ast.py", line 1845, in execute
if renpy.python.py_eval(condition):
File "C:\Users\xxfre\Downloads\LuckyMonster-0.12.3-pc\LuckyMonster-0.12-pc\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\xxfre\Downloads\LuckyMonster-0.12.3-pc\LuckyMonster-0.12-pc\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/story.rpy", line 19069, in <module>
File "C:\Users\xxfre\Downloads\LuckyMonster-0.12.3-pc\LuckyMonster-0.12-pc\renpy\revertable.py", line 221, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.2.24061201
Lucky Monster 0.12
Tue Sep 10 11:48:08 2024
 

Doofusssxdd

New Member
Mar 23, 2023
2
1
Also, seems like most (if not all) events in the Hill Path end with the following error, but pressing ignore seems to work fine:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/system.rpy", line 955, in execute
File "game/system.rpy", line 955, in execute
File "game/system.rpy", line 1312, in execute
File "game/system.rpy", line 1312, in <module>
NameError: name 'loclist' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "story.rpyc", line 2834, in script
File "C:\Users\xxfre\Downloads\LuckyMonster-0.12.3-pc\LuckyMonster-0.12-pc\renpy\ast.py", line 1971, in execute
self.call("execute")
File "C:\Users\xxfre\Downloads\LuckyMonster-0.12.3-pc\LuckyMonster-0.12-pc\renpy\ast.py", line 1953, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\xxfre\Downloads\LuckyMonster-0.12.3-pc\LuckyMonster-0.12-pc\renpy\statements.py", line 349, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\xxfre\Downloads\LuckyMonster-0.12.3-pc\LuckyMonster-0.12-pc\renpy\exports.py", line 3420, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\xxfre\Downloads\LuckyMonster-0.12.3-pc\LuckyMonster-0.12-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\xxfre\Downloads\LuckyMonster-0.12.3-pc\LuckyMonster-0.12-pc\renpy\display\core.py", line 2166, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\Users\xxfre\Downloads\LuckyMonster-0.12.3-pc\LuckyMonster-0.12-pc\renpy\display\core.py", line 2688, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\xxfre\Downloads\LuckyMonster-0.12.3-pc\LuckyMonster-0.12-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\xxfre\Downloads\LuckyMonster-0.12.3-pc\LuckyMonster-0.12-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\xxfre\Downloads\LuckyMonster-0.12.3-pc\LuckyMonster-0.12-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\xxfre\Downloads\LuckyMonster-0.12.3-pc\LuckyMonster-0.12-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "C:\Users\xxfre\Downloads\LuckyMonster-0.12.3-pc\LuckyMonster-0.12-pc\renpy\display\core.py", line 2688, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\xxfre\Downloads\LuckyMonster-0.12.3-pc\LuckyMonster-0.12-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "C:\Users\xxfre\Downloads\LuckyMonster-0.12.3-pc\LuckyMonster-0.12-pc\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/system.rpy", line 955, in execute
File "game/system.rpy", line 955, in execute
File "game/system.rpy", line 1312, in execute
File "game/system.rpy", line 1312, in <module>
NameError: name 'loclist' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.2.24061201
Lucky Monster 0.12
Tue Sep 10 12:17:03 2024
 
  • Like
Reactions: The void club

Ayunena

Newbie
Oct 24, 2017
72
58
After crafting 3 dryad barks, heading to the dark forest and fighting the spider:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/story.rpy", line 19069, in <module>
IndexError: list index out of range

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "story.rpyc", line 19069, in script
File "C:\Users\xxfre\Downloads\LuckyMonster-0.12.3-pc\LuckyMonster-0.12-pc\renpy\ast.py", line 1845, in execute
if renpy.python.py_eval(condition):
File "C:\Users\xxfre\Downloads\LuckyMonster-0.12.3-pc\LuckyMonster-0.12-pc\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\xxfre\Downloads\LuckyMonster-0.12.3-pc\LuckyMonster-0.12-pc\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/story.rpy", line 19069, in <module>
File "C:\Users\xxfre\Downloads\LuckyMonster-0.12.3-pc\LuckyMonster-0.12-pc\renpy\revertable.py", line 221, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.2.24061201
Lucky Monster 0.12
Tue Sep 10 11:48:08 2024
Same here. And if load save with 3x bark equipped in previous 12.1 version and go to Dark Forest - no spider afterbattle talk will trigger.

By the way - does Dryad waiting at the Pond prevent main story from progress? Ive caught like 7-8 village guards with poison darts...
 
2.80 star(s) 10 Votes