I am using this as the base-
http://www.gammon.com.au/forum/?id=8816
it's the aardwolf map v2. The only real modifications I have made are to change the capture text, as follows:
Simply put, i just cant wrap my head around what I need to change.
This is what I get. Note the grey line in the center? I want to either remove it entirely, or shift it down a line.
[IMG]http://i1119.photobucket.com/albums/k626/Lentholium/whatiget.png[/IMG]
<triggers>
<trigger
enabled="y"
match="O----------------------------------------------------------------------O"
script="map_redirect"
omit_from_output="y"
name="map_start"
sequence="100"
>
</trigger>
<trigger
enabled="n"
match="*"
script="map_redirect"
name="multi_line_map"
omit_from_output="y"
sequence="10"
>
</trigger>
<trigger
enabled="y"
match="------------------------------------------------------------------------"
script="map_redirect"
omit_from_output="n"
name="map_end"
sequence="5"
>
</trigger>