Register to post in forums, or Log in to your existing account
 

Play RetroMUD
Post new topic  Reply to topic     Home » Forums » zMUD General Discussion
hojotrolloc
Beginner


Joined: 08 Jun 2008
Posts: 14

PostPosted: Sun Jun 08, 2008 5:06 pm   

Map capture help
 
I'm playing this mud and I would love to get the map to come up in its own window. Ive tried for a few days with no luck can anyone give me a hand? Here are some samples:

Code:
<100%> / <19,188/19,188>
map
Area: Planet Namek (1G)
~~~~~~~~~~~~~~~~@.......~~~~~~~~~~~~~~~~~~~[10]
~~~~~~~~~~~~~~~.|.......~~~~~~~~~~~~~~~~~~~[9]
~~~~~~~~~~~~~~~.........~~~~~~~~~~~~~~~~~~~[8]
~~~~~~~~~~~~~~~.........~~~~~~~~~~~~~~~~~~~[7]
~~~~~~~~~~~~~~~~~......~~~~~~~~~~~~~~~~~~~~[6]
~~~~~~~~~~~~~~~~~~~..~~~~~~~~~~~~~~~~~~~~~~[5]
@~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[4]
|..@.~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[3]
...|..~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[2]
......~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[1]
.....~~~~~~~~~~~~~~~~*~~~~~~~~~~~~~~~~~~~~~[-]
...~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[1]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[4]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[5]
~~~~~~~~~~~~..~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[6]
~~~~~~~~~.......~~~~~~~~~~~~~~~~~~~~~~~~~~~[7]
..~~~~~~.........@.~~~~~~~~~~~~~~~~~~~~~~~~[8]
...@~~~..........|..~@~~~~~~~~~~~~~~~~~~~~~[9]
...@.................|@~~~~~~~~~~~~~~~~~~~~[10]
Location: 230,208
Exits: north nw west sw south se east ne


