Hi guys,
at first i want to thank Nick for this amazing client. I love to use it for years. And now i try to get ATCP working for Avalon-Mud (german :)). Its no problem for me to run triggers/timers/alias and simple scripts, but i cant get ATCP work and maybe you can help me :).
Recently i downloaded Twisols ATCP Plugin (http://www.mushclient.com/forum/bbshowpost.php?id=9395&page=3). And i've modified a standardplugin for healthbars, which comes along with mushclient since few versions, for my needs (http://pastebin.com/ABPFGrBm).
As you can see, i trigger TP (Hitpoints), ZP (Spellpoints), AP (Actionpoints) and Mana from promptline at the moment and i want to get this over ATCP.
Mud sends the following over ATCP:
Numbers are examples :)
Avalon.TP 404
Avalon.SP 96 (SP for ZP)
Avalon.MP 2000
Avalon.AP 130
Avalon.MAX_TP 404
Avalon.MAX_SP 305
Avalon.MAX_AP 130
How can i use this and build it into the healthbar-plugin?
Additionally Avalon provides channels for ATCP. The client can activate this by sending 'set_ava_channel 1'.
Then ATCP will send each message on channels
Avalon.Channel <channel> <text>
How can i catch this and put it into a coollooking extra windows with tabs and scrollbars? :]
Thanking you in anticipation
Couto aka Dragoon@Avalon
at first i want to thank Nick for this amazing client. I love to use it for years. And now i try to get ATCP working for Avalon-Mud (german :)). Its no problem for me to run triggers/timers/alias and simple scripts, but i cant get ATCP work and maybe you can help me :).
Recently i downloaded Twisols ATCP Plugin (http://www.mushclient.com/forum/bbshowpost.php?id=9395&page=3). And i've modified a standardplugin for healthbars, which comes along with mushclient since few versions, for my needs (http://pastebin.com/ABPFGrBm).
As you can see, i trigger TP (Hitpoints), ZP (Spellpoints), AP (Actionpoints) and Mana from promptline at the moment and i want to get this over ATCP.
Mud sends the following over ATCP:
Numbers are examples :)
Avalon.TP 404
Avalon.SP 96 (SP for ZP)
Avalon.MP 2000
Avalon.AP 130
Avalon.MAX_TP 404
Avalon.MAX_SP 305
Avalon.MAX_AP 130
How can i use this and build it into the healthbar-plugin?
Additionally Avalon provides channels for ATCP. The client can activate this by sending 'set_ava_channel 1'.
Then ATCP will send each message on channels
Avalon.Channel <channel> <text>
How can i catch this and put it into a coollooking extra windows with tabs and scrollbars? :]
Thanking you in anticipation
Couto aka Dragoon@Avalon