I wrote a simple plugin to change characters. It looks like for brief moment, my settings take, but as soon as I connect all the changes are undone.
for example im setting the chat title,and the username,password. none of these are being used
for example im setting the chat title,and the username,password. none of these are being used
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE muclient>
<muclient>
<plugin
name="changechar"
author="glorimus"
id="726f33a0121c752b023e4371"
language="Lua"
purpose="changechar"
requires="4.52"
version="2.4"
save_state="y"
>
<description trim="y">
USAGE:
Test
</description>
</plugin>
<aliases>
<alias
match="^(goappa)(\s.+)?$"
enabled="y"
regexp="y"
send_to="12"
sequence="100"
>
<send>
Execute("zzap")
local charname = "my_new_char"
SetTitle(charname)
SetAlphaOption("name",charname)
SetAlphaOption("player",charname)
SetAlphaOption("password","xxx")
Connect()</send>
</alias>
</aliases>
<script>
<![CDATA[
]]>
</script>
</muclient>