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

Need help with newest Gesior's AAC

Axerr

New Member
Joined
Jan 23, 2010
Messages
6
Reaction score
0
Hello ppl.

Im new in making os so I need few answers. I hope u'll give me some advices.


I downloaded acc maker from here http://otland.net/f118/gesior-account-maker-forgotten-server-0-3-6-a-60228/
and:
1. I cant reload monsters & spells list, there's only written

Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in C:\xampp\htdocs\pot\OTS_MonstersList.php on line 61

Fatal error: Call to undefined method domdocument::load() in C:\xampp\htdocs\pot\OTS_MonstersList.php on line 62

and


Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in C:\xampp\htdocs\pot\OTS_SpellsList.php on line 97

Fatal error: Call to undefined method domdocument::load() in C:\xampp\htdocs\pot\OTS_SpellsList.php on line 98

What should I do? D:


Im really new(started yesterday) so sorry for noobish questions :D
 
Last edited:
There shouldn't be any problems with the open-tibia distribution and the newest gesior AAC though, are you sure that the spells was not loaded anyway and that you haven't tried to do it before?
 
In OTS_MonstersList.php on line 61 and 62 are errors

$monsters = new DOMDocument();
$monsters->load($this->monstersPath . 'monsters.xml');

also in file OTS_SpellsList.php

$spells = new DOMDocument();
$spells->load($file);

what's wrong with them? Im not programmer so I dont know.. :<
 
Try replacing
PHP:
$monsters = new DOMDocument();
with
PHP:
$monsters = new DOMDocument('1.0');
 
1. Don't just download a Server and run it.
2. Take the latest 0.3.6 Server and Htdocs Folder and everything should work fine.
3. Register at reCaptcha and follow the steps until you get the keys and edit the config.php file by adding that codes.
 
1. No I change everything I should. Like config.lua etc etc
2. But acc doesn't work fine, there are few errors in OTS_MonstersList.php and OTS_SpellsList.php dunno why, I didnt change anything.. Only I got this problem or there's someone with the same problem?
3. Solved..
 
Back
Top