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
Edwub
Wanderer


Joined: 21 Nov 2002
Posts: 85
Location: USA

PostPosted: Tue Jan 14, 2003 7:19 am   

2nd alias, diff type
 
Hiho again,

alias: mobfind
#prompt mobtofind {What mob to find?}
#prompt mobfirst {Low end?}
#prompt mobend {High end?}


How can i make it start with tell @mobfirst.@mobfind to tell until the high end?

Exa: values 'dragon' and 30 is low end, 50 is high end
tell 30.dragon; tell 31.dragon; tell 32.dragon; etc

Oh, and add a echo before each tell for which number it is.

Thank you.


Edwub the Mage
Reply with quote
Emit
Magician


Joined: 24 Feb 2001
Posts: 342
Location: USA

PostPosted: Tue Jan 14, 2003 8:01 am   
 
#alias mobfind {
#prompt mobtofind {What mob to find?}
#prompt mobfirst {Low end?}
#prompt mobend {High end?}
#loop @mobfirst,@mobend {
#show Trying <color red>%i</color>
tell %i~.@mobtofind Are you the one i'm looking for?
#wait
}
}

should do what your looking for, i think
Reply with quote
Edwub
Wanderer


Joined: 21 Nov 2002
Posts: 85
Location: USA

PostPosted: Tue Jan 14, 2003 8:56 am   
 
Again Emit...

it works like a charm.

Thanks =)



Edwub the Mage
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