Prevent the extensive use of the lvl abbreviation.
This commit is contained in:
		| @@ -50,7 +50,7 @@ | ||||
| 	<macros> | ||||
| 		<!-- Macro example with multiple commands. --> | ||||
| 		<macro macroId="10000" icon="1" name="Macro name" description="This is a test." acronym="HI!" enabled="false"> <!-- Macro ID must be over 1000, use higher values to avoid conflicts with already existing macros. --> | ||||
| 			<command type="SKILL" skillId="1177" skillLvl="1" /> <!-- To define a skill always include skill ID and level. --> | ||||
| 			<command type="SKILL" skillId="1177" skillLevel="1" /> <!-- To define a skill always include skill ID and level. --> | ||||
| 			<command type="DELAY" delay="5" /> <!-- To define a delay always define the time in seconds. --> | ||||
| 			<command type="TEXT">/loc</command> <!-- To define a command, just include the string as if it was typed in-game. --> | ||||
| 			<command type="TEXT">!Hellooooo world!</command> <!-- To define a text, just include the string as if it was typed in-game. --> | ||||
|   | ||||
| @@ -6,8 +6,8 @@ | ||||
| 		<set name="hungry_limit" val="55" /> | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="4710" skillLvl="0" /> | ||||
| 			<skill minLvl="1" skillId="4711" skillLvl="0" /> | ||||
| 			<skill minLevel="1" skillId="4710" skillLevel="0" /> | ||||
| 			<skill minLevel="1" skillId="4711" skillLevel="0" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<stat level="1"> | ||||
|   | ||||
| @@ -6,8 +6,8 @@ | ||||
| 		<set name="hungry_limit" val="55" /> | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="4712" skillLvl="0" /> | ||||
| 			<skill minLvl="1" skillId="4713" skillLvl="0" /> | ||||
| 			<skill minLevel="1" skillId="4712" skillLevel="0" /> | ||||
| 			<skill minLevel="1" skillId="4713" skillLevel="0" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<stat level="1"> | ||||
|   | ||||
| @@ -6,8 +6,8 @@ | ||||
| 		<set name="hungry_limit" val="55" /> | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="4710" skillLvl="0" /> | ||||
| 			<skill minLvl="1" skillId="4711" skillLvl="0" /> | ||||
| 			<skill minLevel="1" skillId="4710" skillLevel="0" /> | ||||
| 			<skill minLevel="1" skillId="4711" skillLevel="0" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<stat level="1"> | ||||
|   | ||||
| @@ -6,8 +6,8 @@ | ||||
| 		<set name="hungry_limit" val="55" /> | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="4712" skillLvl="0" /> | ||||
| 			<skill minLvl="1" skillId="4713" skillLvl="0" /> | ||||
| 			<skill minLevel="1" skillId="4712" skillLevel="0" /> | ||||
| 			<skill minLevel="1" skillId="4713" skillLevel="0" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<stat level="1"> | ||||
|   | ||||
| @@ -6,7 +6,7 @@ | ||||
| 		<set name="hungry_limit" val="55" /> | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="4289" skillLvl="0" /> | ||||
| 			<skill minLevel="1" skillId="4289" skillLevel="0" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<stat level="1"> | ||||
|   | ||||
| @@ -6,8 +6,8 @@ | ||||
| 		<set name="hungry_limit" val="55" /> | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="4717" skillLvl="0" /> | ||||
| 			<skill minLvl="1" skillId="4718" skillLvl="0" /> | ||||
| 			<skill minLevel="1" skillId="4717" skillLevel="0" /> | ||||
| 			<skill minLevel="1" skillId="4718" skillLevel="0" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<stat level="1"> | ||||
|   | ||||
| @@ -6,8 +6,8 @@ | ||||
| 		<set name="hungry_limit" val="55" /> | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="4717" skillLvl="0" /> | ||||
| 			<skill minLvl="1" skillId="4718" skillLvl="0" /> | ||||
| 			<skill minLevel="1" skillId="4717" skillLevel="0" /> | ||||
| 			<skill minLevel="1" skillId="4718" skillLevel="0" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<stat level="1"> | ||||
|   | ||||
| @@ -6,8 +6,8 @@ | ||||
| 		<set name="hungry_limit" val="55" /> | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="4717" skillLvl="0" /> | ||||
| 			<skill minLvl="1" skillId="4718" skillLvl="0" /> | ||||
| 			<skill minLevel="1" skillId="4717" skillLevel="0" /> | ||||
| 			<skill minLevel="1" skillId="4718" skillLevel="0" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<stat level="1"> | ||||
|   | ||||
| @@ -5,16 +5,16 @@ | ||||
| 		<set name="sync_level" val="1" /> | ||||
| 		<set name="load" val="45540" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="5186" skillLvl="2" /> | ||||
| 			<skill minLvl="1" skillId="5187" skillLvl="4" /> | ||||
| 			<skill minLvl="1" skillId="5189" skillLvl="6" /> | ||||
| 			<skill minLvl="1" skillId="5192" skillLvl="2" /> | ||||
| 			<skill minLvl="1" skillId="5586" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5587" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5588" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5589" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5771" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="23167" skillLvl="1" /> | ||||
| 			<skill minLevel="1" skillId="5186" skillLevel="2" /> | ||||
| 			<skill minLevel="1" skillId="5187" skillLevel="4" /> | ||||
| 			<skill minLevel="1" skillId="5189" skillLevel="6" /> | ||||
| 			<skill minLevel="1" skillId="5192" skillLevel="2" /> | ||||
| 			<skill minLevel="1" skillId="5586" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5587" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5588" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5589" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5771" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="23167" skillLevel="1" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -5,13 +5,13 @@ | ||||
| 		<set name="sync_level" val="1" /> | ||||
| 		<set name="load" val="45540" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="5190" skillLvl="6" /> | ||||
| 			<skill minLvl="1" skillId="5192" skillLvl="2" /> | ||||
| 			<skill minLvl="1" skillId="5193" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5194" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5587" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5771" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="23167" skillLvl="1" /> | ||||
| 			<skill minLevel="1" skillId="5190" skillLevel="6" /> | ||||
| 			<skill minLevel="1" skillId="5192" skillLevel="2" /> | ||||
| 			<skill minLevel="1" skillId="5193" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5194" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5587" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5771" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="23167" skillLevel="1" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -5,14 +5,14 @@ | ||||
| 		<set name="sync_level" val="1" /> | ||||
| 		<set name="load" val="45540" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="5189" skillLvl="6" /> | ||||
| 			<skill minLvl="1" skillId="5190" skillLvl="6" /> | ||||
| 			<skill minLvl="1" skillId="5192" skillLvl="2" /> | ||||
| 			<skill minLvl="1" skillId="5587" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5771" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="5987" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="5988" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="23167" skillLvl="1" /> | ||||
| 			<skill minLevel="1" skillId="5189" skillLevel="6" /> | ||||
| 			<skill minLevel="1" skillId="5190" skillLevel="6" /> | ||||
| 			<skill minLevel="1" skillId="5192" skillLevel="2" /> | ||||
| 			<skill minLevel="1" skillId="5587" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5771" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="5987" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="5988" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="23167" skillLevel="1" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -5,16 +5,16 @@ | ||||
| 		<set name="sync_level" val="1" /> | ||||
| 		<set name="load" val="45540" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="5186" skillLvl="2" /> | ||||
| 			<skill minLvl="1" skillId="5187" skillLvl="4" /> | ||||
| 			<skill minLvl="1" skillId="5189" skillLvl="6" /> | ||||
| 			<skill minLvl="1" skillId="5192" skillLvl="2" /> | ||||
| 			<skill minLvl="1" skillId="5586" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5587" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5588" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5589" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5771" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="23167" skillLvl="1" /> | ||||
| 			<skill minLevel="1" skillId="5186" skillLevel="2" /> | ||||
| 			<skill minLevel="1" skillId="5187" skillLevel="4" /> | ||||
| 			<skill minLevel="1" skillId="5189" skillLevel="6" /> | ||||
| 			<skill minLevel="1" skillId="5192" skillLevel="2" /> | ||||
| 			<skill minLevel="1" skillId="5586" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5587" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5588" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5589" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5771" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="23167" skillLevel="1" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -5,13 +5,13 @@ | ||||
| 		<set name="sync_level" val="1" /> | ||||
| 		<set name="load" val="45540" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="5190" skillLvl="6" /> | ||||
| 			<skill minLvl="1" skillId="5192" skillLvl="2" /> | ||||
| 			<skill minLvl="1" skillId="5193" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5194" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5587" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5771" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="23167" skillLvl="1" /> | ||||
| 			<skill minLevel="1" skillId="5190" skillLevel="6" /> | ||||
| 			<skill minLevel="1" skillId="5192" skillLevel="2" /> | ||||
| 			<skill minLevel="1" skillId="5193" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5194" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5587" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5771" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="23167" skillLevel="1" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -5,14 +5,14 @@ | ||||
| 		<set name="sync_level" val="1" /> | ||||
| 		<set name="load" val="45540" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="5189" skillLvl="6" /> | ||||
| 			<skill minLvl="1" skillId="5190" skillLvl="6" /> | ||||
| 			<skill minLvl="1" skillId="5192" skillLvl="2" /> | ||||
| 			<skill minLvl="1" skillId="5587" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5771" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="5987" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="5988" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="23167" skillLvl="1" /> | ||||
| 			<skill minLevel="1" skillId="5189" skillLevel="6" /> | ||||
| 			<skill minLevel="1" skillId="5190" skillLevel="6" /> | ||||
| 			<skill minLevel="1" skillId="5192" skillLevel="2" /> | ||||
| 			<skill minLevel="1" skillId="5587" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5771" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="5987" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="5988" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="23167" skillLevel="1" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -5,16 +5,16 @@ | ||||
| 		<set name="sync_level" val="1" /> | ||||
| 		<set name="load" val="45540" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="5186" skillLvl="2" /> | ||||
| 			<skill minLvl="1" skillId="5187" skillLvl="4" /> | ||||
| 			<skill minLvl="1" skillId="5189" skillLvl="6" /> | ||||
| 			<skill minLvl="1" skillId="5192" skillLvl="2" /> | ||||
| 			<skill minLvl="1" skillId="5586" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5587" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5588" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5589" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5771" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="23168" skillLvl="1" /> | ||||
| 			<skill minLevel="1" skillId="5186" skillLevel="2" /> | ||||
| 			<skill minLevel="1" skillId="5187" skillLevel="4" /> | ||||
| 			<skill minLevel="1" skillId="5189" skillLevel="6" /> | ||||
| 			<skill minLevel="1" skillId="5192" skillLevel="2" /> | ||||
| 			<skill minLevel="1" skillId="5586" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5587" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5588" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5589" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5771" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="23168" skillLevel="1" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -5,16 +5,16 @@ | ||||
| 		<set name="sync_level" val="1" /> | ||||
| 		<set name="load" val="45540" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="5186" skillLvl="2" /> | ||||
| 			<skill minLvl="1" skillId="5187" skillLvl="4" /> | ||||
| 			<skill minLvl="1" skillId="5189" skillLvl="6" /> | ||||
| 			<skill minLvl="1" skillId="5192" skillLvl="2" /> | ||||
| 			<skill minLvl="1" skillId="5586" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5587" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5588" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5589" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5771" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="23168" skillLvl="1" /> | ||||
| 			<skill minLevel="1" skillId="5186" skillLevel="2" /> | ||||
| 			<skill minLevel="1" skillId="5187" skillLevel="4" /> | ||||
| 			<skill minLevel="1" skillId="5189" skillLevel="6" /> | ||||
| 			<skill minLevel="1" skillId="5192" skillLevel="2" /> | ||||
| 			<skill minLevel="1" skillId="5586" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5587" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5588" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5589" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5771" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="23168" skillLevel="1" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -5,16 +5,16 @@ | ||||
| 		<set name="sync_level" val="1" /> | ||||
| 		<set name="load" val="45540" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="5186" skillLvl="2" /> | ||||
| 			<skill minLvl="1" skillId="5187" skillLvl="4" /> | ||||
| 			<skill minLvl="1" skillId="5189" skillLvl="6" /> | ||||
| 			<skill minLvl="1" skillId="5192" skillLvl="2" /> | ||||
| 			<skill minLvl="1" skillId="5586" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5587" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5588" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5589" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5771" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="23168" skillLvl="1" /> | ||||
| 			<skill minLevel="1" skillId="5186" skillLevel="2" /> | ||||
| 			<skill minLevel="1" skillId="5187" skillLevel="4" /> | ||||
| 			<skill minLevel="1" skillId="5189" skillLevel="6" /> | ||||
| 			<skill minLevel="1" skillId="5192" skillLevel="2" /> | ||||
| 			<skill minLevel="1" skillId="5586" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5587" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5588" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5589" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5771" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="23168" skillLevel="1" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -5,16 +5,16 @@ | ||||
| 		<set name="sync_level" val="1" /> | ||||
| 		<set name="load" val="45540" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="5186" skillLvl="2" /> | ||||
| 			<skill minLvl="1" skillId="5187" skillLvl="4" /> | ||||
| 			<skill minLvl="1" skillId="5189" skillLvl="6" /> | ||||
| 			<skill minLvl="1" skillId="5192" skillLvl="2" /> | ||||
| 			<skill minLvl="1" skillId="5586" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5587" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5588" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5589" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5771" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="23168" skillLvl="1" /> | ||||
| 			<skill minLevel="1" skillId="5186" skillLevel="2" /> | ||||
| 			<skill minLevel="1" skillId="5187" skillLevel="4" /> | ||||
| 			<skill minLevel="1" skillId="5189" skillLevel="6" /> | ||||
| 			<skill minLevel="1" skillId="5192" skillLevel="2" /> | ||||
| 			<skill minLevel="1" skillId="5586" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5587" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5588" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5589" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5771" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="23168" skillLevel="1" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -5,16 +5,16 @@ | ||||
| 		<set name="sync_level" val="1" /> | ||||
| 		<set name="load" val="45540" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="5186" skillLvl="2" /> | ||||
| 			<skill minLvl="1" skillId="5187" skillLvl="4" /> | ||||
| 			<skill minLvl="1" skillId="5189" skillLvl="6" /> | ||||
| 			<skill minLvl="1" skillId="5192" skillLvl="2" /> | ||||
| 			<skill minLvl="1" skillId="5586" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5587" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5588" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5589" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5771" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="23168" skillLvl="1" /> | ||||
| 			<skill minLevel="1" skillId="5186" skillLevel="2" /> | ||||
| 			<skill minLevel="1" skillId="5187" skillLevel="4" /> | ||||
| 			<skill minLevel="1" skillId="5189" skillLevel="6" /> | ||||
| 			<skill minLevel="1" skillId="5192" skillLevel="2" /> | ||||
| 			<skill minLevel="1" skillId="5586" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5587" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5588" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5589" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5771" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="23168" skillLevel="1" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -5,16 +5,16 @@ | ||||
| 		<set name="sync_level" val="1" /> | ||||
| 		<set name="load" val="45540" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="5186" skillLvl="2" /> | ||||
| 			<skill minLvl="1" skillId="5187" skillLvl="4" /> | ||||
| 			<skill minLvl="1" skillId="5189" skillLvl="6" /> | ||||
| 			<skill minLvl="1" skillId="5192" skillLvl="2" /> | ||||
| 			<skill minLvl="1" skillId="5586" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5587" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5588" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5589" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5771" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="23168" skillLvl="1" /> | ||||
| 			<skill minLevel="1" skillId="5186" skillLevel="2" /> | ||||
| 			<skill minLevel="1" skillId="5187" skillLevel="4" /> | ||||
| 			<skill minLevel="1" skillId="5189" skillLevel="6" /> | ||||
| 			<skill minLevel="1" skillId="5192" skillLevel="2" /> | ||||
| 			<skill minLevel="1" skillId="5586" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5587" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5588" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5589" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5771" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="23168" skillLevel="1" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -6,48 +6,48 @@ | ||||
| 		<set name="load" val="45540" /> | ||||
| 		<skills> | ||||
| 			<!--Thunder Bolt--> | ||||
| 			<skill skillId="5749" skillLvl="1" minLvl="25" /> | ||||
| 			<skill skillId="5749" skillLvl="2" minLvl="30" /> | ||||
| 			<skill skillId="5749" skillLvl="3" minLvl="35" /> | ||||
| 			<skill skillId="5749" skillLvl="4" minLvl="40" /> | ||||
| 			<skill skillId="5749" skillLvl="5" minLvl="45" /> | ||||
| 			<skill skillId="5749" skillLvl="6" minLvl="50" /> | ||||
| 			<skill skillId="5749" skillLvl="7" minLvl="55" /> | ||||
| 			<skill skillId="5749" skillLvl="8" minLvl="60" /> | ||||
| 			<skill skillId="5749" skillLvl="9" minLvl="65" /> | ||||
| 			<skill skillId="5749" skillLvl="10" minLvl="70" /> | ||||
| 			<skill skillId="5749" skillLvl="11" minLvl="75" /> | ||||
| 			<skill skillId="5749" skillLvl="12" minLvl="80" /> | ||||
| 			<skill skillId="5749" skillLevel="1" minLevel="25" /> | ||||
| 			<skill skillId="5749" skillLevel="2" minLevel="30" /> | ||||
| 			<skill skillId="5749" skillLevel="3" minLevel="35" /> | ||||
| 			<skill skillId="5749" skillLevel="4" minLevel="40" /> | ||||
| 			<skill skillId="5749" skillLevel="5" minLevel="45" /> | ||||
| 			<skill skillId="5749" skillLevel="6" minLevel="50" /> | ||||
| 			<skill skillId="5749" skillLevel="7" minLevel="55" /> | ||||
| 			<skill skillId="5749" skillLevel="8" minLevel="60" /> | ||||
| 			<skill skillId="5749" skillLevel="9" minLevel="65" /> | ||||
| 			<skill skillId="5749" skillLevel="10" minLevel="70" /> | ||||
| 			<skill skillId="5749" skillLevel="11" minLevel="75" /> | ||||
| 			<skill skillId="5749" skillLevel="12" minLevel="80" /> | ||||
| 			<!--Flash--> | ||||
| 			<skill skillId="5750" skillLvl="1" minLvl="25" /> | ||||
| 			<skill skillId="5750" skillLvl="2" minLvl="30" /> | ||||
| 			<skill skillId="5750" skillLvl="3" minLvl="35" /> | ||||
| 			<skill skillId="5750" skillLvl="4" minLvl="40" /> | ||||
| 			<skill skillId="5750" skillLvl="5" minLvl="45" /> | ||||
| 			<skill skillId="5750" skillLvl="6" minLvl="50" /> | ||||
| 			<skill skillId="5750" skillLvl="7" minLvl="55" /> | ||||
| 			<skill skillId="5750" skillLvl="8" minLvl="60" /> | ||||
| 			<skill skillId="5750" skillLvl="9" minLvl="65" /> | ||||
| 			<skill skillId="5750" skillLvl="10" minLvl="70" /> | ||||
| 			<skill skillId="5750" skillLvl="11" minLvl="75" /> | ||||
| 			<skill skillId="5750" skillLvl="12" minLvl="80" /> | ||||
| 			<skill skillId="5750" skillLevel="1" minLevel="25" /> | ||||
| 			<skill skillId="5750" skillLevel="2" minLevel="30" /> | ||||
| 			<skill skillId="5750" skillLevel="3" minLevel="35" /> | ||||
| 			<skill skillId="5750" skillLevel="4" minLevel="40" /> | ||||
| 			<skill skillId="5750" skillLevel="5" minLevel="45" /> | ||||
| 			<skill skillId="5750" skillLevel="6" minLevel="50" /> | ||||
| 			<skill skillId="5750" skillLevel="7" minLevel="55" /> | ||||
| 			<skill skillId="5750" skillLevel="8" minLevel="60" /> | ||||
| 			<skill skillId="5750" skillLevel="9" minLevel="65" /> | ||||
| 			<skill skillId="5750" skillLevel="10" minLevel="70" /> | ||||
| 			<skill skillId="5750" skillLevel="11" minLevel="75" /> | ||||
| 			<skill skillId="5750" skillLevel="12" minLevel="80" /> | ||||
| 			<!--Lightning Wave--> | ||||
| 			<skill skillId="5751" skillLvl="1" minLvl="25" /> | ||||
| 			<skill skillId="5751" skillLvl="2" minLvl="30" /> | ||||
| 			<skill skillId="5751" skillLvl="3" minLvl="35" /> | ||||
| 			<skill skillId="5751" skillLvl="4" minLvl="40" /> | ||||
| 			<skill skillId="5751" skillLvl="5" minLvl="45" /> | ||||
| 			<skill skillId="5751" skillLvl="6" minLvl="50" /> | ||||
| 			<skill skillId="5751" skillLvl="7" minLvl="55" /> | ||||
| 			<skill skillId="5751" skillLvl="8" minLvl="60" /> | ||||
| 			<skill skillId="5751" skillLvl="9" minLvl="65" /> | ||||
| 			<skill skillId="5751" skillLvl="10" minLvl="70" /> | ||||
| 			<skill skillId="5751" skillLvl="11" minLvl="75" /> | ||||
| 			<skill skillId="5751" skillLvl="12" minLvl="80" /> | ||||
| 			<skill skillId="5751" skillLevel="1" minLevel="25" /> | ||||
| 			<skill skillId="5751" skillLevel="2" minLevel="30" /> | ||||
| 			<skill skillId="5751" skillLevel="3" minLevel="35" /> | ||||
| 			<skill skillId="5751" skillLevel="4" minLevel="40" /> | ||||
| 			<skill skillId="5751" skillLevel="5" minLevel="45" /> | ||||
| 			<skill skillId="5751" skillLevel="6" minLevel="50" /> | ||||
| 			<skill skillId="5751" skillLevel="7" minLevel="55" /> | ||||
| 			<skill skillId="5751" skillLevel="8" minLevel="60" /> | ||||
| 			<skill skillId="5751" skillLevel="9" minLevel="65" /> | ||||
| 			<skill skillId="5751" skillLevel="10" minLevel="70" /> | ||||
| 			<skill skillId="5751" skillLevel="11" minLevel="75" /> | ||||
| 			<skill skillId="5751" skillLevel="12" minLevel="80" /> | ||||
| 			<!--Buff Control--> | ||||
| 			<skill skillId="5771" skillLvl="1" minLvl="55" /> | ||||
| 			<skill skillId="5771" skillLevel="1" minLevel="55" /> | ||||
| 			<!--Switch State--> | ||||
| 			<skill skillId="6054" skillLvl="1" minLvl="55" /> | ||||
| 			<skill skillId="6054" skillLevel="1" minLevel="55" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -7,13 +7,13 @@ | ||||
| 		<set name="hungry_limit" val="55" /> | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="55" skillId="5442" skillLvl="1" /> | ||||
| 			<skill minLvl="60" skillId="5442" skillLvl="2" /> | ||||
| 			<skill minLvl="65" skillId="5442" skillLvl="3" /> | ||||
| 			<skill minLvl="70" skillId="5442" skillLvl="4" /> | ||||
| 			<skill minLvl="60" skillId="5443" skillLvl="1" /> | ||||
| 			<skill minLvl="65" skillId="5444" skillLvl="1" /> | ||||
| 			<skill minLvl="80" skillId="5445" skillLvl="1" /> | ||||
| 			<skill minLevel="55" skillId="5442" skillLevel="1" /> | ||||
| 			<skill minLevel="60" skillId="5442" skillLevel="2" /> | ||||
| 			<skill minLevel="65" skillId="5442" skillLevel="3" /> | ||||
| 			<skill minLevel="70" skillId="5442" skillLevel="4" /> | ||||
| 			<skill minLevel="60" skillId="5443" skillLevel="1" /> | ||||
| 			<skill minLevel="65" skillId="5444" skillLevel="1" /> | ||||
| 			<skill minLevel="80" skillId="5445" skillLevel="1" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<stat level="1"> | ||||
|   | ||||
| @@ -6,59 +6,59 @@ | ||||
| 		<set name="load" val="45540" /> | ||||
| 		<skills> | ||||
| 			<!-- Battle Cry --> | ||||
| 			<skill skillId="6049" skillLvl="1" minLvl="25" /> | ||||
| 			<skill skillId="6049" skillLvl="2" minLvl="30" /> | ||||
| 			<skill skillId="6049" skillLvl="3" minLvl="35" /> | ||||
| 			<skill skillId="6049" skillLvl="4" minLvl="40" /> | ||||
| 			<skill skillId="6049" skillLevel="1" minLevel="25" /> | ||||
| 			<skill skillId="6049" skillLevel="2" minLevel="30" /> | ||||
| 			<skill skillId="6049" skillLevel="3" minLevel="35" /> | ||||
| 			<skill skillId="6049" skillLevel="4" minLevel="40" /> | ||||
| 			<!-- Piercing Attack --> | ||||
| 			<skill skillId="6046" skillLvl="1" minLvl="25" /> | ||||
| 			<skill skillId="6046" skillLvl="2" minLvl="30" /> | ||||
| 			<skill skillId="6046" skillLvl="3" minLvl="35" /> | ||||
| 			<skill skillId="6046" skillLvl="4" minLvl="40" /> | ||||
| 			<skill skillId="6046" skillLvl="5" minLvl="45" /> | ||||
| 			<skill skillId="6046" skillLvl="6" minLvl="50" /> | ||||
| 			<skill skillId="6046" skillLvl="7" minLvl="55" /> | ||||
| 			<skill skillId="6046" skillLvl="8" minLvl="60" /> | ||||
| 			<skill skillId="6046" skillLvl="9" minLvl="65" /> | ||||
| 			<skill skillId="6046" skillLvl="10" minLvl="70" /> | ||||
| 			<skill skillId="6046" skillLvl="11" minLvl="75" /> | ||||
| 			<skill skillId="6046" skillLvl="12" minLvl="80" /> | ||||
| 			<skill skillId="6046" skillLvl="13" minLvl="85" /> | ||||
| 			<skill skillId="6046" skillLvl="14" minLvl="90" /> | ||||
| 			<skill skillId="6046" skillLevel="1" minLevel="25" /> | ||||
| 			<skill skillId="6046" skillLevel="2" minLevel="30" /> | ||||
| 			<skill skillId="6046" skillLevel="3" minLevel="35" /> | ||||
| 			<skill skillId="6046" skillLevel="4" minLevel="40" /> | ||||
| 			<skill skillId="6046" skillLevel="5" minLevel="45" /> | ||||
| 			<skill skillId="6046" skillLevel="6" minLevel="50" /> | ||||
| 			<skill skillId="6046" skillLevel="7" minLevel="55" /> | ||||
| 			<skill skillId="6046" skillLevel="8" minLevel="60" /> | ||||
| 			<skill skillId="6046" skillLevel="9" minLevel="65" /> | ||||
| 			<skill skillId="6046" skillLevel="10" minLevel="70" /> | ||||
| 			<skill skillId="6046" skillLevel="11" minLevel="75" /> | ||||
| 			<skill skillId="6046" skillLevel="12" minLevel="80" /> | ||||
| 			<skill skillId="6046" skillLevel="13" minLevel="85" /> | ||||
| 			<skill skillId="6046" skillLevel="14" minLevel="90" /> | ||||
| 			<!-- Whirlwind --> | ||||
| 			<skill skillId="6047" skillLvl="1" minLvl="25" /> | ||||
| 			<skill skillId="6047" skillLvl="2" minLvl="30" /> | ||||
| 			<skill skillId="6047" skillLvl="3" minLvl="35" /> | ||||
| 			<skill skillId="6047" skillLvl="4" minLvl="40" /> | ||||
| 			<skill skillId="6047" skillLvl="5" minLvl="45" /> | ||||
| 			<skill skillId="6047" skillLvl="6" minLvl="50" /> | ||||
| 			<skill skillId="6047" skillLvl="7" minLvl="55" /> | ||||
| 			<skill skillId="6047" skillLvl="8" minLvl="60" /> | ||||
| 			<skill skillId="6047" skillLvl="9" minLvl="65" /> | ||||
| 			<skill skillId="6047" skillLvl="10" minLvl="70" /> | ||||
| 			<skill skillId="6047" skillLvl="11" minLvl="75" /> | ||||
| 			<skill skillId="6047" skillLvl="12" minLvl="80" /> | ||||
| 			<skill skillId="6047" skillLvl="13" minLvl="85" /> | ||||
| 			<skill skillId="6047" skillLvl="14" minLvl="90" /> | ||||
| 			<skill skillId="6047" skillLevel="1" minLevel="25" /> | ||||
| 			<skill skillId="6047" skillLevel="2" minLevel="30" /> | ||||
| 			<skill skillId="6047" skillLevel="3" minLevel="35" /> | ||||
| 			<skill skillId="6047" skillLevel="4" minLevel="40" /> | ||||
| 			<skill skillId="6047" skillLevel="5" minLevel="45" /> | ||||
| 			<skill skillId="6047" skillLevel="6" minLevel="50" /> | ||||
| 			<skill skillId="6047" skillLevel="7" minLevel="55" /> | ||||
| 			<skill skillId="6047" skillLevel="8" minLevel="60" /> | ||||
| 			<skill skillId="6047" skillLevel="9" minLevel="65" /> | ||||
| 			<skill skillId="6047" skillLevel="10" minLevel="70" /> | ||||
| 			<skill skillId="6047" skillLevel="11" minLevel="75" /> | ||||
| 			<skill skillId="6047" skillLevel="12" minLevel="80" /> | ||||
| 			<skill skillId="6047" skillLevel="13" minLevel="85" /> | ||||
| 			<skill skillId="6047" skillLevel="14" minLevel="90" /> | ||||
| 			<!-- Lance Smash --> | ||||
| 			<skill skillId="6048" skillLvl="1" minLvl="25" /> | ||||
| 			<skill skillId="6048" skillLvl="2" minLvl="30" /> | ||||
| 			<skill skillId="6048" skillLvl="3" minLvl="35" /> | ||||
| 			<skill skillId="6048" skillLvl="4" minLvl="40" /> | ||||
| 			<skill skillId="6048" skillLvl="5" minLvl="45" /> | ||||
| 			<skill skillId="6048" skillLvl="6" minLvl="50" /> | ||||
| 			<skill skillId="6048" skillLvl="7" minLvl="55" /> | ||||
| 			<skill skillId="6048" skillLvl="8" minLvl="60" /> | ||||
| 			<skill skillId="6048" skillLvl="9" minLvl="65" /> | ||||
| 			<skill skillId="6048" skillLvl="10" minLvl="70" /> | ||||
| 			<skill skillId="6048" skillLvl="11" minLvl="75" /> | ||||
| 			<skill skillId="6048" skillLvl="12" minLvl="80" /> | ||||
| 			<skill skillId="6048" skillLvl="13" minLvl="85" /> | ||||
| 			<skill skillId="6048" skillLvl="14" minLvl="90" /> | ||||
| 			<skill skillId="6048" skillLevel="1" minLevel="25" /> | ||||
| 			<skill skillId="6048" skillLevel="2" minLevel="30" /> | ||||
| 			<skill skillId="6048" skillLevel="3" minLevel="35" /> | ||||
| 			<skill skillId="6048" skillLevel="4" minLevel="40" /> | ||||
| 			<skill skillId="6048" skillLevel="5" minLevel="45" /> | ||||
| 			<skill skillId="6048" skillLevel="6" minLevel="50" /> | ||||
| 			<skill skillId="6048" skillLevel="7" minLevel="55" /> | ||||
| 			<skill skillId="6048" skillLevel="8" minLevel="60" /> | ||||
| 			<skill skillId="6048" skillLevel="9" minLevel="65" /> | ||||
| 			<skill skillId="6048" skillLevel="10" minLevel="70" /> | ||||
| 			<skill skillId="6048" skillLevel="11" minLevel="75" /> | ||||
| 			<skill skillId="6048" skillLevel="12" minLevel="80" /> | ||||
| 			<skill skillId="6048" skillLevel="13" minLevel="85" /> | ||||
| 			<skill skillId="6048" skillLevel="14" minLevel="90" /> | ||||
| 			<!--Buff Control--> | ||||
| 			<skill skillId="5771" skillLvl="1" minLvl="55" /> | ||||
| 			<skill skillId="5771" skillLevel="1" minLevel="55" /> | ||||
| 			<!--Switch State--> | ||||
| 			<skill skillId="6054" skillLvl="1" minLvl="55" /> | ||||
| 			<skill skillId="6054" skillLevel="1" minLevel="55" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -7,25 +7,25 @@ | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<!-- Buffs --> | ||||
| 			<skill minLvl="55" skillId="5189" skillLvl="6" /> <!-- Pet Blessed Body --> | ||||
| 			<skill minLvl="55" skillId="5586" skillLvl="3" /> <!-- Pet Might --> | ||||
| 			<skill minLvl="60" skillId="5587" skillLvl="3" /> <!-- Pet Shield --> | ||||
| 			<skill minLvl="60" skillId="5191" skillLvl="3" /> <!-- Pet Guidance --> | ||||
| 			<skill minLvl="65" skillId="5186" skillLvl="2" /> <!-- Pet Haste --> | ||||
| 			<skill minLvl="65" skillId="5187" skillLvl="4" /> <!-- Pet Vampiric Rage --> | ||||
| 			<skill minLvl="70" skillId="5588" skillLvl="3" /> <!-- Pet Focus --> | ||||
| 			<skill minLvl="70" skillId="5589" skillLvl="3" /> <!-- Pet Death Whisper --> | ||||
| 			<skill minLevel="55" skillId="5189" skillLevel="6" /> <!-- Pet Blessed Body --> | ||||
| 			<skill minLevel="55" skillId="5586" skillLevel="3" /> <!-- Pet Might --> | ||||
| 			<skill minLevel="60" skillId="5587" skillLevel="3" /> <!-- Pet Shield --> | ||||
| 			<skill minLevel="60" skillId="5191" skillLevel="3" /> <!-- Pet Guidance --> | ||||
| 			<skill minLevel="65" skillId="5186" skillLevel="2" /> <!-- Pet Haste --> | ||||
| 			<skill minLevel="65" skillId="5187" skillLevel="4" /> <!-- Pet Vampiric Rage --> | ||||
| 			<skill minLevel="70" skillId="5588" skillLevel="3" /> <!-- Pet Focus --> | ||||
| 			<skill minLevel="70" skillId="5589" skillLevel="3" /> <!-- Pet Death Whisper --> | ||||
| 			<!-- Heals --> | ||||
| 			<skill minLvl="55" skillId="5195" skillLvl="5" /> <!-- Pet Greater Heal --> | ||||
| 			<skill minLvl="55" skillId="5590" skillLvl="5" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLvl="60" skillId="5195" skillLvl="6" /> <!-- Pet Greater Heal --> | ||||
| 			<skill minLvl="60" skillId="5590" skillLvl="6" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLvl="65" skillId="5195" skillLvl="7" /> <!-- Pet Greater Heal --> | ||||
| 			<skill minLvl="65" skillId="5590" skillLvl="7" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLvl="70" skillId="5195" skillLvl="8" /> <!-- Pet Greater Heal --> | ||||
| 			<skill minLvl="70" skillId="5590" skillLvl="8" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLevel="55" skillId="5195" skillLevel="5" /> <!-- Pet Greater Heal --> | ||||
| 			<skill minLevel="55" skillId="5590" skillLevel="5" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLevel="60" skillId="5195" skillLevel="6" /> <!-- Pet Greater Heal --> | ||||
| 			<skill minLevel="60" skillId="5590" skillLevel="6" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLevel="65" skillId="5195" skillLevel="7" /> <!-- Pet Greater Heal --> | ||||
| 			<skill minLevel="65" skillId="5590" skillLevel="7" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLevel="70" skillId="5195" skillLevel="8" /> <!-- Pet Greater Heal --> | ||||
| 			<skill minLevel="70" skillId="5590" skillLevel="8" /> <!-- Pet Battle Heal --> | ||||
| 			<!-- Control --> | ||||
| 			<skill minLvl="55" skillId="5771" skillLvl="1" /> <!-- Buff Control --> | ||||
| 			<skill minLevel="55" skillId="5771" skillLevel="1" /> <!-- Buff Control --> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -7,25 +7,25 @@ | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<!-- Buffs --> | ||||
| 			<skill minLvl="55" skillId="5194" skillLvl="3" /> <!-- Pet Empower --> | ||||
| 			<skill minLvl="55" skillId="5190" skillLvl="6" /> <!-- Pet Blessed Soul --> | ||||
| 			<skill minLvl="60" skillId="5587" skillLvl="3" /> <!-- Pet Shield --> | ||||
| 			<skill minLvl="60" skillId="5189" skillLvl="6" /> <!-- Pet Blessed Body --> | ||||
| 			<skill minLvl="65" skillId="5193" skillLvl="3" /> <!-- Pet Acumen --> | ||||
| 			<skill minLvl="65" skillId="5201" skillLvl="6" /> <!-- Pet Concentration --> | ||||
| 			<skill minLevel="55" skillId="5194" skillLevel="3" /> <!-- Pet Empower --> | ||||
| 			<skill minLevel="55" skillId="5190" skillLevel="6" /> <!-- Pet Blessed Soul --> | ||||
| 			<skill minLevel="60" skillId="5587" skillLevel="3" /> <!-- Pet Shield --> | ||||
| 			<skill minLevel="60" skillId="5189" skillLevel="6" /> <!-- Pet Blessed Body --> | ||||
| 			<skill minLevel="65" skillId="5193" skillLevel="3" /> <!-- Pet Acumen --> | ||||
| 			<skill minLevel="65" skillId="5201" skillLevel="6" /> <!-- Pet Concentration --> | ||||
| 			<!-- Heals --> | ||||
| 			<skill minLvl="55" skillId="5200" skillLvl="1" /> <!-- Pet Recharge --> | ||||
| 			<skill minLvl="55" skillId="5590" skillLvl="5" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLvl="60" skillId="5200" skillLvl="3" /> <!-- Pet Recharge --> | ||||
| 			<skill minLvl="60" skillId="5590" skillLvl="6" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLvl="65" skillId="5200" skillLvl="4" /> <!-- Pet Recharge --> | ||||
| 			<skill minLvl="65" skillId="5590" skillLvl="7" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLvl="70" skillId="5200" skillLvl="5" /> <!-- Pet Recharge --> | ||||
| 			<skill minLvl="70" skillId="5590" skillLvl="8" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLvl="75" skillId="5200" skillLvl="6" /> <!-- Pet Recharge --> | ||||
| 			<skill minLvl="80" skillId="5200" skillLvl="7" /> <!-- Pet Recharge --> | ||||
| 			<skill minLevel="55" skillId="5200" skillLevel="1" /> <!-- Pet Recharge --> | ||||
| 			<skill minLevel="55" skillId="5590" skillLevel="5" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLevel="60" skillId="5200" skillLevel="3" /> <!-- Pet Recharge --> | ||||
| 			<skill minLevel="60" skillId="5590" skillLevel="6" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLevel="65" skillId="5200" skillLevel="4" /> <!-- Pet Recharge --> | ||||
| 			<skill minLevel="65" skillId="5590" skillLevel="7" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLevel="70" skillId="5200" skillLevel="5" /> <!-- Pet Recharge --> | ||||
| 			<skill minLevel="70" skillId="5590" skillLevel="8" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLevel="75" skillId="5200" skillLevel="6" /> <!-- Pet Recharge --> | ||||
| 			<skill minLevel="80" skillId="5200" skillLevel="7" /> <!-- Pet Recharge --> | ||||
| 			<!-- Control --> | ||||
| 			<skill minLvl="55" skillId="5771" skillLvl="1" /> <!-- Buff Control --> | ||||
| 			<skill minLevel="55" skillId="5771" skillLevel="1" /> <!-- Buff Control --> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -7,25 +7,25 @@ | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<!-- Buffs --> | ||||
| 			<skill minLvl="55" skillId="5194" skillLvl="3" /> <!-- Pet Empower --> | ||||
| 			<skill minLvl="55" skillId="5586" skillLvl="3" /> <!-- Pet Might --> | ||||
| 			<skill minLvl="60" skillId="5587" skillLvl="3" /> <!-- Pet Shield --> | ||||
| 			<skill minLvl="60" skillId="5189" skillLvl="6" /> <!-- Pet Blessed Body --> | ||||
| 			<skill minLvl="65" skillId="5186" skillLvl="2" /> <!-- Pet Haste --> | ||||
| 			<skill minLvl="65" skillId="5193" skillLvl="3" /> <!-- Pet Acumen --> | ||||
| 			<skill minLvl="70" skillId="5187" skillLvl="4" /> <!-- Pet Vampiric Rage --> | ||||
| 			<skill minLvl="70" skillId="5588" skillLvl="3" /> <!-- Pet Focus --> | ||||
| 			<skill minLevel="55" skillId="5194" skillLevel="3" /> <!-- Pet Empower --> | ||||
| 			<skill minLevel="55" skillId="5586" skillLevel="3" /> <!-- Pet Might --> | ||||
| 			<skill minLevel="60" skillId="5587" skillLevel="3" /> <!-- Pet Shield --> | ||||
| 			<skill minLevel="60" skillId="5189" skillLevel="6" /> <!-- Pet Blessed Body --> | ||||
| 			<skill minLevel="65" skillId="5186" skillLevel="2" /> <!-- Pet Haste --> | ||||
| 			<skill minLevel="65" skillId="5193" skillLevel="3" /> <!-- Pet Acumen --> | ||||
| 			<skill minLevel="70" skillId="5187" skillLevel="4" /> <!-- Pet Vampiric Rage --> | ||||
| 			<skill minLevel="70" skillId="5588" skillLevel="3" /> <!-- Pet Focus --> | ||||
| 			<!-- Heals --> | ||||
| 			<skill minLvl="55" skillId="5195" skillLvl="5" /> <!-- Pet Greater Heal --> | ||||
| 			<skill minLvl="55" skillId="5590" skillLvl="5" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLvl="60" skillId="5195" skillLvl="6" /> <!-- Pet Greater Heal --> | ||||
| 			<skill minLvl="60" skillId="5590" skillLvl="6" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLvl="65" skillId="5195" skillLvl="7" /> <!-- Pet Greater Heal --> | ||||
| 			<skill minLvl="65" skillId="5590" skillLvl="7" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLvl="70" skillId="5195" skillLvl="8" /> <!-- Pet Greater Heal --> | ||||
| 			<skill minLvl="70" skillId="5590" skillLvl="8" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLevel="55" skillId="5195" skillLevel="5" /> <!-- Pet Greater Heal --> | ||||
| 			<skill minLevel="55" skillId="5590" skillLevel="5" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLevel="60" skillId="5195" skillLevel="6" /> <!-- Pet Greater Heal --> | ||||
| 			<skill minLevel="60" skillId="5590" skillLevel="6" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLevel="65" skillId="5195" skillLevel="7" /> <!-- Pet Greater Heal --> | ||||
| 			<skill minLevel="65" skillId="5590" skillLevel="7" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLevel="70" skillId="5195" skillLevel="8" /> <!-- Pet Greater Heal --> | ||||
| 			<skill minLevel="70" skillId="5590" skillLevel="8" /> <!-- Pet Battle Heal --> | ||||
| 			<!-- Control --> | ||||
| 			<skill minLvl="55" skillId="5771" skillLvl="1" /> <!-- Buff Control --> | ||||
| 			<skill minLevel="55" skillId="5771" skillLevel="1" /> <!-- Buff Control --> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -7,13 +7,13 @@ | ||||
| 		<set name="hungry_limit" val="55" /> | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="55" skillId="5442" skillLvl="1" /> | ||||
| 			<skill minLvl="60" skillId="5442" skillLvl="2" /> | ||||
| 			<skill minLvl="65" skillId="5442" skillLvl="3" /> | ||||
| 			<skill minLvl="70" skillId="5442" skillLvl="4" /> | ||||
| 			<skill minLvl="60" skillId="5443" skillLvl="1" /> | ||||
| 			<skill minLvl="65" skillId="5444" skillLvl="1" /> | ||||
| 			<skill minLvl="80" skillId="5445" skillLvl="1" /> | ||||
| 			<skill minLevel="55" skillId="5442" skillLevel="1" /> | ||||
| 			<skill minLevel="60" skillId="5442" skillLevel="2" /> | ||||
| 			<skill minLevel="65" skillId="5442" skillLevel="3" /> | ||||
| 			<skill minLevel="70" skillId="5442" skillLevel="4" /> | ||||
| 			<skill minLevel="60" skillId="5443" skillLevel="1" /> | ||||
| 			<skill minLevel="65" skillId="5444" skillLevel="1" /> | ||||
| 			<skill minLevel="80" skillId="5445" skillLevel="1" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<stat level="1"> | ||||
|   | ||||
| @@ -7,8 +7,8 @@ | ||||
| 		<set name="hungry_limit" val="55" /> | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="4710" skillLvl="0" /> | ||||
| 			<skill minLvl="1" skillId="4711" skillLvl="0" /> | ||||
| 			<skill minLevel="1" skillId="4710" skillLevel="0" /> | ||||
| 			<skill minLevel="1" skillId="4711" skillLevel="0" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<stat level="1"> | ||||
|   | ||||
| @@ -7,8 +7,8 @@ | ||||
| 		<set name="hungry_limit" val="55" /> | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="4712" skillLvl="0" /> | ||||
| 			<skill minLvl="1" skillId="4713" skillLvl="0" /> | ||||
| 			<skill minLevel="1" skillId="4712" skillLevel="0" /> | ||||
| 			<skill minLevel="1" skillId="4713" skillLevel="0" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<stat level="1"> | ||||
|   | ||||
| @@ -6,53 +6,53 @@ | ||||
| 		<set name="load" val="45540" /> | ||||
| 		<skills> | ||||
| 			<!--Power Smash--> | ||||
| 			<skill skillId="6050" skillLvl="1" minLvl="25" /> | ||||
| 			<skill skillId="6050" skillLvl="2" minLvl="30" /> | ||||
| 			<skill skillId="6050" skillLvl="3" minLvl="35" /> | ||||
| 			<skill skillId="6050" skillLvl="4" minLvl="40" /> | ||||
| 			<skill skillId="6050" skillLvl="5" minLvl="45" /> | ||||
| 			<skill skillId="6050" skillLvl="6" minLvl="50" /> | ||||
| 			<skill skillId="6050" skillLvl="7" minLvl="55" /> | ||||
| 			<skill skillId="6050" skillLvl="8" minLvl="60" /> | ||||
| 			<skill skillId="6050" skillLvl="9" minLvl="65" /> | ||||
| 			<skill skillId="6050" skillLvl="10" minLvl="70" /> | ||||
| 			<skill skillId="6050" skillLvl="11" minLvl="75" /> | ||||
| 			<skill skillId="6050" skillLvl="12" minLvl="80" /> | ||||
| 			<skill skillId="6050" skillLevel="1" minLevel="25" /> | ||||
| 			<skill skillId="6050" skillLevel="2" minLevel="30" /> | ||||
| 			<skill skillId="6050" skillLevel="3" minLevel="35" /> | ||||
| 			<skill skillId="6050" skillLevel="4" minLevel="40" /> | ||||
| 			<skill skillId="6050" skillLevel="5" minLevel="45" /> | ||||
| 			<skill skillId="6050" skillLevel="6" minLevel="50" /> | ||||
| 			<skill skillId="6050" skillLevel="7" minLevel="55" /> | ||||
| 			<skill skillId="6050" skillLevel="8" minLevel="60" /> | ||||
| 			<skill skillId="6050" skillLevel="9" minLevel="65" /> | ||||
| 			<skill skillId="6050" skillLevel="10" minLevel="70" /> | ||||
| 			<skill skillId="6050" skillLevel="11" minLevel="75" /> | ||||
| 			<skill skillId="6050" skillLevel="12" minLevel="80" /> | ||||
| 			<!--Energy Burst--> | ||||
| 			<skill skillId="6051" skillLvl="1" minLvl="25" /> | ||||
| 			<skill skillId="6051" skillLvl="2" minLvl="30" /> | ||||
| 			<skill skillId="6051" skillLvl="3" minLvl="35" /> | ||||
| 			<skill skillId="6051" skillLvl="4" minLvl="40" /> | ||||
| 			<skill skillId="6051" skillLvl="5" minLvl="45" /> | ||||
| 			<skill skillId="6051" skillLvl="6" minLvl="50" /> | ||||
| 			<skill skillId="6051" skillLvl="7" minLvl="55" /> | ||||
| 			<skill skillId="6051" skillLvl="8" minLvl="60" /> | ||||
| 			<skill skillId="6051" skillLvl="9" minLvl="65" /> | ||||
| 			<skill skillId="6051" skillLvl="10" minLvl="70" /> | ||||
| 			<skill skillId="6051" skillLvl="11" minLvl="75" /> | ||||
| 			<skill skillId="6051" skillLvl="12" minLvl="80" /> | ||||
| 			<skill skillId="6051" skillLevel="1" minLevel="25" /> | ||||
| 			<skill skillId="6051" skillLevel="2" minLevel="30" /> | ||||
| 			<skill skillId="6051" skillLevel="3" minLevel="35" /> | ||||
| 			<skill skillId="6051" skillLevel="4" minLevel="40" /> | ||||
| 			<skill skillId="6051" skillLevel="5" minLevel="45" /> | ||||
| 			<skill skillId="6051" skillLevel="6" minLevel="50" /> | ||||
| 			<skill skillId="6051" skillLevel="7" minLevel="55" /> | ||||
| 			<skill skillId="6051" skillLevel="8" minLevel="60" /> | ||||
| 			<skill skillId="6051" skillLevel="9" minLevel="65" /> | ||||
| 			<skill skillId="6051" skillLevel="10" minLevel="70" /> | ||||
| 			<skill skillId="6051" skillLevel="11" minLevel="75" /> | ||||
| 			<skill skillId="6051" skillLevel="12" minLevel="80" /> | ||||
| 			<!--Shock Wave--> | ||||
| 			<skill skillId="6052" skillLvl="1" minLvl="25" /> | ||||
| 			<skill skillId="6052" skillLvl="2" minLvl="30" /> | ||||
| 			<skill skillId="6052" skillLvl="3" minLvl="35" /> | ||||
| 			<skill skillId="6052" skillLvl="4" minLvl="40" /> | ||||
| 			<skill skillId="6052" skillLvl="5" minLvl="45" /> | ||||
| 			<skill skillId="6052" skillLvl="6" minLvl="50" /> | ||||
| 			<skill skillId="6052" skillLvl="7" minLvl="55" /> | ||||
| 			<skill skillId="6052" skillLvl="8" minLvl="60" /> | ||||
| 			<skill skillId="6052" skillLvl="9" minLvl="65" /> | ||||
| 			<skill skillId="6052" skillLvl="10" minLvl="70" /> | ||||
| 			<skill skillId="6052" skillLvl="11" minLvl="75" /> | ||||
| 			<skill skillId="6052" skillLvl="12" minLvl="80" /> | ||||
| 			<skill skillId="6052" skillLevel="1" minLevel="25" /> | ||||
| 			<skill skillId="6052" skillLevel="2" minLevel="30" /> | ||||
| 			<skill skillId="6052" skillLevel="3" minLevel="35" /> | ||||
| 			<skill skillId="6052" skillLevel="4" minLevel="40" /> | ||||
| 			<skill skillId="6052" skillLevel="5" minLevel="45" /> | ||||
| 			<skill skillId="6052" skillLevel="6" minLevel="50" /> | ||||
| 			<skill skillId="6052" skillLevel="7" minLevel="55" /> | ||||
| 			<skill skillId="6052" skillLevel="8" minLevel="60" /> | ||||
| 			<skill skillId="6052" skillLevel="9" minLevel="65" /> | ||||
| 			<skill skillId="6052" skillLevel="10" minLevel="70" /> | ||||
| 			<skill skillId="6052" skillLevel="11" minLevel="75" /> | ||||
| 			<skill skillId="6052" skillLevel="12" minLevel="80" /> | ||||
| 			<!--Howl--> | ||||
| 			<skill skillId="6053" skillLvl="1" minLvl="25" /> | ||||
| 			<skill skillId="6053" skillLvl="2" minLvl="30" /> | ||||
| 			<skill skillId="6053" skillLvl="3" minLvl="35" /> | ||||
| 			<skill skillId="6053" skillLvl="4" minLvl="40" /> | ||||
| 			<skill skillId="6053" skillLevel="1" minLevel="25" /> | ||||
| 			<skill skillId="6053" skillLevel="2" minLevel="30" /> | ||||
| 			<skill skillId="6053" skillLevel="3" minLevel="35" /> | ||||
| 			<skill skillId="6053" skillLevel="4" minLevel="40" /> | ||||
| 			<!--Buff Control--> | ||||
| 			<skill skillId="5771" skillLvl="1" minLvl="55" /> | ||||
| 			<skill skillId="5771" skillLevel="1" minLevel="55" /> | ||||
| 			<!--Switch State--> | ||||
| 			<skill skillId="6054" skillLvl="1" minLvl="55" /> | ||||
| 			<skill skillId="6054" skillLevel="1" minLevel="55" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -7,17 +7,17 @@ | ||||
| 		<set name="hungry_limit" val="55" /> | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="70" skillId="5442" skillLvl="1" /> | ||||
| 			<skill minLvl="75" skillId="5442" skillLvl="2" /> | ||||
| 			<skill minLvl="80" skillId="5442" skillLvl="3" /> | ||||
| 			<skill minLvl="85" skillId="5442" skillLvl="4" /> | ||||
| 			<skill minLvl="70" skillId="5443" skillLvl="1" /> | ||||
| 			<skill minLvl="75" skillId="5443" skillLvl="2" /> | ||||
| 			<skill minLvl="80" skillId="5443" skillLvl="3" /> | ||||
| 			<skill minLvl="85" skillId="5443" skillLvl="4" /> | ||||
| 			<skill minLvl="80" skillId="5444" skillLvl="1" /> | ||||
| 			<skill minLvl="85" skillId="5444" skillLvl="2" /> | ||||
| 			<skill minLvl="85" skillId="5445" skillLvl="1" /> | ||||
| 			<skill minLevel="70" skillId="5442" skillLevel="1" /> | ||||
| 			<skill minLevel="75" skillId="5442" skillLevel="2" /> | ||||
| 			<skill minLevel="80" skillId="5442" skillLevel="3" /> | ||||
| 			<skill minLevel="85" skillId="5442" skillLevel="4" /> | ||||
| 			<skill minLevel="70" skillId="5443" skillLevel="1" /> | ||||
| 			<skill minLevel="75" skillId="5443" skillLevel="2" /> | ||||
| 			<skill minLevel="80" skillId="5443" skillLevel="3" /> | ||||
| 			<skill minLevel="85" skillId="5443" skillLevel="4" /> | ||||
| 			<skill minLevel="80" skillId="5444" skillLevel="1" /> | ||||
| 			<skill minLevel="85" skillId="5444" skillLevel="2" /> | ||||
| 			<skill minLevel="85" skillId="5445" skillLevel="1" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<stat level="1"> | ||||
|   | ||||
| @@ -7,17 +7,17 @@ | ||||
| 		<set name="hungry_limit" val="55" /> | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="70" skillId="5442" skillLvl="1" /> | ||||
| 			<skill minLvl="75" skillId="5442" skillLvl="2" /> | ||||
| 			<skill minLvl="80" skillId="5442" skillLvl="3" /> | ||||
| 			<skill minLvl="85" skillId="5442" skillLvl="4" /> | ||||
| 			<skill minLvl="70" skillId="5443" skillLvl="1" /> | ||||
| 			<skill minLvl="75" skillId="5443" skillLvl="2" /> | ||||
| 			<skill minLvl="80" skillId="5443" skillLvl="3" /> | ||||
| 			<skill minLvl="85" skillId="5443" skillLvl="4" /> | ||||
| 			<skill minLvl="80" skillId="5444" skillLvl="1" /> | ||||
| 			<skill minLvl="85" skillId="5444" skillLvl="2" /> | ||||
| 			<skill minLvl="85" skillId="5445" skillLvl="1" /> | ||||
| 			<skill minLevel="70" skillId="5442" skillLevel="1" /> | ||||
| 			<skill minLevel="75" skillId="5442" skillLevel="2" /> | ||||
| 			<skill minLevel="80" skillId="5442" skillLevel="3" /> | ||||
| 			<skill minLevel="85" skillId="5442" skillLevel="4" /> | ||||
| 			<skill minLevel="70" skillId="5443" skillLevel="1" /> | ||||
| 			<skill minLevel="75" skillId="5443" skillLevel="2" /> | ||||
| 			<skill minLevel="80" skillId="5443" skillLevel="3" /> | ||||
| 			<skill minLevel="85" skillId="5443" skillLevel="4" /> | ||||
| 			<skill minLevel="80" skillId="5444" skillLevel="1" /> | ||||
| 			<skill minLevel="85" skillId="5444" skillLevel="2" /> | ||||
| 			<skill minLevel="85" skillId="5445" skillLevel="1" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<stat level="1"> | ||||
|   | ||||
| @@ -6,11 +6,11 @@ | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<!-- Custom levels --> | ||||
| 			<skill minLvl="1" skillId="5753" skillLvl="1" /> <!-- Awakening --> | ||||
| 			<skill minLvl="1" skillId="5749" skillLvl="1" /> <!-- Thunder Bold --> | ||||
| 			<skill minLvl="1" skillId="5750" skillLvl="1" /> <!-- Flash --> | ||||
| 			<skill minLvl="1" skillId="5751" skillLvl="1" /> <!-- Lightning Wave --> | ||||
| 			<skill minLvl="1" skillId="5752" skillLvl="1" /> <!-- Flare --> | ||||
| 			<skill minLevel="1" skillId="5753" skillLevel="1" /> <!-- Awakening --> | ||||
| 			<skill minLevel="1" skillId="5749" skillLevel="1" /> <!-- Thunder Bold --> | ||||
| 			<skill minLevel="1" skillId="5750" skillLevel="1" /> <!-- Flash --> | ||||
| 			<skill minLevel="1" skillId="5751" skillLevel="1" /> <!-- Lightning Wave --> | ||||
| 			<skill minLevel="1" skillId="5752" skillLevel="1" /> <!-- Flare --> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -6,11 +6,11 @@ | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<!-- Custom levels --> | ||||
| 			<skill minLvl="1" skillId="5753" skillLvl="1" /> <!-- Awakening --> | ||||
| 			<skill minLvl="1" skillId="5745" skillLvl="1" /> <!-- Death Blow --> | ||||
| 			<skill minLvl="1" skillId="5746" skillLvl="1" /> <!-- Double Attack --> | ||||
| 			<skill minLvl="1" skillId="5747" skillLvl="1" /> <!-- Spin Attack --> | ||||
| 			<skill minLvl="1" skillId="5748" skillLvl="1" /> <!-- Meteor Shower --> | ||||
| 			<skill minLevel="1" skillId="5753" skillLevel="1" /> <!-- Awakening --> | ||||
| 			<skill minLevel="1" skillId="5745" skillLevel="1" /> <!-- Death Blow --> | ||||
| 			<skill minLevel="1" skillId="5746" skillLevel="1" /> <!-- Double Attack --> | ||||
| 			<skill minLevel="1" skillId="5747" skillLevel="1" /> <!-- Spin Attack --> | ||||
| 			<skill minLevel="1" skillId="5748" skillLevel="1" /> <!-- Meteor Shower --> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -6,38 +6,38 @@ | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<!-- Custom levels --> | ||||
| 			<skill minLvl="1" skillId="5771" skillLvl="1" /> <!-- Buff Control --> | ||||
| 			<skill minLvl="1" skillId="5753" skillLvl="1" /> <!-- Awakening --> | ||||
| 			<skill minLvl="1" skillId="5745" skillLvl="1" /> <!-- Death Blow --> | ||||
| 			<skill minLevel="1" skillId="5771" skillLevel="1" /> <!-- Buff Control --> | ||||
| 			<skill minLevel="1" skillId="5753" skillLevel="1" /> <!-- Awakening --> | ||||
| 			<skill minLevel="1" skillId="5745" skillLevel="1" /> <!-- Death Blow --> | ||||
|  | ||||
| 			<skill minLvl="1" skillId="5189" skillLvl="6" /> <!-- Pet Blessed Body --> | ||||
| 			<skill minLvl="1" skillId="5192" skillLvl="2" /> <!-- Pet Wind Walk --> | ||||
| 			<skill minLvl="1" skillId="5586" skillLvl="3" /> <!-- Pet Might --> | ||||
| 			<skill minLvl="1" skillId="5587" skillLvl="3" /> <!-- Pet Shield --> | ||||
| 			<skill minLvl="1" skillId="5588" skillLvl="3" /> <!-- Pet Focus --> | ||||
| 			<skill minLvl="1" skillId="5589" skillLvl="3" /> <!-- Pet Death Wisper --> | ||||
| 			<skill minLvl="1" skillId="5186" skillLvl="2" /> <!-- Pet Haste --> | ||||
| 			<skill minLvl="1" skillId="5187" skillLvl="4" /> <!-- Pet Vampiric Rage --> | ||||
| 			<skill minLevel="1" skillId="5189" skillLevel="6" /> <!-- Pet Blessed Body --> | ||||
| 			<skill minLevel="1" skillId="5192" skillLevel="2" /> <!-- Pet Wind Walk --> | ||||
| 			<skill minLevel="1" skillId="5586" skillLevel="3" /> <!-- Pet Might --> | ||||
| 			<skill minLevel="1" skillId="5587" skillLevel="3" /> <!-- Pet Shield --> | ||||
| 			<skill minLevel="1" skillId="5588" skillLevel="3" /> <!-- Pet Focus --> | ||||
| 			<skill minLevel="1" skillId="5589" skillLevel="3" /> <!-- Pet Death Wisper --> | ||||
| 			<skill minLevel="1" skillId="5186" skillLevel="2" /> <!-- Pet Haste --> | ||||
| 			<skill minLevel="1" skillId="5187" skillLevel="4" /> <!-- Pet Vampiric Rage --> | ||||
|  | ||||
| 			<!-- <skill minLvl="1" skillId="1501" skillLvl="1" />Improved Condition --> | ||||
| 			<!-- <skill minLvl="1" skillId="1504" skillLvl="1" />Improved Movement --> | ||||
| 			<!-- <skill minLvl="1" skillId="1499" skillLvl="1" />Improved Combat --> | ||||
| 			<!-- <skill minLvl="1" skillId="1502" skillLvl="1" />Improved Critical Attack --> | ||||
| 			<!-- <skill minLvl="1" skillId="1519" skillLvl="1" />Chant of Blood Awakening --> | ||||
| 			<!-- <skill minLevel="1" skillId="1501" skillLevel="1" />Improved Condition --> | ||||
| 			<!-- <skill minLevel="1" skillId="1504" skillLevel="1" />Improved Movement --> | ||||
| 			<!-- <skill minLevel="1" skillId="1499" skillLevel="1" />Improved Combat --> | ||||
| 			<!-- <skill minLevel="1" skillId="1502" skillLevel="1" />Improved Critical Attack --> | ||||
| 			<!-- <skill minLevel="1" skillId="1519" skillLevel="1" />Chant of Blood Awakening --> | ||||
|  | ||||
| 			<skill minLvl="55" skillId="5195" skillLvl="1" /> <!-- Pet Greater Heal --> | ||||
| 			<skill minLvl="60" skillId="5195" skillLvl="2" /> | ||||
| 			<skill minLvl="65" skillId="5195" skillLvl="3" /> | ||||
| 			<skill minLvl="70" skillId="5195" skillLvl="4" /> | ||||
| 			<skill minLvl="75" skillId="5195" skillLvl="5" /> | ||||
| 			<skill minLvl="80" skillId="5195" skillLvl="6" /> | ||||
| 			<skill minLevel="55" skillId="5195" skillLevel="1" /> <!-- Pet Greater Heal --> | ||||
| 			<skill minLevel="60" skillId="5195" skillLevel="2" /> | ||||
| 			<skill minLevel="65" skillId="5195" skillLevel="3" /> | ||||
| 			<skill minLevel="70" skillId="5195" skillLevel="4" /> | ||||
| 			<skill minLevel="75" skillId="5195" skillLevel="5" /> | ||||
| 			<skill minLevel="80" skillId="5195" skillLevel="6" /> | ||||
|  | ||||
| 			<skill minLvl="55" skillId="5590" skillLvl="1" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLvl="60" skillId="5590" skillLvl="2" /> | ||||
| 			<skill minLvl="65" skillId="5590" skillLvl="3" /> | ||||
| 			<skill minLvl="70" skillId="5590" skillLvl="4" /> | ||||
| 			<skill minLvl="75" skillId="5590" skillLvl="5" /> | ||||
| 			<skill minLvl="80" skillId="5590" skillLvl="6" /> | ||||
| 			<skill minLevel="55" skillId="5590" skillLevel="1" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLevel="60" skillId="5590" skillLevel="2" /> | ||||
| 			<skill minLevel="65" skillId="5590" skillLevel="3" /> | ||||
| 			<skill minLevel="70" skillId="5590" skillLevel="4" /> | ||||
| 			<skill minLevel="75" skillId="5590" skillLevel="5" /> | ||||
| 			<skill minLevel="80" skillId="5590" skillLevel="6" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -6,34 +6,34 @@ | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<!-- Custom levels --> | ||||
| 			<skill minLvl="1" skillId="5771" skillLvl="1" /> <!-- Buff Control --> | ||||
| 			<skill minLvl="1" skillId="5753" skillLvl="1" /> <!-- Awakening --> | ||||
| 			<skill minLvl="1" skillId="5752" skillLvl="1" /> <!-- Flare --> | ||||
| 			<skill minLevel="1" skillId="5771" skillLevel="1" /> <!-- Buff Control --> | ||||
| 			<skill minLevel="1" skillId="5753" skillLevel="1" /> <!-- Awakening --> | ||||
| 			<skill minLevel="1" skillId="5752" skillLevel="1" /> <!-- Flare --> | ||||
|  | ||||
| 			<skill minLvl="1" skillId="5190" skillLvl="6" /> <!-- Pet Blessed Soul --> | ||||
| 			<skill minLvl="1" skillId="5192" skillLvl="2" /> <!-- Pet Wind Walk --> | ||||
| 			<skill minLvl="1" skillId="5587" skillLvl="3" /> <!-- Pet Shield --> | ||||
| 			<skill minLvl="1" skillId="5194" skillLvl="3" /> <!-- Pet Empower --> | ||||
| 			<skill minLvl="1" skillId="5193" skillLvl="3" /> <!-- Pet Acumen --> | ||||
| 			<skill minLevel="1" skillId="5190" skillLevel="6" /> <!-- Pet Blessed Soul --> | ||||
| 			<skill minLevel="1" skillId="5192" skillLevel="2" /> <!-- Pet Wind Walk --> | ||||
| 			<skill minLevel="1" skillId="5587" skillLevel="3" /> <!-- Pet Shield --> | ||||
| 			<skill minLevel="1" skillId="5194" skillLevel="3" /> <!-- Pet Empower --> | ||||
| 			<skill minLevel="1" skillId="5193" skillLevel="3" /> <!-- Pet Acumen --> | ||||
|  | ||||
| 			<!-- <skill minLvl="1" skillId="1501" skillLvl="1" />Improved Condition --> | ||||
| 			<!-- <skill minLvl="1" skillId="1504" skillLvl="1" />Improved Movement --> | ||||
| 			<!-- <skill minLvl="1" skillId="1499" skillLvl="1" />Improved Combat --> | ||||
| 			<!-- <skill minLvl="1" skillId="1500" skillLvl="1" />Improved Magic --> | ||||
| 			<!-- <skill minLevel="1" skillId="1501" skillLevel="1" />Improved Condition --> | ||||
| 			<!-- <skill minLevel="1" skillId="1504" skillLevel="1" />Improved Movement --> | ||||
| 			<!-- <skill minLevel="1" skillId="1499" skillLevel="1" />Improved Combat --> | ||||
| 			<!-- <skill minLevel="1" skillId="1500" skillLevel="1" />Improved Magic --> | ||||
|  | ||||
| 			<skill minLvl="55" skillId="5200" skillLvl="1" /> <!-- Pet Recharge --> | ||||
| 			<skill minLvl="60" skillId="5200" skillLvl="2" /> | ||||
| 			<skill minLvl="65" skillId="5200" skillLvl="3" /> | ||||
| 			<skill minLvl="70" skillId="5200" skillLvl="4" /> | ||||
| 			<skill minLvl="75" skillId="5200" skillLvl="5" /> | ||||
| 			<skill minLvl="80" skillId="5200" skillLvl="6" /> | ||||
| 			<skill minLevel="55" skillId="5200" skillLevel="1" /> <!-- Pet Recharge --> | ||||
| 			<skill minLevel="60" skillId="5200" skillLevel="2" /> | ||||
| 			<skill minLevel="65" skillId="5200" skillLevel="3" /> | ||||
| 			<skill minLevel="70" skillId="5200" skillLevel="4" /> | ||||
| 			<skill minLevel="75" skillId="5200" skillLevel="5" /> | ||||
| 			<skill minLevel="80" skillId="5200" skillLevel="6" /> | ||||
|  | ||||
| 			<skill minLvl="55" skillId="5590" skillLvl="1" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLvl="60" skillId="5590" skillLvl="2" /> | ||||
| 			<skill minLvl="65" skillId="5590" skillLvl="3" /> | ||||
| 			<skill minLvl="70" skillId="5590" skillLvl="4" /> | ||||
| 			<skill minLvl="75" skillId="5590" skillLvl="5" /> | ||||
| 			<skill minLvl="80" skillId="5590" skillLvl="6" /> | ||||
| 			<skill minLevel="55" skillId="5590" skillLevel="1" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLevel="60" skillId="5590" skillLevel="2" /> | ||||
| 			<skill minLevel="65" skillId="5590" skillLevel="3" /> | ||||
| 			<skill minLevel="70" skillId="5590" skillLevel="4" /> | ||||
| 			<skill minLevel="75" skillId="5590" skillLevel="5" /> | ||||
| 			<skill minLevel="80" skillId="5590" skillLevel="6" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -6,35 +6,35 @@ | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<!-- Custom levels --> | ||||
| 			<skill minLvl="1" skillId="5771" skillLvl="1" /> <!-- Buff Control --> | ||||
| 			<skill minLvl="1" skillId="5749" skillLvl="1" /> <!-- Thunder Bolt --> | ||||
| 			<skill minLvl="1" skillId="5750" skillLvl="1" /> <!-- Flash --> | ||||
| 			<skill minLvl="1" skillId="5751" skillLvl="1" /> <!-- Lightning Wave --> | ||||
| 			<skill minLevel="1" skillId="5771" skillLevel="1" /> <!-- Buff Control --> | ||||
| 			<skill minLevel="1" skillId="5749" skillLevel="1" /> <!-- Thunder Bolt --> | ||||
| 			<skill minLevel="1" skillId="5750" skillLevel="1" /> <!-- Flash --> | ||||
| 			<skill minLevel="1" skillId="5751" skillLevel="1" /> <!-- Lightning Wave --> | ||||
|  | ||||
| 			<skill minLvl="1" skillId="5190" skillLvl="6" /> <!-- Pet Blessed Soul --> | ||||
| 			<skill minLvl="1" skillId="5192" skillLvl="2" /> <!-- Pet Wind Walk --> | ||||
| 			<skill minLvl="1" skillId="5587" skillLvl="3" /> <!-- Pet Shield --> | ||||
| 			<skill minLvl="1" skillId="5194" skillLvl="3" /> <!-- Pet Empower --> | ||||
| 			<skill minLvl="1" skillId="5193" skillLvl="3" /> <!-- Pet Acumen --> | ||||
| 			<skill minLevel="1" skillId="5190" skillLevel="6" /> <!-- Pet Blessed Soul --> | ||||
| 			<skill minLevel="1" skillId="5192" skillLevel="2" /> <!-- Pet Wind Walk --> | ||||
| 			<skill minLevel="1" skillId="5587" skillLevel="3" /> <!-- Pet Shield --> | ||||
| 			<skill minLevel="1" skillId="5194" skillLevel="3" /> <!-- Pet Empower --> | ||||
| 			<skill minLevel="1" skillId="5193" skillLevel="3" /> <!-- Pet Acumen --> | ||||
|  | ||||
| 			<!-- <skill minLvl="1" skillId="1501" skillLvl="1" />Improved Condition --> | ||||
| 			<!-- <skill minLvl="1" skillId="1504" skillLvl="1" />Improved Movement --> | ||||
| 			<!-- <skill minLvl="1" skillId="1499" skillLvl="1" />Improved Combat --> | ||||
| 			<!-- <skill minLvl="1" skillId="1500" skillLvl="1" />Improved Magic --> | ||||
| 			<!-- <skill minLevel="1" skillId="1501" skillLevel="1" />Improved Condition --> | ||||
| 			<!-- <skill minLevel="1" skillId="1504" skillLevel="1" />Improved Movement --> | ||||
| 			<!-- <skill minLevel="1" skillId="1499" skillLevel="1" />Improved Combat --> | ||||
| 			<!-- <skill minLevel="1" skillId="1500" skillLevel="1" />Improved Magic --> | ||||
|  | ||||
| 			<skill minLvl="55" skillId="5200" skillLvl="1" /> <!-- Pet Recharge --> | ||||
| 			<skill minLvl="60" skillId="5200" skillLvl="2" /> | ||||
| 			<skill minLvl="65" skillId="5200" skillLvl="3" /> | ||||
| 			<skill minLvl="70" skillId="5200" skillLvl="4" /> | ||||
| 			<skill minLvl="75" skillId="5200" skillLvl="5" /> | ||||
| 			<skill minLvl="80" skillId="5200" skillLvl="6" /> | ||||
| 			<skill minLevel="55" skillId="5200" skillLevel="1" /> <!-- Pet Recharge --> | ||||
| 			<skill minLevel="60" skillId="5200" skillLevel="2" /> | ||||
| 			<skill minLevel="65" skillId="5200" skillLevel="3" /> | ||||
| 			<skill minLevel="70" skillId="5200" skillLevel="4" /> | ||||
| 			<skill minLevel="75" skillId="5200" skillLevel="5" /> | ||||
| 			<skill minLevel="80" skillId="5200" skillLevel="6" /> | ||||
|  | ||||
| 			<skill minLvl="55" skillId="5590" skillLvl="1" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLvl="60" skillId="5590" skillLvl="2" /> | ||||
| 			<skill minLvl="65" skillId="5590" skillLvl="3" /> | ||||
| 			<skill minLvl="70" skillId="5590" skillLvl="4" /> | ||||
| 			<skill minLvl="75" skillId="5590" skillLvl="5" /> | ||||
| 			<skill minLvl="80" skillId="5590" skillLvl="6" /> | ||||
| 			<skill minLevel="55" skillId="5590" skillLevel="1" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLevel="60" skillId="5590" skillLevel="2" /> | ||||
| 			<skill minLevel="65" skillId="5590" skillLevel="3" /> | ||||
| 			<skill minLevel="70" skillId="5590" skillLevel="4" /> | ||||
| 			<skill minLevel="75" skillId="5590" skillLevel="5" /> | ||||
| 			<skill minLevel="80" skillId="5590" skillLevel="6" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -6,40 +6,40 @@ | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<!-- Custom levels --> | ||||
| 			<skill minLvl="1" skillId="5771" skillLvl="1" /> <!-- Buff Control --> | ||||
| 			<skill minLvl="1" skillId="6046" skillLvl="1" /> <!-- Piercing Attack --> | ||||
| 			<skill minLvl="1" skillId="6047" skillLvl="1" /> <!-- Whirlwind --> | ||||
| 			<skill minLvl="1" skillId="6048" skillLvl="1" /> <!-- Lance Smash --> | ||||
| 			<skill minLvl="1" skillId="6049" skillLvl="1" /> <!-- Battle Cry --> | ||||
| 			<skill minLevel="1" skillId="5771" skillLevel="1" /> <!-- Buff Control --> | ||||
| 			<skill minLevel="1" skillId="6046" skillLevel="1" /> <!-- Piercing Attack --> | ||||
| 			<skill minLevel="1" skillId="6047" skillLevel="1" /> <!-- Whirlwind --> | ||||
| 			<skill minLevel="1" skillId="6048" skillLevel="1" /> <!-- Lance Smash --> | ||||
| 			<skill minLevel="1" skillId="6049" skillLevel="1" /> <!-- Battle Cry --> | ||||
|  | ||||
| 			<skill minLvl="1" skillId="5189" skillLvl="6" /> <!-- Pet Blessed Body --> | ||||
| 			<skill minLvl="1" skillId="5192" skillLvl="2" /> <!-- Pet Wind Walk --> | ||||
| 			<skill minLvl="1" skillId="5586" skillLvl="3" /> <!-- Pet Might --> | ||||
| 			<skill minLvl="1" skillId="5587" skillLvl="3" /> <!-- Pet Shield --> | ||||
| 			<skill minLvl="1" skillId="5588" skillLvl="3" /> <!-- Pet Focus --> | ||||
| 			<skill minLvl="1" skillId="5589" skillLvl="3" /> <!-- Pet Death Wisper --> | ||||
| 			<skill minLvl="1" skillId="5186" skillLvl="2" /> <!-- Pet Haste --> | ||||
| 			<skill minLvl="1" skillId="5187" skillLvl="4" /> <!-- Pet Vampiric Rage --> | ||||
| 			<skill minLevel="1" skillId="5189" skillLevel="6" /> <!-- Pet Blessed Body --> | ||||
| 			<skill minLevel="1" skillId="5192" skillLevel="2" /> <!-- Pet Wind Walk --> | ||||
| 			<skill minLevel="1" skillId="5586" skillLevel="3" /> <!-- Pet Might --> | ||||
| 			<skill minLevel="1" skillId="5587" skillLevel="3" /> <!-- Pet Shield --> | ||||
| 			<skill minLevel="1" skillId="5588" skillLevel="3" /> <!-- Pet Focus --> | ||||
| 			<skill minLevel="1" skillId="5589" skillLevel="3" /> <!-- Pet Death Wisper --> | ||||
| 			<skill minLevel="1" skillId="5186" skillLevel="2" /> <!-- Pet Haste --> | ||||
| 			<skill minLevel="1" skillId="5187" skillLevel="4" /> <!-- Pet Vampiric Rage --> | ||||
|  | ||||
| 			<!-- <skill minLvl="1" skillId="1501" skillLvl="1" />Improved Condition --> | ||||
| 			<!-- <skill minLvl="1" skillId="1504" skillLvl="1" />Improved Movement --> | ||||
| 			<!-- <skill minLvl="1" skillId="1499" skillLvl="1" />Improved Combat --> | ||||
| 			<!-- <skill minLvl="1" skillId="1502" skillLvl="1" />Improved Critical Attack --> | ||||
| 			<!-- <skill minLvl="1" skillId="1519" skillLvl="1" />Chant of Blood Awakening --> | ||||
| 			<!-- <skill minLevel="1" skillId="1501" skillLevel="1" />Improved Condition --> | ||||
| 			<!-- <skill minLevel="1" skillId="1504" skillLevel="1" />Improved Movement --> | ||||
| 			<!-- <skill minLevel="1" skillId="1499" skillLevel="1" />Improved Combat --> | ||||
| 			<!-- <skill minLevel="1" skillId="1502" skillLevel="1" />Improved Critical Attack --> | ||||
| 			<!-- <skill minLevel="1" skillId="1519" skillLevel="1" />Chant of Blood Awakening --> | ||||
|  | ||||
| 			<skill minLvl="55" skillId="5195" skillLvl="1" /> <!-- Pet Greater Heal --> | ||||
| 			<skill minLvl="60" skillId="5195" skillLvl="2" /> | ||||
| 			<skill minLvl="65" skillId="5195" skillLvl="3" /> | ||||
| 			<skill minLvl="70" skillId="5195" skillLvl="4" /> | ||||
| 			<skill minLvl="75" skillId="5195" skillLvl="5" /> | ||||
| 			<skill minLvl="80" skillId="5195" skillLvl="6" /> | ||||
| 			<skill minLevel="55" skillId="5195" skillLevel="1" /> <!-- Pet Greater Heal --> | ||||
| 			<skill minLevel="60" skillId="5195" skillLevel="2" /> | ||||
| 			<skill minLevel="65" skillId="5195" skillLevel="3" /> | ||||
| 			<skill minLevel="70" skillId="5195" skillLevel="4" /> | ||||
| 			<skill minLevel="75" skillId="5195" skillLevel="5" /> | ||||
| 			<skill minLevel="80" skillId="5195" skillLevel="6" /> | ||||
|  | ||||
| 			<skill minLvl="55" skillId="5590" skillLvl="1" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLvl="60" skillId="5590" skillLvl="2" /> | ||||
| 			<skill minLvl="65" skillId="5590" skillLvl="3" /> | ||||
| 			<skill minLvl="70" skillId="5590" skillLvl="4" /> | ||||
| 			<skill minLvl="75" skillId="5590" skillLvl="5" /> | ||||
| 			<skill minLvl="80" skillId="5590" skillLvl="6" /> | ||||
| 			<skill minLevel="55" skillId="5590" skillLevel="1" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLevel="60" skillId="5590" skillLevel="2" /> | ||||
| 			<skill minLevel="65" skillId="5590" skillLevel="3" /> | ||||
| 			<skill minLevel="70" skillId="5590" skillLevel="4" /> | ||||
| 			<skill minLevel="75" skillId="5590" skillLevel="5" /> | ||||
| 			<skill minLevel="80" skillId="5590" skillLevel="6" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -6,36 +6,36 @@ | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<!-- Custom levels --> | ||||
| 			<skill minLvl="1" skillId="5771" skillLvl="1" /> <!-- Buff Control --> | ||||
| 			<skill minLvl="1" skillId="6050" skillLvl="1" /> <!-- Power Smash --> | ||||
| 			<skill minLvl="1" skillId="6051" skillLvl="1" /> <!-- Energy Burst --> | ||||
| 			<skill minLvl="1" skillId="6052" skillLvl="1" /> <!-- Shockwave --> | ||||
| 			<skill minLvl="1" skillId="6053" skillLvl="1" /> <!-- Howl --> | ||||
| 			<skill minLevel="1" skillId="5771" skillLevel="1" /> <!-- Buff Control --> | ||||
| 			<skill minLevel="1" skillId="6050" skillLevel="1" /> <!-- Power Smash --> | ||||
| 			<skill minLevel="1" skillId="6051" skillLevel="1" /> <!-- Energy Burst --> | ||||
| 			<skill minLevel="1" skillId="6052" skillLevel="1" /> <!-- Shockwave --> | ||||
| 			<skill minLevel="1" skillId="6053" skillLevel="1" /> <!-- Howl --> | ||||
|  | ||||
| 			<skill minLvl="1" skillId="5189" skillLvl="6" /> <!-- Pet Blessed Body --> | ||||
| 			<skill minLvl="1" skillId="5192" skillLvl="2" /> <!-- Pet Wind Walk --> | ||||
| 			<skill minLvl="1" skillId="5190" skillLvl="6" /> <!-- Pet Blessed Soul --> | ||||
| 			<skill minLvl="1" skillId="5587" skillLvl="3" /> <!-- Pet Shield --> | ||||
| 			<skill minLvl="1" skillId="5987" skillLvl="1" /> <!-- Weapon Maintenance --> | ||||
| 			<skill minLvl="1" skillId="5988" skillLvl="1" /> <!-- Armor Maintenance --> | ||||
| 			<skill minLevel="1" skillId="5189" skillLevel="6" /> <!-- Pet Blessed Body --> | ||||
| 			<skill minLevel="1" skillId="5192" skillLevel="2" /> <!-- Pet Wind Walk --> | ||||
| 			<skill minLevel="1" skillId="5190" skillLevel="6" /> <!-- Pet Blessed Soul --> | ||||
| 			<skill minLevel="1" skillId="5587" skillLevel="3" /> <!-- Pet Shield --> | ||||
| 			<skill minLevel="1" skillId="5987" skillLevel="1" /> <!-- Weapon Maintenance --> | ||||
| 			<skill minLevel="1" skillId="5988" skillLevel="1" /> <!-- Armor Maintenance --> | ||||
|  | ||||
| 			<!-- <skill minLvl="1" skillId="1501" skillLvl="1" />Improved Condition --> | ||||
| 			<!-- <skill minLvl="1" skillId="1504" skillLvl="1" />Improved Movement --> | ||||
| 			<!-- <skill minLvl="1" skillId="1499" skillLvl="1" />Improved Combat --> | ||||
| 			<!-- <skill minLevel="1" skillId="1501" skillLevel="1" />Improved Condition --> | ||||
| 			<!-- <skill minLevel="1" skillId="1504" skillLevel="1" />Improved Movement --> | ||||
| 			<!-- <skill minLevel="1" skillId="1499" skillLevel="1" />Improved Combat --> | ||||
|  | ||||
| 			<skill minLvl="55" skillId="5200" skillLvl="1" /> <!-- Pet Recharge --> | ||||
| 			<skill minLvl="60" skillId="5200" skillLvl="2" /> | ||||
| 			<skill minLvl="65" skillId="5200" skillLvl="3" /> | ||||
| 			<skill minLvl="70" skillId="5200" skillLvl="4" /> | ||||
| 			<skill minLvl="75" skillId="5200" skillLvl="5" /> | ||||
| 			<skill minLvl="80" skillId="5200" skillLvl="6" /> | ||||
| 			<skill minLevel="55" skillId="5200" skillLevel="1" /> <!-- Pet Recharge --> | ||||
| 			<skill minLevel="60" skillId="5200" skillLevel="2" /> | ||||
| 			<skill minLevel="65" skillId="5200" skillLevel="3" /> | ||||
| 			<skill minLevel="70" skillId="5200" skillLevel="4" /> | ||||
| 			<skill minLevel="75" skillId="5200" skillLevel="5" /> | ||||
| 			<skill minLevel="80" skillId="5200" skillLevel="6" /> | ||||
|  | ||||
| 			<skill minLvl="55" skillId="5590" skillLvl="1" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLvl="60" skillId="5590" skillLvl="2" /> | ||||
| 			<skill minLvl="65" skillId="5590" skillLvl="3" /> | ||||
| 			<skill minLvl="70" skillId="5590" skillLvl="4" /> | ||||
| 			<skill minLvl="75" skillId="5590" skillLvl="5" /> | ||||
| 			<skill minLvl="80" skillId="5590" skillLvl="6" /> | ||||
| 			<skill minLevel="55" skillId="5590" skillLevel="1" /> <!-- Pet Battle Heal --> | ||||
| 			<skill minLevel="60" skillId="5590" skillLevel="2" /> | ||||
| 			<skill minLevel="65" skillId="5590" skillLevel="3" /> | ||||
| 			<skill minLevel="70" skillId="5590" skillLevel="4" /> | ||||
| 			<skill minLevel="75" skillId="5590" skillLevel="5" /> | ||||
| 			<skill minLevel="80" skillId="5590" skillLevel="6" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -6,13 +6,13 @@ | ||||
| 		<set name="hungry_limit" val="55" /> | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="6199" skillLvl="1" /> <!-- Tail Strike --> | ||||
| 			<skill minLvl="60" skillId="6199" skillLvl="2" /> | ||||
| 			<skill minLvl="65" skillId="6199" skillLvl="3" /> | ||||
| 			<skill minLvl="70" skillId="6199" skillLvl="4" /> | ||||
| 			<skill minLvl="75" skillId="6199" skillLvl="5" /> | ||||
| 			<skill minLvl="80" skillId="6199" skillLvl="6" /> | ||||
| 			<skill minLvl="85" skillId="6199" skillLvl="7" /> | ||||
| 			<skill minLevel="1" skillId="6199" skillLevel="1" /> <!-- Tail Strike --> | ||||
| 			<skill minLevel="60" skillId="6199" skillLevel="2" /> | ||||
| 			<skill minLevel="65" skillId="6199" skillLevel="3" /> | ||||
| 			<skill minLevel="70" skillId="6199" skillLevel="4" /> | ||||
| 			<skill minLevel="75" skillId="6199" skillLevel="5" /> | ||||
| 			<skill minLevel="80" skillId="6199" skillLevel="6" /> | ||||
| 			<skill minLevel="85" skillId="6199" skillLevel="7" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -6,21 +6,21 @@ | ||||
| 		<set name="hungry_limit" val="55" /> | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="6205" skillLvl="2" /> <!-- Strider Bite --> | ||||
| 			<skill minLvl="60" skillId="6205" skillLvl="4" /> | ||||
| 			<skill minLvl="65" skillId="6205" skillLvl="6" /> | ||||
| 			<skill minLvl="70" skillId="6205" skillLvl="7" /> | ||||
| 			<skill minLvl="75" skillId="6205" skillLvl="10" /> | ||||
| 			<skill minLvl="80" skillId="6205" skillLvl="15" /> | ||||
| 			<skill minLvl="85" skillId="6205" skillLvl="16" /> | ||||
| 			<skill minLvl="1" skillId="6206" skillLvl="2" /> <!-- Strider Fear --> | ||||
| 			<skill minLvl="60" skillId="6206" skillLvl="4" /> | ||||
| 			<skill minLvl="65" skillId="6206" skillLvl="6" /> | ||||
| 			<skill minLvl="70" skillId="6206" skillLvl="7" /> | ||||
| 			<skill minLvl="75" skillId="6206" skillLvl="10" /> | ||||
| 			<skill minLvl="80" skillId="6206" skillLvl="15" /> | ||||
| 			<skill minLvl="85" skillId="6206" skillLvl="16" /> | ||||
| 			<skill minLvl="1" skillId="6207" skillLvl="1" /> <!-- Strider Dash --> | ||||
| 			<skill minLevel="1" skillId="6205" skillLevel="2" /> <!-- Strider Bite --> | ||||
| 			<skill minLevel="60" skillId="6205" skillLevel="4" /> | ||||
| 			<skill minLevel="65" skillId="6205" skillLevel="6" /> | ||||
| 			<skill minLevel="70" skillId="6205" skillLevel="7" /> | ||||
| 			<skill minLevel="75" skillId="6205" skillLevel="10" /> | ||||
| 			<skill minLevel="80" skillId="6205" skillLevel="15" /> | ||||
| 			<skill minLevel="85" skillId="6205" skillLevel="16" /> | ||||
| 			<skill minLevel="1" skillId="6206" skillLevel="2" /> <!-- Strider Fear --> | ||||
| 			<skill minLevel="60" skillId="6206" skillLevel="4" /> | ||||
| 			<skill minLevel="65" skillId="6206" skillLevel="6" /> | ||||
| 			<skill minLevel="70" skillId="6206" skillLevel="7" /> | ||||
| 			<skill minLevel="75" skillId="6206" skillLevel="10" /> | ||||
| 			<skill minLevel="80" skillId="6206" skillLevel="15" /> | ||||
| 			<skill minLevel="85" skillId="6206" skillLevel="16" /> | ||||
| 			<skill minLevel="1" skillId="6207" skillLevel="1" /> <!-- Strider Dash --> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -6,15 +6,15 @@ | ||||
| 		<set name="hungry_limit" val="55" /> | ||||
| 		<set name="load" val="45540" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="6618" skillLvl="1" /> | ||||
| 			<skill minLvl="60" skillId="6618" skillLvl="2" /> | ||||
| 			<skill minLvl="65" skillId="6618" skillLvl="3" /> | ||||
| 			<skill minLvl="70" skillId="6618" skillLvl="4" /> | ||||
| 			<skill minLvl="75" skillId="6618" skillLvl="5" /> | ||||
| 			<skill minLvl="80" skillId="6618" skillLvl="6" /> | ||||
| 			<skill minLvl="85" skillId="6618" skillLvl="7" /> | ||||
| 			<skill minLvl="60" skillId="6681" skillLvl="1" /> | ||||
| 			<skill minLvl="60" skillId="6683" skillLvl="1" /> | ||||
| 			<skill minLevel="1" skillId="6618" skillLevel="1" /> | ||||
| 			<skill minLevel="60" skillId="6618" skillLevel="2" /> | ||||
| 			<skill minLevel="65" skillId="6618" skillLevel="3" /> | ||||
| 			<skill minLevel="70" skillId="6618" skillLevel="4" /> | ||||
| 			<skill minLevel="75" skillId="6618" skillLevel="5" /> | ||||
| 			<skill minLevel="80" skillId="6618" skillLevel="6" /> | ||||
| 			<skill minLevel="85" skillId="6618" skillLevel="7" /> | ||||
| 			<skill minLevel="60" skillId="6681" skillLevel="1" /> | ||||
| 			<skill minLevel="60" skillId="6683" skillLevel="1" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -6,15 +6,15 @@ | ||||
| 		<set name="hungry_limit" val="55" /> | ||||
| 		<set name="load" val="45540" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="6619" skillLvl="1" /> | ||||
| 			<skill minLvl="60" skillId="6619" skillLvl="2" /> | ||||
| 			<skill minLvl="65" skillId="6619" skillLvl="3" /> | ||||
| 			<skill minLvl="70" skillId="6619" skillLvl="4" /> | ||||
| 			<skill minLvl="75" skillId="6619" skillLvl="5" /> | ||||
| 			<skill minLvl="80" skillId="6619" skillLvl="6" /> | ||||
| 			<skill minLvl="85" skillId="6619" skillLvl="7" /> | ||||
| 			<skill minLvl="60" skillId="6682" skillLvl="1" /> | ||||
| 			<skill minLvl="60" skillId="6684" skillLvl="1" /> | ||||
| 			<skill minLevel="1" skillId="6619" skillLevel="1" /> | ||||
| 			<skill minLevel="60" skillId="6619" skillLevel="2" /> | ||||
| 			<skill minLevel="65" skillId="6619" skillLevel="3" /> | ||||
| 			<skill minLevel="70" skillId="6619" skillLevel="4" /> | ||||
| 			<skill minLevel="75" skillId="6619" skillLevel="5" /> | ||||
| 			<skill minLevel="80" skillId="6619" skillLevel="6" /> | ||||
| 			<skill minLevel="85" skillId="6619" skillLevel="7" /> | ||||
| 			<skill minLevel="60" skillId="6682" skillLevel="1" /> | ||||
| 			<skill minLevel="60" skillId="6684" skillLevel="1" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<!--plain retail stats - need recheck ingame --> | ||||
|   | ||||
| @@ -4,29 +4,29 @@ | ||||
| 		<set name="sync_level" val="1" /> | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="5771" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="6050" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="6051" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="6052" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="6053" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="5189" skillLvl="6" /> | ||||
| 			<skill minLvl="1" skillId="5192" skillLvl="2" /> | ||||
| 			<skill minLvl="1" skillId="5190" skillLvl="6" /> | ||||
| 			<skill minLvl="1" skillId="5587" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5987" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="5988" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="5200" skillLvl="1" /> | ||||
| 			<skill minLvl="60" skillId="5200" skillLvl="3" /> | ||||
| 			<skill minLvl="65" skillId="5200" skillLvl="4" /> | ||||
| 			<skill minLvl="70" skillId="5200" skillLvl="5" /> | ||||
| 			<skill minLvl="75" skillId="5200" skillLvl="6" /> | ||||
| 			<skill minLvl="80" skillId="5200" skillLvl="7" /> | ||||
| 			<skill minLvl="55" skillId="5590" skillLvl="1" /> | ||||
| 			<skill minLvl="60" skillId="5590" skillLvl="2" /> | ||||
| 			<skill minLvl="65" skillId="5590" skillLvl="3" /> | ||||
| 			<skill minLvl="70" skillId="5590" skillLvl="4" /> | ||||
| 			<skill minLvl="75" skillId="5590" skillLvl="5" /> | ||||
| 			<skill minLvl="80" skillId="5590" skillLvl="6" /> | ||||
| 			<skill minLevel="1" skillId="5771" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="6050" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="6051" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="6052" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="6053" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="5189" skillLevel="6" /> | ||||
| 			<skill minLevel="1" skillId="5192" skillLevel="2" /> | ||||
| 			<skill minLevel="1" skillId="5190" skillLevel="6" /> | ||||
| 			<skill minLevel="1" skillId="5587" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5987" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="5988" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="5200" skillLevel="1" /> | ||||
| 			<skill minLevel="60" skillId="5200" skillLevel="3" /> | ||||
| 			<skill minLevel="65" skillId="5200" skillLevel="4" /> | ||||
| 			<skill minLevel="70" skillId="5200" skillLevel="5" /> | ||||
| 			<skill minLevel="75" skillId="5200" skillLevel="6" /> | ||||
| 			<skill minLevel="80" skillId="5200" skillLevel="7" /> | ||||
| 			<skill minLevel="55" skillId="5590" skillLevel="1" /> | ||||
| 			<skill minLevel="60" skillId="5590" skillLevel="2" /> | ||||
| 			<skill minLevel="65" skillId="5590" skillLevel="3" /> | ||||
| 			<skill minLevel="70" skillId="5590" skillLevel="4" /> | ||||
| 			<skill minLevel="75" skillId="5590" skillLevel="5" /> | ||||
| 			<skill minLevel="80" skillId="5590" skillLevel="6" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<stat level="1"> | ||||
|   | ||||
| @@ -4,29 +4,29 @@ | ||||
| 		<set name="sync_level" val="1" /> | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="5771" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="6050" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="6051" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="6052" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="6053" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="5189" skillLvl="6" /> | ||||
| 			<skill minLvl="1" skillId="5192" skillLvl="2" /> | ||||
| 			<skill minLvl="1" skillId="5190" skillLvl="6" /> | ||||
| 			<skill minLvl="1" skillId="5587" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5987" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="5988" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="5200" skillLvl="1" /> | ||||
| 			<skill minLvl="60" skillId="5200" skillLvl="3" /> | ||||
| 			<skill minLvl="65" skillId="5200" skillLvl="4" /> | ||||
| 			<skill minLvl="70" skillId="5200" skillLvl="5" /> | ||||
| 			<skill minLvl="75" skillId="5200" skillLvl="6" /> | ||||
| 			<skill minLvl="80" skillId="5200" skillLvl="7" /> | ||||
| 			<skill minLvl="55" skillId="5590" skillLvl="1" /> | ||||
| 			<skill minLvl="60" skillId="5590" skillLvl="2" /> | ||||
| 			<skill minLvl="65" skillId="5590" skillLvl="3" /> | ||||
| 			<skill minLvl="70" skillId="5590" skillLvl="4" /> | ||||
| 			<skill minLvl="75" skillId="5590" skillLvl="5" /> | ||||
| 			<skill minLvl="80" skillId="5590" skillLvl="6" /> | ||||
| 			<skill minLevel="1" skillId="5771" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="6050" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="6051" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="6052" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="6053" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="5189" skillLevel="6" /> | ||||
| 			<skill minLevel="1" skillId="5192" skillLevel="2" /> | ||||
| 			<skill minLevel="1" skillId="5190" skillLevel="6" /> | ||||
| 			<skill minLevel="1" skillId="5587" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5987" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="5988" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="5200" skillLevel="1" /> | ||||
| 			<skill minLevel="60" skillId="5200" skillLevel="3" /> | ||||
| 			<skill minLevel="65" skillId="5200" skillLevel="4" /> | ||||
| 			<skill minLevel="70" skillId="5200" skillLevel="5" /> | ||||
| 			<skill minLevel="75" skillId="5200" skillLevel="6" /> | ||||
| 			<skill minLevel="80" skillId="5200" skillLevel="7" /> | ||||
| 			<skill minLevel="55" skillId="5590" skillLevel="1" /> | ||||
| 			<skill minLevel="60" skillId="5590" skillLevel="2" /> | ||||
| 			<skill minLevel="65" skillId="5590" skillLevel="3" /> | ||||
| 			<skill minLevel="70" skillId="5590" skillLevel="4" /> | ||||
| 			<skill minLevel="75" skillId="5590" skillLevel="5" /> | ||||
| 			<skill minLevel="80" skillId="5590" skillLevel="6" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<stat level="1"> | ||||
|   | ||||
| @@ -4,29 +4,29 @@ | ||||
| 		<set name="sync_level" val="1" /> | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="5771" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="6050" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="6051" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="6052" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="6053" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="5189" skillLvl="6" /> | ||||
| 			<skill minLvl="1" skillId="5192" skillLvl="2" /> | ||||
| 			<skill minLvl="1" skillId="5190" skillLvl="6" /> | ||||
| 			<skill minLvl="1" skillId="5587" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5987" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="5988" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="5200" skillLvl="1" /> | ||||
| 			<skill minLvl="60" skillId="5200" skillLvl="3" /> | ||||
| 			<skill minLvl="65" skillId="5200" skillLvl="4" /> | ||||
| 			<skill minLvl="70" skillId="5200" skillLvl="5" /> | ||||
| 			<skill minLvl="75" skillId="5200" skillLvl="6" /> | ||||
| 			<skill minLvl="80" skillId="5200" skillLvl="7" /> | ||||
| 			<skill minLvl="55" skillId="5590" skillLvl="1" /> | ||||
| 			<skill minLvl="60" skillId="5590" skillLvl="2" /> | ||||
| 			<skill minLvl="65" skillId="5590" skillLvl="3" /> | ||||
| 			<skill minLvl="70" skillId="5590" skillLvl="4" /> | ||||
| 			<skill minLvl="75" skillId="5590" skillLvl="5" /> | ||||
| 			<skill minLvl="80" skillId="5590" skillLvl="6" /> | ||||
| 			<skill minLevel="1" skillId="5771" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="6050" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="6051" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="6052" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="6053" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="5189" skillLevel="6" /> | ||||
| 			<skill minLevel="1" skillId="5192" skillLevel="2" /> | ||||
| 			<skill minLevel="1" skillId="5190" skillLevel="6" /> | ||||
| 			<skill minLevel="1" skillId="5587" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5987" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="5988" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="5200" skillLevel="1" /> | ||||
| 			<skill minLevel="60" skillId="5200" skillLevel="3" /> | ||||
| 			<skill minLevel="65" skillId="5200" skillLevel="4" /> | ||||
| 			<skill minLevel="70" skillId="5200" skillLevel="5" /> | ||||
| 			<skill minLevel="75" skillId="5200" skillLevel="6" /> | ||||
| 			<skill minLevel="80" skillId="5200" skillLevel="7" /> | ||||
| 			<skill minLevel="55" skillId="5590" skillLevel="1" /> | ||||
| 			<skill minLevel="60" skillId="5590" skillLevel="2" /> | ||||
| 			<skill minLevel="65" skillId="5590" skillLevel="3" /> | ||||
| 			<skill minLevel="70" skillId="5590" skillLevel="4" /> | ||||
| 			<skill minLevel="75" skillId="5590" skillLevel="5" /> | ||||
| 			<skill minLevel="80" skillId="5590" skillLevel="6" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<stat level="1"> | ||||
|   | ||||
| @@ -4,29 +4,29 @@ | ||||
| 		<set name="sync_level" val="1" /> | ||||
| 		<set name="load" val="54510" /> | ||||
| 		<skills> | ||||
| 			<skill minLvl="1" skillId="5771" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="6050" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="6051" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="6052" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="6053" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="5189" skillLvl="6" /> | ||||
| 			<skill minLvl="1" skillId="5192" skillLvl="2" /> | ||||
| 			<skill minLvl="1" skillId="5190" skillLvl="6" /> | ||||
| 			<skill minLvl="1" skillId="5587" skillLvl="3" /> | ||||
| 			<skill minLvl="1" skillId="5987" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="5988" skillLvl="1" /> | ||||
| 			<skill minLvl="1" skillId="5200" skillLvl="1" /> | ||||
| 			<skill minLvl="60" skillId="5200" skillLvl="3" /> | ||||
| 			<skill minLvl="65" skillId="5200" skillLvl="4" /> | ||||
| 			<skill minLvl="70" skillId="5200" skillLvl="5" /> | ||||
| 			<skill minLvl="75" skillId="5200" skillLvl="6" /> | ||||
| 			<skill minLvl="80" skillId="5200" skillLvl="7" /> | ||||
| 			<skill minLvl="55" skillId="5590" skillLvl="1" /> | ||||
| 			<skill minLvl="60" skillId="5590" skillLvl="2" /> | ||||
| 			<skill minLvl="65" skillId="5590" skillLvl="3" /> | ||||
| 			<skill minLvl="70" skillId="5590" skillLvl="4" /> | ||||
| 			<skill minLvl="75" skillId="5590" skillLvl="5" /> | ||||
| 			<skill minLvl="80" skillId="5590" skillLvl="6" /> | ||||
| 			<skill minLevel="1" skillId="5771" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="6050" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="6051" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="6052" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="6053" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="5189" skillLevel="6" /> | ||||
| 			<skill minLevel="1" skillId="5192" skillLevel="2" /> | ||||
| 			<skill minLevel="1" skillId="5190" skillLevel="6" /> | ||||
| 			<skill minLevel="1" skillId="5587" skillLevel="3" /> | ||||
| 			<skill minLevel="1" skillId="5987" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="5988" skillLevel="1" /> | ||||
| 			<skill minLevel="1" skillId="5200" skillLevel="1" /> | ||||
| 			<skill minLevel="60" skillId="5200" skillLevel="3" /> | ||||
| 			<skill minLevel="65" skillId="5200" skillLevel="4" /> | ||||
| 			<skill minLevel="70" skillId="5200" skillLevel="5" /> | ||||
| 			<skill minLevel="75" skillId="5200" skillLevel="6" /> | ||||
| 			<skill minLevel="80" skillId="5200" skillLevel="7" /> | ||||
| 			<skill minLevel="55" skillId="5590" skillLevel="1" /> | ||||
| 			<skill minLevel="60" skillId="5590" skillLevel="2" /> | ||||
| 			<skill minLevel="65" skillId="5590" skillLevel="3" /> | ||||
| 			<skill minLevel="70" skillId="5590" skillLevel="4" /> | ||||
| 			<skill minLevel="75" skillId="5590" skillLevel="5" /> | ||||
| 			<skill minLevel="80" skillId="5590" skillLevel="6" /> | ||||
| 		</skills> | ||||
| 		<stats> | ||||
| 			<stat level="1"> | ||||
|   | ||||
| @@ -1198,7 +1198,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>755</skillId> <!-- Protection of Rune --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1227,7 +1227,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>756</skillId> <!-- Protection of Elemental --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1256,7 +1256,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>757</skillId> <!-- Protection of Alignment --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1310,7 +1310,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>758</skillId> <!-- Fighter's Will --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1364,7 +1364,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>759</skillId> <!-- Archer's Will --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1403,7 +1403,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>760</skillId> <!-- Anti Magic Armor --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1437,11 +1437,11 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>761</skillId> <!-- Seed of Revenge --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>762</skillId> <!-- Insane Crusher --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1475,7 +1475,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>763</skillId> <!-- Hell Scream --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1509,7 +1509,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>764</skillId> <!-- Windstorm Song --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1543,7 +1543,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>765</skillId> <!-- Dance of Blade Storm --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1590,7 +1590,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>766</skillId> <!-- Sixth Sense --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1637,7 +1637,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>767</skillId> <!-- Expose Vulnerability --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1671,7 +1671,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>768</skillId> <!-- Exciting Adventure --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1705,7 +1705,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>769</skillId> <!-- Wind Riding --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1739,7 +1739,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>770</skillId> <!-- Ghost Walking --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1773,7 +1773,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>771</skillId> <!-- Flame Hawk --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1807,7 +1807,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>772</skillId> <!-- Arrow Rain --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1841,7 +1841,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>773</skillId> <!-- Ghost Piercing --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1875,7 +1875,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>774</skillId> <!-- Dread Pool --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1909,7 +1909,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>775</skillId> <!-- Weapon Blockade --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1943,7 +1943,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>776</skillId> <!-- Force of Destruction --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1977,7 +1977,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>777</skillId> <!-- Demolition Impact --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2011,7 +2011,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>778</skillId> <!-- Golem Armor --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2045,7 +2045,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1492</skillId> <!-- Flame Armor --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2079,7 +2079,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1493</skillId> <!-- Frost Armor --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2113,7 +2113,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1494</skillId> <!-- Hurricane Armor --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2147,7 +2147,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1495</skillId> <!-- Vampiric Mist --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2185,7 +2185,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1496</skillId> <!-- Servitor Barrier --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2223,7 +2223,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1497</skillId> <!-- Excessive Loyalty --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2261,7 +2261,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1498</skillId> <!-- Mutual Response --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2295,7 +2295,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1499</skillId> <!-- Improve Combat --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2329,7 +2329,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1500</skillId> <!-- Improve Magic --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2363,7 +2363,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1501</skillId> <!-- Improve Condition --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2397,7 +2397,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1502</skillId> <!-- Improve Critical Attack --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2431,7 +2431,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1503</skillId> <!-- Improve Shield Defense --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2465,7 +2465,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1504</skillId> <!-- Improve Movement --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2499,7 +2499,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1505</skillId> <!-- Sublime Self-Sacrifice --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2533,7 +2533,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1506</skillId> <!-- Blessing of Eva --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2567,7 +2567,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1507</skillId> <!-- Lord of Vampires --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2601,7 +2601,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1508</skillId> <!-- Thorn Root --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2635,7 +2635,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1509</skillId> <!-- Seal of Limit --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2669,11 +2669,11 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>784</skillId> <!-- Spirit of the Phoenix --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>785</skillId> <!-- Flame Archon --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2707,11 +2707,11 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>786</skillId> <!-- Eva's Will --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>787</skillId> <!-- Touch of Eva --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2745,11 +2745,11 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>788</skillId> <!-- Pain of Shilen --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>789</skillId> <!-- Spirit of Shilen --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2830,7 +2830,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>790</skillId> <!-- Wild Shot --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2867,7 +2867,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>791</skillId> <!-- Lightning Shock --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2910,7 +2910,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>663</skillId> <!-- Transform Zaken --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2925,7 +2925,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>664</skillId> <!-- Transform Anakim --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2940,7 +2940,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>665</skillId> <!-- Transform Venom --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2955,7 +2955,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>666</skillId> <!-- Transform Gordon --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2970,7 +2970,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>667</skillId> <!-- Transform Ranku --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2985,7 +2985,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>668</skillId> <!-- Transform Kechi --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -3000,7 +3000,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>669</skillId> <!-- Transform Demon Prince --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
|   | ||||
| @@ -125,7 +125,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1517</skillId> <!-- Chant of Combat --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -159,7 +159,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1518</skillId> <!-- Chant of Critical --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -193,7 +193,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1519</skillId> <!-- Chant of Blood Awakening --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -569,7 +569,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>818</skillId> <!-- Evasion Counter --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -603,7 +603,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>819</skillId> <!-- Evasion Chance --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -637,7 +637,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>820</skillId> <!-- Evasion Haste --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -678,7 +678,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>821</skillId> <!-- Shadow Step --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
|   | ||||
| @@ -1363,7 +1363,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>912</skillId> <!-- Summon Imperial Phoenix --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1404,7 +1404,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>913</skillId> <!-- Deflect Magic --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1433,7 +1433,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>914</skillId> <!-- Song of Purification --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1462,7 +1462,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>915</skillId> <!-- Dance of Berserker --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1504,7 +1504,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>917</skillId> <!-- Final Secret --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1533,7 +1533,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>918</skillId> <!-- Maximum Force Focus --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1562,7 +1562,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>919</skillId> <!-- Maximum Sonic Focus --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1600,7 +1600,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>922</skillId> <!-- Hide --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1639,7 +1639,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>923</skillId> <!-- Dual Dagger Mastery --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1677,7 +1677,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>924</skillId> <!-- Seven Arrow --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1718,7 +1718,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1532</skillId> <!-- Enlightenment --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1759,7 +1759,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1533</skillId> <!-- Enlightenment --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1788,7 +1788,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1535</skillId> <!-- Chant of Movement --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1817,7 +1817,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1536</skillId> <!-- Combat of Pa'agrio --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1846,7 +1846,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1537</skillId> <!-- Critical of Pa'agrio --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1875,7 +1875,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1538</skillId> <!-- Condition of Pa'agrio --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1913,7 +1913,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>928</skillId> <!-- Dual Blow --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1942,7 +1942,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>929</skillId> <!-- Spirit of the Cat --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1971,7 +1971,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>930</skillId> <!-- Spirit of the Phantom --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -2000,7 +2000,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>931</skillId> <!-- Spirit of the Unicorn --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
|   | ||||
| @@ -3165,7 +3165,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>945</skillId> <!-- Magician's Will --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -3203,7 +3203,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>946</skillId> <!-- Silent Mind --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -3244,7 +3244,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1540</skillId> <!-- Turn to Stone --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -3278,7 +3278,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>947</skillId> <!-- Lucky Strike --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -3312,7 +3312,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>948</skillId> <!-- Eye for Eye --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -3346,7 +3346,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1541</skillId> <!-- Curse of Desparion --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -3380,7 +3380,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1542</skillId> <!-- Counter Critical --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -3414,7 +3414,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>949</skillId> <!-- Onslaught of Pa'agrio --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -3448,7 +3448,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1543</skillId> <!-- Great Fury --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -3488,7 +3488,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>840</skillId> <!-- Final Flying Form --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -3517,7 +3517,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>841</skillId> <!-- Aura Bird - Falcon --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -3546,7 +3546,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>842</skillId> <!-- Aura Bird - Owl --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
|   | ||||
| @@ -84,11 +84,11 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>761</skillId> <!-- Seed of Revenge --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>762</skillId> <!-- Insane Crusher --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -122,7 +122,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>763</skillId> <!-- Hell Scream --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -156,11 +156,11 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>784</skillId> <!-- Spirit of the Phoenix --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>785</skillId> <!-- Flame Archon --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -194,11 +194,11 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>786</skillId> <!-- Eva's Will --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>787</skillId> <!-- Touch of Eva --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -232,11 +232,11 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>788</skillId> <!-- Pain of Shilen --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>789</skillId> <!-- Spirit of Shilen --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -270,7 +270,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>768</skillId> <!-- Exciting Adventure --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -304,7 +304,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>769</skillId> <!-- Wind Riding --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -338,7 +338,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>770</skillId> <!-- Ghost Walking --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -372,7 +372,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>771</skillId> <!-- Flame Hawk --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -406,7 +406,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>772</skillId> <!-- Arrow Rain --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -440,7 +440,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>773</skillId> <!-- Ghost Piercing --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -474,7 +474,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>774</skillId> <!-- Dread Pool --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -508,7 +508,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>776</skillId> <!-- Force of Destruction --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -542,7 +542,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>777</skillId> <!-- Demolition Impact --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -576,7 +576,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>778</skillId> <!-- Golem Armor --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -610,7 +610,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>790</skillId> <!-- Wild Shot --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -647,7 +647,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>791</skillId> <!-- Lightning Shock --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -681,7 +681,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1492</skillId> <!-- Flame Armor --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -715,7 +715,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1493</skillId> <!-- Frost Armor --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -749,7 +749,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1494</skillId> <!-- Hurricane Armor --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -783,7 +783,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1495</skillId> <!-- Vampiric Mist --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -820,7 +820,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1467</skillId> <!-- Meteor --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -857,7 +857,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1468</skillId> <!-- Star Fall --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -891,7 +891,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1505</skillId> <!-- Sublime Self-Sacrifice --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -925,7 +925,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1506</skillId> <!-- Blessing of Eva --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -959,7 +959,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1507</skillId> <!-- Lord of Vampires --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -993,7 +993,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1508</skillId> <!-- Thorn Root --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1027,7 +1027,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1509</skillId> <!-- Seal of Limit --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1061,7 +1061,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>775</skillId> <!-- Weapon Blockade --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -1455,7 +1455,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>932</skillId> <!-- Star Stone Gathering --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
|   | ||||
| @@ -729,7 +729,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>15094</skillId> <!-- Clan Flag --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -779,7 +779,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>19115</skillId> <!-- Air Bike --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
|   | ||||
| @@ -5083,7 +5083,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>172</skillId> <!-- Create Item --> | ||||
| 				<skillLvl>10</skillLvl> | ||||
| 				<skillLevel>10</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -5199,7 +5199,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>758</skillId> <!-- Fighter's Will --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -5253,7 +5253,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>759</skillId> <!-- Archer's Will --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -5302,7 +5302,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>945</skillId> <!-- Magician's Will --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -5331,7 +5331,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>755</skillId> <!-- Protection of Rune --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -5360,7 +5360,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>756</skillId> <!-- Protection of Elemental --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -5389,7 +5389,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>757</skillId> <!-- Protection of Alignment --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
|   | ||||
| @@ -387,7 +387,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1405</skillId> <!-- Divine Inspiration --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -416,7 +416,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1405</skillId> <!-- Divine Inspiration --> | ||||
| 				<skillLvl>2</skillLvl> | ||||
| 				<skillLevel>2</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -445,7 +445,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1405</skillId> <!-- Divine Inspiration --> | ||||
| 				<skillLvl>3</skillLvl> | ||||
| 				<skillLevel>3</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -474,7 +474,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1405</skillId> <!-- Divine Inspiration --> | ||||
| 				<skillLvl>4</skillLvl> | ||||
| 				<skillLevel>4</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
|   | ||||
| @@ -442,7 +442,7 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>19116</skillId> <!-- Summon Lyn Draco --> | ||||
| 				<skillLvl>1</skillLvl> | ||||
| 				<skillLevel>1</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
|   | ||||
| @@ -90,10 +90,10 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1372</skillId> <!-- Expand Inventory --> | ||||
| 				<skillLvl> | ||||
| 				<skillLevel> | ||||
| 					<value level="1">1</value> | ||||
| 					<value level="2">2</value> | ||||
| 				</skillLvl> | ||||
| 				</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
| @@ -125,10 +125,10 @@ | ||||
| 		<effects> | ||||
| 			<effect name="SetSkill"> | ||||
| 				<skillId>1371</skillId> <!-- Expand Warehouse --> | ||||
| 				<skillLvl> | ||||
| 				<skillLevel> | ||||
| 					<value level="1">1</value> | ||||
| 					<value level="2">2</value> | ||||
| 				</skillLvl> | ||||
| 				</skillLevel> | ||||
| 			</effect> | ||||
| 		</effects> | ||||
| 	</skill> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MobiusDevelopment
					MobiusDevelopment