Download Game! Currently 148 players and visitors. Last logged in:TatzaAenarionToudiXunisiih

BatMUD Forums > Ideas-wanted > Re: list skills

 
 
#1
30 Jun 2006 02:51
 
 
This might sound stupid, but i'll put it out anyways:
When in a guild, you can do nifty stuff with 'train', and
this train this,that,those,these to:whatnot and so on.
Could you please give a command 'list' to guild training
room, that you could use as such:

list all skills trained more than 60
list all spells studied less than 50
list all skills trained less than 80, more than 60

I don't know if I'm the only one seeing this useful, but
sometimes I'm in a guild and thinking of what I would pick
next, and I have two guilds with 30+ levels to choose skills
from. I'd just like to know what I have just below racemax
and what over and, what to go for next etc.

~/A


 
Rating:
8
Votes:
13
 
 
Acidia
86d, 17h, 39m, 46s old
Level:
80
 
 
#2
30 Jun 2006 02:51
 
 
Here is a two triggs for zMud that will color the \"|\" before the skill/spell
and the cost of the skill/spell as red or green according if you can
train/study em.
Maybe not precicely what you were looking but helps my life when i got three
guilds to train. Simply copy&paste to zMud\'s command line and hit enter. It
will update itself everytime you check your score (i got exp indicator in
Short Score so i get it updated bit frequently).

#REGEX \"grep Player level and Experience\" {^Player level:
(\\d+)\\s+Experience: (\\d+)$} {#Variable (Player_level) {%1};#Variable
(Experience.Current) {%2}} \"Character\" {case|notrig}
#REGEX \"Color skills/spells available for training/study\" {^(\\|)
(.*)\\s+\\|\\s+\\d+ \\|\\s+\\d+ \\|\\s+\\d+ \\|\\s+(.*) \\|} {#If (0 < %3 & %3
< @Experience.Current) {#PCOL green %x1;#PCOL green %x3} {#PCOL red %x1;#PCOL
red %x3}} \"Coloring\" {case|notrig}

A :-D hits you.

 
Rating:
-8
Votes:
10
 
 
Blacksmith
159d, 9h, 35m, 22s old
Level:
73