View Single Post
Old 03-07-2011, 12:10 PM   #49
plamzi
Senior Member
 
Join Date: Nov 2009
Home MUD: bedlam.mudportal.com:9000
Home MUD: www.mudportal.com
Posts: 292
plamzi is on a distinguished road
Re: iPhone MUD Client

Here are answers to your specific questions. More details and examples can be found in the MUDMaster help file.

To display status bars, you'll need to grab not only the current value but also the maximum value (the app needs to know both to be able to fill out the bar). So, using your server's custom prompt capabilities, you'll need to configure a prompt that shows both. For example:

HP144/153 FTG40/60 MP36/36

With the above prompt set up, you do:

trig on mytrigs (starts a new trigger set called 'mytrigs')
trig HPrr/RR=redbar
trig FTGbb/BB=bluebar
trig MPgg/GG=greenbar
trig attach (autoenables the trigger set mytrigs when you connect to the current MUD)

Basically, you put 'rr' where the current value number is, and RR where the max value is, etc.

When you define these triggers, you should see all the bars, and your prompt should disappear.


Keyboard transparency is turned on in settings -- tap the cogwheel icon in the main app menu.
plamzi is offline   Reply With Quote