Possible fix for command crashes
Posted: Sat Aug 03, 2013 9:12 am
This really is just mostly a wild guess, but the only real change I can see to commands since our server started getting command handler crashes was to commands.conf, and the last change added:
when
already existed (two commands using same array value).
Code: Select all
commands_ini[62] = { ["name"] = "setpvp", ["path"] = "scripts/commands", ["permission"] = "1", ["parameters"] = "si" };
Code: Select all
commands_ini[62] = { ["name"] = "addeffect", ["path"] = "scripts/commands", ["permission"] = "1", ["parameters"] = "siii" };