Mod Ren'Py Abandoned Time For Dragons - Defiler Wings: Deranged Dragon Mod [29-07-2020] [Jman]

3.50 star(s) 8 Votes

Jman9

Engaged Member
Jul 17, 2019
2,295
957
New release!

A bit late to contribute to the madness that is going on in the world right now, but at least I tried. :geek:

This is a fresh new release, with movies, achievements, rebalancing, UI improvements and more.
Read the changelog, browse the pictures as a 'visual' changelog, play the mod and report bugs. Because there are always bugs. :cry:

I consider this roughly version 0.8 of the mod. Version 0.9 will be when I get the long planned forest encounters done, and 1.0 will come after that when bugfixing and balancing stabilize.

Read the thread. Or use the new release.
 
  • Like
Reactions: Eliont and prehot

prehot

Member
Jun 25, 2020
218
92
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/_story/hunt/road.rpy", line 18, in script
    menu:
  File "game/_story/hunt/road.rpy", line 36, in <module>
    'Hunt down a trade caravan' if dragon.rage < 5 and len(events.loc[events.selected_location][events.selected_encounter].get(filter_list = [events.selected_encounter])) >= 1:
KeyError: None

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

Full traceback:
  File "game/_story/hunt/road.rpy", line 18, in script
    menu:
  File "C:\Games\time of d\Time_for_Dragons-1.1.1-pc-DDM_Nov_2020\renpy\ast.py", line 1609, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "C:\Games\time of d\Time_for_Dragons-1.1.1-pc-DDM_Nov_2020\renpy\exports.py", line 943, in menu
    condition = renpy.python.py_eval(condition)
  File "C:\Games\time of d\Time_for_Dragons-1.1.1-pc-DDM_Nov_2020\renpy\python.py", line 1961, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Games\time of d\Time_for_Dragons-1.1.1-pc-DDM_Nov_2020\renpy\python.py", line 1954, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/_story/hunt/road.rpy", line 36, in <module>
    'Hunt down a trade caravan' if dragon.rage < 5 and len(events.loc[events.selected_location][events.selected_encounter].get(filter_list = [events.selected_encounter])) >= 1:
KeyError: None

Windows-8-6.2.9200
Ren'Py 7.2.2.491
Время для Драконов: Королевство Монстров 28-09-20
Thu Nov 05 16:39:18 2020
Trade routes error
 

servy

New Member
Jul 17, 2019
6
0
Had an error on sleep, pretty much fresh game.
Fix for me was change item.item_id to x.item_id in game/_script/shop/ItemMarket.rpy", line 62.
Didnt really check it much, so cant say that wont botch up the save. Just thought i would share. Log below

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - sleep report.rpy", line 57, in script
    $dragon.sleep()
  File "game/_script/lair/lair - sleep report.rpy", line 57, in <module>
    $dragon.sleep()
  File "game/_script/characters/PlayableCharacter.rpy", line 551, in sleep
    shop[shop_id].refresh(time_amount=self.sleep_time)
  File "game/_script/shop/ItemMarket.rpy", line 62, in refresh
    if not item.item_id in assortment_ids:
NameError: global name 'item' is not defined

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

Full traceback:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - sleep report.rpy", line 57, in script
    $dragon.sleep()
  File "G:\Games\Time_for_Dragons_DD_Mod_Nov_2020\Time_for_Dragons-1.1.1-pc-DDM_Nov_2020\renpy\ast.py", line 900, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "G:\Games\Time_for_Dragons_DD_Mod_Nov_2020\Time_for_Dragons-1.1.1-pc-DDM_Nov_2020\renpy\python.py", line 1930, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/_script/lair/lair - sleep report.rpy", line 57, in <module>
    $dragon.sleep()
  File "game/_script/characters/PlayableCharacter.rpy", line 551, in sleep
    shop[shop_id].refresh(time_amount=self.sleep_time)
  File "game/_script/shop/ItemMarket.rpy", line 62, in refresh
    if not item.item_id in assortment_ids:
NameError: global name 'item' is not defined
 

servy

New Member
Jul 17, 2019
6
0
I have another one to keep you from getting bored.
Happened after putting captive in cage without preg and assigning henchman.

Again fix for me was changing unit.maxhp/90.0 and unit.endurance,2 to room.girl.maxhp/90.0 and room.girl.endurance,2
in game/_script/lair/lair - classes.rpy, line 1130

