| One month as channeller
Posted December 10, 2024
Level: 92
Exp: 421.0M
Reinc: human riftwalker(15)+channeller(30)+mage(10)+innercircle(10)+ navigator(4)+treenav(3)+saato+(5)
My channeller reincs seem to be somewhat jinxed. Whenever I am one, I don’t have much time to play. In one month, I have gained only about 4M exp, which means that I haven’t even managed to get back the exp lost in the reinc tax.
On the positive side, I have done enough Efiilas quests that I have got 1000 Favor from Efiilas.
MUD proxy for SSL connections
While I haven’t done exp, I have coded a little bit MUD related stuff. I use Tinyfugue 4 as my MUD client and it does not support encrypted SSL connections to BatMUD. Therefore, I have been creating my own MUD proxy, which will accept incoming plain text connections and forward the connection over encrypted link to BatMUD.
The barebone version of proxy has been working quite long time already, but recently I added ANSI color code filtering into it:
The idea is that once I have a line based plain text feed from the MUD available, I can add a custom trigger system to the proxy to avoid the complex Tinyfugue trigger language.
NOTE: I don’t plan to publish the proxy code any time soon. If you want a similar proxy, check Lotheac’s bcproxy.