Trap command
Posted: Sun May 03, 2009 5:37 pm
Not sure when this happened, or if it's just odd data. In my `commands` table, 'trap' is set to handler 94. Looking in commands.h, value 94 is #define COMMAND_SEARCH_STORES_PAGE.
In the game, when you "trap" a creature den, I am getting an echo back to my chat box the usage for the /invulnerability command.
Invul is #define COMMAND_INVULNERABLE 93, so I am not sure that's a coincidence or not.
Should the "handler" value in commands table correlate to the defined constant in commands.h? If not, then it's my misunderstanding. Regardless, Trap does not appear to be working at the moment.
In the game, when you "trap" a creature den, I am getting an echo back to my chat box the usage for the /invulnerability command.
Invul is #define COMMAND_INVULNERABLE 93, so I am not sure that's a coincidence or not.
Should the "handler" value in commands table correlate to the defined constant in commands.h? If not, then it's my misunderstanding. Regardless, Trap does not appear to be working at the moment.