<?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=Agitstart</id>
		<title>Agitstart - 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=Agitstart"/>
		<link rel="alternate" type="text/html" href="https://wiki.herc.ws/w/index.php?title=Agitstart&amp;action=history"/>
		<updated>2026-05-01T07:39:04Z</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=Agitstart&amp;diff=439&amp;oldid=prev</id>
		<title>Via: Created page with &quot;== Syntax == * agitstart; * agitend;  == Description == These two commands will start and end the War of Emperium.  This is a bit more complex than it sounds, sinc...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.herc.ws/w/index.php?title=Agitstart&amp;diff=439&amp;oldid=prev"/>
				<updated>2013-06-09T09:09:39Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Syntax == * &lt;a href=&quot;/wiki/Agitstart&quot; title=&quot;Agitstart&quot;&gt;agitstart&lt;/a&gt;; * &lt;a href=&quot;/wiki/Agitend&quot; class=&quot;mw-redirect&quot; title=&quot;Agitend&quot;&gt;agitend&lt;/a&gt;;  == Description == These two commands will start and end the &lt;a href=&quot;/wiki/War_of_Emperium&quot; title=&quot;War of Emperium&quot;&gt;War of Emperium&lt;/a&gt;.  This is a bit more complex than it sounds, sinc...&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;
* [[agitstart]];&lt;br /&gt;
* [[agitend]];&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
These two commands will start and end the [[War of Emperium]].&lt;br /&gt;
&lt;br /&gt;
This is a bit more complex than it sounds, since the commands themselves won't actually do anything interesting, except causing all [[OnAgitStart]] and [[OnAgitEnd]] events to run everywhere. They are used as simple triggers to run a lot of complex scripts in {{git|npc/guild}}, which are responsible for the actual starting and ending of the guild siege. [[Agitstart]] and [[agitend]] are usually triggered by clock with an [[OnClock]]&amp;lt;time&amp;gt; labels.&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
 [[OnAgitInit]]:&lt;br /&gt;
 	[[if]] ([[gettime]](3)&amp;gt;=19 &amp;amp;&amp;amp; [[gettime]](3)&amp;lt;21) {&lt;br /&gt;
 		[[agitstart]];&lt;br /&gt;
 	}&lt;br /&gt;
 	[[end]];&lt;br /&gt;
 [[OnClock]]1900:&lt;br /&gt;
 	[[agitstart]];&lt;br /&gt;
 	[[end]];&lt;br /&gt;
 [[OnClock]]2100:&lt;br /&gt;
 	[[agitend]];&lt;br /&gt;
 	[[end]];&lt;br /&gt;
&lt;br /&gt;
A basic WoE controller script, which resumes the siege, even when the server is started during the WoE period.&lt;br /&gt;
&lt;br /&gt;
[[Category:Script Command]]&lt;/div&gt;</summary>
		<author><name>Via</name></author>	</entry>

	</feed>