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

Problem with Website

exique

Natala-ot.com
Joined
Sep 28, 2008
Messages
1,673
Reaction score
25
Location
Sweden
Hey when I try to install my account manager I get this error:

Warning: Error parsing C:/Documents and Settings/Drimdrom/Skrivbord/cryingdamson3-gui/config.lua on line 139 in C:\xampp\htdocs\install.php on line 156
File config.lua loaded from C:/Documents and Settings/Drimdrom/Skrivbord/cryingdamson3-gui/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.
I'm using tfs 0.3.3 with this acc
http://otland.net/f118/gesiors-acc-maker-0-3-3-0-3-2-bugs-fixxed-including-multi-system-28855/

I downloaded the one that wasn't a multi world (Gesior acc 0.3.3.rar)



Help! Rep++ :)
 
In your config.lua file

replace
PHP:
	-- Stamina
	-- NOTE: Stamina is stored in miliseconds, so seconds are multiplied by 1000.
	-- 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.
	rateStaminaLoss = 1
	rateStaminaGain = 1000 / 3
	rateStaminaThresholdGain = 4
	staminaRatingLimitTop = 41 * 60
	staminaRatingLimitBottom = 14 * 60
	rateStaminaAboveNormal = 1.5
	rateStaminaUnderNormal = 0.5
	staminaThresholdOnlyPremium = "yes"

with

PHP:
	-- Stamina
	rateStaminaLoss = 1
	rateStaminaGain = 1000 / 3
	rateStaminaThresholdGain = 4
	staminaRatingLimitTop = 41 * 60
	staminaRatingLimitBottom = 14 * 60
	rateStaminaAboveNormal = 1.5
	rateStaminaUnderNormal = 0.5
	staminaThresholdOnlyPremium = "yes"

It should work after you delete those lines. If it still doesn't work post your config.lua file here.
 
Can you copy and then paste here what you got in "C:/Documents and Settings/Drimdrom/Skrivbord/cryingdamson3-gui/config.lua on line 139 in C:\xampp\htdocs\install.php"?
 
Back
Top