|
Edwub Wanderer
Joined: 21 Nov 2002 Posts: 85 Location: USA
|
Posted: 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 |
|
|
|
Emit Magician
Joined: 24 Feb 2001 Posts: 342 Location: USA
|
Posted: 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 |
|
|
|
Edwub Wanderer
Joined: 21 Nov 2002 Posts: 85 Location: USA
|
Posted: Tue Jan 14, 2003 8:56 am |
Again Emit...
it works like a charm.
Thanks =)
Edwub the Mage |
|
|
|
|
|