Delete this topic.

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
FightMySelf
Posts: 6
Joined: Sat Mar 27, 2010 11:23 pm

Delete this topic.

Post by FightMySelf »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 4046:
L2JDP Revision 7222:
My problem is in that when someone make Dark Elf chars cant chage their clases in Pop Up screan and Event Cat.
This problem is only for dark elf and the only posible way to fix them is relogs on their chars.
On console the problem is :

Client: [Character: BuKu - Account: denis - IP: 85.217.xxx.xxx] - Failed running
: [C] 87 RequestTutorialQuestionMark - L2J Server Version: 4046 - DP Revision: 7
222
java.lang.IllegalArgumentException: No template for classId: 32
at com.l2jserver.gameserver.datatables.CharTemplateTable.getClassNameByI
d(CharTemplateTable.java:207)
at com.l2jserver.gameserver.model.actor.instance.L2ClassMasterInstance.s
howTutorialHtml(L2ClassMasterInstance.java:258)
at com.l2jserver.gameserver.model.actor.instance.L2ClassMasterInstance.o
nTutorialQuestionMark(L2ClassMasterInstance.java:121)
at com.l2jserver.gameserver.network.clientpackets.RequestTutorialQuestio
nMark.runImpl(RequestTutorialQuestionMark.java:39)
at com.l2jserver.gameserver.network.clientpackets.L2GameClientPacket.run
(L2GameClientPacket.java:92)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
I am not sure but i think the problem is in that l2jdb missing temple for this clas id 32.On navicat i didnt see Id 32 maybe is my mistake to delete it or something like this . and now the question is can someone send me the id:32 info to fix it if this is the problem. Sry for my eng
10x janee i found it in server sql foulder.

Fixed. Delete the topic.
Last edited by FightMySelf on Wed May 12, 2010 6:50 pm, edited 2 times in total.
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Dark Elf Class change problem

Post by janiii »

Code: Select all

