• 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 problem

haim92

New Member
Joined
Apr 29, 2009
Messages
4
Reaction score
0
Hello i have a AAC problem when i try to upload my patch(folder where my server is)
on 1. Set server path .
my server work fine but i just cant open AAC
its says to me:

"Warning: Error parsing D:/tibia server/servers/EldinWorld 8.41 SQL/config.lua on line 139 in D:\tibia server\xampp\htdocs\install.php on line 156
File config.lua loaded from D:/tibia server/servers/EldinWorld 8.41 SQL/config.lua and it's not valid TFS config.lua file. Go to STEP 1 - select other directory. If it's your config.lua file from TFS contact with acc. maker author."

please help me !!!
 
Wrong path to server (of course in server u must have config.lua). Example to work:
Windows:
Code:
I:/Moje prace/Big Server/serwer/
Linux:
Code:
/home/your_user_name/serwer/
 
Try to remove
Code:
	-- called "exception tracer" (__EXCEPTION_TRACER__ flag).
inside
Code:
D:/tibia server/servers/EldinWorld 8.41 SQL/config.lua

I think you'll need to remove your stamina also
Code:
	-- rateStaminaHits multiplies every hit done a creature, which are later
	-- multiplied by player attack speed.
	-- rateStaminaGain is multiplying every second of logged out time, eg:
	-- 60 * 1000 / 3 = 20 seconds, what gives 1 stamina minute for 3 being logged off.
	-- rateStaminaThresholdGain is dividing in case the normal gain (that is
	-- multiplied by rateStaminaGain, btw.) passed above threshold, eg:
	-- 60 * 1000 / 3 = 20 / 4 = 5 seconds (3 * 4 = 12 minutes for 1 stamina minute).
	-- staminaRatingLimit* is in minutes.


Zer0xe.
 
Not working when i try to remove
D:/tibia server/servers/EldinWorld 8.41 SQL/config.lua

its just stop working and i cant open "Theforgottenserver"

and darex i dont understand what you try to tell me .. ;p
 
Back
Top