Page 1 of 1

Possible fix for command crashes

Posted: Sat Aug 03, 2013 9:12 am
by Troak
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:

Code: Select all

commands_ini[62]  = { ["name"] = "setpvp",        ["path"] = "scripts/commands", ["permission"] = "1", ["parameters"] = "si"  };
when

Code: Select all

commands_ini[62]  = { ["name"] = "addeffect",        ["path"] = "scripts/commands", ["permission"] = "1", ["parameters"] = "siii"  };
already existed (two commands using same array value).

Re: Possible fix for command crashes

Posted: Sat Aug 03, 2013 11:15 am
by kjLotus
lets see if that worked