Xyloid wrote:
Tugmeno wrote:
'eq' is a command-alias to 'equipment brief'
No more spam.
I still want to see my prot level and coverage, 9 lines is just a little much.
That being said, you gave me an idea which does work just fine:
command eq grep -v '^You have' equipment $*
Now I just feel sorry for all the new players or anyone that missed this
thread..
./def -agGL -Fp500000 -mregexp -t"^You have (.+) protection against general
damage.$" eqspam1 = \
. /def -n1 -Fp500000 -mregexp -t"^Your armour improves your general
protection to be (.+).$$" eqspam1b = \
. /substitute Your armour improves general protection from %P1 to %%P1.
./def -agGL -Fp500000 -mregexp -t"^You have (.+) protection against bashing.$"
eqspam2 = \
. /def -n1 -Fp500000 -mregexp -t"^Your armour improves your protection
against bashing to be (.+).$$" eqspam2b = \
. /substitute Your armour improves bashing protection from %P1 to %%P1.
./def -agGL -Fp500000 -mregexp -t"^You have (.+) protection against cutting.$"
eqspam3 = \
. /def -n1 -Fp500000 -mregexp -t"^Your armour improves your protection
against cutting to be (.+).$$" eqspam3b = \
. /substitute Your armour improves cutting protection from %P1 to %%P1.
./def -agGL -Fp500000 -mregexp -t"^You have (.+) protection against
stabbing.$" eqspam4 = \
. /def -n1 -Fp500000 -mregexp -t"^Your armour improves your protection
against stabbing to be (.+).$$" eqspam4b = \
. /substitute Your armour improves stabbing protection from %P1 to %%P1.