Bloodrose Family Forums Archive


Public Board

-

Scripts

-

Scripts section

Poted by Indiana on 05 Nov 2005 09:38 - Scripts section
Ok, the old Scripts page is now a section in this forum, hope you're all much happier now.
Poted by Avian on 05 Nov 2005 17:38 -
Quick question, does anyone have a preferred format for Nexus scripts...?
Poted by Indiana on 05 Nov 2005 18:23 -
Quick question, does anyone have a preferred format for Nexus scripts...?


To be honest, you're the only one I know to use that client ..
Poted by Arota on 06 Nov 2005 00:50 -
I'll use anything that has a better system than the one I have now...which isn't hard...
Poted by Asilient on 06 Nov 2005 01:07 -
I use Zmud and have one or two handy little pieces... I'll have to scrabble through my system..
Poted by Sarkis on 06 Nov 2005 01:30 -
I use Nexus, but I don't know poo about scripting on it. I'm sure if I tried I could become ok at it.
Poted by Avian on 06 Nov 2005 02:07 -
I have a cool little damage counter if you want it, Sarkis.
Poted by Sarkis on 06 Nov 2005 02:15 -
oooh! could you?
Poted by Avian on 06 Nov 2005 03:40 -
TRIGGER:
{<}H:{d:newHealth} M:{d:newMana} E:{d} W:{d} B:{d}% {*}
ACTION:
#math dispHealth $newHealth - $health
#math dispMana $newMana - $mana
#set health $newHealth
#set mana $newMana
#echo_ [H:$dispHealth | M:$dispMana]

Tada! You may wanna tweak the trigger, depending on how your stats are config'd.

Oh, you'll need to make several variables:

newHealth
newMana
dispHealth
dispMana
health
mana
Poted by Avian on 09 Nov 2005 19:32 -
Eh... a little add on to that other one. It's my basic stuff.

T: {<}The elixir heals and soothes you.
A: #set varElixir = elixir

T: {<}Your mind feels stronger and more alert.
A: #set varElixir = elixir

T: {<}You may drink another health or mana elixir.
A: #set varElixir = ELIXIR
    #highlight "white on blue"

T: {<}You feel your health and mana replenished.
A: #set varMoss = moss

T: {<}You may eat another bit of irid moss.
A: #set varMoss = MOSS
    #highlight "white on green"

T: {<}You touch the tree of life tattoo.
A: #set varTree = tree
    #wait 30000
    #echo
    #echo )-----[TREE TATTOO]-----(
    #set varTree = TREE

T: {<}H:{d:newHealth} M:{d:newMana} E:{d} B:{d}% {*}
A: #math dispHealth $newHealth - $health
    #math dispMana $newMana - $mana
    #set health $newHealth
    #set mana $newMana
    #echo_ <H:$dispHealth | M:$dispMana> <$varElixir | $varMoss | $varTree >

VARIABLES:
varTree
varMoss
varElixir
newHealth
newMana
dispHealth
dispMana
health
mana

Hope you like it! Essentially what it does is it tracks your elixir, moss and tree balance. I haven't really needed to add a salve or plant balance yet...
Poted by Indiana on 09 Nov 2005 20:23 -
Hmm, you know you should open new topics whenver you wish to post a code of some sort in this section, this way we could find them more easily when we need them.
Poted by Avian on 10 Nov 2005 00:12 -
Yes, Master Indiana.

Back to main forum archive

View normal forum version