THANK YOU!! do you have the new art asset update?You must be registered to see the links
You don't have permission to view the spoiler content. Log in or register now.
Thank you good sir, i just found it.It is on the art assets thread which you can find on the first page
search barIs there someone have full save file with all books (slave-love) route
Pls share me D:
Well that’s good to know that Avatar is on Netflix but I can’t bring myself to rewatch it because I’ll get horny and ruin it.So they finally put Avatar on Netflix and I watched an episode because of this game, then got hooked and binge-watched the whole thing. Now I'm replaying the game and getting all the references.
Bumping for a solution, even manually modifying the 000statments file, can anybody help?This happens after listening the two masked ladies trying to open the two snake handle to open the door. No matter what, except for the exit tab, every button I want to try clicking/pressing (even having the mouse curser hover over), it gives me this error. I don't know if this makes any difference but I'm on the love route, not the slave route in Book 3.Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/000statements.rpy", line 531, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) TypeError: unbound method get_tooltip() must be called with Return instance as first argument (got nothing instead) -- Full Traceback ------------------------------------------------------------ Full traceback: File "bk3_l_maze.rpyc", line 3081, in script call File "bk3_l_maze.rpyc", line 5492, in script File "E:\!@#$%^&\Games\Four_Elements_Trainer_v.0.8.6d-pc\renpy\ast.py", line 1949, in execute self.call("execute") File "E:\!@#$%^&\Games\Four_Elements_Trainer_v.0.8.6d-pc\renpy\ast.py", line 1937, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "E:\!@#$%^&\Games\Four_Elements_Trainer_v.0.8.6d-pc\renpy\statements.py", line 277, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 531, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "E:\!@#$%^&\Games\Four_Elements_Trainer_v.0.8.6d-pc\renpy\exports.py", line 2905, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "E:\!@#$%^&\Games\Four_Elements_Trainer_v.0.8.6d-pc\renpy\ui.py", line 297, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "E:\!@#$%^&\Games\Four_Elements_Trainer_v.0.8.6d-pc\renpy\display\core.py", line 2702, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "E:\!@#$%^&\Games\Four_Elements_Trainer_v.0.8.6d-pc\renpy\display\core.py", line 3515, in interact_core rv = renpy.display.focus.mouse_handler(ev, x, y) File "E:\!@#$%^&\Games\Four_Elements_Trainer_v.0.8.6d-pc\renpy\display\focus.py", line 407, in mouse_handler return change_focus(new_focus, default=default) File "E:\!@#$%^&\Games\Four_Elements_Trainer_v.0.8.6d-pc\renpy\display\focus.py", line 362, in change_focus set_focused(current, newfocus.arg, newfocus.screen) File "E:\!@#$%^&\Games\Four_Elements_Trainer_v.0.8.6d-pc\renpy\display\focus.py", line 109, in set_focused new_tooltip = widget._get_tooltip() File "E:\!@#$%^&\Games\Four_Elements_Trainer_v.0.8.6d-pc\renpy\display\behavior.py", line 749, in _get_tooltip return get_tooltip(self.action) File "E:\!@#$%^&\Games\Four_Elements_Trainer_v.0.8.6d-pc\renpy\display\behavior.py", line 363, in get_tooltip rv = get_tooltip(i) File "E:\!@#$%^&\Games\Four_Elements_Trainer_v.0.8.6d-pc\renpy\display\behavior.py", line 373, in get_tooltip return func() TypeError: unbound method get_tooltip() must be called with Return instance as first argument (got nothing instead) Windows-8-6.2.9200 Ren'Py 7.3.5.606 Four Elements Trainer 0.8.6d Mon May 18 19:43:03 2020
NoIt's been a while since I played this game. Can you do lewd stuff with the spirit girl by now?
if we’re talking about the evil spiritist (snake) there’s a blowjob scene, both on the slave route and on the love route in book 3.Well, depends in what form.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
TypeError: unbound method get_tooltip() must be called with Return instance as first argument (got nothing instead)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "stand_dealerplays.rpyc", line 13, in script call
File "bjstart.rpyc", line 90, in script call
File "bk3_s_maze.rpyc", line 4590, in script
File "C:\Users\esteb\Downloads\F95\Four Elements Trainer\Four_Elements_Trainer_v.0.8.6d-pc - Copy\renpy\ast.py", line 1949, in execute
self.call("execute")
File "C:\Users\esteb\Downloads\F95\Four Elements Trainer\Four_Elements_Trainer_v.0.8.6d-pc - Copy\renpy\ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\esteb\Downloads\F95\Four Elements Trainer\Four_Elements_Trainer_v.0.8.6d-pc - Copy\renpy\statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\esteb\Downloads\F95\Four Elements Trainer\Four_Elements_Trainer_v.0.8.6d-pc - Copy\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\esteb\Downloads\F95\Four Elements Trainer\Four_Elements_Trainer_v.0.8.6d-pc - Copy\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\esteb\Downloads\F95\Four Elements Trainer\Four_Elements_Trainer_v.0.8.6d-pc - Copy\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\esteb\Downloads\F95\Four Elements Trainer\Four_Elements_Trainer_v.0.8.6d-pc - Copy\renpy\display\core.py", line 3515, in interact_core
rv = renpy.display.focus.mouse_handler(ev, x, y)
File "C:\Users\esteb\Downloads\F95\Four Elements Trainer\Four_Elements_Trainer_v.0.8.6d-pc - Copy\renpy\display\focus.py", line 407, in mouse_handler
return change_focus(new_focus, default=default)
File "C:\Users\esteb\Downloads\F95\Four Elements Trainer\Four_Elements_Trainer_v.0.8.6d-pc - Copy\renpy\display\focus.py", line 362, in change_focus
set_focused(current, newfocus.arg, newfocus.screen)
File "C:\Users\esteb\Downloads\F95\Four Elements Trainer\Four_Elements_Trainer_v.0.8.6d-pc - Copy\renpy\display\focus.py", line 109, in set_focused
new_tooltip = widget._get_tooltip()
File "C:\Users\esteb\Downloads\F95\Four Elements Trainer\Four_Elements_Trainer_v.0.8.6d-pc - Copy\renpy\display\behavior.py", line 749, in _get_tooltip
return get_tooltip(self.action)
File "C:\Users\esteb\Downloads\F95\Four Elements Trainer\Four_Elements_Trainer_v.0.8.6d-pc - Copy\renpy\display\behavior.py", line 363, in get_tooltip
rv = get_tooltip(i)
File "C:\Users\esteb\Downloads\F95\Four Elements Trainer\Four_Elements_Trainer_v.0.8.6d-pc - Copy\renpy\display\behavior.py", line 373, in get_tooltip
return func()
TypeError: unbound method get_tooltip() must be called with Return instance as first argument (got nothing instead)
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Four Elements Trainer 0.8.6d
Mon May 25 23:11:59 2020