Auto remove, skilltree and AcquireSkillList fixes.
Contributed by rocknowx.
This commit is contained in:
@@ -356,6 +356,7 @@ public class AdminEditChar implements IAdminCommandHandler
|
||||
final L2PcInstance player = target.getActingPlayer();
|
||||
if ((ClassId.getClassId(classidval) != null) && (player.getClassId().getId() != classidval))
|
||||
{
|
||||
final boolean wasAwaken = player.isAwaken();
|
||||
player.setClassId(classidval);
|
||||
|
||||
if (player.isSubClassActive())
|
||||
@@ -377,7 +378,7 @@ public class AdminEditChar implements IAdminCommandHandler
|
||||
player.storeMe();
|
||||
player.sendMessage("A GM changed your class to " + newclass + ".");
|
||||
player.broadcastUserInfo();
|
||||
if (player.isAwaken())
|
||||
if (!wasAwaken && player.isAwaken())
|
||||
{
|
||||
SkillTreesData.getInstance().cleanSkillUponAwakening(player);
|
||||
}
|
||||
|
@@ -13,7 +13,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Silver Saint" skillId="8607" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1597" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -12,7 +12,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Silver Saint" skillId="8607" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1597" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -12,7 +12,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Silver Saint" skillId="8607" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1597" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -16,7 +16,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Blue Phantom" skillId="8604" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1597" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -33,7 +33,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Blue Phantom" skillId="8604" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1597" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -30,7 +30,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Blue Phantom" skillId="8604" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1597" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -26,7 +26,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Blue Phantom" skillId="8604" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1597" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -31,7 +31,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Blue Phantom" skillId="8604" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1597" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -11,7 +11,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Swift Melody" skillId="8606" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1572" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -11,7 +11,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Swift Melody" skillId="8606" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1572" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -11,7 +11,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Swift Melody" skillId="8606" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1572" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -11,7 +11,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Swift Melody" skillId="8606" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1572" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -11,7 +11,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Swift Melody" skillId="8606" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1572" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -11,7 +11,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Blood Tail" skillId="8602" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1572" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -11,7 +11,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Blood Tail" skillId="8602" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1572" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -11,7 +11,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Blood Tail" skillId="8602" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1572" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -12,7 +12,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Royal Aegis" skillId="8600" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1572" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -12,7 +12,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Royal Aegis" skillId="8600" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1572" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -12,7 +12,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Royal Aegis" skillId="8600" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1572" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -12,7 +12,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Royal Aegis" skillId="8600" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1572" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -13,7 +13,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Battle Scar" skillId="8601" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1572" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -12,7 +12,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Battle Scar" skillId="8601" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1572" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -12,7 +12,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Battle Scar" skillId="8601" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1572" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -12,7 +12,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Battle Scar" skillId="8601" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1572" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -13,7 +13,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Battle Scar" skillId="8601" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1572" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -17,7 +17,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon White Wing" skillId="8605" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1597" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -17,7 +17,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon White Wing" skillId="8605" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1597" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -17,7 +17,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon White Wing" skillId="8605" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1597" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -17,7 +17,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Tempest Arrow" skillId="8603" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1572" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -17,7 +17,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Tempest Arrow" skillId="8603" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1572" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -17,7 +17,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Tempest Arrow" skillId="8603" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1572" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -16,7 +16,6 @@
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="4" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="5" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Crystallize" skillId="248" skillLvl="6" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Limit" skillId="150" skillLvl="3" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Summon Tempest Arrow" skillId="8603" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Inventory Increase" skillId="1571" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Weight Increase" skillId="1572" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -3,6 +3,9 @@
|
||||
<skillTree type="classSkillTree" classId="188" parentClassId="186">
|
||||
<skill skillName="Lucky" skillId="194" skillLvl="1" getLevel="1" autoGet="true" />
|
||||
<skill skillName="Common Craft" skillId="1322" skillLvl="1" getLevel="1" autoGet="true" />
|
||||
<skill skillName="Divine Wind" skillId="30400" skillLvl="2" getLevel="1" autoGet="true" /> <!-- Race skill -->
|
||||
<skill skillName="Efficacy" skillId="30402" skillLvl="2" getLevel="1" autoGet="true" /> <!-- Race skill -->
|
||||
<skill skillName="Tenacity" skillId="30401" skillLvl="2" getLevel="1" autoGet="true" /> <!-- Race skill -->
|
||||
<skill skillName="Eminent Attack Movement" skillId="30522" skillLvl="1" getLevel="40" levelUpSp="42" />
|
||||
<skill skillName="Heavy Punch" skillId="30526" skillLvl="1" getLevel="76" levelUpSp="3000" />
|
||||
<skill skillName="Expertise R" skillId="239" skillLvl="8" getLevel="85" autoGet="true" />
|
||||
|
@@ -3,6 +3,9 @@
|
||||
<skillTree type="classSkillTree" classId="189" parentClassId="187">
|
||||
<skill skillName="Lucky" skillId="194" skillLvl="1" getLevel="1" autoGet="true" />
|
||||
<skill skillName="Common Craft" skillId="1322" skillLvl="1" getLevel="1" autoGet="true" />
|
||||
<skill skillName="Divine Wind" skillId="30400" skillLvl="2" getLevel="1" autoGet="true" /> <!-- Race skill -->
|
||||
<skill skillName="Efficacy" skillId="30402" skillLvl="2" getLevel="1" autoGet="true" /> <!-- Race skill -->
|
||||
<skill skillName="Tenacity" skillId="30401" skillLvl="2" getLevel="1" autoGet="true" /> <!-- Race skill -->
|
||||
<skill skillName="Expertise R" skillId="239" skillLvl="8" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Create Common Item" skillId="1320" skillLvl="10" getLevel="85" autoGet="true" />
|
||||
<skill skillName="Sayha's Seer Aura" skillId="30605" skillLvl="1" getLevel="85" autoGet="true" />
|
||||
|
@@ -26,9 +26,4 @@
|
||||
<skill skillName="Body Reinforcement" skillId="1926" skillLvl="1" getLevel="1" autoGet="true" />
|
||||
<skill skillName="Flying Body Reinforcement" skillId="1954" skillLvl="1" getLevel="1" autoGet="true" />
|
||||
</skillTree>
|
||||
<skillTree type="raceSkillTree" race="ERTHEIA">
|
||||
<skill skillName="Divine Wind" skillId="30400" skillLvl="2" getLevel="1" autoGet="true" />
|
||||
<skill skillName="Tenacity" skillId="30401" skillLvl="2" getLevel="1" autoGet="true" />
|
||||
<skill skillName="Efficacy" skillId="30402" skillLvl="2" getLevel="1" autoGet="true" />
|
||||
</skillTree>
|
||||
</list>
|
Reference in New Issue
Block a user