<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://ffxivclassic.fragmenterworks.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Game_Opcodes%3ASet_Retainer_Star_%28ChangeSystemStat%29</id>
		<title>Game Opcodes:Set Retainer Star (ChangeSystemStat) - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://ffxivclassic.fragmenterworks.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Game_Opcodes%3ASet_Retainer_Star_%28ChangeSystemStat%29"/>
		<link rel="alternate" type="text/html" href="http://ffxivclassic.fragmenterworks.com/wiki/index.php?title=Game_Opcodes:Set_Retainer_Star_(ChangeSystemStat)&amp;action=history"/>
		<updated>2026-04-21T22:51:08Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>http://ffxivclassic.fragmenterworks.com/wiki/index.php?title=Game_Opcodes:Set_Retainer_Star_(ChangeSystemStat)&amp;diff=541&amp;oldid=prev</id>
		<title>Ioncannon: Ioncannon moved page Game Opcodes:ChangeSystemStat to Game Opcodes:Set Retainer Star (ChangeSystemStat)</title>
		<link rel="alternate" type="text/html" href="http://ffxivclassic.fragmenterworks.com/wiki/index.php?title=Game_Opcodes:Set_Retainer_Star_(ChangeSystemStat)&amp;diff=541&amp;oldid=prev"/>
				<updated>2018-08-03T20:07:59Z</updated>
		
		<summary type="html">&lt;p&gt;Ioncannon moved page &lt;a href=&quot;/wiki/index.php/Game_Opcodes:ChangeSystemStat&quot; class=&quot;mw-redirect&quot; title=&quot;Game Opcodes:ChangeSystemStat&quot;&gt;Game Opcodes:ChangeSystemStat&lt;/a&gt; to &lt;a href=&quot;/wiki/index.php/Game_Opcodes:Set_Retainer_Star_(ChangeSystemStat)&quot; title=&quot;Game Opcodes:Set Retainer Star (ChangeSystemStat)&quot;&gt;Game Opcodes:Set Retainer Star (ChangeSystemStat)&lt;/a&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 20:07, 3 August 2018&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Ioncannon</name></author>	</entry>

	<entry>
		<id>http://ffxivclassic.fragmenterworks.com/wiki/index.php?title=Game_Opcodes:Set_Retainer_Star_(ChangeSystemStat)&amp;diff=540&amp;oldid=prev</id>
		<title>Ioncannon: Created page with &quot;Changes the LUA player object's &lt;code&gt;SystemFlag&lt;/code&gt; values. There is a whole array of flags, but the only place the &lt;code&gt;SystemFlag&lt;/code&gt; is used is setting the ☆ abov...&quot;</title>
		<link rel="alternate" type="text/html" href="http://ffxivclassic.fragmenterworks.com/wiki/index.php?title=Game_Opcodes:Set_Retainer_Star_(ChangeSystemStat)&amp;diff=540&amp;oldid=prev"/>
				<updated>2018-08-03T20:07:14Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;Changes the LUA player object&amp;#039;s &amp;lt;code&amp;gt;SystemFlag&amp;lt;/code&amp;gt; values. There is a whole array of flags, but the only place the &amp;lt;code&amp;gt;SystemFlag&amp;lt;/code&amp;gt; is used is setting the ☆ abov...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Changes the LUA player object's &amp;lt;code&amp;gt;SystemFlag&amp;lt;/code&amp;gt; values. There is a whole array of flags, but the only place the &amp;lt;code&amp;gt;SystemFlag&amp;lt;/code&amp;gt; is used is setting the ☆ above a retainer's head when searching. Setting the first byte to 1 shows the ☆.&lt;br /&gt;
&lt;br /&gt;
:; Opcode - 0x18E&lt;br /&gt;
:; Source - Server&lt;br /&gt;
:; Data Size - 0x8 bytes&lt;br /&gt;
:; Requirements - To show the ☆, actor must be a retainer.&lt;br /&gt;
&lt;br /&gt;
== Data ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! width=&amp;quot;50px&amp;quot; style=&amp;quot;text-align: center; font-size: 14px;&amp;quot; | Offset&lt;br /&gt;
! width=&amp;quot;60px&amp;quot; style=&amp;quot;text-align: center; font-size: 14px;&amp;quot; | Data Type&lt;br /&gt;
! width=&amp;quot;60px&amp;quot; style=&amp;quot;text-align: center; font-size: 14px;&amp;quot; | Length&lt;br /&gt;
! width=&amp;quot;60px&amp;quot; style=&amp;quot;text-align: center; font-size: 14px;&amp;quot; | Variable&lt;br /&gt;
! style=&amp;quot;text-align: center; font-size: 14px;&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
| 0x00 || byte || 1 Bytes || isStarred || When searching for an item, this should be set to 1 on the retainer that has that item.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Visual Layout ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;border:1px solid black; text-align:center;&amp;quot;&lt;br /&gt;
| colspan=17 | Packet Data layout&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
! 0x0 !! 0x1 !! 0x2 !! 0x3 !! 0x4 !! 0x5 !! 0x6 !! 0x7 !! 0x8 !! 0x9 !! 0xA !! 0xB !! 0xC !! 0xD !! 0xE !! 0xF&lt;br /&gt;
|-&lt;br /&gt;
! 0x00&lt;br /&gt;
| colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#8FA6E8&amp;quot; | '''isStarred'''&lt;br /&gt;
| 00 || 00 || 00 || 00 || 00 || 00 || 00&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Unfinished]]&lt;/div&gt;</summary>
		<author><name>Ioncannon</name></author>	</entry>

	</feed>