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

UNNAMED acc. maker 0.3.2 beta for TFS

Status
Not open for further replies.
i need the new new character are created with save 0 but the page create with save 1xS

i have edit sample idk what up's!

one code for uptate the basedate
every 5 minutes with this code

Code:
UPDATE `players` SET `save`=0;

can help me please?

Thanks
 
Last edited:
i need the new new character are created with save 0 but the page create with save 1xS

i have edit sample idk what up's!

one code for uptate the basedate
every 5 minutes with this code

Code:
UPDATE `players` SET `save`=0;

can help me please?

Thanks
.../pot/OTS_Player.php
Line 77 (default values):
PHP:
... lastip' => 0, 'save' => true, 'red ...
change to:
PHP:
... lastip' => 0, 'save' => false, 'red ...
 
LINKs TO VERSION 0.3.1a:
FOKUSHOST UNNAMED Acc. maker 0.3.1a for TFS from 0.2.6 (0.2 rc 6) to 0.2.14 (0.2 rc 14)

broken link -.-
 
this is fulll of errors................ loading monsters nº6

Warning: DOMDocument::load() [domdocument.load]: expected '>' in file:///C:/Documents%20and%20Settings/Ricardo/Ambiente%20de%20trabalho/Nova%20pasta%20(2)/Nova%20pasta/data/monster/traps/flamethrower.xml, line: 25 in C:\xampp\htdocs\pot\OTS_MonstersList.php on line 119

Warning: DOMDocument::load() [domdocument.load]: Opening and ending tag mismatch: attacks line 20 and monster in file:///C:/Documents%20and%20Settings/Ricardo/Ambiente%20de%20trabalho/Nova%20pasta%20(2)/Nova%20pasta/data/monster/traps/flamethrower.xml, line: 41 in C:\xampp\htdocs\pot\OTS_MonstersList.php on line 119

Warning: DOMDocument::load() [domdocument.load]: Premature end of data in tag monster line 2 in file:///C:/Documents%20and%20Settings/Ricardo/Ambiente%20de%20trabalho/Nova%20pasta%20(2)/Nova%20pasta/data/monster/traps/flamethrower.xml, line: 42 in C:\xampp\htdocs\pot\OTS_MonstersList.php on line 119

Warning: DOMDocument::load() [domdocument.load]: expected '>' in file:///C:/Documents%20and%20Settings/Ricardo/Ambiente%20de%20trabalho/Nova%20pasta%20(2)/Nova%20pasta/data/monster/traps/flamethrower.xml, line: 25 in C:\xampp\htdocs\pot\OTS_MonstersList.php on line 119

Warning: DOMDocument::load() [domdocument.load]: Opening and ending tag mismatch: attacks line 20 and monster in file:///C:/Documents%20and%20Settings/Ricardo/Ambiente%20de%20trabalho/Nova%20pasta%20(2)/Nova%20pasta/data/monster/traps/flamethrower.xml, line: 41 in C:\xampp\htdocs\pot\OTS_MonstersList.php on line 119

Warning: DOMDocument::load() [domdocument.load]: Premature end of data in tag monster line 2 in file:///C:/Documents%20and%20Settings/Ricardo/Ambiente%20de%20trabalho/Nova%20pasta%20(2)/Nova%20pasta/data/monster/traps/flamethrower.xml, line: 42 in C:\xampp\htdocs\pot\OTS_MonstersList.php on line 119

Fatal error: Call to a member function hasAttribute() on a non-object in C:\xampp\htdocs\pot\OTS_Monster.php on line 95
 
When I try to make a character and I choose a town this error occurs:
Code:
Please select valid town.
I have added some towns and I'm 100% sure that it's the right ID.
Edit: Shit, didn't see that you already fixed it.
Anyway, I've found a new bug: 'Edit Configs' @ adminpanel is just a blank page.
 
Last edited:
when Im trying set password (installation step 5) :


Code:
Set Admin Account

Fatal error: Uncaught exception 'PDOException' with message 
'SQLSTATE[42S22]: Column not found: 1054 Unknown column
 'name' in 'field list'' in C:\xampp\htdocs\pot\OTS_Account.php:229
 Stack trace: #0 C:\xampp\htdocs\pot\OTS_Account.php(229): PDO->
query('SELECT `id`, `n...') #1 C:\xampp\htdocs\install.php(463):
 OTS_Account->load(1) #2 {main} thrown in 
C:\xampp\htdocs\pot\OTS_Account.php on line 229
 
LINKs TO VERSION 0.3.1a:
FOKUSHOST UNNAMED Acc. maker 0.3.1a for TFS from 0.2.6 (0.2 rc 6) to 0.2.14 (0.2 rc 14)
LINKs TO VERSION 0.3.2 beta:
Unnamed acc. maker 0.3.2beta for TFS 0.3 beta

No you can't -.-
 
Gesior - have a look on screen. It's a fresh installation of your aac.

Also I've got problem, login of account is account id not account name. So when I am trying to login I can't use lolekpitolek123 but I need to use like 58683
 

Attachments

Last edited:
In 0.3.2 beta version field id in accounts table have auto_increment value, but your script is still generating and inserting account number to it.
 
when i try to logg on a character gives this:

[20/12/2008 22:22:49] > MySQL ERROR mysql_real_query: SELECT `id`, `password`, `type`, `premdays`, `lastday`, `key`, `warnings` FROM `accounts` WHERE `id` = 575981 Unknown column 'type' in 'field list'

whats the problem?
 
Status
Not open for further replies.
Back
Top