DROP TABLE IF EXISTS `char_templates`;CREATE TABLE `char_templates` (  `ClassId` INT(11) NOT NULL DEFAULT '0',  `ClassName` VARCHAR(20) NOT NULL DEFAULT '',  `RaceId` INT(1) NOT NULL DEFAULT '0',  `STR` INT(2) NOT NULL DEFAULT '0',  `CON` INT(2) NOT NULL DEFAULT '0',  `DEX` INT(2) NOT NULL DEFAULT '0',  `_INT` INT(2) NOT NULL DEFAULT '0',  `WIT` INT(2) NOT NULL DEFAULT '0',  `MEN` INT(2) NOT NULL DEFAULT '0',  `P_ATK` INT(3) NOT NULL DEFAULT '0',  `P_DEF` INT(3) NOT NULL DEFAULT '0',  `M_ATK` INT(3) NOT NULL DEFAULT '0',  `M_DEF` INT(2) NOT NULL DEFAULT '0',  `P_SPD` INT(3) NOT NULL DEFAULT '0',  `M_SPD` INT(3) NOT NULL DEFAULT '0',  `ACC` INT(3) NOT NULL DEFAULT '0',  `CRITICAL` INT(3) NOT NULL DEFAULT '0',  `EVASION` INT(3) NOT NULL DEFAULT '0',  `MOVE_SPD` INT(3) NOT NULL DEFAULT '0',  `_LOAD` INT(11) NOT NULL DEFAULT '0',  `x` INT(9) NOT NULL DEFAULT '0',  `y` INT(9) NOT NULL DEFAULT '0',  `z` INT(9) NOT NULL DEFAULT '0',  `canCraft` INT(1) NOT NULL DEFAULT '0',  `M_COL_R` DECIMAL(3,1) NOT NULL DEFAULT '0.0',  `M_COL_H` DECIMAL(4,1) NOT NULL DEFAULT '0.0',  `F_COL_R` DECIMAL(3,1) NOT NULL DEFAULT '0.0',  `F_COL_H` DECIMAL(4,1) NOT NULL DEFAULT '0.0',  PRIMARY KEY (`ClassId`)); INSERT INTO `char_templates` VALUES(0, 'Human Fighter', 0, 40, 43, 30, 21, 11, 25, 4, 80, 6, 41, 300, 333, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, 9.0, 23.0, 8.0, 23.5),(1, 'Warrior', 0, 40, 43, 30, 21, 11, 25, 4, 80, 6, 41, 300, 333, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, 9.0, 23.0, 8.0, 23.5),(2, 'Gladiator', 0, 40, 43, 30, 21, 11, 25, 4, 80, 6, 41, 300, 333, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, 9.0, 23.0, 8.0, 23.5),(3, 'Warlord', 0, 40, 43, 30, 21, 11, 25, 4, 80, 6, 41, 300, 333, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, 9.0, 23.0, 8.0, 23.5),(4, 'Human Knight', 0, 40, 43, 30, 21, 11, 25, 4, 80, 6, 41, 300, 333, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, 9.0, 23.0, 8.0, 23.5),(5, 'Paladin', 0, 40, 43, 30, 21, 11, 25, 4, 80, 6, 41, 300, 333, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, 9.0, 23.0, 8.0, 23.5),(6, 'Dark Avenger', 0, 40, 43, 30, 21, 11, 25, 4, 80, 6, 41, 300, 333, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, 9.0, 23.0, 8.0, 23.5),(7, 'Rogue', 0, 40, 43, 30, 21, 11, 25, 4, 80, 6, 41, 300, 333, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, 9.0, 23.0, 8.0, 23.5),(8, 'Treasure Hunter', 0, 40, 43, 30, 21, 11, 25, 4, 80, 6, 41, 300, 333, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, 9.0, 23.0, 8.0, 23.5),(9, 'Hawkeye', 0, 40, 43, 30, 21, 11, 25, 4, 80, 6, 41, 300, 333, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, 9.0, 23.0, 8.0, 23.5),(10, 'Human Mage', 0, 22, 27, 21, 41, 20, 39, 3, 54, 6, 41, 300, 333, 28, 40, 28, 120, 62500, -90890, 248027, -3570, 0, 7.5, 22.8, 6.5, 22.5),(11, 'Human Wizard', 0, 22, 27, 21, 41, 20, 39, 3, 54, 6, 41, 300, 333, 28, 40, 28, 120, 62500, -90890, 248027, -3570, 0, 7.5, 22.8, 6.5, 22.5),(12, 'Sorcerer', 0, 22, 27, 21, 41, 20, 39, 3, 54, 6, 41, 300, 333, 28, 40, 28, 120, 62500, -90890, 248027, -3570, 0, 7.5, 22.8, 6.5, 22.5),(13, 'Necromancer', 0, 22, 27, 21, 41, 20, 39, 3, 54, 6, 41, 300, 333, 28, 40, 28, 120, 62500, -90890, 248027, -3570, 0, 7.5, 22.8, 6.5, 22.5),(14, 'Warlock', 0, 22, 27, 21, 41, 20, 39, 3, 54, 6, 41, 300, 333, 28, 40, 28, 120, 62500, -90890, 248027, -3570, 0, 7.5, 22.8, 6.5, 22.5),(15, 'Cleric', 0, 22, 27, 21, 41, 20, 39, 3, 54, 6, 41, 300, 333, 28, 40, 28, 120, 62500, -90890, 248027, -3570, 0, 7.5, 22.8, 6.5, 22.5),(16, 'Bishop', 0, 22, 27, 21, 41, 20, 39, 3, 54, 6, 41, 300, 333, 28, 40, 28, 120, 62500, -90890, 248027, -3570, 0, 7.5, 22.8, 6.5, 22.5),(17, 'Human Prophet', 0, 22, 27, 21, 41, 20, 39, 3, 54, 6, 41, 300, 333, 28, 40, 28, 120, 62500, -90890, 248027, -3570, 0, 7.5, 22.8, 6.5, 22.5),(18, 'Elf Fighter', 1, 36, 36, 35, 23, 14, 26, 4, 80, 6, 41, 300, 333, 36, 46, 36, 125, 73000, 45978, 41196, -3440, 0, 7.5, 24.0, 7.5, 23.0),(19, 'Elf Knight', 1, 36, 36, 35, 23, 14, 26, 4, 80, 6, 41, 300, 333, 36, 46, 36, 125, 73000, 45978, 41196, -3440, 0, 7.5, 24.0, 7.5, 23.0),(20, 'Temple Knight', 1, 36, 36, 35, 23, 14, 26, 4, 80, 6, 41, 300, 333, 36, 46, 36, 125, 73000, 45978, 41196, -3440, 0, 7.5, 24.0, 7.5, 23.0),(21, 'Swordsinger', 1, 36, 36, 35, 23, 14, 26, 4, 80, 6, 41, 300, 333, 36, 46, 36, 125, 73000, 45978, 41196, -3440, 0, 7.5, 24.0, 7.5, 23.0),(22, 'Scout', 1, 36, 36, 35, 23, 14, 26, 4, 80, 6, 41, 300, 333, 36, 46, 36, 125, 73000, 45978, 41196, -3440, 0, 7.5, 24.0, 7.5, 23.0),(23, 'Plains Walker', 1, 36, 36, 35, 23, 14, 26, 4, 80, 6, 41, 300, 333, 36, 46, 36, 125, 73000, 45978, 41196, -3440, 0, 7.5, 24.0, 7.5, 23.0),(24, 'Silver Ranger', 1, 36, 36, 35, 23, 14, 26, 4, 80, 6, 41, 300, 333, 36, 46, 36, 125, 73000, 45978, 41196, -3440, 0, 7.5, 24.0, 7.5, 23.0),(25, 'Elf Mage', 1, 21, 25, 24, 37, 23, 40, 3, 54, 6, 41, 300, 333, 30, 41, 30, 122, 62400, 46182, 41198, -3440, 0, 7.5, 24.0, 7.5, 23.0),(26, 'Elf Wizard', 1, 21, 25, 24, 37, 23, 40, 3, 54, 6, 41, 300, 333, 30, 41, 30, 122, 62400, 46182, 41198, -3440, 0, 7.5, 24.0, 7.5, 23.0),(27, 'Spellsinger', 1, 21, 25, 24, 37, 23, 40, 3, 54, 6, 41, 300, 333, 30, 41, 30, 122, 62400, 46182, 41198, -3440, 0, 7.5, 24.0, 7.5, 23.0),(28, 'Elemental Summoner', 1, 21, 25, 24, 37, 23, 40, 3, 54, 6, 41, 300, 333, 30, 41, 30, 122, 62400, 46182, 41198, -3440, 0, 7.5, 24.0, 7.5, 23.0),(29, 'Oracle', 1, 21, 25, 24, 37, 23, 40, 3, 54, 6, 41, 300, 333, 30, 41, 30, 122, 62400, 46182, 41198, -3440, 0, 7.5, 24.0, 7.5, 23.0),(30, 'Elder', 1, 21, 25, 24, 37, 23, 40, 3, 54, 6, 41, 300, 333, 30, 41, 30, 122, 62400, 46182, 41198, -3440, 0, 7.5, 24.0, 7.5, 23.0),(31, 'DE Fighter', 2, 41, 32, 34, 25, 12, 26, 4, 80, 6, 41, 300, 333, 35, 45, 35, 122, 69000, 28377, 10916, -4224, 0, 7.5, 24.0, 7.0, 23.5),(32, 'Palus Knight', 2, 41, 32, 34, 25, 12, 26, 4, 80, 6, 41, 300, 333, 35, 45, 35, 122, 69000, 28377, 10916, -4224, 0, 7.5, 24.0, 7.0, 23.5),(33, 'Shillien Knight', 2, 41, 32, 34, 25, 12, 26, 4, 80, 6, 41, 300, 333, 35, 45, 35, 122, 69000, 28377, 10916, -4224, 0, 7.5, 24.0, 7.0, 23.5),(34, 'Bladedancer', 2, 41, 32, 34, 25, 12, 26, 4, 80, 6, 41, 300, 333, 35, 45, 35, 122, 69000, 28377, 10916, -4224, 0, 7.5, 24.0, 7.0, 23.5),(35, 'Assassin', 2, 41, 32, 34, 25, 12, 26, 4, 80, 6, 41, 300, 333, 35, 45, 35, 122, 69000, 28377, 10916, -4224, 0, 7.5, 24.0, 7.0, 23.5),(36, 'Abyss Walker', 2, 41, 32, 34, 25, 12, 26, 4, 80, 6, 41, 300, 333, 35, 45, 35, 122, 69000, 28377, 10916, -4224, 0, 7.5, 24.0, 7.0, 23.5),(37, 'Phantom Ranger', 2, 41, 32, 34, 25, 12, 26, 4, 80, 6, 41, 300, 333, 35, 45, 35, 122, 69000, 28377, 10916, -4224, 0, 7.5, 24.0, 7.0, 23.5),(38, 'DE Mage', 2, 23, 24, 23, 44, 19, 37, 3, 54, 6, 41, 300, 333, 29, 41, 29, 122, 61000, 28295, 11063, -4224, 0, 7.5, 24.0, 7.0, 23.5),(39, 'DE Wizard', 2, 23, 24, 23, 44, 19, 37, 3, 54, 6, 41, 300, 333, 29, 41, 29, 122, 61000, 28295, 11063, -4224, 0, 7.5, 24.0, 7.0, 23.5),(40, 'Spell Howler', 2, 23, 24, 23, 44, 19, 37, 3, 54, 6, 41, 300, 333, 29, 41, 29, 122, 61000, 28295, 11063, -4224, 0, 7.5, 24.0, 7.0, 23.5),(41, 'Phantom Summoner', 2, 23, 24, 23, 44, 19, 37, 3, 54, 6, 41, 300, 333, 29, 41, 29, 122, 61000, 28295, 11063, -4224, 0, 7.5, 24.0, 7.0, 23.5),(42, 'Shillien Oracle', 2, 23, 24, 23, 44, 19, 37, 3, 54, 6, 41, 300, 333, 29, 41, 29, 122, 61000, 28295, 11063, -4224, 0, 7.5, 24.0, 7.0, 23.5),(43, 'Shillien Elder', 2, 23, 24, 23, 44, 19, 37, 3, 54, 6, 41, 300, 333, 29, 41, 29, 122, 61000, 28295, 11063, -4224, 0, 7.5, 24.0, 7.0, 23.5),(44, 'Orc Fighter', 3, 40, 47, 26, 18, 12, 27, 4, 80, 6, 41, 300, 333, 31, 42, 31, 117, 87000, -56693, -113610, -690, 0, 11.0, 28.0, 7.0, 27.0),(45, 'Raider', 3, 40, 47, 26, 18, 12, 27, 4, 80, 6, 41, 300, 333, 31, 42, 31, 117, 87000, -56693, -113610, -690, 0, 11.0, 28.0, 7.0, 27.0),(46, 'Destroyer', 3, 40, 47, 26, 18, 12, 27, 4, 80, 6, 41, 300, 333, 31, 42, 31, 117, 87000, -56693, -113610, -690, 0, 11.0, 28.0, 7.0, 27.0),(47, 'Monk', 3, 40, 47, 26, 18, 12, 27, 4, 80, 6, 41, 300, 333, 31, 42, 31, 117, 87000, -56682, -113610, -690, 0, 11.0, 28.0, 7.0, 27.0),(48, 'Tyrant', 3, 40, 47, 26, 18, 12, 27, 4, 80, 6, 41, 300, 333, 31, 42, 31, 117, 87000, -56693, -113610, -690, 0, 11.0, 28.0, 7.0, 27.0),(49, 'Orc Mage', 3, 27, 31, 24, 31, 15, 42, 3, 54, 6, 41, 300, 333, 30, 41, 30, 121, 68000, -56682, -113730, -690, 0, 7.0, 27.5, 8.0, 25.5),(50, 'Shaman', 3, 27, 31, 24, 31, 15, 42, 3, 54, 6, 41, 300, 333, 30, 41, 30, 121, 68000, -56682, -113730, -690, 0, 7.0, 27.5, 8.0, 25.5),(51, 'Overlord', 3, 27, 31, 24, 31, 15, 42, 3, 54, 6, 41, 300, 333, 30, 41, 30, 121, 68000, -56682, -113730, -690, 0, 7.0, 27.5, 8.0, 25.5),(52, 'Warcryer', 3, 27, 31, 24, 31, 15, 42, 3, 54, 6, 41, 300, 333, 30, 41, 30, 121, 68000, -56682, -113730, -690, 0, 7.0, 27.5, 8.0, 25.5),(53, 'Dwarf Fighter', 4, 39, 45, 29, 20, 10, 27, 4, 80, 6, 41, 300, 333, 33, 43, 33, 115, 83000, 108512, -174026, -400, 1, 9.0, 18.0, 5.0, 19.0),(54, 'Scavenger', 4, 39, 45, 29, 20, 10, 27, 4, 80, 6, 41, 300, 333, 33, 43, 33, 115, 83000, 108512, -174026, -400, 1, 9.0, 18.0, 5.0, 19.0),(55, 'Bounty Hunter', 4, 39, 45, 29, 20, 10, 27, 4, 80, 6, 41, 300, 333, 33, 43, 33, 115, 83000, 108512, -174026, -400, 1, 9.0, 18.0, 5.0, 19.0),(56, 'Artisan', 4, 39, 45, 29, 20, 10, 27, 4, 80, 6, 41, 300, 333, 33, 43, 33, 115, 83000, 108512, -174026, -400, 1, 9.0, 18.0, 5.0, 19.0),(57, 'Warsmith', 4, 39, 45, 29, 20, 10, 27, 4, 80, 6, 41, 300, 333, 33, 43, 33, 115, 83000, 108512, -174026, -400, 1, 9.0, 18.0, 5.0, 19.0),(88, 'Duelist', 0, 40, 43, 30, 21, 11, 25, 4, 80, 6, 41, 300, 333, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, 9.0, 23.0, 8.0, 23.5),(89, 'DreadNought', 0, 40, 43, 30, 21, 11, 25, 4, 80, 6, 41, 300, 333, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, 9.0, 23.0, 8.0, 23.5),(90, 'Phoenix Knight', 0, 40, 43, 30, 21, 11, 25, 4, 80, 6, 41, 300, 333, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, 9.0, 23.0, 8.0, 23.5),(91, 'Hell Knight', 0, 40, 43, 30, 21, 11, 25, 4, 80, 6, 41, 300, 333, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, 9.0, 23.0, 8.0, 23.5),(92, 'Sagittarius', 0, 40, 43, 30, 21, 11, 25, 4, 80, 6, 41, 300, 333, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, 9.0, 23.0, 8.0, 23.5),(93, 'Adventurer', 0, 40, 43, 30, 21, 11, 25, 4, 80, 6, 41, 300, 333, 33, 44, 33, 115, 81900, -71338, 258271, -3104, 0, 9.0, 23.0, 8.0, 23.5),(94, 'Archmage', 0, 22, 27, 21, 41, 20, 39, 3, 54, 6, 41, 300, 333, 28, 40, 28, 120, 62500, -90890, 248027, -3570, 0, 7.5, 22.8, 6.5, 22.5),(95, 'Soultaker', 0, 22, 27, 21, 41, 20, 39, 3, 54, 6, 41, 300, 333, 28, 40, 28, 120, 62500, -90890, 248027, -3570, 0, 7.5, 22.8, 6.5, 22.5),(96, 'Arcana Lord', 0, 22, 27, 21, 41, 20, 39, 3, 54, 6, 41, 300, 333, 28, 40, 28, 120, 62500, -90890, 248027, -3570, 0, 7.5, 22.8, 6.5, 22.5),(97, 'Cardinal', 0, 22, 27, 21, 41, 20, 39, 3, 54, 6, 41, 300, 333, 28, 40, 28, 120, 62500, -90890, 248027, -3570, 0, 7.5, 22.8, 6.5, 22.5),(98, 'Hierophant', 0, 22, 27, 21, 41, 20, 39, 3, 54, 6, 41, 300, 333, 28, 40, 28, 120, 62500, -90890, 248027, -3570, 0, 7.5, 22.8, 6.5, 22.5),(99, 'Eva Templar', 1, 36, 36, 35, 23, 14, 26, 4, 80, 6, 41, 300, 333, 36, 46, 36, 125, 73000, 45978, 41196, -3440, 0, 7.5, 24.0, 7.5, 23.0),(100, 'Sword Muse', 1, 36, 36, 35, 23, 14, 26, 4, 80, 6, 41, 300, 333, 36, 46, 36, 125, 73000, 45978, 41196, -3440, 0, 7.5, 24.0, 7.5, 23.0),(101, 'Wind Rider', 1, 36, 36, 35, 23, 14, 26, 4, 80, 6, 41, 300, 333, 36, 46, 36, 125, 73000, 45978, 41196, -3440, 0, 7.5, 24.0, 7.5, 23.0),(102, 'Moonlight Sentinel', 1, 36, 36, 35, 23, 14, 26, 4, 80, 6, 41, 300, 333, 36, 46, 36, 125, 73000, 45978, 41196, -3440, 0, 7.5, 24.0, 7.5, 23.0),(103, 'Mystic Muse', 1, 21, 25, 24, 37, 23, 40, 3, 54, 6, 41, 300, 333, 30, 41, 30, 122, 62400, 46182, 41198, -3440, 0, 7.5, 24.0, 7.5, 23.0),(104, 'Elemental Master', 1, 21, 25, 24, 37, 23, 40, 3, 54, 6, 41, 300, 333, 30, 41, 30, 122, 62400, 46182, 41198, -3440, 0, 7.5, 24.0, 7.5, 23.0),(105, 'Eva Saint', 1, 21, 25, 24, 37, 23, 40, 3, 54, 6, 41, 300, 333, 30, 41, 30, 122, 62400, 46182, 41198, -3440, 0, 7.5, 24.0, 7.5, 23.0),(106, 'Shillien Templar', 2, 41, 32, 34, 25, 12, 26, 4, 80, 6, 41, 300, 333, 35, 45, 35, 122, 69000, 28377, 10916, -4224, 0, 7.5, 24.0, 7.0, 23.5),(107, 'Spectral Dancer', 2, 41, 32, 34, 25, 12, 26, 4, 80, 6, 41, 300, 333, 35, 45, 35, 122, 69000, 28377, 10916, -4224, 0, 7.5, 24.0, 7.0, 23.5),(108, 'Ghost Hunter', 2, 41, 32, 34, 25, 12, 26, 4, 80, 6, 41, 300, 333, 35, 45, 35, 122, 69000, 28377, 10916, -4224, 0, 7.5, 24.0, 7.0, 23.5),(109, 'Ghost Sentinel', 2, 41, 32, 34, 25, 12, 26, 4, 80, 6, 41, 300, 333, 35, 45, 35, 122, 69000, 28377, 10916, -4224, 0, 7.5, 24.0, 7.0, 23.5),(110, 'Storm Screamer', 2, 23, 24, 23, 44, 19, 37, 3, 54, 6, 41, 300, 333, 29, 41, 29, 122, 61000, 28295, 11063, -4224, 0, 7.5, 24.0, 7.0, 23.5),(111, 'Spectral Master', 2, 23, 24, 23, 44, 19, 37, 3, 54, 6, 41, 300, 333, 29, 41, 29, 122, 61000, 28295, 11063, -4224, 0, 7.5, 24.0, 7.0, 23.5),(112, 'Shillen Saint', 2, 23, 24, 23, 44, 19, 37, 3, 54, 6, 41, 300, 333, 29, 41, 29, 122, 61000, 28295, 11063, -4224, 0, 7.5, 24.0, 7.0, 23.5),(113, 'Titan', 3, 40, 47, 26, 18, 12, 27, 4, 80, 6, 41, 300, 333, 31, 42, 31, 117, 87000, -56693, -113610, -690, 0, 11.0, 28.0, 7.0, 27.0),(114, 'Grand Khauatari', 3, 40, 47, 26, 18, 12, 27, 4, 80, 6, 41, 300, 333, 31, 42, 31, 117, 87000, -56693, -113610, -690, 0, 11.0, 28.0, 7.0, 27.0),(115, 'Dominator', 3, 27, 31, 24, 31, 15, 42, 3, 54, 6, 41, 300, 333, 30, 41, 30, 121, 68000, -56682, -113730, -690, 0, 7.0, 27.5, 8.0, 25.5),(116, 'Doomcryer', 3, 27, 31, 24, 31, 15, 42, 3, 54, 6, 41, 300, 333, 30, 41, 30, 121, 68000, -56682, -113730, -690, 0, 7.0, 27.5, 8.0, 25.5),(117, 'Fortune Seeker', 4, 39, 45, 29, 20, 10, 27, 4, 80, 6, 41, 300, 333, 33, 43, 33, 115, 83000, 108512, -174026, -400, 1, 9.0, 18.0, 5.0, 19.0),(118, 'Maestro', 4, 39, 45, 29, 20, 10, 27, 4, 80, 6, 41, 300, 333, 33, 43, 33, 115, 83000, 108512, -174026, -400, 1, 9.0, 18.0, 5.0, 19.0),(123, 'Male Soldier', 5, 41, 31, 33, 29, 11, 25, 4, 72, 3, 47, 342, 333, 35, 45, 35, 122, 87000, -125464, 37776, 1176, 0, 8.0, 25.2, 7.0, 22.6),(124, 'Female Soldier', 5, 39, 30, 35, 28, 11, 27, 4, 72, 3, 47, 342, 333, 35, 45, 35, 122, 87000, -125517, 38267, 1176, 0, 8.0, 22.6, 7.0, 22.6),(125, 'Trooper', 5, 41, 31, 33, 29, 11, 25, 4, 72, 3, 47, 342, 333, 35, 45, 35, 122, 87000, -125533, 38114, 1142, 0, 8.0, 25.2, 7.0, 22.6),(126, 'Warder', 5, 39, 30, 35, 28, 11, 27, 4, 72, 3, 47, 342, 333, 35, 45, 35, 122, 87000, -125533, 38114, 1142, 0, 8.0, 22.6, 7.0, 22.6),(127, 'Berserker', 5, 41, 31, 33, 29, 11, 25, 4, 72, 3, 47, 342, 333, 35, 45, 35, 122, 87000, -125533, 38114, 1142, 0, 8.0, 25.2, 7.0, 22.6),(128, 'Male Soulbreaker', 5, 41, 31, 33, 29, 11, 25, 4, 72, 3, 47, 342, 333, 35, 45, 35, 122, 87000, -125533, 38114, 1142, 0, 8.0, 25.2, 7.0, 22.6),(129, 'Female Soulbreaker', 5, 39, 30, 35, 28, 11, 27, 4, 72, 3, 47, 342, 333, 35, 45, 35, 122, 87000, -125533, 38114, 1142, 0, 8.0, 22.6, 7.0, 22.6),(130, 'Arbalester', 5, 39, 30, 35, 28, 11, 27, 4, 72, 3, 47, 342, 333, 35, 45, 35, 122, 87000, -125533, 38114, 1142, 0, 8.0, 22.6, 7.0, 22.6),(131, 'Doombringer', 5, 41, 31, 33, 29, 11, 25, 4, 72, 3, 47, 342, 333, 35, 45, 35, 122, 87000, -125533, 38114, 1142, 0, 8.0, 25.2, 7.0, 22.6),(132, 'Male Soulhound', 5, 41, 31, 33, 29, 11, 25, 4, 72, 3, 47, 342, 333, 35, 45, 35, 122, 87000, -125533, 38114, 1142, 0, 8.0, 25.2, 7.0, 22.6),(133, 'Female Soulhound', 5, 39, 30, 35, 28, 11, 27, 4, 72, 3, 47, 342, 333, 35, 45, 35, 122, 87000, -125533, 38114, 1142, 0, 8.0, 22.6, 7.0, 22.6),(134, 'Trickster', 5, 39, 30, 35, 28, 11, 27, 4, 72, 3, 47, 342, 333, 35, 45, 35, 122, 87000, -125533, 38114, 1142, 0, 8.0, 22.6, 7.0, 22.6),(135, 'Inspector', 5, 39, 30, 35, 28, 11, 27, 4, 72, 3, 47, 342, 333, 35, 45, 35, 122, 87000, -125533, 38114, 1142, 0, 8.0, 25.2, 7.0, 22.6),(136, 'Judicator', 5, 39, 30, 35, 28, 11, 27, 4, 72, 3, 47, 342, 333, 35, 45, 35, 122, 87000, -125533, 38114, 1142, 0, 8.0, 25.2, 7.0, 22.6);
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
Post Reply