Thanks for the bug report.
All three issues should now be fixed, orc bosses no longer invisible, orc boss crash at the end of the fight and, Zlata should now correctly direct you to the upgrade shop.
The Zlata conversation seems fixed but still some issues, the "orc attacking" image is not found, and if you stumble across certain fights you now get:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/questdata/scenes/Dungeon/dungeon plaza.rpy", line 632, in script
jump expression renpy.random.choice(dungeon_events_10_noboss)
ScriptError: could not find label 'fight_goblin_boss3fight_orc1'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/questdata/scenes/Dungeon/dungeon plaza.rpy", line 632, in script
jump expression renpy.random.choice(dungeon_events_10_noboss)
File "C:\Users\ \Downloads\EarthsLastGuardian-0.0.3a-win\renpy\ast.py", line 1974, in execute
rv = renpy.game.script.lookup(target)
File "C:\Users\ \Downloads\EarthsLastGuardian-0.0.3a-win\renpy\script.py", line 927, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'fight_goblin_boss3fight_orc1'.
Or you get
I'm sorry, but an uncaught exception occurred.
While loading <renpy.display.im.Image object ('…c boss1 standing.png') at 0x0000000007e27f40>:
File "game/questdata/scenes/Dungeon/dungeon_events.rpy", line 5955, in script
menu:
OSError: Couldn't find file 'images/Enemies/orc/orc boss1 standing.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/questdata/scenes/Dungeon/dungeon_events.rpy", line 5955, in script
menu:
File "C:\Users\ \Downloads\EarthsLastGuardian-0.0.3a-win\renpy\ast.py", line 1903, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "C:\Users\ \Downloads\EarthsLastGuardian-0.0.3a-win\renpy\exports.py", line 1010, in menu
rv = renpy.store.menu(new_items)
File "C:\Users\ \Downloads\EarthsLastGuardian-0.0.3a-win\renpy\exports.py", line 1250, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "C:\Users\ \Downloads\EarthsLastGuardian-0.0.3a-win\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\ \Downloads\EarthsLastGuardian-0.0.3a-win\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "C:\Users\ \Downloads\EarthsLastGuardian-0.0.3a-win\renpy\display\core.py", line 3906, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\ \Downloads\EarthsLastGuardian-0.0.3a-win\renpy\display\core.py", line 2602, in draw_screen
surftree = renpy.display.render.render_screen(
File "render.pyx", line 495, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\ \Downloads\EarthsLastGuardian-0.0.3a-win\renpy\display\layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\ \Downloads\EarthsLastGuardian-0.0.3a-win\renpy\display\layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\ \Downloads\EarthsLastGuardian-0.0.3a-win\renpy\display\layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\ \Downloads\EarthsLastGuardian-0.0.3a-win\renpy\display\transform.py", line 747, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\ \Downloads\EarthsLastGuardian-0.0.3a-win\renpy\display\image.py", line 505, in render
return wrap_render(self.target, width, height, st, at)
File "C:\Users\ \Downloads\EarthsLastGuardian-0.0.3a-win\renpy\display\image.py", line 308, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\ \Downloads\EarthsLastGuardian-0.0.3a-win\renpy\display\im.py", line 627, in render
return cache.get(self, render=True)
File "C:\Users\ \Downloads\EarthsLastGuardian-0.0.3a-win\renpy\display\im.py", line 295, in get
surf = image.load()
File "C:\Users\ \Downloads\EarthsLastGuardian-0.0.3a-win\renpy\display\im.py", line 723, in load
raise e
File "C:\Users\ \Downloads\EarthsLastGuardian-0.0.3a-win\renpy\display\im.py", line 688, in load
filelike = renpy.loader.load(self.filename)
File "C:\Users\ \Downloads\EarthsLastGuardian-0.0.3a-win\renpy\loader.py", line 820, in load
raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'images/Enemies/orc/orc boss1 standing.png'.