• 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 Gęsior Acc Maker !

Bara111

New Member
Joined
Sep 5, 2008
Messages
1
Reaction score
0
I have problem with install „gesior031_for_TFS_03” for TFS version 0.3.1 .Everything I do accordance with the guides.
Confing.lua:
Code:
	-- 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 = "***"
	sqlPass = "***"
	sqlDatabase = "***"
	sqlFile = "forgottenserver.s3db"
	sqlKeepAlive = 60
	mysqlReadTimeout = 10
	optimizeDatabaseAtStartup = "yes"
	passwordType = "plain"
Of course, the data in the database are included. The database is working correctly.
Confing.ini:
Code:
install = "2"
server_path = "C:/Documents and Settings/Pieknota/Pulpit/MultumOTS/Multum/"
houseXML_file_subdir = "data\world\forgotten-house.xml"
vocationXML_file_subdir = "data\XML\vocations.xml"
subfolder = ""
forum_link = "http://otland.net"
logo_monster = "Demon"
layout = "tibiacom"
layouts = "rasta,tibiacom,darkritual"
send_emails = "yes"
mail_address = "[email protected]"
smtp_enabled = "yes"
smtp_host = "smtp.poczta.onet.pl"
smtp_port = "25"
smtp_auth = "yes"
smtp_user = "[email protected]"
smtp_pass = "qwerty1"
email_lai_sec_interval = "300"
one_email = "yes"
account_number = "custom"
email_days_to_change = "1"
max_players_per_account = "15"
char_type = "main"
char_rook_name = "Rook Sample"
char_vocations = "None,Rook Sample"
towns_list = "2,City Two:5,City Five Name:7,Add all you towns here:9,and delete this towns:11,Ab'Dendriel:1,Ab'Dendriel"
show_mlvl = "0"
show_creationdate = "1"
guild_need_level = "8"
guild_need_pacc = "no"
guild_image_size_kb = "50"
guild_description_chars_limit = "1000"
guild_description_lines_limit = "6"
guild_motd_chars_limit = "150"
access_tickers = "1"
access_news = "2"
access_admin_panel = "3"
last_deaths_limit = "30"
news_ticks_limit = "5"
news_big_limit = "3"
vocations_list = "None,Sorcerer,Druid,Paladin,Knight,Master Sorcerer,Elder Druid,Royal Paladin,Elite Knight"
vocations_short_list = "None,Sorcerer,Druid,Paladin,Knight,MS,ED,RP,EK"
darkborder = "#A8FFA8"
lightborder = "#FEEE96"
vdarkborder = "#FF5555"
verify_code = "yes"
players_group_id_block = "2"
shop_system = "1"
download_page = "1"
serverinfo_page = "1"
verify_code_shop = "no"
newaccount_premdays = "3"
gallery_page = "1"
signatures = "1"
I go to c/xampp/htdocs, delete all the files in there, and put in the files from Gesior's AAC.Ok,start instalation:
Step1:
I indicates locations of my engine in a 100% correct and I have error:
step1.jpg

I go to the second step...
Step2: Of course, errors
step2.jpg

Next step...
Step3:One big error.
step3.jpg

Step4:The same
step4.jpg

Step5:
step5.jpg


The rest of points goes without errors. But of course, at the top of ACC Maker error:
step6.jpg

*

Someone knows how to get rid of these errors? I am afraid that is not how to get rid Acc will not work correctly.



@Edit I remove 129 line in confing.lua and all working fine ;]
 
Last edited:
This is just warning, it doesn't make any critical error.

Find the function which parse config.lua and before it put '@' to hide the error.
 
Back
Top