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

MyAAC v0.7.12

Status
Not open for further replies.
I have this problem when creating a new character

et1cIh.png
 
I have this problem when creating a new character

et1cIh.png

Go to your phpmyadmin, and execute this:
Code:
INSERT INTO `players` (`id`, `name`, `group_id`, `account_id`, `level`, `vocation`, `health`, `healthmax`, `experience`, `lookbody`, `lookfeet`, `lookhead`, `looklegs`, `looktype`, `maglevel`, `mana`, `manamax`, `manaspent`, `soul`, `town_id`, `posx`, `posy`, `posz`, `conditions`, `cap`, `sex`, `lastlogin`, `lastip`, `save`, `lastlogout`, `balance`, `deleted`, `created`, `hidden`, `comment`) VALUES
    (null, 'Sorcerer Sample', 1, 1, 8, 1, 185, 185, 4200, 118, 114, 38, 57, 130, 0, 35, 35, 0, 100, 11, 2200, 1298, 7, '', 470, 1, 1255179571, 2453925456, 1, 1255179612, 0, 1, UNIX_TIMESTAMP(), 1, ''),
    (null, 'Druid Sample', 1, 1, 8, 2, 185, 185, 4200, 118, 114, 38, 57, 130, 0, 35, 35, 0, 100, 11, 2200, 1298, 7, '', 470, 1, 1255179655, 2453925456, 1, 1255179658, 0, 1, UNIX_TIMESTAMP(), 1, ''),
    (null, 'Paladin Sample', 1, 1, 8, 3, 185, 185, 4200, 118, 114, 38, 57, 129, 0, 35, 35, 0, 100, 11, 2200, 1298, 7, '', 470, 1, 1255179854, 2453925456, 1, 1255179858, 0, 1, UNIX_TIMESTAMP(), 1, ''),
    (null, 'Knight Sample', 1, 1, 8, 4, 185, 185, 4200, 118, 114, 38, 57, 131, 0, 35, 35, 0, 100, 11, 2200, 1298, 7, '', 470, 1, 1255179620, 2453925456, 1, 1255179654, 0, 1, UNIX_TIMESTAMP(), 1, '');

BTW. We're having now more than 200 installs!
 
New update with awesome new features and bug fixes have just arrived!

Latest version is 0.3.0 and all users are advised to upgrade to this version!

List of changes:
  • added administration panel for screenshots management with auto thumbnail generator and image auto-resizing
  • added Twig template engine and moved some html-in-php code to it
  • automatically detect player country based on user location (IP) on create account
  • player sex (gender) is now configurable at $config['genders']
  • fixed recovering account and changing password when salt is enabled
  • fixed installing samples when for example Rook Sample already exist and other samples not
  • fixed some mysql error when character you trying to create already exist
  • fixed some warning when you select nonexistent country
  • password change minimal/maximal length notice is now more precise
  • added 'enabled' field in myaac_hooks table, which can enable or disable specified hook
  • removed DEFAULT '' for TEXT field. It didn't worked under some systems like MAC OS X.
  • minimum PHP version to install the MyAAC is now 5.2.0 cause of pathinfo (extension) function
  • removed unused admin stylish template
  • removed some unused cities field from myaac_spells table
  • moved news adding at installation from schema.sql to finish.php
  • some optimizations

I've moved some html-in-php code to Twig templates.
Link: myaac/system/templates at master · slawkens/myaac · GitHub
What do you think, @Raggaer?
 
New update with awesome new features and bug fixes have just arrived!

Latest version is 0.3.0 and all users are advised to upgrade to this version!

I've moved some html-in-php code to Twig templates.
Link: myaac/system/templates at master · slawkens/myaac · GitHub
What do you think, @Raggaer?

Looking good. This is the right approach for sure.

I will still look for changes, like start using prepared statements instead of building them inside the query string.
 
