bard setups

Scripts and support for your favorite MUD client.
golnol
Sojourner
Posts: 14
Joined: Thu Sep 05, 2002 5:01 am
Location: Fillmore, CA (USA)

bard setups

Postby golnol » Sat Aug 12, 2006 7:54 am

anyone have any nice bard builds they can share?
Teralyn
Sojourner
Posts: 60
Joined: Wed Nov 27, 2002 6:01 am
Contact:

Postby Teralyn » Sun Aug 13, 2006 5:46 am

bah damn, I used to. I think it was a pretty damn nice one too. but my settings got fried. I'll try to re-write it if I'm not too lazy. Or if anyone else has a nice one, I'll just steal theirs =P


-Serraie
Teralyn
Sojourner
Posts: 60
Joined: Wed Nov 27, 2002 6:01 am
Contact:

Postby Teralyn » Sun Aug 13, 2006 5:46 am

bah damn, I used to. I think it was a pretty damn nice one too. but my settings got fried. I'll try to re-write it if I'm not too lazy. Or if anyone else has a nice one, I'll just steal theirs =P


-Serraie
Disoputlip
Sojourner
Posts: 956
Joined: Thu Feb 21, 2002 6:01 am
Location: Copenhagen

Postby Disoputlip » Sun Aug 13, 2006 10:51 am

This bard triggerset got a few issues, the biggest is dont use it in an old zMud.

Load it in, and type "songhelp" to see how it works.

I prefer to have the instruments I need in inventory, some wants to have them in bags. Replace helix with horn if you dont have that specific horn

Script is old, and I wouldn't write it like this today, but I guess it's better than nothing.

Code: Select all

#CLASS {bard}
#ALIAS s-dd {%if( @instrument <> helix, remove @instrument);%if( @instrument <> helix, hold helix);@instrument = helix;@lastsong = s-dd;%if( %1 = "", sing 'song of defensive disruption' room, sing 'song of defensive disruption' %1)}
#ALIAS s-dh {%if( @instrument <> drum, remove @instrument);%if( @instrument <> drum, hold drum);@instrument = drum;@lastsong = s-dh;%if( %1 = "", sing 'song of defensive harmony', sing 'song of defensive harmony' %1)}
#ALIAS s-od {%if( @instrument <> helix, remove @instrument);%if( @instrument <> helix, hold helix);@instrument = helix;@lastsong = s-od;%if( %1 = "", sing 'song of offensive disruption' room, sing 'song of offensive disruption' %1)}
#ALIAS s-oh {%if( @instrument <> drum, remove @instrument);%if( @instrument <> drum, hold drum);@instrument = drum;@lastsong = s-oh;%if( %1 = "", sing 'song of offensive harmony', sing 'song of offensive harmony' %1)}
#ALIAS s-p {%if( @instrument <> harp, remove @instrument);%if( @instrument <> harp, hold harp);@instrument = harp;@lastsong = s-p;sing 'song of protection'}
#ALIAS s-reg {%if( @instrument <> lyre, remove @instrument);%if( @instrument <> lyre, hold lyre);@instrument = lyre;@lastsong = s-reg;sing 'song of regen'}
#ALIAS s-ren {%if( @instrument <> flute, remove @instrument);%if( @instrument <> flute, hold flute);@instrument = flute;@lastsong = s-ren;sing 'song of renew'}
#ALIAS songhelp {#ECHO s-reg - group heal - lyre;#ECHO s-ren - regen mana - flute;#ECHO s-p - armor - harp;#ECHO s-oh - group attack - drums - could just target ~@tank;#ECHO s-dh - group defense - drums - target ~@tank;#ECHO s-od - target weakens -horn;#ECHO s-dd - target easy to hit - horn;#ECHO s-h - group heal - lyre;#ECHO s-t - fly + movement - lyre;#ECHO s-rev - sense life, DI - harp;#ECHO s-s - better spellcast - flute}
#ALIAS s-h {%if( @instrument <> lyre, remove @instrument);%if( @instrument <> lyre, hold lyre);@instrument = lyre;@lastsong = s-h;sing 'song of healing'}
#ALIAS s-ha {%if( @instrument <> mandolin, remove @instrument);%if( @instrument <> mandolin, hold mandolin);@instrument = mandolin;@lastsong = s-ha;sing 'song of harming' room}
#ALIAS s-t {%if( @instrument <> lyre, remove @instrument);%if( @instrument <> lyre, hold lyre);@instrument = lyre;@lastsong = s-t;sing 'song of travel'}
#ALIAS s-rev {%if( @instrument <> harp, remove @instrument);%if( @instrument <> harp, hold harp);@instrument = harp;@lastsong = s-rev;sing 'song of revelation'}
#ALIAS s-s {%if( @instrument <> flute, remove @instrument);%if( @instrument <> flute, hold flute);@instrument = flute;@lastsong = s-s;sing 'song of sorcery'}
#VAR instrument {flute}
#TRIGGER {You are not composed enough to sing.} {#wait 5000;@lastsong}
#TRIGGER {You can't mix songs,} {sing}
#TRIGGER {This instrument doesn't seem to lend itself to thi} {#ECHO WRONG INSTRUMENT;remove @instrument}
#TRIGGER {{You've expended your magical energy!|You decide not to expend the mana required to keep your song.}} {#wait 3000;s-ren}
#CLASS 0

Return to “MUD Client Help”

Who is online

Users browsing this forum: No registered users and 6 guests