<?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%3AUnequipSlot</id>
	<title>LUA:UnequipSlot - 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%3AUnequipSlot"/>
	<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:UnequipSlot&amp;action=history"/>
	<updated>2026-07-13T18:26:01Z</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:UnequipSlot&amp;diff=8494&amp;oldid=prev</id>
		<title>Cynnar: Created page with &quot;{{LUAFunction |Name = UnequipSlot |Description = Unequip a slot |Param1 = Spawn |Param1Desc = is the spawn we want to unequip a slot from |Param2 = int8 |Param2Desc = is the s...&quot;</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:UnequipSlot&amp;diff=8494&amp;oldid=prev"/>
		<updated>2022-06-19T18:19:35Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{LUAFunction |Name = UnequipSlot |Description = Unequip a slot |Param1 = Spawn |Param1Desc = is the spawn we want to unequip a slot from |Param2 = int8 |Param2Desc = is the s...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{LUAFunction&lt;br /&gt;
|Name = UnequipSlot&lt;br /&gt;
|Description = Unequip a slot&lt;br /&gt;
|Param1 = Spawn&lt;br /&gt;
|Param1Desc = is the spawn we want to unequip a slot from&lt;br /&gt;
|Param2 = int8&lt;br /&gt;
|Param2Desc = is the slot to unequip.&lt;br /&gt;
|Param3 = bool&lt;br /&gt;
|Param3Desc = to delete the item or not. no_delete_item = true. Not set will delete the item after unequipped.&lt;br /&gt;
|Example =&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
function hailed(NPC, Player)&lt;br /&gt;
	UnequipSlot(Player, 1, no_delete_item)&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|ExampleDesc = An NPC with this script will unequip the players slot 1 and will not delete the item.&lt;br /&gt;
|Notes = Default is delete item. &lt;br /&gt;
  UnequipSlot(Player, 1)&lt;br /&gt;
no_delete_item = true&lt;br /&gt;
  UnequipSlot(Player, 1, no_delete_item)&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Cynnar</name></author>
		
	</entry>
</feed>