1.00 star(s) 2 Votes

matsc

Active Member
Aug 6, 2016
591
520
I go to the College, and i get

Any advices?
You need to open the HTML file in a text editor and do this -

There's an error in the college activity. On line 4246 of the compiled html file, the conditional is missing an &&.

If anyone playing wants to fix it, change this line.

Original line: "<<if $currentTime gte 0 $currentTime lte 2>>"

Fixed line: "<<if $currentTime gte 0 && $currentTime lte 2>>"

The proper decompiled line would be <<if $currentTime >= 0 && $currentTime <= 2>>.
 
  • Like
Reactions: xoxo1001
Jul 14, 2017
41
46
This game is broken. Cannot get mana. Editing the game to give 10 mana does not do anything. Editing the quest to require 0 mana doesn't do anything.
 
1.00 star(s) 2 Votes