• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

AAC Fatal error when setting server path in Gesior AAC

Zezztah

Member
Joined
Jul 25, 2013
Messages
73
Solutions
1
Reaction score
13
As I am inputting the server path to gesior, I get this error
I am also using TFS 1.2 8.6 client.
"

STEP 1​

Check server configuration

Fatal error: Uncaught Error: Undefined constant "stage" in C:\xampp\htdocs\classes\configlua.php(56) : eval()'d code:1 Stack trace: #0 C:\xampp\htdocs\classes\configlua.php(56): eval() #1 C:\xampp\htdocs\classes\configlua.php(20): ConfigLUA->loadFromString('-- Combat setti...') #2 C:\xampp\htdocs\classes\configlua.php(12): ConfigLUA->loadFromFile('C:/Users/Zezzt/...') #3 C:\xampp\htdocs\install.php(207): ConfigLUA->__construct('C:/Users/Zezzt/...') #4 {main} thrown in C:\xampp\htdocs\classes\configlua.php(56) : eval()'d code on line 1

"

I am following this youtube video.
But yeah, I'm stuck and have no clue. I've searched around too without success, anyone know whats up? I've also digged through the config files to no avail.
 
Last edited:
Yeah removing stages and setting like 5 fixed it, but how do I add the stages?
Post automatically merged:

I added the stages like this
-- Experience stages
-- NOTE: to use a flat experience multiplier, set experienceStages to nil
-- minlevel and multiplier are MANDATORY
-- maxlevel is OPTIONAL, but is considered infinite by default
-- to disable stages, create a stage with minlevel 1 and no maxlevel
experienceStages = {
{ minlevel = 1, maxlevel = 8, multiplier = 7 },
{ minlevel = 9, maxlevel = 20, multiplier = 6 },
{ minlevel = 21, maxlevel = 50, multiplier = 5 },
{ minlevel = 51, maxlevel = 100, multiplier = 4 },
{ minlevel = 101, multiplier = 3 }
}


-- Rates
-- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml
rateExp = 5
rateSkill = 50
rateLoot = 2
rateMagic = 30
rateSpawn = 1








but getting this error now instead

Parse error: syntax error, unexpected token "{", expecting ";" in C:\xampp\htdocs\classes\configlua.php(57) : eval()'d code on line 1
 
Back
Top