Log in

View Full Version : XenoBot Bug - Non-Issue [Windows 7 x64] Generic Proxy - strange chars



anoyn
12-16-2015, 02:55 AM
Bug Report
Operating System:
Windows 7 x64
Short Description:
Generic Proxy - strange chars
Behaviors:

Feature error

Indepth Description:
Running the following code

local proxy = GenericTextMessageProxy.New("my-proxy")

proxy:OnReceive(function (proxy, message)
print("Got message: %s", message)
end)


Only certain messages print correctly,
Working messages:
"You gained 43 experience points."
"20:45 Loot of a carrion worm: a gold coin"
20:49 Got message: You healed yourself for 45 hitpoints.

Broken Messages:
other players damaging creatures:
20:46 Got message: #~
other players healing themselves:
20:51 Got message: #~
e

I remember this initially working and but later being broken a month or so after release.

I'm not sure what else the proxy is meant to detect. Documentation would be nice.

Glad it was implemented though.

DarkstaR
12-16-2015, 03:01 AM
There's a battle message proxy, has been for years. They don't not work. Not sure what those strange message are, though.

anoyn
12-16-2015, 04:05 AM
There's a battle message proxy, has been for years. They don't not work. Not sure what those strange message are, though.

Battle message proxy only shows your attacks/loses, excluding all other player attacks/loses.

More info here (http://forums.xenobot.net/showthread.php?39555-Alarm-when-server-msg)

DarkstaR
12-16-2015, 04:55 AM
Will check it out, thanks

DarkstaR
12-18-2015, 06:06 AM
Fixed in upcoming update