CMUD autosipper

by Exeryte

Back to Mechanic's Corner.

Exeryte2007-11-11 03:09:14
Anyone have an autosipper for CMUD? I've given up on mine. sad.gif
Catarin2007-11-11 13:12:04
What version are you using? Send me a PM
Unknown2007-11-11 13:51:48
Post info on the one you have, and we can probably help you fix it up until it works well enough for bashing.
Exeryte2007-11-14 21:05:38
QUOTE(Zarquan @ Nov 11 2007, 07:51 AM) 457556
Post info on the one you have, and we can probably help you fix it up until it works well enough for bashing.

It works, but only with linebreak configured on. I'll post it later when I get the chance.
Unknown2007-11-15 12:23:21
If you want it to work without the linebreak, you need to check "Trigger on prompt" and uncheck "Trigger on newline" for your prompt trigger. I'd recommend leaving the linebreak option on, however, unless you're using the latest CMUD 2.x beta with the GA/EOR bug fixed.
Exeryte2007-11-16 03:07:11
QUOTE(Zarquan @ Nov 15 2007, 06:23 AM) 458400
If you want it to work without the linebreak, you need to check "Trigger on prompt" and uncheck "Trigger on newline" for your prompt trigger. I'd recommend leaving the linebreak option on, however, unless you're using the latest CMUD 2.x beta with the GA/EOR bug fixed.

Hmm, thanks. I guess I can deal with spammy bashing. suspicious.gif
Erylan2008-01-26 18:40:52
Did you ever finish that sipper?
Kylsiu2011-12-11 22:44:36
Vankara helped me fix up an old autosipper from Aetolia for use in Lusternia. The .xml file is attached. Just make sure to use ASON and ASOFF.. and I never added the trigger to check your new health values when leveling, so just make sure to check SCORE when you get a new level so it resets unless you can figure out how to add an automatic check in yourself.






(%d)h, (%d)m, (%d)e, (%d)p
health=%1;mana=%2;ego=%3;#if (@Drink=1 OR @sparkleberry=1) {sipcheck}


| Health : (%d)/(%d)
maxhealth=%2


| Mana : (%d)/(%d)
maxmana=%2


| Ego : (%d)/(%d)
maxego=%2




The potion heals and soothes you.
Drink=0;#sub {%ansi(18) --- You drank: health ---}


You may drink another health, mana, or bromide potion.
Drink=1;#sub {%ansi(14)-*- Drink Balance -*-}


Your mind feels stronger and more alert.
Drink=0;#sub {%ansi(30) --- You drank: mana ---}


Ah, the soothing bromides help strengthen your ego.
Drink=0;#sub {%ansi(22) --- You drank: ego ---}


You feel your health, mana and ego replenished.
sparkleberry=0;#sub {%Ansi(10) --- You ate: sparkleberry ---}


You may eat another herb that gives the sparkleberry effect.
sparkleberry=1



4026
1680
3611
3145
1560
1560

Health
Health


1
1


1
1


1
1


1
1


60
60


80.0
0.80




#if (@Drink=1 AND @Drinkque=1) {drink health;Drinkque=0;#alarm +1.5 {Drinkque=1}}


#if (@Drink=1 AND @Drinkque=1) {drink mana;Drinkque=0;#alarm +1.5 {Drinkque=1}}


#if (@Drink=1 AND @Drinkque=1) {drink bromide;Drinkque=0;#alarm +1.5 {Drinkque=1}}


#if (@sparkleberry=1 AND @sparkleberryque=1) {outr sparkleberry;eat sparkleberry;sparkleberryque=0;#alarm +1.5 {sparkleberryque=1}}





DrinkFocus=Health;#Echo Focusing: Health


DrinkFocus=Mana;#Echo Focusing: Mana


DrinkFocus=Ego;#Echo Focusing: Ego


SipLimit=%1;#echo {};#echo {Will now sip at: %1~%}


sparkleberryLimit=%1;#echo {};#echo {Will now eat sparkleberry at: %1~%}








#echo Autosipper Off!;#t- {Auto Sipper}


#echo Autosipper On!;#T+ {Auto Sipper}



Unknown2011-12-11 23:58:43
o.O

You just revived a FOUR YEAR old thread.