<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://oldwiki.eq2classic.com/index.php?action=history&amp;feed=atom&amp;title=LUA%3ARemoveSpawnIDAccess</id>
	<title>LUA:RemoveSpawnIDAccess - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://oldwiki.eq2classic.com/index.php?action=history&amp;feed=atom&amp;title=LUA%3ARemoveSpawnIDAccess"/>
	<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:RemoveSpawnIDAccess&amp;action=history"/>
	<updated>2026-07-14T00:25:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.3</generator>
	<entry>
		<id>https://oldwiki.eq2classic.com/index.php?title=LUA:RemoveSpawnIDAccess&amp;diff=4969&amp;oldid=prev</id>
		<title>Thefoof: Created page with &quot;'''Explanation'''&lt;br&gt; This function removes spawn access to a spawn, with every spawn in a zone with a certain spawn id. The third param (zone) is optional, if not set this funct...&quot;</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:RemoveSpawnIDAccess&amp;diff=4969&amp;oldid=prev"/>
		<updated>2013-09-07T18:33:20Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Explanation&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt; This function removes spawn access to a spawn, with every spawn in a zone with a certain spawn id. The third param (zone) is optional, if not set this funct...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Explanation'''&amp;lt;br&amp;gt;&lt;br /&gt;
This function removes spawn access to a spawn, with every spawn in a zone with a certain spawn id. The third param (zone) is optional, if not set this function will use the zone of the spawn param.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Syntax'''&amp;lt;br&amp;gt;&lt;br /&gt;
RemoveSpawnIDAccess([Spawn*] spawn, [int32] spawn_id, ([Zone*] zone))&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Example'''&lt;br /&gt;
&amp;lt;pre&amp;gt;function hailed(NPC, Spawn)&lt;br /&gt;
    RemoveSpawnIDAccess(Spawn, 4700000)&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When this function is called, the Spawn that hailed NPC will be removed from access to every spawn with the ID of 4700000 in their zone.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.eq2emulator.net/wiki/index.php/LUA:MiscFunctions Back to Misc Functions]&lt;/div&gt;</summary>
		<author><name>Thefoof</name></author>
		
	</entry>
</feed>