|
Quit Wanderer
Joined: 19 Jul 2008 Posts: 59
|
Posted: Tue Jul 22, 2008 1:23 pm
Path |
Hi
this work
#PATH {Dortmund} {run 2s27e}
#SH @zone - Dortmund
#EXEC .@zone
but this dont cus there are more words I think
#PATH {Death's Manor} {run wun9s}
#SH @zone - Death's Manor
#EXEC .@zone
I have try #EXEC .(@zone) #EXEC {.@zone} #EXEC .'@zone' #EXEC ."@zone" but non of them works |
|
|
|
Toxic Adept
Joined: 27 May 2008 Posts: 299
|
Posted: Tue Jul 22, 2008 3:24 pm |
what is in @zone? And it would probably be #EXEC .{@zone}
|
|
|
|
Quit Wanderer
Joined: 19 Jul 2008 Posts: 59
|
Posted: Tue Jul 22, 2008 4:01 pm |
nope dident work
@zone holds the zone where my quest mob is like Dortmund or Death's Manor |
|
|
|
Toxic Adept
Joined: 27 May 2008 Posts: 299
|
Posted: Tue Jul 22, 2008 4:18 pm |
hmm testing something
It looks like you cant have multiword path names when your using the .path syntax. My suggestion would be to convert all your paths to Death's_Manor syntax. then use %replace() to remove " " and replace with "_" in your zone names before you pull the path with them. |
|
|
|
|
|