Page 2 of 2

Re: Updates and new commands

Posted: Sat Jun 13, 2009 10:02 pm
by paulgh
Since many of the control options (like key settings) are stored server-side, OP_KeymapSaveMsg is just telling the server to save the new data.

Re: Updates and new commands

Posted: Sat Jun 13, 2009 10:11 pm
by John Adams
Cool, I'll try it again.

Ugh, still erroring:

Code: Select all

Error 'Duplicate entry '368' for key 1' while running Query: replace into `commands` (`id`, `type`, `command`, `subcommand`, `handler`, `required_status`) values('56','0','role','','170','0'); insert into `commands` (`id`, `type`, `command`, `subcommand`, `handler`, `required_status`) values('368','0','decline_vcinvite','','171','0'); Changes reverted! 

Btw, turning off that option for Auto-AFK in the client did in fact stop the spam. So I guess I learned that auto-afk is not something World is monitoring, but your client. :) Guess that makes more sense anyway.

Re: Updates and new commands

Posted: Sat Jun 13, 2009 10:28 pm
by paulgh
Arrgh... I forgot to edit the id as well. Can you change it to 369?

Re: Updates and new commands

Posted: Sat Jun 13, 2009 10:36 pm
by John Adams
Yeah I was going to, but didn't want to throw off your data heh. I know ID is just a PK, but still.