When i use this script, i have "Magic Effect" but i dont have "message" effect.
What is wrong?
local config = {
positions = {
["Hunting Area"] = { x = 615, y = 89, z = 8 },
},
effects = {
CONST_ME_MAGIC_BLUE,
CONST_ME_MAGIC_GREEN,
CONST_ME_MORTAREA
},
colors = {
TEXTCOLOR_WHITE...