|
Not2Day1024 Newbie
Joined: 23 May 2006 Posts: 4 Location: Palm Bay, Florida
|
Posted: Tue May 23, 2006 8:39 pm
Mapper Question |
I'm pretty dumb, well lets say really dumb when it comes to computers. I'm sorry if this seems simple to some, or if there is another post like this, but is it possible to map while following someone? If it helps, i play Sneezy, @ sneezy.saw.net port 7900. It's a small mud but fun.
|
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Tue May 23, 2006 9:10 pm |
yes, it's possible, just not automatic. Have you tried mapping while following and if so, what problems are you having?
|
|
_________________ EDIT: I didn't like my old signature |
|
|
|
Odoth Wanderer
Joined: 13 Nov 2004 Posts: 54 Location: Visalia, CA
|
Posted: Tue May 23, 2006 11:12 pm |
If there is an output on your mud when you're following, something like:
You follow Jimmy north.
then I think all you need to do is set up a trigger like this:
Code: |
#trigger {You follow %w (%w).} {#map %1}
|
If you've already configured the mapper then this should do the trick. |
|
_________________ *ribbit* |
|
|
|
Not2Day1024 Newbie
Joined: 23 May 2006 Posts: 4 Location: Palm Bay, Florida
|
Posted: Wed May 24, 2006 5:50 pm |
My mud goes like this:
Code: |
Jimmy leaves east.
You follow Jimmy. |
|
|
|
|
Guinn Wizard
Joined: 03 Mar 2001 Posts: 1127 Location: London
|
Posted: Wed May 24, 2006 6:11 pm |
#TRIGGER {^%w leaves (%w).$^You follow %w.$} {#map %1}
Would match both lines |
|
_________________ CMUD Pro, Windows Vista x64
Core2 Q6600, 4GB RAM, GeForce 8800GT
Because you need it for text... ;) |
|
|
|
katisha Newbie
Joined: 27 Mar 2006 Posts: 9
|
Posted: Wed May 24, 2006 7:01 pm |
thank you, that worked for me too.. lazy ass mapper :)
|
|
|
|
Not2Day1024 Newbie
Joined: 23 May 2006 Posts: 4 Location: Palm Bay, Florida
|
Posted: Wed May 24, 2006 7:10 pm |
Thanks Guinn! Works like a charm!
|
|
|
|
Not2Day1024 Newbie
Joined: 23 May 2006 Posts: 4 Location: Palm Bay, Florida
|
Posted: Wed May 24, 2006 7:31 pm |
Ahh katish, you're here! Hi-jacking my first thread I see .
|
|
|
|
|
|