I recently updated MUSH from 4.40 to 4.43 for some of the lua modules. I -hate- the black background and I used a textured background image exactly like that from Achaea's Nexus client using this code:
The background image was placed in the worlds folder and worked perfectly until this update. Is there any way I can get this plugin to work again?
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE muclient>
<!-- Saved on Saturday, June 19, 2010, 12:56 PM -->
<!-- MuClient version 4.43 -->
<!-- Plugin "Background2" generated by Plugin Wizard -->
<muclient>
<plugin
name="Background2"
id="a92d3920c3c07b26853182cd"
language="Lua"
save_state="y"
date_written="2010-06-19 12:56:00"
requires="4.43"
version="1.0"
>
</plugin>
<!-- Get our standard constants -->
<include name="constants.lua"/>
<!-- Script -->
<script>
<![CDATA[
SetBackgroundImage ("clientbg.png", 13)
]]>
</script>
</muclient>
The background image was placed in the worlds folder and worked perfectly until this update. Is there any way I can get this plugin to work again?