|
Grahamjones Newbie
Joined: 08 Feb 2002 Posts: 2
|
Posted: Fri Feb 08, 2002 1:15 pm
#MAP issues? |
rigth this is what i am tring to do i have two characters running at the same time on the same mud within zmud i often make one follow the other when hunting as a group so i have made the following trigger:-
Pattern: Teblin leaves (%w)
Value: #MAP %1
when teblin leaves west east and south is fine but if he leaves north my other chars map maps south instead of north? is this a bug? |
|
|
|
iljhar GURU
Joined: 10 Oct 2000 Posts: 1116 Location: USA
|
Posted: Sat Feb 09, 2002 12:17 am |
Both characters aren't trying to update the same map, are they? Have you checked the inherited settings of the 2nd character to see if his settings didn't get messed up? Maybe there's an extra direction in there that maps north to south?
As a suggestion, I'd change that pattern to: ^Teblin leaves (%w)$ just to make sure no one tries to mess with your character.
Iljhar |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Sat Feb 09, 2002 4:59 am |
First I would recommend using #MOVE when following your own character as you don't need to be recording a path. Next %1 should always be used in either "quotes" or {braces}. While those 2 steps wont fix the problem, taken in conjuction with Iljhar's answer you should be fixed up.
|
|
|
|
|
|