<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.herc.ws/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.herc.ws/w/index.php?action=history&amp;feed=atom&amp;title=Viewpoint</id>
		<title>Viewpoint - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.herc.ws/w/index.php?action=history&amp;feed=atom&amp;title=Viewpoint"/>
		<link rel="alternate" type="text/html" href="https://wiki.herc.ws/w/index.php?title=Viewpoint&amp;action=history"/>
		<updated>2026-05-03T18:54:37Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.21.11</generator>

	<entry>
		<id>https://wiki.herc.ws/w/index.php?title=Viewpoint&amp;diff=529&amp;oldid=prev</id>
		<title>Neqste: Created page with &quot;==Syntax== *'''viewpoint''' &lt;action&gt;,&lt;x&gt;,&lt;y&gt;,&lt;point number&gt;,&lt;color&gt;;  ==Description== This command will mark places on the mini map in the client connected to  the invoking ch...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.herc.ws/w/index.php?title=Viewpoint&amp;diff=529&amp;oldid=prev"/>
				<updated>2013-06-24T10:35:50Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Syntax== *&amp;#039;&amp;#039;&amp;#039;viewpoint&amp;#039;&amp;#039;&amp;#039; &amp;lt;action&amp;gt;,&amp;lt;x&amp;gt;,&amp;lt;y&amp;gt;,&amp;lt;point number&amp;gt;,&amp;lt;color&amp;gt;;  ==Description== This command will mark places on the mini map in the client connected to  the invoking ch...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Syntax==&lt;br /&gt;
*'''viewpoint''' &amp;lt;action&amp;gt;,&amp;lt;x&amp;gt;,&amp;lt;y&amp;gt;,&amp;lt;point number&amp;gt;,&amp;lt;color&amp;gt;;&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
This command will mark places on the mini map in the client connected to &lt;br /&gt;
the invoking character. It uses the normal X and Y coordinates from the &lt;br /&gt;
main map. The colors of the marks are defined using a hexadecimal number, &lt;br /&gt;
same as the ones used to color text in 'mes' output, but are written as &lt;br /&gt;
hexadecimal numbers in C. (They look like 0x&amp;lt;six numbers&amp;gt;.)&lt;br /&gt;
&lt;br /&gt;
Action is what you want to do with a point, 1 will set it, while 2 will &lt;br /&gt;
clear it. 0 will also set it, but automatically removes the point after 15 &lt;br /&gt;
seconds.&lt;br /&gt;
Point number is the number of the point - you can have several. If more &lt;br /&gt;
than one point is drawn at the same coordinates, they will cycle, which &lt;br /&gt;
can be used to create flashing marks.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
This command will show a mark at coordinates X 30 Y 40, is mark &lt;br /&gt;
number 1, and will be red.&lt;br /&gt;
    viewpoint 1,30,40,1,0xFF0000;&lt;br /&gt;
&lt;br /&gt;
This will create three points:&lt;br /&gt;
&lt;br /&gt;
    viewpoint 1,30,40,1,0xFF0000;&lt;br /&gt;
    viewpoint 1,35,45,2,0xFF0000;&lt;br /&gt;
    viewpoint 1,40,50,3,0xFF0000;&lt;br /&gt;
&lt;br /&gt;
And this is how you remove them:&lt;br /&gt;
&lt;br /&gt;
    viewpoint 2,30,40,1,0xFF0000;&lt;br /&gt;
    viewpoint 2,35,45,2,0xFF0000;&lt;br /&gt;
    viewpoint 2,40,50,3,0xFF0000;&lt;br /&gt;
&lt;br /&gt;
[[Category:Script Command]]&lt;/div&gt;</summary>
		<author><name>Neqste</name></author>	</entry>

	</feed>