Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ MUSHclient
➜ General
➜ Problems with Aardwolf spellup plugin.... I think.
|
Problems with Aardwolf spellup plugin.... I think.
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
| Posted by
| Kenneth
(18 posts) Bio
|
| Date
| Thu 24 Jul 2008 09:43 AM (UTC) |
| Message
| 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. | | Top |
|
| Posted by
| Kenneth
(18 posts) Bio
|
| Date
| Reply #1 on Thu 24 Jul 2008 11:51 AM (UTC) |
| Message
| | Never mind, issue resolved. :) | | Top |
|
| Posted by
| Fiendish
USA (2,541 posts) Bio
Global Moderator |
| Date
| Reply #2 on Mon 28 Jul 2008 01:58 AM (UTC) |
| Message
| | 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? |
https://github.com/fiendish/aardwolfclientpackage | | Top |
|
| Posted by
| Nick Gammon
Australia (23,165 posts) Bio
Forum Administrator |
| Date
| Reply #3 on Mon 28 Jul 2008 02:32 AM (UTC) |
| Message
| 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>
|
- Nick Gammon
www.gammon.com.au, www.mushclient.com | | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
14,572 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top