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

arturk4

New Member
Joined
Mar 2, 2011
Messages
61
Reaction score
2
HI i wanted to install gesior acc maker but on the first option i got stuck.
When i choose my folder with i get this messeage:
File config.lua loaded from C:/otserver/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.

And the part with database from my config.lua :
-- Database
-- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
-- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "otland"
sqlPass = "**********"
sqlDatabase = "osland"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "sha1"

What is wrong?
 
Now i can't even get on the install site cos i got those errors:
Code:
Notice: Undefined index: page in C:\UniServer\www\install.php on line 40 Notice: Undefined index: page in C:\UniServer\www\install.php on line 52 Notice: Undefined index: page in C:\UniServer\www\install.php on line 63
 
edit php.ini again:
Code:
error_reporting = E_ALL & ~E_[B][COLOR="red"]NOTICE[/COLOR][/B]
and they're notices, not errors
 
Warning: PDO::__construct(): [2002] Et tilkoblingsforsřk mislyktes fordi den tilkoblede parten ikke(This was in Norwegian)(trying to connect via tcp://localhost:3306) in C:\UniServer\www\pot\OTS_DB_MySQL.php on line 98 Can't connect to MySQL database.
 
Ok i worked but now i get this error at the admin acc step:
Code:
Set Admin Account
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'vip_time' in 'field list'' in C:\UniServer\www\pot\OTS_Account.php:237 Stack trace: #0 C:\UniServer\www\pot\OTS_Account.php(237): PDO->query('SELECT `id`, `n...') #1 C:\UniServer\www\install.php(572): OTS_Account->load(1) #2 {main} thrown in C:\UniServer\www\pot\OTS_Account.php on line 237
 
One more error... this is annoying, BTW this is the error with the mosnter i added:
Code:
Warning: DOMDocument::load(): I/O warning : failed to load external entity "C:/otserver/data/monster/pwnager.xml" in C:\UniServer\www\pot\OTS_MonstersList.php on line 119 Warning: DOMDocument::load(): I/O warning : failed to load external entity "C:/otserver/data/monster/pwnager.xml" in C:\UniServer\www\pot\OTS_MonstersList.php on line 119 Fatal error: Call to a member function hasAttribute() on a non-object in C:\UniServer\www\pot\OTS_Monster.php on line 95
 
Code:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Pwnager" nameDescription="a Pwnager" race="fire" experience="450000" speed="999" manacost="320">
<health now="500000" max="500000"/>
		<look type="201" corpse="6007"/>
	<targetchange interval="2000" chance="5"/>
	<strategy attack="1000" defense="0"/>
	<flags>
		<flag summonable="0"/>
		<flag attackable="1"/>
		<flag hostile="1"/>
		<flag illusionable="0"/>
		<flag convinceable="1"/>
		<flag pushable="0"/>
		<flag canpushitems="0"/>
		<flag canpushcreatures="0"/>
		<flag targetdistance="10"/>
		<flag staticattack="90"/>
		<flag runonhealth="0"/>
	</flags>
		<attacks>
		<attack name="fire" interval="150" chance="20" range="7" radius="7" target="1" min="-2000" max="-5000">
			<attribute key="shootEffect" value="fire"/>
			<attribute key="areaEffect" value="firearea"/>
		</attack> 
		</attacks> 
	<defenses armor="80" defense="10"/>
		<elements>
		<element energyPercent="-20"/>
		<element holyPercent="-20"/>
		<element earthPercent="-20"/>
		<element deathPercent="-20"/>
	</elements>
		<voices interval="5000" chance="10">
		<voice sentence="I Gonna PWN You"/>
		<voice sentence="PWN PWN PWN"/>
		<voice sentence="PWN YOU,HAHAHAHA"/>
		<voice sentence="I will PWN you Fucking player!"/>
	</voices>
		<loot>
		<item id="2148" countmax="9" chance="0"/>
		<item id="2461" chance="0"/>
		<item id="1987" chance="0">
			<inside>
				<item id="2559" chance="0"/><!-- small axe -->
			</inside>
		</item>
	</loot>
</monster>
 
Wtf?? i can't log on my acc on the site because i get this error:
Code:
Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\UniServer\www\pot\OTS_Account.php:423 Stack trace: #0 C:\UniServer\www\accountmanagement.php(23): OTS_Account->getCreated() #1 C:\UniServer\www\index.php(123): include('C:\UniServer\ww...') #2 {main} thrown in C:\UniServer\www\pot\OTS_Account.php on line 423
 
I used this http://otland.net/f16/account-management-gesior-help-121340/index2.html
But i still get the error : Fatal error:
Code:
Fatal error: Uncaught exception 'E_OTS_NotLoaded' in C:\UniServer\www\pot\OTS_Account.php:423 Stack trace: #0 C:\UniServer\www\accountmanagement.php(23): OTS_Account->getCreated() #1 C:\UniServer\www\index.php(123): include('C:\UniServer\ww...') #2 {main} thrown in C:\UniServer\www\pot\OTS_Account.php on line 423

And where is the null things to edit?
 
Back
Top