Ilyarin2009-06-06 14:38:17
Attached is the EnemyAlly plugin I've developed for MUSHClient.
As with all plugins I produce, I strongly suggest reading the entire readme.txt file. It is not that long and it is the best way to understand the plugin.
Information is stored across sessions by serializing the information from the lua variable to a permanent MUSHClient variable. Because of this, as stated in the readme file, MUSHClient must be able to access the serialize.lua file that comes with the program. I believe this is not a problem for either standard or Treant setups.
This should in NO WAY interfere with any other aliases or triggers that have been set up for any ally/enemy purpose. If it does, please let me know.
CURRENT VERSION:
OLD VERSIONS:
As with all plugins I produce, I strongly suggest reading the entire readme.txt file. It is not that long and it is the best way to understand the plugin.
Information is stored across sessions by serializing the information from the lua variable to a permanent MUSHClient variable. Because of this, as stated in the readme file, MUSHClient must be able to access the serialize.lua file that comes with the program. I believe this is not a problem for either standard or Treant setups.
This should in NO WAY interfere with any other aliases or triggers that have been set up for any ally/enemy purpose. If it does, please let me know.
CURRENT VERSION:
OLD VERSIONS:
Ilyarin2009-06-06 14:38:36
Unknown2009-06-06 17:02:18
Hey, nice plugin. It works great but when I quit it doesn't seem to save enemy lists.
It gives the following error:
Any suggestions on how I'd fix this?
It gives the following error:
QUOTE
Line 26: C:\\Users\\Owner\\Desktop\\LUSTERNIA\\Treant\\constants.lua was not found. (include file not loaded)
Any suggestions on how I'd fix this?
Ilyarin2009-06-06 18:05:44
It should save the enemy lists between sessions. It does on mine. I will debug when I get back from my meal.
x
x
Ilyarin2009-06-06 20:36:04
It looks like you have a non-standard installation. There's a file where the program is installed, in worlds -> plugins called "constants.lua". If you put that at the directory in the error it should sort itself out.
I still can't replicate your bug suggesting that the enemy lists aren't saved between sessions. Anyone else experiencing this?
I still can't replicate your bug suggesting that the enemy lists aren't saved between sessions. Anyone else experiencing this?
Dakkhan2009-06-06 20:40:19
Does this automatically reject people as well?
Ilyarin2009-06-06 21:18:27
No, I decided not to add that at this stage.
Unknown2009-06-07 02:48:19
I moved the constants.lua file from worlds -> plugins to my treant folder and every thing works fine now, thanks!
Ilyarin2009-07-30 10:48:58
This plugin has received a fundamental update. Please install version 1.2 in order to achieve compatibility with other plugins.
Unfortuantely you will have to rebuild any lists you have already made.
Unfortuantely you will have to rebuild any lists you have already made.
Ilyarin2009-08-01 17:59:22
This plugin has been updated to use the new enemy syntax for less spam, particularly when enemying custom lists.