Create and Fuck your AI Slut -70% OFF
x

Caspicious

Newbie
Dec 29, 2018
74
11
63
I can't find the equalist in the city streets and I cannot talk to zhu li as a script pops up. I dont know how to progress?
 

assrekt

Member
Mar 14, 2019
298
273
240
I need help, I'm playing the book 2 - love route for the first time and now I'm in the ember island quest line. So right now I'm in this false memory maze, I've already destroyed the false memory located in the right path but now I can't seem to escape from the dream cause there's no exit. No door is appearing in the left path.
 
  • Like
Reactions: idooonut and jed999

Raring

Member
May 6, 2019
111
76
106
Hadn't done the love route of book 3 yet so I figured I might as well do that now however I also encountered the crab battling problem. Spamming ignore temporary fixes it, but that can't be the right way.

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

While running game code:
  File "game/bk3_s_arena_shit.rpy", line 14813, in <module>
NameError: name 'hit_chance' is not defined

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

Full traceback:
  File "stand_dealerplays.rpyc", line 14, in script call
  File "stand_dealerplays.rpyc", line 14, in script call
  File "stand_dealerplays.rpyc", line 14, in script call
  File "bjstart.rpyc", line 90, in script call
  File "stand_dealerplays.rpyc", line 14, in script call
  File "stand_dealerplays.rpyc", line 14, in script call
  File "stand_dealerplays.rpyc", line 14, in script call
  File "bjstart.rpyc", line 90, in script call
  File "bjstart.rpyc", line 93, in script call
  File "blackjack.rpyc", line 138, in script call
  File "stand_dealerplays.rpyc", line 14, in script call
  File "stand_dealerplays.rpyc", line 14, in script call
  File "stand_dealerplays.rpyc", line 14, in script call
  File "bjstart.rpyc", line 90, in script call
  File "bk3_s_arena_shit.rpyc", line 14813, in script
  File "D:\verschiedenes\Four_Elements_Trainer_v.0.8.3c-pc\renpy\ast.py", line 1729, in execute
    if renpy.python.py_eval(condition):
  File "D:\verschiedenes\Four_Elements_Trainer_v.0.8.3c-pc\renpy\python.py", line 1943, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\verschiedenes\Four_Elements_Trainer_v.0.8.3c-pc\renpy\python.py", line 1936, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/bk3_s_arena_shit.rpy", line 14813, in <module>
NameError: name 'hit_chance' is not defined

Windows-8-6.2.9200
Ren'Py 7.0.0.196
Four Elements Trainer 0.8.4b
Wed Jan 01 18:19:07 2020
Anyone got a fix for it? Thanks in advance.
 

masterdragonson

Engaged Member
Jan 30, 2018
3,288
4,751
503
what in the new update of 8.4a and b
Water Tribe Vacation (Scenes with Cardboard Box Girl aka Jinora, Zhuli, Senna, Korra, Eska & Desna Twins)
Siege Card Game (Though the unlocked images are in "game\bk4_xtra\memory_paper")
Shady Lore or a nice cup of tea :coffee:
Bugfixes
Might be a few others but those are the highlights I remember

I'm somewhat surprised they didn't sneak a Katara Scene into the mix :LOL:
 
  • Haha
Reactions: Centrophy

ckkm3

Newbie
Aug 13, 2017
63
130
178
Hadn't done the love route of book 3 yet so I figured I might as well do that now however I also encountered the crab battling problem. Spamming ignore temporary fixes it, but that can't be the right way.

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

While running game code:
  File "game/bk3_s_arena_shit.rpy", line 14813, in <module>
NameError: name 'hit_chance' is not defined

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

Full traceback:
  File "stand_dealerplays.rpyc", line 14, in script call
  File "stand_dealerplays.rpyc", line 14, in script call
  File "stand_dealerplays.rpyc", line 14, in script call
  File "bjstart.rpyc", line 90, in script call
  File "stand_dealerplays.rpyc", line 14, in script call
  File "stand_dealerplays.rpyc", line 14, in script call
  File "stand_dealerplays.rpyc", line 14, in script call
  File "bjstart.rpyc", line 90, in script call
  File "bjstart.rpyc", line 93, in script call
  File "blackjack.rpyc", line 138, in script call
  File "stand_dealerplays.rpyc", line 14, in script call
  File "stand_dealerplays.rpyc", line 14, in script call
  File "stand_dealerplays.rpyc", line 14, in script call
  File "bjstart.rpyc", line 90, in script call
  File "bk3_s_arena_shit.rpyc", line 14813, in script
  File "D:\verschiedenes\Four_Elements_Trainer_v.0.8.3c-pc\renpy\ast.py", line 1729, in execute
    if renpy.python.py_eval(condition):
  File "D:\verschiedenes\Four_Elements_Trainer_v.0.8.3c-pc\renpy\python.py", line 1943, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\verschiedenes\Four_Elements_Trainer_v.0.8.3c-pc\renpy\python.py", line 1936, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/bk3_s_arena_shit.rpy", line 14813, in <module>
NameError: name 'hit_chance' is not defined

Windows-8-6.2.9200
Ren'Py 7.0.0.196
Four Elements Trainer 0.8.4b
Wed Jan 01 18:19:07 2020
Anyone got a fix for it? Thanks in advance.
Well, I see a probable problem: your game is reported as 0.8.4b, but it's installed into the 0.8.3c folder. Delete the entire folder and put the update in it's own folder -- you cannot drop a new update directly on top of the already installed version.

If you still get the error after that, i'm not sure. Guessing arena_regular_attack never got called, as that's the only location I see hit_chance defined:


$ hit_chance = ((crab_acc - (crab_acc * (1 - ((crab_acc/4)*0.03))))*.01)

If you put that in your console, it may or may not let you bypass the error.
 
  • Like
Reactions: IdarksoulsI

polom

Member
Sep 14, 2017
198
110
91
Question : I finished "Water Tribe Vacation" and got tp back to town (which is in the same state as if i never left). There isn't anything more to do or unlock for now, are there ?
 

chriscad

Newbie
Jan 1, 2020
27
5
33
hi guys, i got 2 questions that if anyone can answer i'd be soooo happy ^_^
1, can I reture to a book(chapter, country...? You know what i mean..) after I left it?
2, can I have a general idea of the differences between the love and slave routes? I just want to know if it deserves a second round playing.
thank you very much!
 

empress78

New Member
Mar 2, 2018
7
11
85
Yep -- only pointed out that code example you gave to show how the coder thinks. Even if the 'logic' he's using was the correct one, his zigzag list of godawful if/thens could have been mostly replaced by one neat recursive function instead of 400ish lines of fuck-all.

Edit: The coder doesn't understand basic coding principles. No wonder they've been on a 'stress' hiatus.
You don't have permission to view the spoiler content. Log in or register now.
Holy cow that is some hideous shit...
No wonder the coder gets ptsd, this is getting in way over his head...
They should really just commission some professional.
Ugh... Anyway, I just hope they get the ball rolling again now after they finally got this (botched) update done.
Because I really love the art style/setting and writing and it would be such a shame...
 
4.50 star(s) 306 Votes