i can refrain from suggesting bandaid fixes/tampering if you want, wasnt expecting you on point so fast ;]


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - sleep report.rpy", line 57, in script
    $dragon.sleep()
  File "game/_script/lair/lair - sleep report.rpy", line 57, in <module>
    $dragon.sleep()
  File "game/_script/characters/PlayableCharacter.rpy", line 549, in sleep
    date.inc(time_amount=self.sleep_time)
  File "game/_script/subsystem/date.rpy", line 82, in inc
    lair.heal_prisoners()
  File "game/_script/lair/lair - classes.rpy", line 1130, in heal_prisoners
    room.girl.hp += round(time_amount * (unit.maxhp/90.0) * unit.endurance,2)
UnboundLocalError: local variable 'unit' referenced before assignment

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

Full traceback:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - sleep report.rpy", line 57, in script
    $dragon.sleep()
  File "G:\Games\Time_for_Dragons_DD_Mod_Nov_2020\Time_for_Dragons-1.1.1-pc-DDM_Nov_2020\renpy\ast.py", line 900, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "G:\Games\Time_for_Dragons_DD_Mod_Nov_2020\Time_for_Dragons-1.1.1-pc-DDM_Nov_2020\renpy\python.py", line 1930, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/_script/lair/lair - sleep report.rpy", line 57, in <module>
    $dragon.sleep()
  File "game/_script/characters/PlayableCharacter.rpy", line 549, in sleep
    date.inc(time_amount=self.sleep_time)
  File "game/_script/subsystem/date.rpy", line 82, in inc
    lair.heal_prisoners()
  File "game/_script/lair/lair - classes.rpy", line 1130, in heal_prisoners
    room.girl.hp += round(time_amount * (unit.maxhp/90.0) * unit.endurance,2)
UnboundLocalError: local variable 'unit' referenced before assignment
 

prehot

Member
Jun 25, 2020
218
92
Sitting on 12 infamy and i cant turn in the quest somehow :).

Edit: Nvm seems i had to rest once or something.
Edit2: I think the turning in quest requires at least 1 lust since you bang the mother. Seems weird to pay 1 lust to turn the quest in :).
 
Last edited:

Jman9

Engaged Member
Jul 17, 2019
2,295
957
I have another one to keep you from getting bored.
Another copy-paste error. I'm afraid it's probably not the last. :cry: Try the attachment.

i can refrain from suggesting bandaid fixes/tampering if you want, wasnt expecting you on point so fast
No real harm in it if you say the same thing I'm going to say in a minute. :)

I think the turning in quest requires at least 1 lust since you bang the mother. Seems weird to pay 1 lust to turn the quest in.
Well, it'd feel even weirder if you fucked her without using lust.
 

prehot

Member
Jun 25, 2020
218
92
Do the witch 10 milking quest evolve to medium size and have at least 30 satiety after a full rest when visiting the witch if i remember correctly. You will unlock magic skills and you will be able to make a secret visit in the capitol to shag the queen. The child born will unlock the island after a cutscene and 30 days waiting time.
 

Jman9

Engaged Member
Jul 17, 2019
2,295
957
The files are supposed to go into the "game" directory, right?
They are supposed to overwrite the corresponding file in 'game/_script' or 'game/_story'. Just pasting them into 'game' will likely cause more errors.

If you did the first and the error is still there, is the traceback still the same?
 

servy

