• 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.
Im still getting this error:

PHP:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'cdamson.z_news_big' doesn't exist' in C:\xampp\htdocs\latestnews.php:80 Stack trace: #0 C:\xampp\htdocs\latestnews.php(80): PDO->query('SELECT * FROM `...') #1 C:\xampp\htdocs\index.php(70): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\latestnews.php on line 80

Anyone knows what that is or how to fix it?

Im using the one for TFS 0.3.2.
 
Hello guys I have one big problem with my Gesior ACC, my database have ~25k of account and the website dont create more account, if you try will see one blank page. If I delet any account I can create a new account, I think it problem comes by 'id' and auto_incremente.
How fix it?
 
Last edited:
I think its problem with limit of RAM for one PHP script (array with all accounts is bigger then limit and script just stop).
If you use windows its in:
C:\xampp\apache\bin\php.ini
in line:
PHP:
memory_limit = 16M      ; Maximum amount of memory a script may consume (16MB)
Change it to 32M or 64M.
 
PHP:
Notice:  Undefined index:  page in C:\wamp\www\install.php on line 40
  	 	  	 	 	<body>Frames don't work. Install Firefox :P</body>  
Notice:  Undefined index:  page in C:\wamp\www\install.php on line 53

Notice:  Undefined index:  page in C:\wamp\www\install.php on line 67
What's wrong?
 
I think its problem with limit of RAM for one PHP script (array with all accounts is bigger then limit and script just stop).
If you use windows its in:
C:\xampp\apache\bin\php.ini
in line:
PHP:
memory_limit = 16M      ; Maximum amount of memory a script may consume (16MB)
Change it to 32M or 64M.

I think it is one bug of auto_increment, because IF I delet one account I CAN create one account.
ps: My last account id is: '9999036'.
 
Code:
// list of vocations on ots (world 0)
$vocation_name[0][0] = array(0 => 'None', 1 => 'Sorcerer', 2 => 'Druid', 3 => 'Paladin', 4 

=> 'Knight'); // id => 'name' , $vocation_name[0] - promotion level 0, $vocation_name[0] - 

for world ID 0
$vocation_name[0][1] = array(1 => 'Master Sorcerer', 2 => 'Elder Druid', 3 => 'Royal 

Paladin', 4 => 'Elite Knight'); // id => 'name' , $vocation_name[1] - promotion level 1, 

$vocation_name[0] - for world ID 0

how may i change it to work with WOrld ID 2
 
i got it lol
Code:
// list of vocations on ots (world 2)
$vocation_name[2][0] = array(0 => 'None', 1 => 'Sorcerer', 2 => 'Druid', 3 => 'Paladin', 4 

=> 'Knight'); // id => 'name' , $vocation_name[0] - promotion level 0, $vocation_name[1] - 

for world ID 1
$vocation_name[2][1] = array(1 => 'Master Sorcerer', 2 => 'Elder Druid', 3 => 'Royal 

Paladin', 4 => 'Elite Knight'); // id => 'name' , $vocation_name[1] - promotion level 1, 

$vocation_name[2] - for world ID 2
sorry =x
 
So gesior is there a command or function to completely remove deleted characters? or is there an automatic time frame, cause some players are deleting old chars to use the name but characters stay in their account with the --UNDELETE--slogan but..... they won't go away..:p
 
@Gesior

I cant make a charachter with this gesior0.3.4beta version of urs it keep saying that Character already exist but there is no player with that name in database its a error in OTS_Player can you check it up plz?
 
Anyone know how to fix this?
I'm getting this error with the latest beta version.

I get the error when I press the guild link at the character page.

Same here.

Works fine when you're at the guild page and clicks.
But when clicking at character page it doesn't work.
 
Why i cant download any of the gesior acc ????? it downloads me a 4kb file....and i dont know why..i need the gesior acc for TFS 0.3.4

if someone can give me a link..i would appreciate...
 
Hello !
Well the server that I am using is
[8.41/42] The Forgotten Server 0.3.4PL2 (Crying Damson)

And the acc that I am using is:
Unnamed acc. maker 0.3.4beta for TFS 0.3.4 (work with multi-world!)
Now, my problem is that when I am in the part of the installation
In the part of choose server path there is something strange because
I put my server path on tfs 0.3.4 and is show me this..

74770248.jpg


And I sure I choose the correct path....

Now when I just download the original tfs.. this one..
[8.42] The Forgotten Server v0.2.2 (Mystic Spirit)
And in the server path I just select this server and It appear me this..

dibujoudw.jpg


??, It is strange for me.. How does the acc accept tfs 0.2.2 if the acc is for 0.3.4 and don´t accept tfs 0.3.4?..
And I can run the tfs 0.3.4 normally so the config.lua doesn’t have
Any problems... if someone can help my I would be very great full..
And rep++:D

Thanks for all:wub:
Alberto Garcia




How did you solve it? i newed to know, thanks
 
Can someone rehost AAC for TFS 0.2.2??? The site is buggy atm :(
 
Do you have ready database for import to sql?
I need all table and columns in package.

Thx alot.
 
The Following Errors Have Occurred:
# Wrong characters configuration ("Load vocations" in admin panel, "character to copy" doesn't exist in DB). Try again or contact with admin.
 
Status
Not open for further replies.
Back
Top