OrgTracker Plugin (MUSHClient)

by Ilyarin

Back to Mechanic's Corner.

Ilyarin2009-08-01 10:31:49
This plugin uses the commands CITYENEMIES (or COMMUNEENEMIES) and CITIZENS (or MEMBERS) to track who is active in your city or commune, and who is an enemy of your city or commune. It will then highlight the names accordingly. The colours used can be chosen by the user. The plugin can also be set to fire on all text, or only on uncoloured text received from the MUD. (This would allow you to make use of the CONFIG COLOUR ALLIES/ENEMIES in the MUD.)

CURRENT VERSION:


OLD VERSIONS:

Ilyarin2009-08-01 10:32:10
Shaddus2009-08-01 14:51:47
It freezes up Mushclient when I install it.
Ilyarin2009-08-01 15:31:07
I'm trying to track this issue down. Someone else has said that.
Ilyarin2009-08-01 15:45:05
Fixed! Thanks Esano. smile.gif
Ilyarin2009-08-01 18:25:13
V1.1

Fixed a problem with colours not reloading properly across sessions and with triggers not staying enabled across sessions.
Mortexia2009-12-29 05:07:02
OrgTracker seems to be having an issue with Synergy's code, not sure if anyone else is getting this

Run-time error
Plugin: c_OrgTracker (called from world: Treant)
Immediate execution
:272: bad argument #2 to 'SetVariable' (string expected, got nil)
stack traceback:
: in function 'SetVariable'
:272: in function 'c_ot_settings'
:1: in main chunk
Error context in script:
268 : c_ot_show_settings()
269 : end
270 : elseif one and string.lower(one) == "synergy" then
271 : if #two == 24 then
272*: SetVariable("c_ea_synergy",three)
273 : ColourNote("red","","(forging) ",
274 : "white","","Setting the hexadecimal id for the synergy plugin to: ",
275 : "red","",two)
276 : elseif two ~= "" then
Ilyarin2010-03-07 21:44:15
Hm, sorry! Only just spotted this. I'm uploading a fix for that now (v1.2). smile.gif