<?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%3AStartAutoMount</id>
	<title>LUA:StartAutoMount - 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%3AStartAutoMount"/>
	<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:StartAutoMount&amp;action=history"/>
	<updated>2026-07-13T18:43:40Z</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:StartAutoMount&amp;diff=6205&amp;oldid=prev</id>
		<title>Jabantiz: Created page with &quot;{{PageHeaderChild|LUA|StartAutoMount}}  = LUA Functions: StartAutoMount() = Starts the given auto mount for the given player   ==== Syntax ==== StartAutoMount(param1, param2)   =...&quot;</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:StartAutoMount&amp;diff=6205&amp;oldid=prev"/>
		<updated>2016-01-29T01:39:07Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{PageHeaderChild|LUA|StartAutoMount}}  = LUA Functions: StartAutoMount() = Starts the given auto mount for the given player   ==== Syntax ==== StartAutoMount(param1, param2)   =...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{PageHeaderChild|LUA|StartAutoMount}}&lt;br /&gt;
&lt;br /&gt;
= LUA Functions: StartAutoMount() =&lt;br /&gt;
Starts the given auto mount for the given player&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Syntax ====&lt;br /&gt;
StartAutoMount(param1, param2)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Parameters ====&lt;br /&gt;
; Required - ''param1'' (Spawn), ''param2'' (int32)&lt;br /&gt;
: ''param1'' is the player we want to put on an auto mount&lt;br /&gt;
: ''param2'' is the path id to travel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Usage ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
function hailed(NPC, Player)&lt;br /&gt;
     StartAutoMount(Player, 1)&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When hailed this NPC would start the player on an auto mount along the path with ID 1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Notes ====&lt;br /&gt;
Can only be used on a player&lt;br /&gt;
&lt;br /&gt;
Path ID must be greater then 0 and must be in the same zone&lt;/div&gt;</summary>
		<author><name>Jabantiz</name></author>
		
	</entry>
</feed>