Bloodrose Emporium
Index > Login
Name: Password: Remember:

» Forums » Public Board » Scripts » Mushclient Curing system


Broly
Broly
Family Member

Joined: 12.12.2004
Posts: 61
Posted: 20 Feb 2006 17:26     Subject:
What error messages? Anyway, before trying the curing, see if the sipper works. son, score to get your maxhealth, set your prompt to what i said in the previous post and see if it automatically sips when you are under 80% of your max health.
Up View profile :: Send message
Yreogh
Yreogh
Family Member

Joined: 12.12.2004
Posts: 1053
Posted: 20 Feb 2006 18:22     Subject:
I unno, there were a lot.

And yeah, the auto sipper works.  *nod*

Up View profile :: Send message
Yreogh
Yreogh
Family Member

Joined: 12.12.2004
Posts: 1053
Posted: 22 Feb 2006 00:10     Subject:
It seems to happen most when a Sentinel entourage is attacking me.

I can't get it to stop applying restoration without turning curing off.  I tried aout, but it still keeps applying restoration.

Up View profile :: Send message
Broly
Broly
Family Member

Joined: 12.12.2004
Posts: 61
Posted: 22 Feb 2006 07:33     Subject:
Hmm. For the restoration problem, check these variables: xmgl, xmgll, xmgrl, xmga, xmgla, xmgra. If any of them is 1, there's your problem. Set all of them to 0. For the sentinel entourage, probably one of my triggers is broken, but i don't know which one. (xmgl - mangled leg, xmgll - mangled left leg, xmga - mangled arm etc.)

aout doesn't stop autocuring, since you can get afflictions even outside of the arena. It stops autodeffing, so you don't waste your herbs and salves.


Up View profile :: Send message
Yreogh
Yreogh
Family Member

Joined: 12.12.2004
Posts: 1053
Posted: 23 Feb 2006 00:21     Subject:
Thought you said it resets afflictions?
Up View profile :: Send message
Broly
Broly
Family Member

Joined: 12.12.2004
Posts: 61
Posted: 24 Feb 2006 07:58     Subject:
it does, but I forgot to add those variables to the function that resets them.

If you want to reset them on aout, you must edit the script, go to  function resetcvars(a, b, c) (it's right at the top of the file) and add these lines to it:

world.SetVariable("xmgll", 0);
 world.SetVariable("xmgrl", 0);
 world.SetVariable("xmgla", 0);
 world.SetVariable("xmgra", 0);
 world.SetVariable("xmgl", 0);
 world.SetVariable("xmga", 0);


Just paste those anywhere inside the function.

And for the sentinel problem, it might be the lemming...go to general->configure->triggers, search for the trigger labeled losedef_caloric2 (group defences) and edit it. In the send to field, select script.

Up View profile :: Send message
Yreogh
Yreogh
Family Member

Joined: 12.12.2004
Posts: 1053
Posted: 24 Feb 2006 22:18     Subject:
I don't see a general, so I went to the list of triggers via game>configure, and searched for losedef_caloric2, and didn't find it.  Should I add it, or did I go about finding it the wrong way?

Added the variables in the script, though.

Up View profile :: Send message
Broly
Broly
Family Member

Joined: 12.12.2004
Posts: 61
Posted: 25 Feb 2006 11:20     Subject:
Yeah, that's where it was supposed to be.

<triggers>
 <trigger
  enabled="y"
  group="defences"
  match="^A small brown lemming scurries around you furiously\, stripping your caloric $"
  name="losedef_caloric2"
  regexp="y"
  send_to="12"
  sequence="100"
 >
 <send>world.SetVariable("defca", 0);
curing_off_prompt = 1;</send>
 </trigger>
</triggers>

copy/paste this in the trigger window to add it.

Up View profile :: Send message
Yreogh
Yreogh
Family Member

Joined: 12.12.2004
Posts: 1053
Posted: 25 Feb 2006 22:03     Subject:
But, there's like eighty gajillion boxes!  *flap*

Edit:  Oh, there's a paste button.  Crisis averted, I think.

Up View profile :: Send message
Yreogh
Yreogh
Family Member

Joined: 12.12.2004
Posts: 1053
Posted: 25 Feb 2006 23:06     Subject:
So, I went to spar Naahul, and got error msg'ed so bad I got DC'ed.  I didn't manage to save the error messages themselves, as there was a string of about a gajillion, But I'd like to share this snippet with you all.

H:3246 M:3280 E:99% [sdb e-]
A fox snarls and lunges at Naahul, biting him viciously.
A small brown lemming scurries around you furiously, stripping your third eye
A fox snarls and lunges at Naahul, biting him viciously.
A small brown lemming scurries around you furiously, stripping your third eye
A fox snarls and lunges at Naahul, biting him viciously.
A small brown lemming scurries around you furiously, stripping your third eye
A fox snarls and lunges at Naahul, biting him viciously.
A small brown lemming scurries around you furiously, stripping your third eye
A fox snarls and lunges at Naahul, biting him viciously.
A small brown lemming scurries around you furiously, stripping your third eye
A fox snarls and lunges at Naahul, biting him viciously.
A small brown lemming scurries around you furiously, stripping your third eye
A fox snarls and lunges at Naahul, biting him viciously.
A small brown lemming scurries around you furiously, stripping your third eye
A fox snarls and lunges at Naahul, biting him viciously.
A small brown lemming scurries around you furiously, stripping your third eye
--- Disconnected on Saturday, February 25, 2006, 4:55 PM ---
--- Connected for 1 hour, 20 minutes, 26 seconds ---

Up View profile :: Send message

Pag: 1 2 3 4 5
Advertising
© Copyright 2001-2015 iNDY Design. Contact - About