help for a bard

Scripts and support for your favorite MUD client.
Vari
Sojourner
Posts: 18
Joined: Sat Oct 04, 2003 8:05 pm

help for a bard

Postby Vari » Sun Jul 25, 2004 2:05 am

anyone have any nice bard trigger sets for changing out of songs and switching instruments

any help would be great thanks
Vari
AKA Christina
Thanti
Sojourner
Posts: 7
Joined: Mon Apr 30, 2001 5:01 am
Contact:

Postby Thanti » Thu Apr 07, 2005 9:06 pm

Make sure zMud knows what isin your hand:

Code: Select all

#TRIGGER {You hold a* (%w).} {#VAR item_held %1}


F Keys To switch instruments and songs:

Code: Select all

#KEY F1 {#if @item_held="lyre" {} {rem @item_held;hold lyre};play 'song of regeneration'}
#KEY F3 {#if @item_held="flute" {} {rem @item_held;hold flute};play 'song of renewal'}
#KEY F2 {#if @item_held="harp" {} {rem @item_held;hold harp};play 'song of protection'}
#KEY F5 {#if @item_held="drums" {} {rem @item_held;hold drums};play 'song of offensive harmony'}


Shift-F keys to sing without an instrument:

Code: Select all

#KEY SHIFT-F1 {sing 'song of regeneration'}
#KEY SHIFT-F3 {sing 'song of renewal'}
#KEY SHIFT-F5 {sing 'song of offensive harmony'}


F key to stop singing:

Code: Select all

#KEY F12 {sing}


I want to dual wield

Code: Select all

#ALIAS dual {rem @item_held;wield glass;@item_held = 2.glass}

Return to “MUD Client Help”

Who is online

Users browsing this forum: No registered users and 19 guests