|
tyh Beginner
Joined: 01 Feb 2004 Posts: 24 Location: United Kingdom
|
Posted: Fri Mar 04, 2005 4:38 pm
Tell Monitor |
Could someone show me how to use the status window to make a tell monitor?
Also is there any way to assertain map location after the mud and the mapper have lost sync besides teleporting to recall or using slowwalk? |
|
_________________ |
|
|
|
Maelstrom Apprentice
Joined: 10 Feb 2005 Posts: 158
|
Posted: Fri Mar 04, 2005 5:23 pm |
First Q:
Dont know if you can send it to the status window...
Try this one though. Its along the same lines of what your looking for
#TRIGGER {^%w tells you} {#CAPTURE {Chat Window}}
Second Q:
I do have something for this but its on my home computer
Ill past it up here later tonight (depending on your time zone) |
|
|
|
Maelstrom Apprentice
Joined: 10 Feb 2005 Posts: 158
|
Posted: Fri Mar 04, 2005 5:47 pm |
Hmm, actually before I post a solution to your second question I would require more information.
How is your mapper configured right now? Is is using the default settings and working or are you using the #TAG command for your own rules?
1> If it is defaulted and working properly, I would need a short text log of what you see when you move between rooms.
2> If you are already using the #TAG command to capture room name and exits I would need to see this trigger to see what it looks like.
Thanks! |
|
|
|
tyh Beginner
Joined: 01 Feb 2004 Posts: 24 Location: United Kingdom
|
|
_________________ |
|
|
|
Maelstrom Apprentice
Joined: 10 Feb 2005 Posts: 158
|
Posted: Sat Mar 05, 2005 4:39 pm |
Hmm, this should be real close to what you want. Didnt know if you wanted this in a keypress or an alias so made it an alias.
Created a temporary trigger for the teleport and then sends the look command to find what room your in... enjoy
#ALIAS resync {#TEMP {^(*)$Visible Exits:} {#TELEPORT %mapquery( "[Name] LIKE '%1'")} {case|notrig};#SEND {look}} |
|
|
|
|
|