Possible fix for command crashes

Forum rules
NO LONGER BEING MAINTAINED!
Post Reply
Troak
Posts: 27
Joined: Thu Jan 31, 2013 12:57 am

Possible fix for command crashes

Post by Troak » 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:

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).

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Possible fix for command crashes

Post by kjLotus » Sat Aug 03, 2013 11:15 am

lets see if that worked

Post Reply