New Member
Jul 17, 2019
6
0
Got another and no idea how to crack it this time. Happend while storming mountain citadel

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 472, in script call
    call lair_cells_play(from_assign=True)
  File "game/_script/lair/lair - cells.rpy", line 505, in script call
    call lair_cells(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_story/lair conquest/elves_conquest.rpy", line 73, in script call
    $ renpy.call(enc)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_story/lair conquest/lair_conquest.rpy", line 1786, in script
    $events.drain()
  File "game/_story/lair conquest/lair_conquest.rpy", line 1786, in <module>
    $events.drain()
  File "game/_script/subsystem/story_and_events.rpy", line 93, in drain
    self.event(self.selected_location,self.selected_encounter).drain(value * self.drain_mult)
  File "game/_script/subsystem/story_and_events.rpy", line 89, in event
    return self.loc[location][entry]
KeyError: u'dragon'

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

Full traceback:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 472, in script call
    call lair_cells_play(from_assign=True)
  File "game/_script/lair/lair - cells.rpy", line 505, in script call
    call lair_cells(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_story/lair conquest/elves_conquest.rpy", line 73, in script call
    $ renpy.call(enc)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_story/lair conquest/lair_conquest.rpy", line 1786, in script
    $events.drain()
  File "G:\Games\Time_for_Dragons_DD_Mod_Nov_2020\Time_for_Dragons-1.1.1-pc-DDM_Nov_2020\renpy\ast.py", line 900, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "G:\Games\Time_for_Dragons_DD_Mod_Nov_2020\Time_for_Dragons-1.1.1-pc-DDM_Nov_2020\renpy\python.py", line 1930, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/_story/lair conquest/lair_conquest.rpy", line 1786, in <module>
    $events.drain()
  File "game/_script/subsystem/story_and_events.rpy", line 93, in drain
    self.event(self.selected_location,self.selected_encounter).drain(value * self.drain_mult)
  File "game/_script/subsystem/story_and_events.rpy", line 89, in event
    return self.loc[location][entry]
KeyError: u'dragon'
 

servy

New Member
Jul 17, 2019
6
0
This time got a crash while trying to kill the thief, didnt know he had trinkets to avoid death by crashing the game.
Fix for me was to change the order in game/_story/locations/pirate island - main.rpy, line 405-ish
from
$ lair.money -= kill_cost
$ thief = None
$ kingdom.thief_kill_timer = max(30, thief.level*3)
to
$ lair.money -= kill_cost
$ kingdom.thief_kill_timer = max(30, thief.level*3)
$ thief = None

btw i get a feeling my crash logs are getting pretty long


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 472, in script call
    call lair_cells_play(from_assign=True)
  File "game/_script/lair/lair - cells.rpy", line 505, in script call
    call lair_cells(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_story/lair conquest/elves_conquest.rpy", line 73, in script call
    $ renpy.call(enc)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_story/lair conquest/elves_conquest.rpy", line 73, in script call
    $ renpy.call(enc)
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_story/locations/pirate island - main.rpy", line 405, in script
    $ kingdom.thief_kill_timer = max(30, thief.level*3)
  File "game/_story/locations/pirate island - main.rpy", line 405, in <module>
    $ kingdom.thief_kill_timer = max(30, thief.level*3)
AttributeError: 'NoneType' object has no attribute 'level'

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

Full traceback:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 472, in script call
    call lair_cells_play(from_assign=True)
  File "game/_script/lair/lair - cells.rpy", line 505, in script call
    call lair_cells(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 133, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_story/lair conquest/elves_conquest.rpy", line 73, in script call
    $ renpy.call(enc)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 2, in script call
    call lair(from_assign = True)
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_story/lair conquest/elves_conquest.rpy", line 73, in script call
    $ renpy.call(enc)
  File "game/_script/lair/lair - cells.rpy", line 509, in script call
    call lair_cells
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_script/lair/lair - label.rpy", line 38, in script call
    python:
  File "game/_story/locations/pirate island - main.rpy", line 405, in script
    $ kingdom.thief_kill_timer = max(30, thief.level*3)
  File "G:\Games\Time_for_Dragons_DD_Mod_Nov_2020\Time_for_Dragons-1.1.1-pc-DDM_Nov_2020\renpy\ast.py", line 900, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "G:\Games\Time_for_Dragons_DD_Mod_Nov_2020\Time_for_Dragons-1.1.1-pc-DDM_Nov_2020\renpy\python.py", line 1930, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/_story/locations/pirate island - main.rpy", line 405, in <module>
    $ kingdom.thief_kill_timer = max(30, thief.level*3)
AttributeError: 'NoneType' object has no attribute 'level'
 

Jman9

Engaged Member
Jul 17, 2019
2,295
957
trinkets to avoid death by crashing the game.
:LOL:

The fix is indeed to make sure that the thief isn't killed before she can tell her successors to keep low for a while.

crash logs are getting pretty long
Yeah, I don't know why they're looping like that. Ren'Py is sometimes weird.

I hope to get a full hotfix ready sometime today, maybe tomorrow at worst. The reason for the delay is implementing some of the forest events, and one of these is perhaps the most complicated bit of control flow I've ever done in Ren'Py. Getting access to these events will require a new game or reloading the event database, though.
 
Oct 22, 2020
19
3
I hope to get a full hotfix ready sometime today, maybe tomorrow at worst. The reason for the delay is implementing some of the forest events, and one of these is perhaps the most complicated bit of control flow I've ever done in Ren'Py.
Dude, your support of this game is better and quicker than most trippleAs I've ever played. Don't srtess yorself over such "delay".
 
  • Like
Reactions: Envyi

Envyi

Newbie
Feb 12, 2019
59
19
Heyo, so this is a bit confusing. Where is the witch or the lizardmen? im close to reaching medium size, but those two seem to be missing, or do they have some sort of quest too unlock them?

and whats with the constant renpy error every single day, is there a hotfix im missing?

Edit2: Okay Witch unlocks when reaching Medium Size, so guess that has been answered :p
Just cant do the "study mnagic" quest, never calm enough for some reason?

edit1: tracelog if it helps:
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:
3.50 star(s) 8 Votes