config['lua'] = load_config_lua($config['server_path'] . 'config.lua');
COLOR_GREEN somwhere in your config.lua, can you post that line of config.lua (+- 3 lines arround). const, easiest fix (noob solution) is to replace that with value of that const.tfs 0.4 3777It would be also nice to know what server is that.
yes this line healthHealingColor = COLOR_GREENIt fails to load your config.lua![]()
myaac/install/includes/config.php at main · slawkens/myaac
Automatic Account Creator (AAC) for Open Tibia Servers written in PHP - slawkens/myaacgithub.com
PHP:config['lua'] = load_config_lua($config['server_path'] . 'config.lua');
There must be someCOLOR_GREENsomwhere in your config.lua, can you post that line ofconfig.lua(+- 3 lines arround).
I guess it is some globaly definedconst, easiest fix (noob solution) is to replace that with value of thatconst.
COLOR_BLACK = 0
COLOR_BLUE = 5
COLOR_GREEN = 18
COLOR_TEAL = 35
COLOR_LIGHTGREEN = 66
COLOR_DARKBROWN = 78
COLOR_LIGHTBLUE = 89
COLOR_DARKRED = 108
COLOR_DARKPURPLE = 112
COLOR_BROWN = 120
COLOR_GREY = 129
COLOR_DARKPINK = 152
COLOR_PURPLE = 154
COLOR_DARKORANGE = 156
COLOR_RED = 180
COLOR_PINK = 190
COLOR_ORANGE = 192
COLOR_DARKYELLOW = 205
COLOR_YELLOW = 210
COLOR_WHITE = 215
COLOR_NONE = 255