<100%> / <19,188/19,188>
e
Area: Planet Namek (1G)
~~~~~~~~......~~~~~~~~~~~~~[6]
~~~~~~~~~~..~~~~~~~~~~~~~~~[5]
~~~~~~~~~~~~~~~~~~~~~~~~~~~[4]
~~~~~~~~~~~~~~~~~~~~~~~~~~~[3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~[2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~[1]
~~~~~~~~~~~~~*~~~~~~~~~~~~~[-]
~~~~~~~~~~~~~~~~~~~~~~~~~~~[1]
~~~~~~~~~~~~~~~~~~~~~~~~~~~[2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~[3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~[4]
~~~~~~~~~~~~~~~~~~~~~~~~~~~[5]
~~~..~~~~~~~~~~~~~~~~~~~~~~[6]
Location: 231,208
Exits: north nw west sw south se east ne


<100%> / <19,188/19,188>


The smaller one is the most common and the one i really want to capture. The larger one only shows up when i type map, but it would be nice to be able to capture that one too. I just want to gag the map and not the Location: Exits:

any and all help is appreciated Very Happy
Reply with quote
charneus
Wizard


Joined: 19 Jun 2005
Posts: 1876
Location: California

PostPosted: Sun Jun 08, 2008 8:55 pm   
 
#TRIGGER {^Area:} {#gagon;#gag;#CLR Maps;#WIN Maps;#C+ Maps}
#COND {^Location:} {#gagoff;#gag;#C- Maps}

Haven't tested that, but it should work.

Charneus
Reply with quote
hojotrolloc
Beginner


Joined: 08 Jun 2008
Posts: 14

PostPosted: Sun Jun 08, 2008 9:09 pm   
 
Code:
#CLASS {map capture}
#TRIGGER {^Area: * [(v%dG)]} {#gagon;#gag;#C+ Map;#clr Map}
#TRIGGER {^Location: %n,%n} {#gag;#C-;#gag;#gagoff}
#CLASS 0


Im trying to use a modified charneus script i found a hour ago and it kinda works, but

Code:
...|........~~~~~~~~~......~~~~~~~~~~~~~~~~[10]
.........@..~~~~~~~~~~.@..~~~~~~~~~~~~~~~~~[9]
.........|..~~~~~~~~~~.|..~~~~~~~~~~~~~~~~~[8]
....@......~~~~~~~~~~~~..~~~~~~~~~~~~~~~~~~[7]
....|...~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[6]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~......@~~~~[5]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~......|.~~~[4]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.........~~~[3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.........~~[2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.........~~[1]
~~~~~~~~~~~~~~~~~~~~~*~~~~~~~~~~~........~~[-]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~........@[1]
[2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~......[3]
~~~~~~~~~~~~~~~~~~*~~~~~~~~~~~~~~~~~~~.....[4]
~~~~~~~~~~~~~~~~~~~~~~~~~.@.~~~~~~~~~~~....[5]
~~~~~~~~~~~~~~~~~~~~~~..~.|....~~~~~~~~~~~~[6]
~~~~~~~~~~~~~~~~~~~~~...........~~~~~~~~~~~[7]
~~~~~~~~~~~~~~~~~~~~..........@..~~~~~~~~~~[8]
~~~~~~~~~~~~~~~~~~~~..........|...~~~~~~~~~[9]
~~~~~~~~~~~~~~~~~~~...............~~~~~~~~~[10]
Location: 254,10

...~~~~~~~~~~~~..~~~~~~~~~~[6]
~~~~~~~~~~~~~~~~~~~~~~~~~~~[5]
~~~~~~~~~~~~~~~~~~~~~~~~...[4]
~~~~~~~~~~~~~~~~~~~~~~~~...[3]
~~~~~~~~~~~~~~~~~~~~~~~....[2]
~~~~~~~~~~~~~~~~~~~~~~~~...[1]
~~~~~~~~~~~~~*~~~~~~~~~~...[-]
~~~~~~~~~~~~~~~~~~~~~~~~~..[1]
~~~~~~~~~~~~~~~~~~~~~~~~~~.[2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~[3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~[4]
~~~~~~~~~~*~~~~~~~~~~~~~~~~[5]
~~~~~~~~~~~~~~~~~.@.~~~~~~~[6]
Location: 254,11

When I hit map and get the larger map it skips lines sometimes
and I dont mind if the location shows up, thats fine, I just dont want it gag'ed nor do i want the Area: gaged.
As it is it gags area:, map, and location, and only shows map and location in the capture window. I noticed your post and tried the script there but it does the exact same thing except it also adds "Capture text OFF" message :( spammy

I would like it to Show Area:, map, location: in the capture window, but only gag the map in my main window.

thanks in advance
Reply with quote
hojotrolloc
Beginner


Joined: 08 Jun 2008
Posts: 14

PostPosted: Sun Jun 08, 2008 11:43 pm   
 
Code:
#CLASS {map capture}
#TRIGGER {^Area:} {#capture Maps;#gagon;#C+ Map}
#TRIGGER {^Location:} {#C-;#gagoff}
#CLASS 0


got me

Code:
Area: Planet Earth (1G)
~~~~~~~~~~~~~~~~~~~~~~~~~~~[6]
~~~~~~~~~~~~~~~~~~*~~~~~~~~[5]
~~~~~~~~~~~~~~~~~~~~~~~~~~~[4]
~~~~~~~~~~~~~~~~~~~~~~~~~~~[3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~[2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~[1]
~~~~~~~~~~~~~*~~~~~~~~~~~~~[-]
~~~~~~~~~~~~~~~~~~~~~~~~~~~[1]
~~~~~~~~~~~~~~~~~~~~~~~~~~~[2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~[3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~[4]
~~~~~~~~~~~~~~~~~~~~~~~~~~~[5]
~~~~~~~~~~~~~~~~~~~~~~~~~~~[6]
Location: 203,132


Code:
Area: Planet Earth (1G)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[10]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[9]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[8]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[7]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[6]
~~~~~~~~~~~~~~~~~~~~~~~~~~*~~~~~~~~~~~~~~~~[5]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[4]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[1]
~~~~~~~~~~~~~~~~~~~~~*~~~~~~~~~~~~~~~~~~~~~[-]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[1]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[2]
~~~~~~~~~[3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[4]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[5]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.....~[6]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~......~[7]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~.............~~[8]
~~~~~~~~~~~~~~~~~~~~~~~~~.........~~~~~~~~~[9]
~~~~~~~~~~~~~~~~~~~~~.........~~~~~~~~~~~~~[10]
Location: 203,132


still getting skips

Code:

<100%> / <388/391>
l
Area: Planet Earth (1G)
Nearby: Cell Jr.
Exits: north nw west sw south se east ne


<100%> / <388/391>
map
Area: Planet Earth (1G)
Nearby: Cell Jr.
Exits: north nw west sw south se east ne


<100%> / <388/391>


and its still gagging Location:

If i could ungag that location id be happy Very Happy
Reply with quote
Display posts from previous:   
Post new topic   Reply to topic     Home » Forums » zMUD General Discussion All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

© 2009 Zugg Software. Hosted by Wolfpaw.net