|
Darkspawn Beginner
Joined: 18 Sep 2002 Posts: 15
|
Posted: Wed Mar 24, 2004 7:26 pm
Tracking System Linked to Mapper |
Ok, When I type <where> I get a list that looks something like this
Bob Healers Guild
Sue West Main Street
<PK> Xile Market Square
John South Gate
So I have pretty much the entire realms mapped out, and what I want to do is when I type where, if the target I have set is on the list it speedwalks to that room.
Any help is much appreciated |
|
|
|
Pega Magician
Joined: 08 Jan 2001 Posts: 341 Location: Singapore
|
Posted: Fri Mar 26, 2004 2:15 am |
Sounds like you are having too much fun.
|
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Fri Mar 26, 2004 5:00 am |
#TR {^where$} {}
#COND {@target (*)} {#WALK %1} {Within|Param=99}
Change the Param if you expect your Where list to be longer than 99 lines. |
|
|
|
LungFai Beginner
Joined: 07 May 2004 Posts: 14 Location: Australia
|
Posted: Sun May 09, 2004 9:33 am |
Tried this trigger but it didn't work for me.
This is the output i get when i perform the Where command
* HP:Healthy MV:Full > Players in your Zone
--------------------
Boyrd - Caemlyn Central Square
Soan - Reception
Lyion - The Junk Yard
Laef - Reception
Jonn - Caemlyn Central Square
Jamazt - Reception
Shinobu - First National Bank of Andor
What would i have to change to get it to work?
Am using 7.04
[8D]
Did some fiddling around and noticed that #walk does not accept room names for me. It prefers vNum |
|
|
|
LungFai Beginner
Joined: 07 May 2004 Posts: 14 Location: Australia
|
Posted: Sun May 09, 2004 2:36 pm |
Doesn't work :)
Here's my targeting script
#CLASS {Target}
#ALIAS ta {#VAR target %1;#ECHO %1 is now set as your target.}
#ALIAS p {kill @target}
#CLASS 0
Now once i set the target as Bill and he is somewhere on my where command
Where
Players in your Zone
--------------------
Ryther - Inside the Northern Gate of Caemlyn
Bill - The Black Fox Tavern
Rivian - Reception
Johanna - Inside the Eastern Gate of Caemlyn
Boyrd - The Kitchen
Reygar - Tailor of Caemlyn
Nothing happens
I do the gotonext and nothing happens
Tried gotonext Bill, gotonext The Black fox Tavern and neither did anything either.
Is it possible Zmud can not do it? *grin*
[8D] |
|
|
|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Sun May 09, 2004 3:29 pm |
*whap OI I missed that part* Also tested that #WALK doesnt use full names so try this instead
#TR {^Players in your Zone$} {}
#COND {@target - (*)} {#WALK %item(%mapquery({[NAME] LIKE '%2'}),1)} {Within|Param=99} |
|
|
|
LungFai Beginner
Joined: 07 May 2004 Posts: 14 Location: Australia
|
Posted: Mon May 10, 2004 5:14 am |
Shake still doesn't work
[8D] |
|
|
|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Mon May 10, 2004 1:54 pm |
Ok that is officialy It I refuse to answer any more questions before my Daily does of Caffine.
Change the %2 to %1 and you should be good to go |
|
|
|
LungFai Beginner
Joined: 07 May 2004 Posts: 14 Location: Australia
|
Posted: Tue May 11, 2004 7:04 pm |
hate to say it but, sorry no go
This is what happened
* HP:Healthy MV:Fresh > where
Players in your Zone
--------------------
Virlomi - Caemlyn Central Square
Feena - A Traveller's Shop
Boyrd - Middle of a Wide Boulevard
* HP:Healthy MV:Fresh > Feena is now set as your target.
where
Players in your Zone
--------------------
Belin - A Wide Boulevard
Virlomi - First National Bank of Andor
Feena - A Traveller's Shop
Boyrd - Middle of a Wide Boulevard
* HP:Healthy MV:Fresh >
Virlomi has arrived from the south.
A gray palfrey has arrived from the south.
And it just sat there doing nothing at all
[8D] |
|
|
|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Tue May 11, 2004 7:30 pm |
IS the pattern correct? I.E.
NAME(ONESPACE)-(ONESPACE)PLACE
if not you may need to change it to something like this:
@target%s-%s(*) |
|
|
|
LungFai Beginner
Joined: 07 May 2004 Posts: 14 Location: Australia
|
Posted: Thu May 13, 2004 8:38 am |
Woohoo that did teh Trick. Sorry the output didn't come out preoperly on the forums which prob caused most of the probs in firxst place
[8D] |
|
|
|
|
|