<?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%3ASetMountColor</id>
	<title>LUA:SetMountColor - 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%3ASetMountColor"/>
	<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:SetMountColor&amp;action=history"/>
	<updated>2026-07-12T04:09:56Z</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:SetMountColor&amp;diff=5058&amp;oldid=prev</id>
		<title>Jabantiz: Created page with &quot;= LUA Functions: SetMountColor() = Sets the mount and saddle color for the given spawn   ==== Syntax ==== SetMountColor(param1, [param2], [param3], [param4, [param5], [param6], [...&quot;</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:SetMountColor&amp;diff=5058&amp;oldid=prev"/>
		<updated>2013-09-12T19:06:44Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= LUA Functions: SetMountColor() = Sets the mount and saddle color for the given spawn   ==== Syntax ==== SetMountColor(param1, [param2], [param3], [param4, [param5], [param6], [...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= LUA Functions: SetMountColor() =&lt;br /&gt;
Sets the mount and saddle color for the given spawn&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Syntax ====&lt;br /&gt;
SetMountColor(param1, [param2], [param3], [param4, [param5], [param6], [param7])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Parameters ====&lt;br /&gt;
; Required - ''param1'' (Spawn)&lt;br /&gt;
: ''param1'' is the spawn who's mount we want to change&lt;br /&gt;
; Optional - ''param2'' (int8), ''param3'' (int8), ''param4'' (int8), ''param5'' (int8), ''param6'' (int8), ''param7'' (int8)&lt;br /&gt;
: ''param2'' is the red value to give the mount&lt;br /&gt;
: ''param3'' is the green value to give the mount&lt;br /&gt;
: ''param4'' is the blue value to give the mount&lt;br /&gt;
: ''param5'' is the red value to give the saddle&lt;br /&gt;
: ''param6'' is the green value to give the saddle&lt;br /&gt;
: ''param7'' is the blue value to give the saddle&lt;br /&gt;
&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;
    SetMountColor(Spawn, 255, 255, 255)&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When hailed the players mount will change to white with a black saddle&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
All optional values will default to 0&lt;/div&gt;</summary>
		<author><name>Jabantiz</name></author>
		
	</entry>
</feed>