<?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%3AGetEquippedItemByID</id>
	<title>LUA:GetEquippedItemByID - 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%3AGetEquippedItemByID"/>
	<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:GetEquippedItemByID&amp;action=history"/>
	<updated>2026-07-12T15:56:38Z</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:GetEquippedItemByID&amp;diff=4881&amp;oldid=prev</id>
		<title>Thefoof: Created page with &quot;This function will return an item pointer from a player.  ==== Syntax ==== GetEquippedItemByID([Spawn] Player, [int32] item_id)  ==== Usage ==== &lt;pre&gt; function hailed(NPC, Spawn)...&quot;</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:GetEquippedItemByID&amp;diff=4881&amp;oldid=prev"/>
		<updated>2013-08-14T02:00:57Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This function will return an item pointer from a player.  ==== Syntax ==== GetEquippedItemByID([Spawn] Player, [int32] item_id)  ==== Usage ==== &amp;lt;pre&amp;gt; function hailed(NPC, Spawn)...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This function will return an item pointer from a player.&lt;br /&gt;
&lt;br /&gt;
==== Syntax ====&lt;br /&gt;
GetEquippedItemByID([Spawn] Player, [int32] item_id)&lt;br /&gt;
&lt;br /&gt;
==== Usage ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
function hailed(NPC, Spawn)&lt;br /&gt;
    GetEquippedItemByID(Spawn, 12345678)&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When an npc with this function is hailed, this function will return the pointer to an equipped item with the id of 12345678, if the player has this item equipped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[LUA:GetFunctions|Back to LUA Get Functions Index]]&lt;/div&gt;</summary>
		<author><name>Thefoof</name></author>
		
	</entry>
</feed>