Register to post in forums, or Log in to your existing account
 

Play RetroMUD
Post new topic  Reply to topic     Home » Forums » zMUD General Discussion
TiJay
Beginner


Joined: 15 Aug 2004
Posts: 13

PostPosted: Sun Aug 15, 2004 3:29 am   

Triggers to Capture Groupies...
 
This is the pattern -

Mringasa's group:
-------------------------------------------------------------------------------
##| Level Name Pos HitPoints ManaPoints MovePoints TNL Align
-------------------------------------------------------------------------------
1| 25 Lord Leandra Stand 5917/5917 4582/5582 4427/4908 588 1000
2|703 Hero Mringasa Sleep 8272/8272 100/100 4026/4026 608 1000
3|290 Hero Erfende Sleep 3076/3076 294/294 2103/2103 2288 1000
4|374 Hero Niki Stand 2819/2819 2550/2581 2031/2075 797 1000
5|202 Hero Randalla Sleep 2097/2097 224/224 2255/2278 556 1000
6|253 Hero Javor Sleep 2716/2716 220/220 1715/1715 1464 1000
7|817 Hero Meatcliff Stand 10635/10635 210/210 3991/3991 770 1000


I wanna store their name in a variable list - groupmen - please help meh! This is what I have - and it isn't working -

Pattern:
(%d)~|(%d) (%w) (%w) (%w) (%d)/(%d) (%d)/(%d) (%d)/(%d) (%d) (%d)

Command:
#var groupmem %additem( %lower( %3), @groupmem)
#add @groupie


(#add @groupie is for another trigger - that works :])
Reply with quote
SCORNME
Novice


Joined: 25 Jul 2004
Posts: 48
Location: aka Falan

PostPosted: Sun Aug 15, 2004 10:28 am   
 
If you just want the name, then try:

#VAR groupmem {}
#TR {^%d~| %d %w (%w)} {#ADDI groupmen %1}

If you want the title and name, then try:

#VAR groupmem {}
#TR {^%d~| %d (*) %w} {#ADDI groupmen %1}
Reply with quote
Display posts from previous:   
Post new topic   Reply to topic     Home » Forums » zMUD General Discussion All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

© 2009 Zugg Software. Hosted by Wolfpaw.net