• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Some suggestions.

Znote

<?php echo $title; ?>
Staff member
Global Moderator
Premium User
Joined
Feb 14, 2008
Messages
7,037
Solutions
256
Reaction score
2,138
Location
Norway
GitHub
Znote
As I lack php skill I don't do big commits. But I still have the suggestions. :P

Vocation system is a pure mess on Modern AAC.

If you have custom vocations, you have to change 3 different values at least in config.php. And then change the database.

If you have more than 4 vocations, you will have to walk into Modern AAC mysql schema, pick a sample, edit it and import it.

Very much hazzle and bothersome modifications to make Modern AAC work on a custom server.

Suggestion 1:
Either Modern AAC vocation structure needs to be rebuild, or we should have a plugin or something accessible from the admin panel witch allows you to define vocation names and id, remove and add vocation on an graphical user interface.

This GUI should also work together with the database, change the sample character names, add a new sample if necessary.

This will make things so much easier.


Suggestion 2:
You have probably heard it before.
DefaultWorldID.
Right now world id is kinda hardcoded to either 0 as single OT. Or Multiworld for multiple ots. Try to connect Modern AAC to only 1 OT, at world id 2. It won't work. :P You will have to edit create.php for your world id, you have to edit highscore.php to view from your world id, you have to modify guilds.php to list the guilds from your world id and so on...
 
Last edited:
Well, how about you just define the vocation ID in config, and name and everything get selected from DB? Atleast it's a bit easier :)

2)
Will be implanted. It will either have a new value or use the first defined world from config as default.
 
Ye, would make stuff easier.

Also, small bug
When creating account, you can make nicknames like "^reacted". When you then click on the nickname in character search you get this error:
Code:
An Error Was Encountered
The URI you submitted has disallowed characters.
 
Back
Top