Code:
Fatal error: Uncaught RuntimeException: Unable to create the cache directory (/home/otsmanager/www/system/cache/twig//5/f). in /home/otsmanager/www/system/libs/Twig/Environment.php:1275 Stack trace: #0 /home/otsmanager/www/system/libs/Twig/Environment.php(335): Twig_Environment->writeCacheFile('/home/otsmanage...', '<?php\n\n/* admin...') #1 /home/otsmanager/www/system/libs/Twig/Environment.php(293): Twig_Environment->loadTemplate('admin.dashboard...') #2 /home/otsmanager/www/system/pages/admin/dashboard.php(54): Twig_Environment->render('admin.dashboard...', Array) #3 /home/otsmanager/www/admin/index.php(41): include('/home/otsmanage...') #4 {main} thrown in /home/otsmanager/www/system/libs/Twig/Environment.php on line 1275

Getting this when tryin to access the admin panel amongst other things.
 
Can't edit posts here...

For some reason my highscores is completely empty but everything else on the website seems to be fully functional.
It just says "No records yet." despite having several chars at different levels and skills, and none of them have any groups. I tried editing highscores file to give me some proper error but I wasn't succesful at that.
 
nice but i think you can little more add settings
like show off/on equipment on character

my suggestion:
add multiworld if someone will want have more server than 1
list of items on web/quests?

why here no achievements on character? or guild war and no buy points system or shop offer bugtracker.php you working on it?
 
Nevermind fixed by changing around some permissions.

Can you tell us what permissions exactly you changed? It might be helpful for future users.

Can't edit posts here...

For some reason my highscores is completely empty but everything else on the website seems to be fully functional.
It just says "No records yet." despite having several chars at different levels and skills, and none of them have any groups. I tried editing highscores file to give me some proper error but I wasn't succesful at that.

It shows players which id is bigger than 6 (cause of samples), also 'deleted' (or 'deletion' in tfs 1.0) field in 'players' table needs to be set to 0. Also group_id needs to be lower than $config['highscores_groups_hidden'].

nice but i think you can little more add settings
like show off/on equipment on character

my suggestion:
add multiworld if someone will want have more server than 1
list of items on web/quests?

why here no achievements on character? or guild war and no buy points system or shop offer bugtracker.php you working on it?

I will fix multiworld, as its not fully functional yet..

Achievements and guild wars will be added in upcoming updates.

Bug tracker is already available. You just need to download latest version from: https://github.com/slawkens/myaac/archive/master.zip

And shop system is available as a plugin: [MyAAC] Gesior Shop System
 
nice but i think you can little more add settings
like show off/on equipment on character

my suggestion:
add multiworld if someone will want have more server than 1
list of items on web/quests?

why here no achievements on character? or guild war and no buy points system or shop offer bugtracker.php you working on it?

And equipment you can already disable in characters view by editing
Code:
$config['characters']['equipment'] = false;
 
How i can use a webservice with this ACC? for login in client 10.46??
 
@slawkens pages load so slow and I don't have this problem with other acc makers
I'm on localhost webserv
 
@slawkens pages load so slow and I don't have this problem with other acc makers
I'm on localhost webserv

What does it mean slow? What is "Load time: x seconds." showing in the footer when you're logged in as admin?

Maybe your server is offline? Then it takes minimum 1 second to load cause it can't connect to the server.
 
What does it mean slow? What is "Load time: x seconds." showing in the footer when you're logged in as admin?

Maybe your server is offline? Then it takes minimum 1 second to load cause it can't connect to the server.
so when server is offline load time is around 2 seconds and when server is online laod time drops to around 1 second
but still it's too slow you know
on other acc makers it's fast as lightning in milliseconds
 
so when server is offline load time is around 2 seconds and when server is online laod time drops to around 1 second
but still it's too slow you know
on other acc makers it's fast as lightning in milliseconds

For me, it's loading in milliseconds too. What PHP version and web server are you using?
 
Status
Not open for further replies.
Back
Top