Problems with Aardwolf spellup plugin.... I think.

Posted by Kenneth on Thu 24 Jul 2008 09:43 AM — 4 posts, 16,763 views.

#0
I've recently installed the spellup plugin for aardwolf. Every time I start MUSHclient up a window pops up with the following information:

Line 423: C:\Program Files\MUSHclient\worlds\plugins\Send_Input_To_Main_World.xml was not found. (include file not loaded)
Line 425: C:\Program Files\MUSHclient\worlds\plugins\Restore_On_Activate.xml was not found. (include file not loaded)

I'm not sure what this means, as I don't really know much about scripting and plugins. So any help would be greatly appreciated.
#1
Never mind, issue resolved. :)
USA Global Moderator #2
The problem seems to be that that the Restore_On_Activate.xml plugin is only installed with the Aardwolf package of MUSHclient and isn't in the default install. Is there another place to get it from?
Australia Forum Administrator #3
Here:

Save between the lines as Restore_On_Activate.xml



<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE muclient>
<!-- Saved on Wednesday, July 09, 2008, 12:37 PM -->
<!-- MuClient version 4.32 -->

<!-- Plugin "Restore_On_Activate" generated by Plugin Wizard -->

<muclient>
<plugin
   name="Restore_On_Activate"
   author="Nick Gammon"
   id="e6b6b15724d61ac1861d0ae8"
   language="Lua"
   purpose="Restores an activated window"
   date_written="2008-07-09 12:35:09"
   requires="4.32"
   version="1.0"
   >
<description trim="y">
<![CDATA[
If you click on a minimized window, it is restored.
]]>
</description>

</plugin>


<!--  Script  -->


<script>
<![CDATA[
function OnPluginGetFocus ()
  SetWorldWindowStatus (3)
end -- OnPluginGetFocus 
]]>
</script>


</muclient>