<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Getitembound</title><link>https://sourceforge.net/p/hercules/wiki/Getitembound/</link><description>Recent changes to Getitembound</description><atom:link href="https://sourceforge.net/p/hercules/wiki/Getitembound/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 20 Feb 2023 05:01:33 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/hercules/wiki/Getitembound/feed" rel="self" type="application/rss+xml"/><item><title>Getitembound modified by Brynner</title><link>https://sourceforge.net/p/hercules/wiki/Getitembound/</link><description>&lt;div class="markdown_content"&gt;&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#syntax"&gt;Syntax&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#description"&gt;Description&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#example"&gt;Example&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#see-also"&gt;See Also&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 id="syntax"&gt;Syntax&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="alink" href="/p/hercules/wiki/Getitembound/"&gt;[Getitembound]&lt;/a&gt; &amp;lt;item id&amp;gt;,&amp;lt;amount&amp;gt;,&amp;lt;bound type&amp;gt;{,&amp;lt;account ID&amp;gt;}; &lt;/li&gt;
&lt;li&gt;&lt;a class="alink" href="/p/hercules/wiki/Getitembound/"&gt;[Getitembound]&lt;/a&gt; "&amp;lt;item name&amp;gt;",&amp;lt;amount&amp;gt;,&amp;lt;bound type&amp;gt;{,&amp;lt;account ID&amp;gt;}; &lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="description"&gt;Description&lt;/h2&gt;
&lt;p&gt;These commands will create bounded items.&lt;/p&gt;
&lt;p&gt;This command behaves identically to &lt;a class="alink" href="/p/hercules/wiki/Getitem/"&gt;[Getitem]&lt;/a&gt;, but the items created will be&lt;br/&gt;
bound to the target character as specified by the bound type. All items&lt;br/&gt;
created in this manner cannot be dropped, sold, vended, auctioned, or mailed,&lt;br/&gt;
and in some cases cannot be traded or stored.&lt;/p&gt;
&lt;p&gt;Valid bound types are:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;Regular&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;[&lt;/span&gt;&lt;span class="n"&gt;Getitem&lt;/span&gt;&lt;span class="o"&gt;]&lt;/span&gt;
&lt;span class="mi"&gt;1&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;Account&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;Bound&lt;/span&gt;
&lt;span class="mi"&gt;2&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;Guild&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;Bound&lt;/span&gt;
&lt;span class="mi"&gt;3&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;Party&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;Bound&lt;/span&gt;
&lt;span class="mi"&gt;4&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="k"&gt;Character&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;Bound&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Default is 0 if not defined.&lt;/p&gt;
&lt;h2 id="example"&gt;Example&lt;/h2&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;   getitembound 2220,1,1; // The person will receive 1 Account bounded Hat that can store in storage.
   getitembound 2226,1,2;  // The person will receive 1 Guild Bound Cap that can share and store in Guild Storage.
   getitembound "Crown",1,4; // The person will receive 1 Char Bound Crown that cannot store sell or drop.
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;h2 id="see-also"&gt;See Also&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;[Getitembound2]&lt;/span&gt; &lt;/li&gt;
&lt;li&gt;&lt;a class="alink" href="/p/hercules/wiki/Countbound/"&gt;[Countbound]&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;[Category:Script Command]&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brynner</dc:creator><pubDate>Mon, 20 Feb 2023 05:01:33 -0000</pubDate><guid>https://sourceforge.net982fea55cf6a39b20afe734102fa4ac2a5ad2aae</guid></item></channel></rss>