skill_db.txt 66 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059
  1. //id,range,hit,inf,element,nk,splash,max,list_num,castcancel,cast_defence_rate,inf2,maxcount,skill_type,blow_count,name,description
  2. // 01 ID
  3. // 02 range (combo skills do not check for range when used,
  4. // if range is < 5, the skill is considered melee-range)
  5. // 03 hit (8- repeated hitting, 6- single-hit)
  6. // 04 inf (0- passive, 1- enemy, 2- place, 4- self, 16- friend, 32- trap)
  7. // 05 element (0 - neutral, 1 - water, 2 - earth, 3 - fire, 4 - wind, 5 - poison,
  8. // 6 - holy, 7 - dark, 8 - ghost, 9 - undead, -1 - use weapon element
  9. // -2 - use endowed element, -3 - use random element.)
  10. // 06 nk (skill damage properties):
  11. // 0x01 - No damage skill
  12. // 0x02 - Has splash area
  13. // 0x04 - Damage should be split among targets
  14. // 0x08 - Skill ignores caster's % damage cards (misc type always ignores)
  15. // 0x10 - Skill ignores elemental adjustments
  16. // 0x20 - Skill ignores target's defense (misc type always ignores)
  17. // 0x40 - Skill ignores target's flee (magic type always ignores)
  18. // 0x80 - Skill ignores target's def cards
  19. // 07 splash/effect range (-1 for screen-wide)
  20. // 08 MaxLv
  21. // 09 Number of hits (when positive, damage is increased by hits,
  22. // negative values just show number of hits without increasing total damage)
  23. // 10 Cast interrupted when hit?
  24. // 11 defense-reduction rate during cast.
  25. // 12 inf2 (skill information 2):
  26. // 0x0001- quest skill
  27. // 0x0002- npc skill
  28. // 0x0004- wedding skill
  29. // 0x0008- spirit skill
  30. // 0x0010- guild skill
  31. // 0x0020- song/dance
  32. // 0x0040- ensemble skill
  33. // 0x0080- trap
  34. // 0x0100- skill that damages/targets yourself
  35. // 0x0200- cannot be casted on self (if inf = 4, auto-select target skill)
  36. // 0x0400- usable only on party-members (and enemies if skill is offensive)
  37. // 0x0800- usable only on guild-mates (and enemies if skill is offensive)
  38. // 0x1000- disable usage on enemies (for non-offensive skills).
  39. // 13 maxcount: max amount of skill instances to place on the ground when
  40. // player_land_skill_limit/monster_land_skill_limit is enabled. For skills
  41. // that attack using a path, this is the path length to be used.
  42. // 14 attack type (none, weapon, magic, misc)
  43. // 15 Blowcount (amount of tiles skill knockbacks)
  44. // 16 Name
  45. // 17 Description
  46. 1,0,0,0,0,0,0,9,0,no,0,0,0,none,0, NV_BASIC,Basic Skill
  47. 2,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0, SM_SWORD,Sword Mastery
  48. 3,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0, SM_TWOHAND,Two-Handed Sword Mastery
  49. 4,0,0,0,0,0,0,10,0,no,0,0,0,none,0, SM_RECOVERY,Increase HP Recovery
  50. 5,-1,6,1,-1,0,0,10,1,no,0,0,0,weapon,0, SM_BASH,Bash
  51. 6,9,6,1,0,1,0,10,1,no,0,0,0,none,0, SM_PROVOKE,Provoke
  52. 7,0,6,4,3,0x2,2,10,1,no,0,0,0,weapon,2, SM_MAGNUM,Magnum Break
  53. 8,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0, SM_ENDURE,Endure
  54. 9,0,0,0,0,0,0,10,0,no,0,0,0,none,0, MG_SRECOVERY,Increase SP Recovery
  55. 10,0,6,4,3,0x3,3,1,1,yes,0,0,0,magic,0, MG_SIGHT,Sight
  56. 11,9,6,1,8,0x6,1,10,1,yes,0,0,0,magic,0, MG_NAPALMBEAT,Napalm Beat
  57. 12,9,8,2,8,0x1,0,10,1,yes,0,0,0,magic,0, MG_SAFETYWALL,Safety Wall
  58. 13,9,8,1,8,0,0,10,1:1:2:2:3:3:4:4:5:5,yes,0,0,0,magic,0, MG_SOULSTRIKE,Soul Strike
  59. 14,9,8,1,1,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,magic,0, MG_COLDBOLT,Cold Bolt
  60. 15,9,6,1,1,0,0,10,1,yes,0,0,0,magic,0, MG_FROSTDIVER,Frost Diver
  61. 16,2,6,1,2,0x1,0,10,1,yes,0,0,0,magic,0, MG_STONECURSE,Stone Curse
  62. 17,9,6,1,3,0x2,2,10,1,yes,0,0,0,magic,0, MG_FIREBALL,Fire Ball
  63. 18,9,6,2,3,0,0,10,1,yes,0,0,3,magic,2, MG_FIREWALL,Fire Wall
  64. 19,9,8,1,3,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,magic,0, MG_FIREBOLT,Fire Bolt
  65. 20,9,8,1,4,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,magic,0, MG_LIGHTNINGBOLT,Lightning Bolt
  66. 21,9,8,2,4,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,magic,0, MG_THUNDERSTORM,Thunderstorm
  67. 22,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0, AL_DP,Divine Protection
  68. 23,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0, AL_DEMONBANE,Demon Bane
  69. 24,0,6,4,6,0x3,2,1,1,yes,0,0,0,magic,0, AL_RUWACH,Ruwach
  70. 25,9,6,2,0,0x1,0,1,1,yes,0,0,0,magic,0, AL_PNEUMA,Pneuma
  71. 26,0,6,4,0,0x1,0,2,1,yes,0,0,0,magic,0, AL_TELEPORT,Teleport
  72. 27,9,6,2,0,0x1,0,4,1,yes,0,0,3,magic,0, AL_WARP,Warp Portal
  73. 28,9,6,16,6,0x21,0,10,1,yes,0,0,0,magic,0, AL_HEAL,Heal
  74. 29,9,6,16,0,0x1,0,10,1,yes,0,0,0,magic,0, AL_INCAGI,Increase AGI
  75. 30,9,6,1,0,0x1,0,10,1,yes,0,0,0,magic,0, AL_DECAGI,Decrease AGI
  76. 31,0,6,4,0,0x1,0,1,1,yes,0,0,0,magic,0, AL_HOLYWATER,Aqua Benedicta
  77. 32,0,6,4,0,0x3,15,10,1,yes,0,0,0,magic,0, AL_CRUCIS,Signum Crucis
  78. 33,0,6,4,0,0x3,-1,10,1,yes,0,0,0,magic,0, AL_ANGELUS,Angelus
  79. 34,9,6,16,0,0x1,0,10,1,yes,0,0,0,magic,0, AL_BLESSING,Blessing
  80. 35,9,6,16,0,0x1,0,1,1,yes,0,0,0,magic,0, AL_CURE,Cure
  81. 36,0,0,0,0,0,0,10,0,no,0,0,0,none,0, MC_INCCARRY,Enlarge Weight Limit
  82. 37,0,0,0,0,0,0,10,0,no,0,0,0,none,0, MC_DISCOUNT,Discount
  83. 38,0,0,0,0,0,0,10,0,no,0,0,0,none,0, MC_OVERCHARGE,Overcharge
  84. 39,1,0,0,0,0,0,10,0,no,0,0,0,none,0, MC_PUSHCART,Pushcart
  85. 40,1,6,4,0,0x1,0,1,1,no,0,0,0,none,0, MC_IDENTIFY,Item Appraisal
  86. 41,1,6,4,0,0x1,0,10,1,no,0,0,0,none,0, MC_VENDING,Vending
  87. 42,-1,6,1,-1,0,0,10,1,no,0,0,0,weapon,0, MC_MAMMONITE,Mammonite
  88. 43,0,0,0,0,0,0,10,0,no,0,0,0,none,0, AC_OWL,Owl's Eye
  89. 44,0,0,0,0,0,0,10,0,no,0,0,0,none,0, AC_VULTURE,Vulture's Eye
  90. 45,0,6,4,0,0x3,3,10,1,no,0,0,0,weapon,0, AC_CONCENTRATION,Improve Concentration
  91. 46,-9,8,1,-1,0,0,10,2,no,0,0,0,weapon,0, AC_DOUBLE,Double Strafe
  92. 47,-9,6,2,-1,0x2,2,10,1,no,0,0,0,weapon,2, AC_SHOWER,Arrow Shower
  93. 48,-1,8,0,-1,0,0,10,2,no,0,0,0,weapon,0, TF_DOUBLE,Double Attack
  94. 49,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0, TF_MISS,Improve Dodge
  95. 50,1,6,1,0,1,0,10,1,no,0,0,0,weapon,0, TF_STEAL,Steal
  96. 51,1,6,4,0,1,0,10,1,no,0,0,0,none,0, TF_HIDING,Hiding
  97. 52,-2,6,1,5,0,0,10,1,no,0,0,0,weapon,0, TF_POISON,Envenom
  98. 53,9,6,16,5,0x1,0,1,1,no,0,0,0,weapon,0, TF_DETOXIFY,Detoxify
  99. 54,9,6,16,6,0x1,0,4,1,yes,0,0,0,magic,0, ALL_RESURRECTION,Resurrection
  100. 55,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0, KN_SPEARMASTERY,Spear Mastery
  101. 56,-2,8,1,-1,0,0,10,3,no,0,0,0,weapon,0, KN_PIERCE,Pierce
  102. 57,-2,6,1,-1,0x1,0,10,1,no,33,0,0,weapon,3, KN_BRANDISHSPEAR,Brandish Spear
  103. 58,-4,6,1,-1,0x2,0,10,1,no,0,0,0,weapon,6, KN_SPEARSTAB,Spear Stab
  104. 59,3:5:7:9:11,6,1,-1,0,0,5,1,no,0,0,0,weapon,0, KN_SPEARBOOMERANG,Spear Boomerang
  105. 60,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0, KN_TWOHANDQUICKEN,Twohand Quicken
  106. 61,0,6,4,-1,0x20,0,5,1,no,0,0,0,weapon,0, KN_AUTOCOUNTER,Counter Attack
  107. 62,-2,6,1,-1,0x2,1,10,1,no,33,0,0,weapon,1, KN_BOWLINGBASH,Bowling Bash
  108. 63,0,0,0,0,0,0,1,0,no,0,0,0,weapon,0, KN_RIDING,Peco Peco Riding
  109. 64,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0, KN_CAVALIERMASTERY,Cavalier Mastery
  110. 65,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0, PR_MACEMASTERY,Mace Mastery
  111. 66,9,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0, PR_IMPOSITIO,Impositio Manus
  112. 67,9,6,16,0,0x1,0,3,1,yes,0,0x200,0,magic,0, PR_SUFFRAGIUM,Suffragium
  113. 68,9,6,16,6,0x31,0,5,1,yes,0,0,0,magic,0, PR_ASPERSIO,Aspersio
  114. 69,9,6,2,0,0x23,1,5,1,yes,0,0x40,0,magic,0, PR_BENEDICTIO,B.S. Sacramenti
  115. 70,9,6,2,6,0x21,0,10,1,yes,0,0,0,magic,1, PR_SANCTUARY,Sanctuary
  116. 71,9,6,16,0,0x1,0,4,1,yes,0,0,0,magic,0, PR_SLOWPOISON,Slow Poison
  117. 72,9,6,16,0,0x1,0,1,1,yes,0,0,0,magic,0, PR_STRECOVERY,Status Recovery
  118. 73,9,6,16,0,0x1,0,10,1,yes,0,0,0,magic,0, PR_KYRIE,Kyrie Eleison
  119. 74,0,6,4,0,0x3,-1,5,1,yes,0,0,0,magic,0, PR_MAGNIFICAT,Magnificat
  120. 75,0,6,4,0,0x3,-1,5,1,yes,0,0,0,magic,0, PR_GLORIA,Gloria
  121. 76,5,6,1,0,0x1,0,10,0,yes,0,0,0,magic,0, PR_LEXDIVINA,Lex Divina
  122. 77,5,6,1,6,0x28,0,10,1,yes,0,0,0,magic,0, PR_TURNUNDEAD,Turn Undead
  123. 78,9,6,1,0,0x1,0,1,0,yes,0,0,0,magic,0, PR_LEXAETERNA,Lex Aeterna
  124. 79,9,8,2,6,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,magic,0, PR_MAGNUS,Magnus Exorcismus
  125. 80,9,8,2,3,0x20,1:1:1:1:1:2:2:2:2:2:2,10,3:4:5:6:7:8:9:10:11:12:12,yes,0,0x80,5,magic,0, WZ_FIREPILLAR,Fire Pillar
  126. 81,0,6,4,3,0,3,10,1,yes,0,0,0,magic,5, WZ_SIGHTRASHER,Sightrasher
  127. //82,9,6,2,3,0,0,10,1,yes,0,0,0,magic,0, WZ_FIREIVY,Fire Ivy
  128. 83,9,8,2,3,0,3:3:3:3:3:3:3:3:3:3:14,10,1:1:2:2:3:3:4:4:5:5:15,yes,0,0,0,magic,0, WZ_METEOR,Meteor Storm
  129. 84,9,8,1,4,0,0,10,3:4:5:6:7:8:9:10:11:12,yes,0,0,0,magic,2:3:3:4:4:5:5:6:6:7, WZ_JUPITEL,Jupitel Thunder
  130. 85,9,8,2,4,0,0,10,-10,yes,0,0,0,magic,0, WZ_VERMILION,Lord of Vermilion
  131. 86,9,8,1,1,0,0,5,1,yes,0,0,0,magic,0, WZ_WATERBALL,Water Ball
  132. 87,9,6,2,1,0,0,10,1,yes,0,0,0,magic,0, WZ_ICEWALL,Ice Wall
  133. 88,0,6,4,1,0x2,2,10,1,yes,0,0,0,magic,0, WZ_FROSTNOVA,Frost Nova
  134. 89,9,6,2,1,0,0,10,1,yes,0,0,0,magic,2, WZ_STORMGUST,Storm Gust
  135. 90,9,8,1,2,0,0,5,1:2:3:4:5,yes,0,0,0,magic,0, WZ_EARTHSPIKE,Earth Spike
  136. 91,9,8,2,2,0,0,5,1:2:3:4:5,yes,0,0,0,magic,0, WZ_HEAVENDRIVE,Heaven's Drive
  137. 92,9,6,2,2,0x1,0,5,1,yes,0,0,3,magic,0, WZ_QUAGMIRE,Quagmire
  138. 93,9,6,1,0,0x1,0,1,1,yes,0,0,0,magic,0, WZ_ESTIMATION,Sense
  139. 94,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0, BS_IRON,Iron Tempering
  140. 95,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0, BS_STEEL,Steel Tempering
  141. 96,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0, BS_ENCHANTEDSTONE,Enchanted Stone Craft
  142. 97,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0, BS_ORIDEOCON,Oridecon Research
  143. 98,0,0,0,0,0,0,3,0,no,0,0,0,weapon,0, BS_DAGGER,Smith Dagger
  144. 99,0,0,0,0,0,0,3,0,no,0,0,0,weapon,0, BS_SWORD,Smith Sword
  145. 100,0,0,0,0,0,0,3,0,no,0,0,0,weapon,0, BS_TWOHANDSWORD,Smith Two-handed Sword
  146. 101,0,0,0,0,0,0,3,0,no,0,0,0,weapon,0, BS_AXE,Smith Axe
  147. 102,0,0,0,0,0,0,3,0,no,0,0,0,weapon,0, BS_MACE,Smith Mace
  148. 103,0,0,0,0,0,0,3,0,no,0,0,0,weapon,0, BS_KNUCKLE,Smith Knucklebrace
  149. 104,0,0,0,0,0,0,3,0,no,0,0,0,weapon,0, BS_SPEAR,Smith Spear
  150. 105,0,0,0,0,0,0,1,0,no,0,0,0,weapon,0, BS_HILTBINDING,Hilt Binding
  151. 106,0,0,0,0,0,0,1,0,no,0,0,0,weapon,0, BS_FINDINGORE,Ore Discovery
  152. 107,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0, BS_WEAPONRESEARCH,Weaponry Research
  153. 108,2,6,16,0,0x1,0,1,1,yes,0,0,0,weapon,0, BS_REPAIRWEAPON,Weapon Repair
  154. 109,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0, BS_SKINTEMPER,Skin Tempering
  155. 110,1,6,2,0,0x3,2:2:2:2:2:14,5,1,no,0,0,0,weapon,0, BS_HAMMERFALL,Hammer Fall
  156. 111,0,6,4,0,0x3,-1,5,1,no,0,0,0,weapon,0, BS_ADRENALINE,Adrenaline Rush
  157. 112,0,6,4,0,0x3,-1,5,1,no,0,0,0,weapon,0, BS_WEAPONPERFECT,Weapon Perfection
  158. 113,0,6,4,0,0x3,-1,5,1,no,0,0,0,weapon,0, BS_OVERTHRUST,Power-Thrust
  159. 114,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0, BS_MAXIMIZE,Maximize Power
  160. 115,3,6,2,0,0x1,0,5,1,no,0,0x80,0,misc,6:7:8:9:10, HT_SKIDTRAP,Skid Trap
  161. 116,3,6,2,2,0x42,1,5,1,no,0,0x80,0,misc,0, HT_LANDMINE,Land Mine
  162. 117,3,6,2,0,0x1,0,5,1,no,0,0x80,0,misc,0, HT_ANKLESNARE,Ankle Snare
  163. 118,3,6,2,0,0x2,1,5,1,no,0,0x80,0,misc,0, HT_SHOCKWAVE,Shockwave Trap
  164. 119,3,6,2,0,0x3,2,5,1,no,0,0x80,0,misc,0, HT_SANDMAN,Sandman
  165. 120,3,6,2,0,0x3,1,5,1,no,0,0x80,0,misc,0, HT_FLASHER,Flasher
  166. 121,3,6,2,1,0x42,1,5,1,no,0,0x80,0,weapon,0, HT_FREEZINGTRAP,Freezing Trap
  167. 122,3,6,2,4,0x42,1,5,1,no,0,0x80,0,misc,0, HT_BLASTMINE,Blast Mine
  168. 123,3,6,2,3,0x42,2,5,1,no,0,0x80,0,misc,0, HT_CLAYMORETRAP,Claymore Trap
  169. 124,3,6,32,0,0x1,0,1,1,no,0,0,0,misc,0, HT_REMOVETRAP,Remove Trap
  170. 125,3,6,2,0,0x1,0,1,1,no,0,0x80,0,misc,0, HT_TALKIEBOX,Talkie Box
  171. 126,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0, HT_BEASTBANE,Beast Bane
  172. 127,0,0,0,0,0,0,1,0,no,0,0,0,misc,0, HT_FALCON,Falconry Mastery
  173. 128,0,0,0,0,0,0,10,0,no,0,0,0,misc,0, HT_STEELCROW,Steel Crow
  174. 129,5,8,1,0,0x42,1,5,1:2:3:4:5,yes,0,0,0,misc,0, HT_BLITZBEAT,Blitz Beat
  175. 130,3:5:7:9,6,2,0,0x3,3,4,1,no,0,0,0,misc,0, HT_DETECTING,Detect
  176. 131,4:5:6:7:8,6,32,0,0x1,0,5,1,no,0,0,0,misc,0, HT_SPRINGTRAP,Spring Trap
  177. 132,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0, AS_RIGHT,Righthand Mastery
  178. 133,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0, AS_LEFT,Lefthand Mastery
  179. 134,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0, AS_KATAR,Katar Mastery
  180. 135,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0, AS_CLOAKING,Cloaking
  181. 136,-1,8,1,-1,0,0,10,8,no,0,0,0,weapon,0, AS_SONICBLOW,Sonic Blow
  182. 137,3:4:5:6:7,6,1,-1,0x2,1,5,1,no,0,0,0,weapon,0,AS_GRIMTOOTH,Grimtooth
  183. 138,1,6,16,5,0x1,0,10,1,no,0,0x400,0,weapon,0, AS_ENCHANTPOISON,Enchant Poison
  184. 139,0,6,4,0,0,0,10,1,no,0,0,0,weapon,0, AS_POISONREACT,Poison React
  185. 140,2,6,2,5,0x1,0,10,1,no,0,0,0,weapon,0, AS_VENOMDUST,Venom Dust
  186. 141,1,6,1,-1,0xF,2,10,1,yes,0,0,0,weapon,0, AS_SPLASHER,Venom Splasher
  187. 142,0,6,4,0,0x1,0,1,1,no,0,0x1,0,none,0, NV_FIRSTAID,First Aid
  188. 143,0,6,4,0,0x1,0,1,1,no,0,0x1,0,none,0, NV_TRICKDEAD,Play Dead
  189. 144,0,0,0,0,0,0,1,0,no,0,0x1,0,none,0, SM_MOVINGRECOVERY,Moving HP-Recovery
  190. 145,0,0,0,0,0,0,1,0,no,0,0x1,0,weapon,0, SM_FATALBLOW,Fatal Blow
  191. 146,0,6,4,0,0x1,0,1,1,no,0,0x1,0,weapon,0, SM_AUTOBERSERK,Auto Berserk
  192. 147,0,0,4,0,0x1,0,1,0,no,0,0x1,0,weapon,0, AC_MAKINGARROW,Arrow Crafting
  193. 148,-9,6,1,-1,0x2,0,1,1,no,0,0x1,0,weapon,6, AC_CHARGEARROW,Arrow Repel
  194. 149,1,6,1,2,0,0,1,1,no,0,0x1,0,weapon,0, TF_SPRINKLESAND,Sand Attack
  195. 150,0,6,4,0,0x1,0,1,1,no,0,0x1,0,weapon,5, TF_BACKSLIDING,Back Slide
  196. 151,0,6,4,0,0x1,0,1,1,no,0,0x1,0,none,0, TF_PICKSTONE,Find Stone
  197. 152,7,6,1,0,0x40,0,1,1,no,0,0x1,0,misc,0, TF_THROWSTONE,Stone Fling
  198. 153,1,6,1,-1,0x2,1,1,1,no,0,0x1,0,weapon,2, MC_CARTREVOLUTION,Cart Revolution
  199. 154,0,6,4,0,0x1,0,1,1,no,0,0x1,0,none,0, MC_CHANGECART,Change Cart
  200. 155,0,6,4,0,0x1,0,1,1,no,0,0x1,0,weapon,0, MC_LOUD,Crazy Uproar
  201. 156,9,6,1,6,0,0,1,1,yes,0,0x1,0,magic,0, AL_HOLYLIGHT,Holy Light
  202. 157,0,6,4,0,0x1,0,1,1,yes,0,0x1,0,magic,0, MG_ENERGYCOAT,Energy Coat
  203. 158,3,6,1,-1,0,0,10,1,no,0,0x2,0,weapon,0, NPC_PIERCINGATT,Piercing Attack
  204. 159,-1,6,1,-1,0x40,0,5,1,no,0,0x2,0,weapon,0, NPC_MENTALBREAKER,Spirit Destruction
  205. 160,9,6,1,0,0,0,10,1,no,0,0x2,0,weapon,0, NPC_RANGEATTACK,Stand off attack
  206. 161,0,0,4,0,0x1,0,1,1,no,0,0x2,0,magic,0, NPC_ATTRICHANGE,Attribute Change
  207. 162,0,0,4,1,0x1,0,1,1,no,0,0x2,0,magic,0, NPC_CHANGEWATER,Water Attribute Change
  208. 163,0,0,4,2,0x1,0,1,1,no,0,0x2,0,magic,0, NPC_CHANGEGROUND,Earth Attribute Change
  209. 164,0,0,4,3,0x1,0,1,1,no,0,0x2,0,magic,0, NPC_CHANGEFIRE,Fire Attribute Change
  210. 165,0,0,4,4,0x1,0,1,1,no,0,0x2,0,magic,0, NPC_CHANGEWIND,Wind Attribute Change
  211. 166,0,0,4,5,0x1,0,1,1,no,0,0x2,0,magic,0, NPC_CHANGEPOISON,Poison Attribute Change
  212. 167,0,0,4,6,0x1,0,1,1,no,0,0x2,0,magic,0, NPC_CHANGEHOLY,Holy Attribute Change
  213. 168,0,0,4,7,0x1,0,1,1,no,0,0x2,0,magic,0, NPC_CHANGEDARKNESS,Shadow Attribute Change
  214. 169,0,0,4,8,0x1,0,1,1,no,0,0x2,0,magic,0, NPC_CHANGETELEKINESIS,Ghost Attribute Change
  215. 170,-9,6,1,-1,0x20,0,10,1,no,0,0x2,0,weapon,0, NPC_CRITICALSLASH,Defense disregard attack
  216. 171,-9,8,1,-1,0,0,10,-2:-3:-4:-5:-6:-7:-8:-9:-10:-11,no,0,0x2,0,weapon,0, NPC_COMBOATTACK,Multi-stage Attack
  217. 172,-9,6,1,-1,0x40,0,10,1,no,0,0x2,0,weapon,0, NPC_GUIDEDATTACK,Guided Attack
  218. 173,5,6,4,3,0xD2,5,10,1,no,0,0x2,0,misc,3, NPC_SELFDESTRUCTION,Suicide bombing
  219. 174,-9,6,1,-1,0x2,3,1,1,no,0,0x2,0,weapon,0, NPC_SPLASHATTACK,Splash attack
  220. 175,0,0,4,0,0x41,0,10,1,no,0,0x2,0,misc,0, NPC_SUICIDE,Suicide
  221. 176,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0, NPC_POISON,Poison Attack
  222. 177,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0, NPC_BLINDATTACK,Blind Attack
  223. 178,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0, NPC_SILENCEATTACK,Silence Attack
  224. 179,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0, NPC_STUNATTACK,Stun Attack
  225. 180,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0, NPC_PETRIFYATTACK,Petrify Attack
  226. 181,-9,6,1,7,0,0,5,1,no,0,0x2,0,weapon,0, NPC_CURSEATTACK,Curse Attack
  227. 182,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0, NPC_SLEEPATTACK,Sleep attack
  228. 183,-9,6,1,-1,0,0,10,1,no,0,0x2,0,weapon,0, NPC_RANDOMATTACK,Random Attack
  229. 184,-9,6,1,1,0,0,10,1,no,0,0x2,0,weapon,0, NPC_WATERATTACK,Water Attribute Attack
  230. 185,-9,6,1,2,0,0,10,1,no,0,0x2,0,weapon,0, NPC_GROUNDATTACK,Earth Attribute Attack
  231. 186,-9,6,1,3,0,0,10,1,no,0,0x2,0,weapon,0, NPC_FIREATTACK,Fire Attribute Attack
  232. 187,-9,6,1,4,0,0,10,1,no,0,0x2,0,weapon,0, NPC_WINDATTACK,Wind Attribute Attack
  233. 188,-9,6,1,5,0,0,10,1,no,0,0x2,0,weapon,0, NPC_POISONATTACK,Poison Attribute Attack
  234. 189,-9,6,1,6,0,0,10,1,no,0,0x2,0,weapon,0, NPC_HOLYATTACK,Holy Attribute Attack
  235. 190,-9,6,1,7,0,0,10,1,no,0,0x2,0,weapon,0, NPC_DARKNESSATTACK,Shadow Attribute Attack
  236. 191,-9,6,1,8,0,0,10,1,no,0,0x2,0,weapon,0, NPC_TELEKINESISATTACK,Ghost Attribute Attack
  237. 192,-9,6,1,-1,0,0,10,1,no,0,0x2,0,weapon,0, NPC_MAGICALATTACK,Demon Shock Attack
  238. 193,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0, NPC_METAMORPHOSIS,Metamorphosis
  239. 194,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0, NPC_PROVOCATION,Provocation
  240. 195,0,6,4,0,0x50,0,10,1,no,0,0x2,0,misc,0, NPC_SMOKING,Smoking
  241. 196,0,0,4,0,0x1,0,10,1,no,0,0x2,0,magic,0, NPC_SUMMONSLAVE,Follower Summons
  242. 197,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0, NPC_EMOTION,Emotion
  243. 198,0,0,4,0,0x1,0,10,1,no,0,0x2,0,magic,0, NPC_TRANSFORMATION,Transformation
  244. 199,9,6,1,7,0x40,0,1,1,no,0,0x2,0,weapon,0, NPC_BLOODDRAIN,Sucking Blood
  245. 200,9,6,1,7,0,0,1,1,no,0,0x2,0,magic,0, NPC_ENERGYDRAIN,Energy Drain
  246. 201,0,0,4,0,0x1,0,1,1,no,0,0x2,0,weapon,0, NPC_KEEPING,Keeping
  247. 202,9,6,1,7,0,0,5,1,no,0,0x2,0,misc,0, NPC_DARKBREATH,Dark Breath
  248. 203,9,6,1,7,0x1,0,10,1,no,0,0x2,0,magic,0, NPC_DARKBLESSING,Dark Blessing
  249. 204,0,0,4,0,0x1,0,1,1,no,0,0x2,0,magic,0, NPC_BARRIER,Barrier
  250. 205,0,0,4,0,0x1,0,1,1,no,0,0x2,0,weapon,0, NPC_DEFENDER,Defender
  251. 206,1,6,1,-1,0x1,0,5,1,no,0,0x2,0,weapon,0, NPC_LICK,Lick
  252. 207,9,0,1,0,0x1,0,10,1,no,0,0x2,0,magic,0, NPC_HALLUCINATION,Hallucination
  253. 208,0,0,4,0,0x1,0,1,1,no,0,0x2,0,magic,0, NPC_REBIRTH,Rebirth
  254. 209,0,0,4,0,0x1,0,10,1,no,0,0x2,0,magic,0, NPC_SUMMONMONSTER,Monster Summons
  255. 210,0,0,0,-1,0,0,10,0,no,0,0,0,weapon,0, RG_SNATCHER,Gank
  256. 211,1,6,1,0,0x1,0,10,1,no,0,0,0,weapon,0, RG_STEALCOIN,Mug
  257. 212,-1,6,1,-1,0x40,0,10,1,no,0,0,0,weapon,0, RG_BACKSTAP,Back Stab
  258. 213,0,0,0,0,0,0,5,0,no,0,0,0,none,0, RG_TUNNELDRIVE,Stalk
  259. 214,0,6,4,-1,0x2,1,5,1,no,0,0,0,weapon,0, RG_RAID,Sightless Mind
  260. 215,1,6,1,0,0x1,0,5,1,no,0,0,0,weapon,0, RG_STRIPWEAPON,Divest Weapon
  261. 216,1,6,1,0,0x1,0,5,1,no,0,0,0,weapon,0, RG_STRIPSHIELD,Divest Shield
  262. 217,1,6,1,0,0x1,0,5,1,no,0,0,0,weapon,0, RG_STRIPARMOR,Divest Armor
  263. 218,1,6,1,0,0x1,0,5,1,no,0,0,0,weapon,0, RG_STRIPHELM,Divest Helm
  264. 219,1,6,1,-1,0,0,5,1,no,0,0,0,weapon,0, RG_INTIMIDATE,Snatch
  265. 220,1,6,2,0,0x1,0,1,1,no,0,0,0,none,0, RG_GRAFFITI,Scribble
  266. 221,0,6,2,0,0x1,0,5,1,no,0,0,0,none,0, RG_FLAGGRAFFITI,Piece
  267. 222,1,6,2,0,0x3,5,1,1,no,0,0,0,none,0, RG_CLEANER,Remover
  268. 223,0,0,0,0,0,1,1,0,no,0,0,0,none,0, RG_GANGSTER,Slyness
  269. 224,0,0,0,0,0,0,5,0,no,0,0,0,none,0, RG_COMPULSION,Haggle
  270. 225,0,0,0,0,0,0,10,0,no,0,0,0,none,0, RG_PLAGIARISM,Intimidate
  271. 226,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0, AM_AXEMASTERY,Axe Mastery
  272. 227,0,0,0,0,0,0,10,0,no,0,0,0,none,0, AM_LEARNINGPOTION,Potion Research
  273. 228,0,6,4,0,0x1,0,10,0,no,0,0,0,none,0, AM_PHARMACY,Prepare Potion
  274. 229,9,6,2,3,0x9,0,5,1,yes,0,0,0,weapon,0, AM_DEMONSTRATION,Bomb
  275. 230,9,6,1,0,0x48,0,5,1,yes,0,0,0,weapon,0, AM_ACIDTERROR,Acid Terror
  276. 231,9,6,16,0,0x1,0,5,1,yes,0,0xC00,0,none,0, AM_POTIONPITCHER,Aid Potion
  277. 232,4,6,2,0,0x1,0,5,1,no,0,0,5,none,0, AM_CANNIBALIZE,Summon Flora
  278. 233,1,6,2,0,0x1,0,5,1,no,0,0,3,none,0, AM_SPHEREMINE,Summon Marine Sphere
  279. 234,1,6,16,0,0x1,0,5,1,yes,0,0,0,weapon,0, AM_CP_WEAPON,Alchemical Weapon
  280. 235,1,6,16,0,0x1,0,5,1,yes,0,0,0,weapon,0, AM_CP_SHIELD,Synthesized Shield
  281. 236,1,6,16,0,0x1,0,5,1,yes,0,0,0,weapon,0, AM_CP_ARMOR,Synthetic Armor
  282. 237,1,6,16,0,0x1,0,5,1,yes,0,0,0,weapon,0, AM_CP_HELM,Biochemical Helm
  283. 238,0,0,0,0,0,0,1,0,no,0,0x1,0,none,0, AM_BIOETHICS,Bioethics
  284. //239,0,0,0,0,0,0,10,0,no,0,0,0,none,0, AM_BIOTECHNOLOGY,Biotechnology
  285. //240,0,0,0,0,0,0,5,0,no,0,0,0,none,0, AM_CREATECREATURE,Life Creation
  286. //241,0,0,0,0,0,0,5,0,no,0,0,0,none,0, AM_CULTIVATION,Cultivation
  287. //242,0,0,0,0,0,0,5,0,no,0,0,0,none,0, AM_FLAMECONTROL,Flame Control
  288. 243,0,0,4,0,0x1,1,1,0,no,0,0,0,none,0, AM_CALLHOMUN,Call Homunculus
  289. 244,0,0,4,0,0x1,0,1,0,no,0,0,0,none,0, AM_REST,Vaporize
  290. //245,0,0,0,0,0,0,10,0,no,0,0,0,none,0, AM_DRILLMASTER,Drillmaster
  291. //246,9,0,0,0,0,0,10,0,no,0,0,0,none,0, AM_HEALHOMUN,Heal Homunculus
  292. 247,9,6,4,0,0x1,1,5,0,no,0,0,0,none,0, AM_RESURRECTHOMUN,Homunculus Resurrection
  293. 248,0,0,0,0,0,0,10,0,no,0,0,0,none,0, CR_TRUST,Faith
  294. 249,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0, CR_AUTOGUARD,Guard
  295. 250,3,6,1,0,0,0,5,1,no,0,0,0,weapon,5:6:7:8:9, CR_SHIELDCHARGE,Smite
  296. 251,3:5:7:9:11,6,1,0,0,0,5,1,no,0,0,0,weapon,0, CR_SHIELDBOOMERANG,Shield Boomerang
  297. 252,0,6,4,0,0,0,10,1,no,0,0,0,weapon,0, CR_REFLECTSHIELD,Shield Reflect
  298. 253,-2,8,1,6,0,0,10,-2,no,0,0,0,weapon,0, CR_HOLYCROSS,Holy Cross
  299. 254,5,6,4,6,0x48,0,10,1,no,33,0x100,0,magic,0, CR_GRANDCROSS,Grand Cross
  300. 255,7:8:9:10:11,6,16,0,0x1,0,5,1,yes,0,0x600,0,none,0, CR_DEVOTION,Sacrifice
  301. 256,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,none,0, CR_PROVIDENCE,Resistant Souls
  302. 257,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0, CR_DEFENDER,Defending Aura
  303. 258,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0, CR_SPEARQUICKEN,Spear Quicken
  304. 259,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0, MO_IRONHAND,Iron Fists
  305. 260,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0, MO_SPIRITSRECOVERY,Spiritual Cadence
  306. 261,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0, MO_CALLSPIRITS,Summon Spirit Sphere
  307. 262,9,6,16,0,0x1,0,1,1,yes,0,0,0,weapon,0, MO_ABSORBSPIRITS,Absorb Spirit Sphere
  308. 263,-1,8,0,-1,0,0,10,-3,no,0,0,0,weapon,0, MO_TRIPLEATTACK,Raging Trifecta Blow
  309. 264,18,6,2,0,0x1,0,1,1,no,0,0,0,none,0, MO_BODYRELOCATION,Snap
  310. 265,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0, MO_DODGE,Dodge
  311. 266,2,6,1,0,0x40,0,5,1,no,0,0,0,weapon,0, MO_INVESTIGATE,Occult Impaction
  312. 267,9,8,1,-1,0,0,5,1:2:3:4:5,no,0,0,0,weapon,0, MO_FINGEROFFENSIVE,Throw Spirit Sphere
  313. 268,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0, MO_STEELBODY,Mental Strength
  314. 269,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0, MO_BLADESTOP,Root
  315. 270,0,6,4,0,0x1,0,5,0,no,0,0,0,weapon,0, MO_EXPLOSIONSPIRITS,Fury
  316. 271,-2,6,1,0,0x60,0,5,1,yes,0,0,0,weapon,0, MO_EXTREMITYFIST,Asura Strike
  317. 272,-2,8,4,-1,0,0,5,-4,no,0,0x200,0,weapon,0, MO_CHAINCOMBO,Raging Quadruple Blow
  318. 273,-2,6,4,-1,0x2,2,5,1,no,0,0x200,0,weapon,0, MO_COMBOFINISH,Raging Thrust
  319. 274,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0, SA_ADVANCEDBOOK,Study
  320. 275,0,6,4,0,0x1,0,5,1,no,0,0,0,magic,0, SA_CASTCANCEL,Cast Cancel
  321. 276,0,6,4,0,0x1,0,5,1,yes,0,0,0,magic,0, SA_MAGICROD,Magic Rod
  322. 277,9,6,1,0,0x1,0,5,1,yes,0,0,0,magic,0, SA_SPELLBREAKER,Spell Breaker
  323. 278,0,0,0,0,0,0,10,0,no,0,0,0,magic,0, SA_FREECAST,Free Cast
  324. 279,0,6,4,0,0x1,0,10,1,yes,0,0,0,magic,0, SA_AUTOSPELL,Hindsight
  325. 280,9,6,16,3,0x1,0,5,1,yes,0,0xC00,0,magic,0, SA_FLAMELAUNCHER,Endow Blaze
  326. 281,9,6,16,1,0x1,0,5,1,yes,0,0xC00,0,magic,0, SA_FROSTWEAPON,Endow Tsunami
  327. 282,9,6,16,4,0x1,0,5,1,yes,0,0xC00,0,magic,0, SA_LIGHTNINGLOADER,Endow Tornado
  328. 283,9,6,16,2,0x1,0,5,1,yes,0,0xC00,0,magic,0, SA_SEISMICWEAPON,Endow Quake
  329. 284,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0, SA_DRAGONOLOGY,Dragonology
  330. 285,2,6,2,3,0x1,0,5,1,yes,0,0,0,magic,0, SA_VOLCANO,Volcano
  331. 286,2,6,2,1,0x1,0,5,1,yes,0,0,0,magic,0, SA_DELUGE,Deluge
  332. 287,2,6,2,4,0x1,0,5,1,yes,0,0,0,magic,0, SA_VIOLENTGALE,Whirlwind
  333. 288,2,6,2,0,0x1,0,5,1,yes,0,0,0,magic,0, SA_LANDPROTECTOR,Magnetic Earth
  334. 289,9,6,1,0,0x1,0:0:0:0:0:-1,5,1,yes,0,0xE00,0,magic,0, SA_DISPELL,Dispell
  335. 290,0,6,4,0,0x1,0,10,1,yes,0,0,0,magic,0, SA_ABRACADABRA,Hocus-pocus
  336. 291,9,6,1,0,0x1,0,1,1,yes,0,0x2,0,magic,0, SA_MONOCELL,Monocell
  337. 292,9,6,1,0,0x1,0,1,1,yes,0,0x2,0,magic,0, SA_CLASSCHANGE,Class Change
  338. 293,0,6,4,0,0x1,0,1,1,yes,0,0x2,0,magic,0, SA_SUMMONMONSTER,Monster Chant
  339. 294,9,6,4,0,0x1,0,1,1,yes,0,0x2,0,magic,0, SA_REVERSEORCISH,Grampus Morph
  340. 295,9,6,1,0,0x1,0,1,1,yes,0,0x2,0,magic,0, SA_DEATH,Grim Reaper
  341. 296,9,6,1,0,0x1,0,1,1,yes,0,0x2,0,magic,0, SA_FORTUNE,Gold Digger
  342. 297,9,6,1,0,0x1,0,1,1,yes,0,0x2,0,magic,0, SA_TAMINGMONSTER,Beastly Hypnosis
  343. 298,9,6,4,0,0x1,0,1,1,yes,0,0x2,0,magic,0, SA_QUESTION,Questioning
  344. 299,9,6,4,0,0x1,0,1,1,yes,0,0x2,0,magic,0, SA_GRAVITY,Gravity
  345. 300,9,6,4,0,0x1,0,1,1,yes,0,0x2,0,magic,0, SA_LEVELUP,Leveling
  346. 301,9,6,4,0,0,0,1,1,yes,0,0x2,0,magic,0, SA_INSTANTDEATH,Suicide
  347. 302,9,6,4,0,0x1,0,1,1,yes,0,0x2,0,magic,0, SA_FULLRECOVERY,Rejuvenation
  348. 303,9,6,4,0,0,0,1,1,yes,0,0x2,0,magic,0, SA_COMA,Coma
  349. 304,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0, BD_ADAPTATION,Amp
  350. 305,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0, BD_ENCORE,Encore
  351. 306,0,6,4,0,0x1,0,1,1,no,0,0x40,0,misc,0, BD_LULLABY,Lullaby
  352. 307,0,6,4,0,0x1,0,5,1,no,0,0x40,0,misc,0, BD_RICHMANKIM,Mental Sensing
  353. 308,0,6,4,0,0x1,0,1,1,no,0,0x40,0,misc,0, BD_ETERNALCHAOS,Down Tempo
  354. 309,0,6,4,0,0x1,0,5,1,no,0,0x40,0,misc,0, BD_DRUMBATTLEFIELD,Battle Theme
  355. 310,0,6,4,0,0x1,0,5,1,no,0,0x40,0,misc,0, BD_RINGNIBELUNGEN,Harmonic Lick
  356. 311,0,6,4,0,0x1,0,1,1,no,0,0x40,0,misc,0, BD_ROKISWEIL,Classical Pluck
  357. 312,0,6,4,0,0x1,0,1,1,no,0,0x40,0,misc,0, BD_INTOABYSS,Power Chord
  358. 313,0,6,4,0,0x1,0,5,1,no,0,0x40,0,misc,0, BD_SIEGFRIED,Acoustic Rhythm
  359. //314,0,0,0,0,0,0,1,1,no,0,0x40,0,misc,0, BD_RAGNAROK,Ragnarok
  360. 315,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0, BA_MUSICALLESSON,Music Lessons
  361. 316,9,6,1,-1,0,0,5,1,no,0,0,0,weapon,0, BA_MUSICALSTRIKE,Melody Strike
  362. 317,0,8,4,0,0x41,0,5,1,no,0,0x20,0,misc,0, BA_DISSONANCE,Unchained Serenade
  363. 318,0,6,4,0,0x3,-1,5,1,no,0,0,0,misc,0, BA_FROSTJOKER,Unbarring Octave
  364. 319,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0, BA_WHISTLE,Perfect Tablature
  365. 320,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0, BA_ASSASSINCROSS,Impressive Riff
  366. 321,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0, BA_POEMBRAGI,Magic Strings
  367. 322,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0, BA_APPLEIDUN,Song of Lutie
  368. 323,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0, DC_DANCINGLESSON,Dance Lessons
  369. 324,9,6,1,-1,0,0,5,1,no,0,0,0,weapon,0, DC_THROWARROW,Slinging Arrow
  370. 325,0,8,4,0,0x1,0,5,1,no,0,0x20,0,misc,0, DC_UGLYDANCE,Hip Shaker
  371. 326,0,6,4,0,0x3,-1,5,1,no,0,0,0,misc,0, DC_SCREAM,Dazzler
  372. 327,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0, DC_HUMMING,Focus Ballet
  373. 328,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0, DC_DONTFORGETME,Slow Grace
  374. 329,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0, DC_FORTUNEKISS,Lady Luck
  375. 330,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0, DC_SERVICEFORYOU,Gypsy's Kiss
  376. 331,0,6,4,0,0x1,0,10,0,no,0,0x2,0,none,0, NPC_RANDOMMOVE,Random Move
  377. 332,0,6,4,0,0x1,0,10,0,no,0,0x2,0,none,0, NPC_SPEEDUP,Speed UP
  378. 333,0,6,4,0,0x1,0,1,0,no,0,0x2,0,none,0, NPC_REVENGE,Revenge
  379. 334,9,6,4,0,0x1,0,1,1,yes,0,0x4,0,none,0, WE_MALE,I Will Protect You
  380. 335,9,6,4,0,0x1,0,1,1,yes,0,0x4,0,none,0, WE_FEMALE,I Look up to You
  381. 336,9,6,4,0,0x1,3,1,1,yes,0,0x4,1,none,0, WE_CALLPARTNER,I miss You
  382. 337,9,6,1,-1,0,0,1,1,no,0,0x2,0,weapon,0, ITM_TOMAHAWK,Throw Tomahawk
  383. 338,-1,8,1,7,0,0,10,-2,no,0,0x2,0,weapon,0, NPC_DARKCROSS,Cross of Darkness
  384. 339,5,6,4,7,0x48,0,10,1,no,33,0x102,0,magic,0, NPC_GRANDDARKNESS,Grand cross of Darkness
  385. 340,9,8,1,7,0,0,10,1:1:2:2:3:3:4:4:5:5,yes,0,0x2,0,magic,0, NPC_DARKSTRIKE,Soul Strike of Darkness
  386. 341,9,8,1,7,0,0,10,3:4:5:6:7:8:9:10:11:12,yes,0,0x2,0,magic,2:3:3:4:4:5:5:6:6:7, NPC_DARKTHUNDER,Darkness Jupitel
  387. 342,9,6,1,0,0x1,0,1,0,no,0,0x2,0,none,0, NPC_STOP,Stop
  388. 343,9,6,1,-1,0,0,10,1,no,0,0x2,0,weapon,0, NPC_WEAPONBRAKER,Break weapon
  389. 344,9,6,1,-1,0,0,10,1,no,0,0x2,0,weapon,0, NPC_ARMORBRAKE,Break armor
  390. 345,9,6,1,-1,0,0,10,1,no,0,0x2,0,weapon,0, NPC_HELMBRAKE,Break helm
  391. 346,9,6,1,-1,0,0,10,1,no,0,0x2,0,weapon,0, NPC_SHIELDBRAKE,Break shield
  392. 347,-9,6,1,9,0,0,10,1,no,0,0x2,0,weapon,0, NPC_UNDEADATTACK,Undead Element Attack
  393. 348,9,0,1,9,0x1,0,5,1,no,0,0x2,0,magic,0, NPC_CHANGEUNDEAD,Undead Attribute Change
  394. 349,0,6,4,0,0x1,0,10,0,no,0,0x2,0,weapon,0, NPC_POWERUP,Power Up
  395. 350,0,6,4,0,0x1,0,10,0,no,0,0x2,0,none,0, NPC_AGIUP,Agility UP
  396. 351,0,0,0,0,0x1,0,1,0,no,0,0x2,0,none,0, NPC_SIEGEMODE,Siege Mode
  397. 352,2,0,4,0,0x1,0,1,0,no,0,0x2,0,none,0, NPC_CALLSLAVE,Recall Slaves
  398. 353,0,0,0,0,0x1,0,1,0,no,0,0x2,0,none,0, NPC_INVISIBLE,Invisible
  399. 354,2,6,4,0,0x1,0,20,0,no,0,0x2,0,misc,0, NPC_RUN,Run
  400. 355,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0, LK_AURABLADE,Aura Blade
  401. 356,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0, LK_PARRYING,Parrying
  402. 357,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0, LK_CONCENTRATION,Concentration
  403. 358,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0, LK_TENSIONRELAX,Relax
  404. 359,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0, LK_BERSERK,Frenzy
  405. //360,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0, LK_FURY,Fury
  406. 361,9,6,16,0,0x3,1,5,1,yes,0,0,0,magic,0, HP_ASSUMPTIO,Assumptio
  407. 362,4,6,4,0,0x1,0,5,1,yes,0,0,0,magic,2, HP_BASILICA,Basilica
  408. 363,0,0,0,0,0,0,10,0,no,0,0,0,magic,0, HP_MEDITATIO,Meditatio
  409. 364,0,0,0,0,0,0,10,1,no,0,0,0,magic,0, HW_SOULDRAIN,Soul Drain
  410. 365,9,8,1,-1,0,0,1,1,yes,0,0,0,weapon,0, HW_MAGICCRASHER,Stave Crasher
  411. 366,0,6,4,0,0x1,0,10,1,no,0,0,0,magic,0, HW_MAGICPOWER,Mystical Amplification
  412. 367,9,8,1,0,0xD0,0,5,1,no,0,0,0,misc,0, PA_PRESSURE,Gloria Domini
  413. 368,0,6,4,0,0x61,0,5,1,yes,0,0,0,weapon,0, PA_SACRIFICE, Martyr's Reckoning
  414. 369,0,6,4,0,0x41,0,10,1,yes,0,0,0,misc,0, PA_GOSPEL,Battle Chant
  415. 370,-2,6,1,-1,0,0,5,1,yes,0,0,0,weapon,3, CH_PALMSTRIKE,Raging Palm Strike
  416. 371,-2,8,4,-1,0,0,5,1,no,0,0x200,0,weapon,0, CH_TIGERFIST,Glacier Fist
  417. 372,-2,8,4,-1,0,0,10,-1:-1:-2:-2:-3:-3:-4:-4:-5:-5,no,0,0x200,0,weapon,0, CH_CHAINCRUSH,Chain Crush Combo
  418. 373,0,6,4,0,0x1,0,5,1,no,0,0,0,magic,0, PF_HPCONVERSION,Indulge
  419. 374,9,6,1,0,0x1,0,1,1,yes,0,0xE00,0,none,0, PF_SOULCHANGE,Soul Exhale
  420. 375,9,6,1,0,0x98,0,5,1,yes,0,0,0,magic,0, PF_SOULBURN,Soul Siphon
  421. 376,0,0,0,0,0x1,0,5,1,no,0,0,0,weapon,0, ASC_KATAR,Advanced Katar Mastery
  422. //377,0,0,4,0,0x1,0,10,1,no,0,0,0,misc,0, ASC_HALLUCINATION,Hallucination Walk
  423. 378,0,6,4,5,0x1,0,5,1,no,0,0,0,weapon,0, ASC_EDP,Enchant Deadly Poison
  424. 379,9,6,1,-1,0x8,0,10,1,yes,0,0,0,weapon,0, ASC_BREAKER,Soul Destroyer
  425. 380,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0, SN_SIGHT,Falcon Eyes
  426. 381,5,8,1,0,0x40,0,5,1,yes,0,0,0,misc,0, SN_FALCONASSAULT,Falcon Assault
  427. 382,9,8,1,-1,0,2,5,1,yes,0,0,13,weapon,0, SN_SHARPSHOOTING,Focused Arrow Strike
  428. 383,0,6,4,0,0x3,-1,10,1,yes,0,0,0,weapon,0, SN_WINDWALK,Wind Walker
  429. 384,0,0,4,0,0x1,0,10,1,yes,0,0,0,weapon,0, WS_MELTDOWN,Shattering Strike
  430. //385,0,0,4,0,0x1,0,1,1,yes,0,0,0,none,0, WS_CREATECOIN,Create Coins
  431. //386,0,0,4,0,0x1,0,1,1,yes,0,0,0,none,0, WS_CREATENUGGET,Create Nuggets
  432. 387,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0, WS_CARTBOOST,Cart Boost
  433. //388,9,6,2,0,0x1,0,5,1,no,0,0,0,none,0, WS_SYSTEMCREATE,Auto Attack System
  434. 389,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0, ST_CHASEWALK,Stealth
  435. 390,0,0,4,0,0,0,5,1,yes,0,0,0,weapon,0, ST_REJECTSWORD,Counter Instinct
  436. //391,0,0,4,0,1,0,1,1,yes,0,0,0,magic,0, ST_STEALBACKPACK,Steal Backpack
  437. 392,0,0,4,0,0x1,0,1,1,yes,0,0,0,none,0, CR_ALCHEMY,Alchemy
  438. 393,0,0,4,0,0x1,0,1,1,yes,0,0,0,none,0, CR_SYNTHESISPOTION,Potion Synthesis
  439. 394,9,8,1,-1,0,0,10,-9,yes,0,0,0,weapon,0, CG_ARROWVULCAN,Vulcan Arrow
  440. 395,0,0,4,0,0x1,3,1,1,yes,0,0x40,0,misc,2, CG_MOONLIT,Sheltering Bliss
  441. 396,1,6,16,0,0x1,0,1,1,yes,0,0x600,0,none,0, CG_MARIONETTE,Marionette Control
  442. 397,5,8,1,-1,0x20,0,5,5,no,0,0,0,weapon,0, LK_SPIRALPIERCE,Spiral Pierce
  443. 398,4,6,1,-1,0,0,5,1,no,0,0,0,weapon,0, LK_HEADCRUSH,Traumatic Blow
  444. 399,4,6,1,-1,0,0,10,1,no,0,0,0,weapon,0, LK_JOINTBEAT,Vital Strike
  445. 400,9,8,1,8,0x6,1,5,1:2:3:4:5,yes,0,0,0,magic,0, HW_NAPALMVULCAN,Napalm Vulcan
  446. 401,0,6,4,0,0x1,0,1,1,yes,0,0,0,none,0, CH_SOULCOLLECT,Zen
  447. 402,9,6,1,0,0x1,0,5,1,no,0,0,0,none,0, PF_MINDBREAKER,Mind Breaker
  448. 403,0,0,4,0,0x1,0,1,1,yes,0,0,0,magic,0, PF_MEMORIZE,Foresight
  449. 404,9,6,2,2,0x1,0,5,1,yes,0,0x100,2,magic,0, PF_FOGWALL,Blinding Mist
  450. 405,7,6,1,0,0x1,0,1,1,no,0,0,3,magic,0, PF_SPIDERWEB,Fiber Lock
  451. 406,0,6,4,-1,0xA,2,10,1,no,33,0,0,weapon,0, ASC_METEORASSAULT,Meteor Assault
  452. 407,0,6,4,0,0x1,0,1,0,no,0,0,0,none,0, ASC_CDP,Create Deadly Poison
  453. 408,9,6,4,0,0x1,0,1,1,yes,0,0x4,0,none,0, WE_BABY,Baby
  454. 409,9,6,4,0,0x1,3,1,1,yes,0,0x4,1,none,0, WE_CALLPARENT,Call Parent
  455. 410,9,6,4,0,0x1,3,1,1,yes,0,0x4,1,none,0, WE_CALLBABY,Call Baby
  456. 411,0,6,4,0,0x1,0,10,1,yes,0,0,0,misc,4, TK_RUN,Running
  457. 412,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0, TK_READYSTORM,Tornado Stance
  458. 413,-2,8,4,-1,0x2,2,7,-3,no,0,0x200,0,weapon,0, TK_STORMKICK,Tornado Kick
  459. 414,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0, TK_READYDOWN,Heel Drop Stance
  460. 415,-2,8,4,-1,0,0,7,-3,no,0,0x200,0,weapon,0, TK_DOWNKICK,Heel Drop
  461. 416,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0, TK_READYTURN,Roundhouse Stance
  462. 417,-2,8,4,-1,0x2,1,7,-3,no,0,0x200,0,weapon,2, TK_TURNKICK,Roundhouse Kick
  463. 418,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0, TK_READYCOUNTER,Counter Kick Stance
  464. 419,-2,8,4,-1,0x40,0,7,-3,no,0,0x200,0,weapon,0, TK_COUNTER,Counter Kick
  465. 420,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0, TK_DODGE,Tumbling
  466. 421,9,8,1,-1,0,0,7,-3,no,0,0,0,weapon,0, TK_JUMPKICK,Flying Kick
  467. 422,0,0,0,0,0,1,10,0,no,0,0,0,none,0, TK_HPTIME,Peaceful Break
  468. 423,0,0,0,0,0,1,10,0,no,0,0,0,none,0, TK_SPTIME,Happy Break
  469. 424,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0, TK_POWER,Kihop
  470. 425,0,6,4,2:4:1:3:8:7:6,0x1,0,7,1,no,0,0,0,weapon,0, TK_SEVENWIND,Mild Wind
  471. 426,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0, TK_HIGHJUMP,Taekwon Jump
  472. 427,0,6,4,0,0x1,0,3,1,yes,0,0,0,magic,0, SG_FEEL,Feeling the Sun Moon and Stars
  473. 428,1,6,4,-1,0x2,1,3,1,yes,0,0,0,weapon,2, SG_SUN_WARM,Warmth of the Sun
  474. 429,1,6,4,-1,0x2,1,3,1,yes,0,0,0,weapon,2, SG_MOON_WARM,Warmth of the Moon
  475. 430,1,6,4,-1,0x2,1,3,1,yes,0,0,0,weapon,2, SG_STAR_WARM,Warmth of the Stars
  476. 431,0,0,4,0,0x1,0,4,1,yes,0,0,0,magic,0, SG_SUN_COMFORT,Comfort of the Sun
  477. 432,0,0,4,0,0x1,0,4,1,yes,0,0,0,magic,0, SG_MOON_COMFORT,Comfort of the Moon
  478. 433,0,0,4,0,0x1,0,4,1,yes,0,0,0,magic,0, SG_STAR_COMFORT,Comfort of the Stars
  479. 434,10,6,1,0,0x1,0,3,1,yes,0,0,0,magic,0, SG_HATE,Hatred of the Sun Moon and Stars
  480. 435,0,0,0,0,0,0,3,0,no,0,0,0,none,0, SG_SUN_ANGER,Anger of the Sun
  481. 436,0,0,0,0,0,0,3,0,no,0,0,0,none,0, SG_MOON_ANGER,Anger of the Moon
  482. 437,0,0,0,0,0,0,3,0,no,0,0,0,none,0, SG_STAR_ANGER,Anger of the Stars
  483. 438,0,0,0,0,0,0,5,0,no,0,0,0,none,0, SG_SUN_BLESS,Blessing of the Sun
  484. 439,0,0,0,0,0,0,5,0,no,0,0,0,none,0, SG_MOON_BLESS,Blessing of the Moon
  485. 440,0,0,0,0,0,0,5,0,no,0,0,0,none,0, SG_STAR_BLESS,Blessing of the Stars
  486. 441,0,0,0,0,0,0,10,0,no,0,0,0,none,0, SG_DEVIL,Demon of the Sun Moon and Stars
  487. 442,0,0,0,0,0,0,3,0,no,0,0,0,none,0, SG_FRIEND,Friend of the Sun Moon and Stars
  488. 443,0,0,0,0,0,0,10,0,no,0,0,0,none,0, SG_KNOWLEDGE,Knowledge of the Sun Moon and Stars
  489. 444,0,6,4,0,0x1,0,1,1,no,0,0,0,misc,0, SG_FUSION,Union of the Sun Moon and Stars
  490. 445,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0, SL_ALCHEMIST,Spirit of the Alchemist
  491. 446,9,6,16,0,0x1,0,1,1,yes,0,0xC08,0,none,0, AM_BERSERKPITCHER,Aid Berserk Potion
  492. 447,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0, SL_MONK,Spirit of the Monk
  493. 448,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0, SL_STAR,Spirit of the Star Gladiator
  494. 449,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0, SL_SAGE,Spirit of the Sage
  495. 450,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0, SL_CRUSADER,Spirit of the Crusader
  496. 451,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0, SL_SUPERNOVICE,Spirit of the Supernovice
  497. 452,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0, SL_KNIGHT,Spirit of the Knight
  498. 453,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0, SL_WIZARD,Spirit of the Wizard
  499. 454,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0, SL_PRIEST,Spirit of the Priest
  500. 455,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0, SL_BARDDANCER,Spirit of the Artist
  501. 456,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0, SL_ROGUE,Spirit of the Rogue
  502. 457,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0, SL_ASSASIN,Spirit of the Assasin
  503. 458,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0, SL_BLACKSMITH,Spirit of the Blacksmith
  504. 459,0,6,4,0,0x3,-1,1,1,no,0,0x8,0,weapon,0 , BS_ADRENALINE2,Advanced Adrenaline Rush
  505. 460,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0, SL_HUNTER,Spirit of the Hunter
  506. 461,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0, SL_SOULLINKER,Spirit of the Soul Linker
  507. 462,9,6,16,0,0x1,0,7,1,yes,0,0,0,magic,0, SL_KAIZEL,Kaizel
  508. 463,9,6,16,0,0x1,0,7,1,yes,0,0,0,magic,0, SL_KAAHI,Kaahi
  509. 464,9,6,16,0,0x1,0,3,1,yes,0,0,0,magic,0, SL_KAUPE,Kaupe
  510. 465,9,6,16,0,0x1,0,7,1,yes,0,0,0,magic,0, SL_KAITE,Kaite
  511. 466,0,0,0,0,0,0,7,0,yes,0,0,0,magic,0, SL_KAINA,Kaina
  512. 467,9,6,1,-2,0,0,7,1,no,0,0,0,magic,2, SL_STIN,Estin
  513. 468,9,6,1,-2,0,0,7,1,no,0,0,0,magic,0, SL_STUN,Estun
  514. 469,9,8,1,-2,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,magic,0, SL_SMA,Esma
  515. 470,9,6,1,0,0x1,0,7,1,no,0,0,0,magic,0, SL_SWOO,Eswoo
  516. 471,9,6,1,0,0x1,0,3,1,no,0,0,0,magic,0, SL_SKE,Eske
  517. 472,9,6,1,0,0x1,0,3,1,no,0,0,0,magic,0, SL_SKA,Eska
  518. 473,0,6,4,0,0,0,1,1,no,0,0,0,none,0, SM_SELFPROVOKE,Provoke Self
  519. 474,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0, NPC_EMOTION_ON,Emotion ON
  520. 475,0,0,4,0,0x1,0,1,1,yes,0,0,0,none,0, ST_PRESERVE,Preserve
  521. 476,1,6,1,0,0x1,0,5,1,yes,0,0,0,weapon,0, ST_FULLSTRIP,Divest All
  522. 477,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0, WS_WEAPONREFINE,Upgrade Weapon
  523. 478,3,6,2,0,0x3,3,10,1,no,0,0,0,none,0, CR_SLIMPITCHER,Aid Condensed Potion
  524. 479,1,6,16,0,0x1,0,5,1,yes,0,0,0,weapon,0, CR_FULLPROTECTION,Full Protection
  525. 480,5,8,1,0,0,0,5,5,no,0,0,0,weapon,0, PA_SHIELDCHAIN,Shield Chain
  526. 481,0,0,0,0,0,0,5,0,no,0,0,0,none,0, HP_MANARECHARGE,Mana Recharge
  527. 482,0,6,4,0,0x1,0,5,1,no,0,0,0,magic,0, PF_DOUBLECASTING,Double Casting
  528. 483,16,6,2,0,0x1,1:2:3:4:5,1,1,no,0,0,0,none,0, HW_GANBANTEIN,Ganbantein
  529. 484,9,6,2,2,0x91,0,5,1,yes,0,0,0,misc,0, HW_GRAVITATION,Gravitation Field
  530. 485,-2,6,1,-1,0x8,0,10,1,no,0,0,0,weapon,0, WS_CARTTERMINATION,Cart Termination
  531. 486,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0, WS_OVERTHRUSTMAX,Maximum Power Thrust
  532. 487,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0, CG_LONGINGFREEDOM,Longing for Freedom
  533. 488,0,6,4,0,0x1,1,5,1,no,0,0x40,0,misc,0, CG_HERMODE,Wand of Hermode
  534. 489,9,6,1,0,0x41,0,5,1,no,0,0,0,misc,0, CG_TAROTCARD,Tarot Card of Fate
  535. 490,9,8,1,0,0x40,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,misc,0, CR_ACIDDEMONSTRATION,Acid Demonstration
  536. 491,1,6,2,0,0x1,0,2,1,no,0,0,0,none,0, CR_CULTIVATION,Plant Cultivation
  537. 492,0,6,4,0:1:2:3:4:5:6:7:8:9,0x1,0,10,1,no,0,0x2,0,none,0, ITEM_ENCHANTARMS,Weapon Enchantment
  538. 493,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0, TK_MISSION,Taekwon Mission
  539. 494,9,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0, SL_HIGH,Spirit of Rebirth
  540. 495,0,6,4,0,0x1,0,1,1,no,0,0x8,0,weapon,0, KN_ONEHAND,Onehand Quicken
  541. 496,0,6,4,0,0x1,0,1,0,no,0,0x8,0,none,0, AM_TWILIGHT1,Twilight Alchemy 1
  542. 497,0,6,4,0,0x1,0,1,0,no,0,0x8,0,none,0, AM_TWILIGHT2,Twilight Alchemy 2
  543. 498,0,6,4,0,0x1,0,1,0,no,0,0x8,0,none,0, AM_TWILIGHT3,Twilight Alchemy 3
  544. 499,-9,8,4,-1,0,0,1,2,no,0,0x208,0,weapon,0, HT_POWER,Beast Strafing
  545. 500,0,6,4,0,0x40,0,5,1,no,0,0,0,misc,0, GS_GLITTERING,Flip the Coin
  546. 501,9,6,1,-1,0x50,0,1,1,no,0,0,0,misc,0, GS_FLING,Fling
  547. 502,-9,8,1,-1,0,0,1,3,no,0,0,0,weapon,0, GS_TRIPLEACTION,Triple Action
  548. 503,-9,6,1,-1,0x8,0,1,1,no,0,0,0,weapon,0, GS_BULLSEYE,Bulls Eye
  549. 504,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0, GS_MADNESSCANCEL,Madness Canceller
  550. 505,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0, GS_ADJUSTMENT,AdJustment
  551. 506,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0, GS_INCREASING,Increasing Accuracy
  552. 507,-9,6,1,8,0,0,1,1,no,0,0,0,weapon,0, GS_MAGICALBULLET,Magical Bullet
  553. 508,-9,6,1,-1,0x1,0,1,1,no,0,0,0,weapon,0, GS_CRACKER,Cracker
  554. 509,0,0,0,0,0,0,10,0,no,0,0,0,none,0, GS_SINGLEACTION,Single Action
  555. 510,0,0,0,0,0,0,10,0,no,0,0,0,none,0, GS_SNAKEEYE,Snake Eye
  556. 511,-9,8,0,-1,0,0,10,2,no,0,0,0,weapon,0, GS_CHAINACTION,Chain Action
  557. 512,-9,6,1,-1,0,0,10,1,yes,0,0,0,weapon,0, GS_TRACKING,Tracking
  558. 513,-9,6,1,-1,0,0,5,1,no,0,0,0,weapon,0, GS_DISARM,Disarm
  559. 514,-9,6,1,-1,0x20,0,5,1,no,0,0,0,weapon,0, GS_PIERCINGSHOT,Piercing Shot
  560. 515,-9,8,1,-1,0,0,10,5,no,0,0,0,weapon,0, GS_RAPIDSHOWER,Rapid Shower
  561. 516,0,8,4,-1,0x2,3,10,1,no,0,0,0,weapon,0, GS_DESPERADO,Desperado
  562. 517,0,6,4,-1,0x1,0,10,1,no,0,0,0,weapon,0, GS_GATLINGFEVER,Gatling Fever
  563. 518,2,6,1,-1,0,0,10,1,no,0,0,0,weapon,5, GS_DUST,Dust
  564. 519,-9,6,1,-1,0,0,10,1,yes,0,0,0,weapon,0, GS_FULLBUSTER,Full Buster
  565. 520,-9,6,1,-1,0x2,1:1:1:2:2:2:3:3:3:4,10,1,no,0,0,0,weapon,0, GS_SPREADATTACK,Spread Attack
  566. 521,-9,6,2,-1,0x40,1,10,1,no,0,0,0,weapon,3, GS_GROUNDDRIFT,Ground Drift
  567. 522,0,0,0,0,0,0,10,1,no,0,0,0,weapon,0, NJ_TOBIDOUGU,Shuriken Training
  568. 523,9,6,1,-1,0x40,0,10,1,no,0,0,0,weapon,0, NJ_SYURIKEN,Throw Shuriken
  569. 524,9,8,1,-1,0x40,0,5,3,no,0,0,0,weapon,0, NJ_KUNAI,Throw Kunai
  570. 525,9,8,1,-1,0x6,1,5,-3:-3:-4:-4:-5,yes,0,0,0,weapon,0, NJ_HUUMA,Throw Huuma Shuriken
  571. 526,9,6,1,0,0x50,0,10,1,no,0,0,0,misc,0, NJ_ZENYNAGE,Throw Zeny
  572. 527,0,6,4,-1,0,0,5,1,no,0,0,0,weapon,3, NJ_TATAMIGAESHI,Improvised Defense
  573. 528,-1,6,1,-1,0,0,10,1,no,0,0,0,weapon,0, NJ_KASUMIKIRI,Vanishing Slash
  574. 529,7:9:11:13:15,6,2,0,0x1,0,5,1,no,0,0,0,none,0, NJ_SHADOWJUMP,Shadow Leap
  575. 530,7:9:11:13:15,6,1,-1,0,0,5,1,no,0,0,0,weapon,0, NJ_KIRIKAGE,Shadow Slash
  576. 531,0,6,4,0,0x1,0,5,1,no,0,0,0,none,7, NJ_UTSUSEMI,Cicada Skin Sheeding
  577. 532,0,6,4,0,0x1,0,10,1,yes,0,0,0,magic,0, NJ_BUNSINJYUTSU,Mirror Image
  578. 533,0,0,0,0,0,0,10,0,no,0,0,0,none,0, NJ_NINPOU,Spirit of the Blade
  579. 534,9,8,1,3,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,magic,0, NJ_KOUENKA,Crimson Fire Petal
  580. 535,0,8,4,3,0,0,10,1,yes,0,0,0,magic,1, NJ_KAENSIN,Crimson Fire Formation
  581. 536,9,8,1,3,0x2,2,5,3,yes,0,0,0,magic,0, NJ_BAKUENRYU,Raging Fire Dragon
  582. 537,9,8,1,1,0,0,10,3:4:5:6:7:8:9:10:11:12,yes,0,0,0,magic,0, NJ_HYOUSENSOU,Spear of Ice
  583. 538,9,6,2,1,0x1,0,10,1,yes,0,0,0,magic,0, NJ_SUITON,Hidden Water
  584. 539,0,6,4,1,0x2,3,5,1,yes,0,0,0,magic,0, NJ_HYOUSYOURAKU,Ice Meteor
  585. 540,9,8,1,4,0,0,10,1:2:2:3:3:4:4:5:5:6,yes,0,0,0,magic,0, NJ_HUUJIN,Wind Blade
  586. 541,9,6,4,4,0x2,2:2:3:3:4,5,1,yes,0,0,0,magic,0, NJ_RAIGEKISAI,Lightning Strike of Destruction
  587. 542,9,8,1,4,0,3,5,1,yes,0,0,5:6:7:8:9,magic,0, NJ_KAMAITACHI,Kamaitachi
  588. 543,0,6,4,0,0x1,0,5,1,yes,0,0,0,none,0, NJ_NEN,Soul
  589. 544,-5,6,1,0,0x40,0,10,1,no,0,0,0,weapon,0, NJ_ISSEN,Final Strike
  590. // Additional NPC Skills (Episode 11.3)
  591. 653,0,8,4,0,0x6,5:7:9:11:13:5:7:9:11:13,10,1,no,0,0x2,0,magic,0, NPC_EARTHQUAKE,Earthquake
  592. 654,9,6,1,3,0,5,10,1,no,0,0x2,14,weapon,0, NPC_FIREBREATH,Fire Breath
  593. 655,9,6,1,1,0,5,10,1,no,0,0x2,14,weapon,0, NPC_ICEBREATH,Ice Breath
  594. 656,9,6,1,4,0,5,10,1,no,0,0x2,14,weapon,0, NPC_THUNDERBREATH,Thunder Breath
  595. 657,9,6,1,5,0,5,10,1,no,0,0x2,14,weapon,0, NPC_ACIDBREATH,Acid Breath
  596. 658,9,6,1,7,0,5,10,1,no,0,0x2,14,weapon,0, NPC_DARKNESSBREATH,Darkness Breath
  597. 659,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0, NPC_DRAGONFEAR,Dragon Fear
  598. 660,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0, NPC_BLEEDING,Bleeding
  599. 661,0,6,4,0,0x2,7,5,1,no,0,0x2,0,weapon,7, NPC_PULSESTRIKE,Pulse Strike
  600. 662,0,6,4,0,0x2,14,10,1,no,0,0x2,0,weapon,0, NPC_HELLJUDGEMENT,Hell's Judgement
  601. 663,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0, NPC_WIDESILENCE,Wide Silence
  602. 664,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0, NPC_WIDEFREEZE,Wide Freeze
  603. 665,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0, NPC_WIDEBLEEDING,Wide Bleeding
  604. 666,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0, NPC_WIDESTONE,Wide Petrify
  605. 667,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0, NPC_WIDECONFUSE,Wide Confusion
  606. 668,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0, NPC_WIDESLEEP,Wide Sleep
  607. 669,0,6,4,3,0x3,5,1,1,no,0,0x2,0,magic,0, NPC_WIDESIGHT,Wide Sight
  608. 670,9,6,2,7,0x91,0,10,1,no,0,0x2,0,magic,0, NPC_EVILLAND,Evil Land
  609. 671,0,6,4,0,0x1,0,5,1,no,0,0x2,0,magic,0, NPC_MAGICMIRROR,Magic Mirror
  610. 672,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0, NPC_SLOWCAST,Slow Cast
  611. 673,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0, NPC_CRITICALWOUND,Critical Wounds
  612. 674,-9,6,1,-1,0x1,0,1,1,no,0,0x2,0,none,0, NPC_EXPULSION,Expulsion
  613. 675,0,6,4,0,0x1,0,5,1,no,0,0x2,0,magic,0, NPC_STONESKIN,Stone Skin
  614. 676,0,6,4,0,0x1,0,5,1,no,0,0x2,0,magic,0, NPC_ANTIMAGIC,Anti Magic
  615. 677,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0, NPC_WIDECURSE,Wide Curse
  616. 678,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0, NPC_WIDESTUN,Wide Stun
  617. 679,0,6,4,0,0x2,5:7:9:11:13:13:13:13:13:13,10,1,no,0,0x2,0,weapon,0, NPC_VAMPIRE_GIFT,Vampire Gift
  618. 680,0,6,4,0,0x3,5:7:9:11:13:13:13:13:13:13,10,1,no,0,0x2,0,none,0, NPC_WIDESOULDRAIN,Wide Soul Drain
  619. // Cash Shop Skill
  620. 681,0,0,0,0,0,0,10,0,no,0,0x1,0,none,0, ALL_INCCARRY,Increase Weight Limit R
  621. // Additional NPC skill (Episode 12)
  622. 682,0,0,4,0,0x1,0,1,1,no,0,0x2,0,none,0, NPC_TALK,Talk
  623. 683,-9,6,1,-1,0,0,1,1,no,0,0x2,0,none,0, NPC_HELLPOWER,Hell Power
  624. 684,0,6,4,0,0x3,-1,1,1,no,0,0x2,0,none,0, NPC_WIDEHELLDIGNITY,Hell Dignity
  625. 685,0,0,4,0,0x1,0,1,1,no,0,0x2,0,none,0, NPC_INVINCIBLE,Invincible
  626. 686,0,0,4,0,0x1,0,1,1,no,0,0x2,0,none,0, NPC_INVINCIBLEOFF,Invincible off
  627. 687,0,6,4,0,0x1,0,1,1,yes,0,0x2,0,none,0, NPC_ALLHEAL,Full Heal
  628. // Additional Skill (??)
  629. //688,0,0,0,0,0,0,9,0,no,0,0,0,none,0, GM_SANDMAN,GM Sandman
  630. 689,0,6,4,0,0x3,-1,10,1,yes,0,0x2,0,magic,0, CASH_BLESSING,Party Blessing
  631. 690,0,6,4,0,0x3,-1,10,1,yes,0,0x2,0,magic,0, CASH_INCAGI,Party Increase AGI
  632. 691,0,6,4,0,0x3,-1,5,1,yes,0,0x2,0,magic,0, CASH_ASSUMPTIO,Party Assumptio
  633. //692,0,0,0,0,0,0,9,0,no,0,0x2,0,none,0, ALL_CATCRY,Cat Cry
  634. //693,0,0,0,0,0,0,9,0,no,0,0x2,0,none,0, ALL_PARTYFLEE,Party Flee
  635. //694,0,0,0,0,0,0,9,0,no,0,0x2,0,none,0, ALL_ANGEL_PROTECT,Angel's Protection
  636. //695,0,0,0,0,0,0,9,0,no,0,0x2,0,none,0, ALL_DREAM_SUMMERNIGHT,Summer Night Dream
  637. //696,0,0,0,0,0,0,9,0,no,0,0x2,0,none,0, NPC_CHANGEUNDEAD2,Change Undead
  638. //697,9,6,4,0,0x1,0,1,1,yes,0,0x2,0,magic,0, ALL_REVERSEORCISH,Reverse Orcish
  639. 698,0,6,4,0,0x01,0,1,1,no,0,0x2,0,none,0, ALL_WEWISH,Christmas Carol
  640. //699,0,0,0,0,0,0,9,0,no,0,0x2,0,none,0, ALL_SONKRAN,ALL_SONKRAN
  641. 1001,9,6,1,-1,0,0,1,1,no,0,0x1,0,weapon,0, KN_CHARGEATK,Charge Attack
  642. 1002,0,6,4,0,0x1,0,1,0,no,0,0x1,0,weapon,2, CR_SHRINK,Shrink
  643. 1003,0,0,0,0,0,0,1,0,no,0,0x1,0,weapon,0, AS_SONICACCEL,Sonic Acceleration
  644. 1004,9,8,1,0,0x8,0,1,1,no,0,0x1,0,weapon,0, AS_VENOMKNIFE,Throw Venom Knife
  645. 1005,1,6,1,0,0x1,0,1,1,no,0,0x1,0,weapon,0, RG_CLOSECONFINE,Close Confine
  646. 1006,0,6,4,3,0,2,1,1,yes,0,0x1,0,magic,3, WZ_SIGHTBLASTER,Sight Blaster
  647. 1007,0,6,4,0,0x1,0,1,0,no,0,0x1,0,none,0, SA_CREATECON,Create Elemental Converter
  648. 1008,9,6,1,1,0x1,0,1,1,yes,0,0x1,0,magic,0, SA_ELEMENTWATER,Elemental Change Water
  649. 1009,-9,6,1,0,0,0,1,1,no,0,0x1,0,weapon,3, HT_PHANTASMIC,Phantasmic Arrow
  650. 1010,9,6,1,0,0x1,0,1,0,no,0,0x1,0,misc,0, BA_PANGVOICE,Pang Voice
  651. 1011,9,6,1,0,0x1,0,1,0,no,0,0x1,0,misc,0, DC_WINKCHARM,Wink of Charm
  652. 1012,0,0,0,0,0,0,1,0,no,0,0x1,0,weapon,0, BS_UNFAIRLYTRICK,Unfair Trick
  653. 1013,0,6,4,0,0x3,2,1,0,no,0,0x1,0,weapon,0, BS_GREED,Greed
  654. 1014,0,6,4,6,0x3,14,1,0,yes,0,0x1,0,magic,0, PR_REDEMPTIO,Redemptio
  655. 1015,9,6,16,0,0x1,0,1,1,no,0,0x401,0,weapon,0, MO_KITRANSLATION,Ki Translation
  656. 1016,-1,6,1,-1,0x2,1,1,1,no,0,0x1,0,weapon,5, MO_BALKYOUNG,Ki Explosion
  657. 1017,9,6,1,2,0x1,0,1,1,yes,0,0x1,0,magic,0, SA_ELEMENTGROUND,Elemental Change Earth
  658. 1018,9,6,1,3,0x1,0,1,1,yes,0,0x1,0,magic,0, SA_ELEMENTFIRE,Elemental Change Fire
  659. 1019,9,6,1,4,0x1,0,1,1,yes,0,0x1,0,magic,0, SA_ELEMENTWIND,Elemental Change Wind
  660. // Third Job Skills
  661. //2001,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RK_ENCHANTBLADE,
  662. //2002,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RK_SONICWAVE,
  663. //2003,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RK_DEATHBOUND,
  664. //2004,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RK_HUNDREDSPEAR,
  665. //2005,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RK_WINDCUTTER,
  666. //2006,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RK_IGNITIONBREAK,
  667. //2007,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RK_DRAGONTRAINING,
  668. //2008,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RK_DRAGONBREATH,
  669. //2009,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RK_DRAGONHOWLING,
  670. //2010,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RK_RUNEMASTERY,
  671. //2011,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RK_MILLENNIUMSHIELD,
  672. //2012,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RK_CRUSHSTRIKE,
  673. //2013,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RK_REFRESH,
  674. //2014,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RK_GIANTGROWTH,
  675. //2015,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RK_STONEHARDSKIN,
  676. //2016,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RK_VITALITYACTIVATION,
  677. //2017,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RK_STORMBLAST,
  678. //2018,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RK_FIGHTINGSPIRIT,
  679. //2019,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RK_ABUNDANCE,
  680. //2020,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RK_PHANTOMTHRUST,
  681. //2021,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GC_VENOMIMPRESS,
  682. //2022,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GC_CROSSIMPACT,
  683. //2023,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GC_DARKILLUSION,
  684. //2024,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GC_RESEARCHNEWPOISON,
  685. //2025,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GC_CREATENEWPOISON,
  686. //2026,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GC_ANTIDOTE,
  687. //2027,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GC_POISONINGWEAPON,
  688. //2028,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GC_WEAPONBLOCKING,
  689. //2029,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GC_COUNTERSLASH,
  690. //2030,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GC_WEAPONCRUSH,
  691. //2031,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GC_VENOMPRESSURE,
  692. //2032,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GC_POISONSMOKE,
  693. //2033,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GC_CLOAKINGEXCEED,
  694. //2034,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GC_PHANTOMMENACE,
  695. //2035,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GC_HALLUCINATIONWALK,
  696. //2036,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GC_ROLLINGCUTTER,
  697. //2037,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GC_CROSSRIPPERSLASHER,
  698. //2038,0,0,0,0,0,0,9,0,no,0,0,0,none,0 AB_JUDEX,
  699. //2039,0,0,0,0,0,0,9,0,no,0,0,0,none,0 AB_ANCILLA,
  700. //2040,0,0,0,0,0,0,9,0,no,0,0,0,none,0 AB_ADORAMUS,
  701. //2041,0,0,0,0,0,0,9,0,no,0,0,0,none,0 AB_CLEMENTIA,
  702. //2042,0,0,0,0,0,0,9,0,no,0,0,0,none,0 AB_CANTO,
  703. //2043,0,0,0,0,0,0,9,0,no,0,0,0,none,0 AB_CHEAL,
  704. //2044,0,0,0,0,0,0,9,0,no,0,0,0,none,0 AB_EPICLESIS,
  705. //2045,0,0,0,0,0,0,9,0,no,0,0,0,none,0 AB_PRAEFATIO,
  706. //2046,0,0,0,0,0,0,9,0,no,0,0,0,none,0 AB_ORATIO,
  707. //2047,0,0,0,0,0,0,9,0,no,0,0,0,none,0 AB_LAUDAAGNUS,
  708. //2048,0,0,0,0,0,0,9,0,no,0,0,0,none,0 AB_LAUDARAMUS,
  709. //2049,0,0,0,0,0,0,9,0,no,0,0,0,none,0 AB_EUCHARISTICA,
  710. //2050,0,0,0,0,0,0,9,0,no,0,0,0,none,0 AB_RENOVATIO,
  711. //2051,0,0,0,0,0,0,9,0,no,0,0,0,none,0 AB_HIGHNESSHEAL,
  712. //2052,0,0,0,0,0,0,9,0,no,0,0,0,none,0 AB_CLEARANCE,
  713. //2053,0,0,0,0,0,0,9,0,no,0,0,0,none,0 AB_EXPIATIO,
  714. //2054,0,0,0,0,0,0,9,0,no,0,0,0,none,0 AB_DUPLELIGHT,
  715. //2055,0,0,0,0,0,0,9,0,no,0,0,0,none,0 AB_DUPLELIGHT_MELEE,
  716. //2056,0,0,0,0,0,0,9,0,no,0,0,0,none,0 AB_DUPLELIGHT_MAGIC,
  717. //2057,0,0,0,0,0,0,9,0,no,0,0,0,none,0 AB_SILENTIUM,
  718. //2201,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WL_WHITEIMPRISON,
  719. //2202,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WL_SOULEXPANSION,
  720. //2203,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WL_FROSTMISTY,
  721. //2204,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WL_JACKFROST,
  722. //2205,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WL_MARSHOFABYSS,
  723. //2206,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WL_RECOGNIZEDSPELL,
  724. //2207,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WL_SIENNAEXECRATE,
  725. //2208,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WL_RADIUS,
  726. //2209,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WL_STASIS,
  727. //2210,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WL_DRAINLIFE,
  728. //2211,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WL_CRIMSONROCK,
  729. //2212,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WL_HELLINFERNO,
  730. //2213,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WL_COMET,
  731. //2214,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WL_CHAINLIGHTNING,
  732. //2216,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WL_EARTHSTRAIN,
  733. //2217,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WL_TETRAVORTEX,
  734. //2222,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WL_SUMMONFB,
  735. //2223,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WL_SUMMONBL,
  736. //2224,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WL_SUMMONWB,
  737. //2229,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WL_SUMMONSTONE,
  738. //2230,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WL_RELEASE,
  739. //2231,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WL_READING_SB,
  740. //2232,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WL_FREEZE_SP,
  741. //2233,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RA_ARROWSTORM,
  742. //2234,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RA_FEARBREEZE,
  743. //2235,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RA_RANGERMAIN,
  744. //2236,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RA_AIMEDBOLT,
  745. //2237,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RA_DETONATOR,
  746. //2238,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RA_ELECTRICSHOCKER,
  747. //2239,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RA_CLUSTERBOMB,
  748. //2240,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RA_WUGMASTERY,
  749. //2241,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RA_WUGRIDER,
  750. //2242,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RA_WUGDASH,
  751. //2243,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RA_WUGSTRIKE,
  752. //2244,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RA_WUGBITE,
  753. //2245,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RA_TOOTHOFWUG,
  754. //2246,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RA_SENSITIVEKEEN,
  755. //2247,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RA_CAMOUFLAGE,
  756. //2248,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RA_RESEARCHTRAP,
  757. //2249,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RA_MAGENTATRAP,
  758. //2250,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RA_COBALTTRAP,
  759. //2251,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RA_MAIZETRAP,
  760. //2252,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RA_VERDURETRAP,
  761. //2253,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RA_FIRINGTRAP,
  762. //2254,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RA_ICEBOUNDTRAP,
  763. //2255,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_MADOLICENCE,
  764. //2256,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_BOOSTKNUCKLE,
  765. //2257,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_PILEBUNKER,
  766. //2258,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_VULCANARM,
  767. //2259,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_FLAMELAUNCHER,
  768. //2260,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_COLDSLOWER,
  769. //2261,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_ARMSCANNON,
  770. //2262,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_ACCELERATION,
  771. //2263,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_HOVERING,
  772. //2264,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_F_SIDESLIDE,
  773. //2265,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_B_SIDESLIDE,
  774. //2266,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_MAINFRAME,
  775. //2267,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_SELFDESTRUCTION,
  776. //2268,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_SHAPESHIFT,
  777. //2269,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_EMERGENCYCOOL,
  778. //2270,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_INFRAREDSCAN,
  779. //2271,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_ANALYZE,
  780. //2272,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_MAGNETICFIELD,
  781. //2273,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_NEUTRALBARRIER,
  782. //2274,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_STEALTHFIELD,
  783. //2275,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_REPAIR,
  784. //2276,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_TRAININGAXE,
  785. //2277,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_RESEARCHFE,
  786. //2278,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_AXEBOOMERANG,
  787. //2279,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_POWERSWING,
  788. //2280,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_AXETORNADO,
  789. //2281,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_SILVERSNIPER,
  790. //2282,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_MAGICDECOY,
  791. //2283,0,0,0,0,0,0,9,0,no,0,0,0,none,0 NC_DISJOINT,
  792. //2284,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SC_FATALMENACE,
  793. //2285,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SC_REPRODUCE,
  794. //2286,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SC_AUTOSHADOWSPELL,
  795. //2287,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SC_SHADOWFORM,
  796. //2288,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SC_TRIANGLESHOT,
  797. //2289,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SC_BODYPAINT,
  798. //2290,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SC_INVISIBILITY,
  799. //2291,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SC_DEADLYINFECT,
  800. //2292,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SC_ENERVATION,
  801. //2293,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SC_GROOMY,
  802. //2294,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SC_IGNORANCE,
  803. //2295,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SC_LAZINESS,
  804. //2296,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SC_UNLUCKY,
  805. //2297,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SC_WEAKNESS,
  806. //2298,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SC_STRIPACCESSARY,
  807. //2299,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SC_MANHOLE,
  808. //2300,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SC_DIMENSIONDOOR,
  809. //2301,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SC_CHAOSPANIC,
  810. //2302,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SC_MAELSTROM,
  811. //2303,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SC_BLOODYLUST,
  812. //2304,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SC_FEINTBOMB,
  813. //2307,0,0,0,0,0,0,9,0,no,0,0,0,none,0 LG_CANNONSPEAR,
  814. //2308,0,0,0,0,0,0,9,0,no,0,0,0,none,0 LG_BANISHINGPOINT,
  815. //2309,0,0,0,0,0,0,9,0,no,0,0,0,none,0 LG_TRAMPLE,
  816. //2310,0,0,0,0,0,0,9,0,no,0,0,0,none,0 LG_SHIELDPRESS,
  817. //2311,0,0,0,0,0,0,9,0,no,0,0,0,none,0 LG_REFLECTDAMAGE,
  818. //2312,0,0,0,0,0,0,9,0,no,0,0,0,none,0 LG_PINPOINTATTACK,
  819. //2313,0,0,0,0,0,0,9,0,no,0,0,0,none,0 LG_FORCEOFVANGUARD,
  820. //2314,0,0,0,0,0,0,9,0,no,0,0,0,none,0 LG_RAGEBURST,
  821. //2315,0,0,0,0,0,0,9,0,no,0,0,0,none,0 LG_SHIELDSPELL,
  822. //2316,0,0,0,0,0,0,9,0,no,0,0,0,none,0 LG_EXEEDBREAK,
  823. //2317,0,0,0,0,0,0,9,0,no,0,0,0,none,0 LG_OVERBRAND,
  824. //2318,0,0,0,0,0,0,9,0,no,0,0,0,none,0 LG_PRESTIGE,
  825. //2319,0,0,0,0,0,0,9,0,no,0,0,0,none,0 LG_BANDING,
  826. //2320,0,0,0,0,0,0,9,0,no,0,0,0,none,0 LG_MOONSLASHER,
  827. //2321,0,0,0,0,0,0,9,0,no,0,0,0,none,0 LG_RAYOFGENESIS,
  828. //2322,0,0,0,0,0,0,9,0,no,0,0,0,none,0 LG_PIETY,
  829. //2323,0,0,0,0,0,0,9,0,no,0,0,0,none,0 LG_EARTHDRIVE,
  830. //2324,0,0,0,0,0,0,9,0,no,0,0,0,none,0 LG_HESPERUSLIT,
  831. //2325,0,0,0,0,0,0,9,0,no,0,0,0,none,0 LG_INSPIRATION,
  832. //2326,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SR_DRAGONCOMBO,
  833. //2327,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SR_SKYNETBLOW,
  834. //2328,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SR_EARTHSHAKER,
  835. //2329,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SR_FALLENEMPIRE,
  836. //2330,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SR_TIGERCANNON,
  837. //2332,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SR_RAMPAGEBLASTER,
  838. //2333,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SR_CRESCENTELBOW,
  839. //2334,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SR_CURSEDCIRCLE,
  840. //2335,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SR_LIGHTNINGWALK,
  841. //2336,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SR_KNUCKLEARROW,
  842. //2337,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SR_WINDMILL,
  843. //2338,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SR_RAISINGDRAGON,
  844. //2340,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SR_ASSIMILATEPOWER,
  845. //2341,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SR_POWERVELOCITY,
  846. //2343,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SR_GATEOFHELL,
  847. //2344,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SR_GENTLETOUCH_QUIET,
  848. //2345,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SR_GENTLETOUCH_CURE,
  849. //2346,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SR_GENTLETOUCH_ENERGYGAIN,
  850. //2347,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SR_GENTLETOUCH_CHANGE,
  851. //2348,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SR_GENTLETOUCH_REVITALIZE,
  852. //2350,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WA_SWING_DANCE,
  853. //2351,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WA_SYMPHONY_OF_LOVER,
  854. //2352,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WA_MOONLIT_SERENADE,
  855. //2381,0,0,0,0,0,0,9,0,no,0,0,0,none,0 MI_RUSH_WINDMILL,
  856. //2382,0,0,0,0,0,0,9,0,no,0,0,0,none,0 MI_ECHOSONG,
  857. //2383,0,0,0,0,0,0,9,0,no,0,0,0,none,0 MI_HARMONIZE,
  858. //2412,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WM_LESSON,
  859. //2413,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WM_METALICSOUND,
  860. //2414,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WM_REVERBERATION,
  861. //2417,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WM_DOMINION_IMPULSE,
  862. //2418,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WM_SEVERE_RAINSTORM,
  863. //2419,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WM_POEMOFNETHERWORLD,
  864. //2420,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WM_VOICEOFSIREN,
  865. //2421,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WM_DEADHILLHERE,
  866. //2422,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WM_LULLABY_DEEPSLEEP,
  867. //2423,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WM_SIRCLEOFNATURE,
  868. //2424,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WM_RANDOMIZESPELL,
  869. //2425,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WM_GLOOMYDAY,
  870. //2426,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WM_GREAT_ECHO,
  871. //2427,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WM_SONG_OF_MANA,
  872. //2428,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WM_DANCE_WITH_WUG,
  873. //2429,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WM_SOUND_OF_DESTRUCTION,
  874. //2430,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WM_SATURDAY_NIGHT_FEVER,
  875. //2431,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WM_LERADS_DEW,
  876. //2432,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WM_MELODYOFSINK,
  877. //2433,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WM_BEYOND_OF_WARCRY,
  878. //2434,0,0,0,0,0,0,9,0,no,0,0,0,none,0 WM_UNLIMITED_HUMMING_VOICE,
  879. //2443,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SO_FIREWALK,
  880. //2444,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SO_ELECTRICWALK,
  881. //2445,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SO_SPELLFIST,
  882. //2446,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SO_EARTHGRAVE,
  883. //2447,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SO_DIAMONDDUST,
  884. //2448,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SO_POISON_BUSTER,
  885. //2449,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SO_PSYCHIC_WAVE,
  886. //2450,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SO_CLOUD_KILL,
  887. //2451,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SO_STRIKING,
  888. //2452,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SO_WARMER,
  889. //2453,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SO_VACUUM_EXTREME,
  890. //2454,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SO_VARETYR_SPEAR,
  891. //2455,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SO_ARRULLO,
  892. //2456,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SO_EL_CONTROL,
  893. //2457,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SO_SUMMON_AGNI,
  894. //2458,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SO_SUMMON_AQUA,
  895. //2459,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SO_SUMMON_VENTUS,
  896. //2460,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SO_SUMMON_TERA,
  897. //2461,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SO_EL_ACTION,
  898. //2462,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SO_EL_ANALYSIS,
  899. //2463,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SO_EL_SYMPATHY,
  900. //2464,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SO_EL_CURE,
  901. //2465,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SO_FIRE_INSIGNIA,
  902. //2466,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SO_WATER_INSIGNIA,
  903. //2467,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SO_WIND_INSIGNIA,
  904. //2468,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SO_EARTH_INSIGNIA,
  905. //2535,0,0,0,0,0,0,9,0,no,0,0,0,none,0 ALL_BUYING_STORE,
  906. //2474,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GN_TRAINING_SWORD,
  907. //2475,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GN_REMODELING_CART,
  908. //2476,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GN_CART_TORNADO,
  909. //2477,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GN_CARTCANNON,
  910. //2478,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GN_CARTBOOST,
  911. //2479,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GN_THORNS_TRAP,
  912. //2480,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GN_BLOOD_SUCKER,
  913. //2481,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GN_SPORE_EXPLOSION,
  914. //2482,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GN_WALLOFTHORN,
  915. //2483,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GN_CRAZYWEED,
  916. //2485,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GN_DEMONIC_FIRE,
  917. //2486,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GN_FIRE_EXPANSION,
  918. //2490,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GN_HELLS_PLANT,
  919. //2492,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GN_MANDRAGORA,
  920. //2493,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GN_SLINGITEM,
  921. //2494,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GN_CHANGEMATERIAL,
  922. //2495,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GN_MIX_COOKING,
  923. //2496,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GN_MAKEBOMB,
  924. //2497,0,0,0,0,0,0,9,0,no,0,0,0,none,0 GN_S_PHARMACY,
  925. //2515,0,0,0,0,0,0,9,0,no,0,0,0,none,0 AB_SECRAMENT,
  926. //2517,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SR_HOWLINGOFLION,
  927. //2518,0,0,0,0,0,0,9,0,no,0,0,0,none,0 SR_RIDEINLIGHTNING,
  928. // Unknown
  929. //2533,0,0,0,0,0,0,9,0,no,0,0,0,none,0 ALL_ODINS_RECALL,
  930. // Episode 13.3
  931. //2534,0,0,0,0,0,0,9,0,no,0,0,0,none,0 RETURN_TO_ELDICASTES,
  932. 8001,9,6,4,0,0x1,0,5,1,no,0,0,0,magic,0, HLIF_HEAL,Healing Touch
  933. 8002,0,6,4,0,0x3,-1,5,1,no,0,0,0,none,0, HLIF_AVOID,Avoid
  934. 8003,0,0,0,0,0,1,5,0,no,0,0,0,none,0, HLIF_BRAIN,Brain Surgery
  935. 8004,0,6,4,0,0x1,0,3,0,no,0,0,0,none,0, HLIF_CHANGE,Change
  936. 8005,0,6,4,0,0x1,0,5,0,no,0,0,0,none,0, HAMI_CASTLE,Castling
  937. 8006,0,6,4,0,0x1,0,5,0,no,0,0,0,none,0, HAMI_DEFENCE,Defense
  938. 8007,0,0,0,0,0x1,0,5,0,no,0,0,0,none,0, HAMI_SKIN,Adamantium Skin
  939. 8008,0,6,4,0,0x1,0,3,0,no,0,0,0,none,0, HAMI_BLOODLUST,Bloodlust
  940. 8009,1,8,1,0,0,0,5,-1:-2:-2:-2:-3,no,0,0,0,weapon,0, HFLI_MOON,Moonlight
  941. 8010,0,6,4,0,0x1,0,5,0,no,0,0,0,none,0, HFLI_FLEET,Fleeting Move
  942. 8011,0,6,4,0,0x1,0,5,0,yes,0,0,0,misc,0, HFLI_SPEED,Speed
  943. 8012,1,6,1,0,0,0,3,0,no,0,0,0,none,0, HFLI_SBR44,S.B.R.44
  944. 8013,9,6,1,0,0,0,5,1:2:3:4:5,no,0,0,0,magic,0, HVAN_CAPRICE,Caprice
  945. 8014,0,6,4,0,0x1,0,5,0,no,0,0,0,none,0, HVAN_CHAOTIC,Benediction of Chaos
  946. 8015,0,0,0,0,0x1,0,5,0,no,0,0,0,none,0, HVAN_INSTRUCT,Instruct
  947. 8016,4,6,4,-1,0xD2,4,3,1,no,0,0,0,misc,0, HVAN_EXPLOSION,Bio Explosion
  948. // Mercenary Skill Place holders
  949. 8201,-1,6,1,-1,0,0,10,1,no,0,0,0,weapon,0, MS_BASH,Bash
  950. 8202,0,6,4,3,0x2,2,10,1,no,0,0,0,weapon,2, MS_MAGNUM,Magnum_Break
  951. 8203,-2,6,1,-1,0x2,1,10,1,no,33,0,0,weapon,1, MS_BOWLINGBASH,Bowling_Bash
  952. 8204,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0, MS_PARRYING,Parry
  953. 8205,0,6,4,0,0,0,10,1,no,0,0,0,weapon,0, MS_REFLECTSHIELD,Shield_Reflect
  954. 8206,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0, MS_BERSERK,Frenzy
  955. 8207,-9,8,1,-1,0,0,10,2,no,0,0,0,weapon,0, MA_DOUBLE,Double_Strafe
  956. 8208,-9,6,2,-1,0x2,2,10,1,no,0,0,0,weapon,2, MA_SHOWER,Arrow_Shower
  957. 8209,3,6,2,0,0x1,0,5,1,no,0,0x80,0,misc,6:7:8:9:10, MA_SKIDTRAP,Skid_Trap
  958. 8210,3,6,2,2,0x40,0,5,1,no,0,0x80,0,misc,0, MA_LANDMINE,Land_Mine
  959. 8211,3,6,2,0,0x3,2,5,1,no,0,0x80,0,misc,0, MA_SANDMAN,Sandman
  960. 8212,3,6,2,1,0x42,1,5,1,no,0,0x80,0,weapon,0, MA_FREEZINGTRAP,Freezing_Trap
  961. 8213,2,6,32,0,0x1,0,1,1,no,0,0,0,misc,0, MA_REMOVETRAP,Remove_Trap
  962. 8214,-9,6,1,-1,0x2,0,1,1,no,0,0x1,0,weapon,6, MA_CHARGEARROW,Arrow_Repel
  963. 8215,9,8,1,-1,0,2,5,1,yes,0,0,13,weapon,0, MA_SHARPSHOOTING,Focused_Arrow_Strike
  964. 8216,-2,8,1,-1,0,0,10,3,no,0,0,0,weapon,0, ML_PIERCE,Pierce
  965. 8217,-2,6,1,-1,0x1,0,10,1,no,33,0,0,weapon,3, ML_BRANDISH,Brandish_Spear
  966. 8218,5,8,1,-1,0x20,0,5,5,no,0,0,0,weapon,0, ML_SPIRALPIERCE,Spiral_Pierce
  967. 8219,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0, ML_DEFENDER,Defending_Aura
  968. 8220,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0, ML_AUTOGUARD,Guard
  969. 8221,7:8:9:10:11,6,16,0,0x1,0,5,1,yes,0,0x600,0,none,0, ML_DEVOTION,Sacrifice
  970. 8222,0,6,4,0,0x3,-1,5,1,yes,0,0,0,magic,0, MER_MAGNIFICAT,Magnificat
  971. 8223,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0, MER_QUICKEN,Two-Hand_Quicken
  972. 8224,0,6,4,3,0x3,3,1,1,yes,0,0,0,magic,0, MER_SIGHT,Sight
  973. 8225,1,8,1,-1,0,0,5,3,no,0,0,0,weapon,0, MER_CRASH,Crash
  974. 8226,9,6,16,0,0x1,0,1,1,yes,0,0x1000,0,magic,0, MER_REGAIN,Regain
  975. 8227,9,6,16,0,0x1,0,1,1,yes,0,0x1000,0,magic,0, MER_TENDER,Tender
  976. 8228,9,6,16,0,0x1,0,1,1,yes,0,0x1000,0,magic,0, MER_BENEDICTION,Benediction
  977. 8229,9,6,16,0,0x1,0,1,1,yes,0,0x1000,0,magic,0, MER_RECUPERATE,Recuperate
  978. 8230,9,6,16,0,0x1,0,1,1,yes,0,0x1000,0,magic,0, MER_MENTALCURE,Mental_Cure
  979. 8231,9,6,16,0,0x1,0,1,1,yes,0,0x1000,0,magic,0, MER_COMPRESS,Compress
  980. 8232,9,6,1,0,0x1,0,10,1,no,0,0,0,none,0, MER_PROVOKE,Provoke
  981. 8233,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0, MER_AUTOBERSERK,Berserk
  982. 8234,9,6,1,0,0x1,0,10,1,yes,0,0,0,magic,0, MER_DECAGI,Decrease_AGI
  983. 8235,0,6,4,0,0x1,0,1,1,yes,0,0,0,none,0, MER_SCAPEGOAT,Scapegoat
  984. 8236,5,6,1,0,0x1,0,10,0,yes,0,0,0,magic,0, MER_LEXDIVINA,Lex_Divina
  985. 8237,9,6,1,0,0x1,0,1,1,yes,0,0,0,magic,0, MER_ESTIMATION,Sense
  986. 8238,9,6,16,0,0x1,0,10,1,yes,0,0,0,magic,0, MER_KYRIE,Kyrie Eleison
  987. 8239,9,6,16,0,0x1,0,10,1,yes,0,0,0,magic,0, MER_BLESSING,Blessing
  988. 8240,9,6,16,0,0x1,0,10,1,yes,0,0,0,magic,0, MER_INCAGI,Increase Agility
  989. // Summons skills.
  990. //8416,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_AQUAPLAY,
  991. //8420,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_BLAST,
  992. //8418,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_CHILLY_AIR,
  993. //8401,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_CIRCLE_OF_FIRE,
  994. //8417,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_COOLER,
  995. //8423,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_CURSED_SOIL,
  996. //8425,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_FIRE_ARROW,
  997. //8426,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_FIRE_BOMB,
  998. //8427,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_FIRE_BOMB_ATK,
  999. //8402,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_FIRE_CLOAK,
  1000. //8403,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_FIRE_MANTLE,
  1001. //8428,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_FIRE_WAVE,
  1002. //8429,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_FIRE_WAVE_ATK,
  1003. //8419,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_GUST,
  1004. //8414,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_HEATER,
  1005. //8435,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_HURRICANE,
  1006. //8436,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_HURRICANE_ATK,
  1007. //8430,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_ICE_NEEDLE,
  1008. //8422,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_PETROLOGY,
  1009. //8412,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_POWER_OF_GAIA,
  1010. //8413,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_PYROTECHNIC,
  1011. //8440,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_ROCK_CRUSHER,
  1012. //8441,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_ROCK_CRUSHER_ATK,
  1013. //8410,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_SOLID_SKIN,
  1014. //8439,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_STONE_HAMMER,
  1015. //8442,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_STONE_RAIN,
  1016. //8411,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_STONE_SHIELD,
  1017. //8433,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_TIDAL_WEAPON,
  1018. //8415,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_TROPIC,
  1019. //8437,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_TYPOON_MIS,
  1020. //8438,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_TYPOON_MIS_ATK,
  1021. //8424,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_UPHEAVAL,
  1022. //8406,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_WATER_BARRIER,
  1023. //8405,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_WATER_DROP,
  1024. //8404,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_WATER_SCREEN,
  1025. //8431,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_WATER_SCREW,
  1026. //8432,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_WATER_SCREW_ATK,
  1027. //8421,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_WILD_STORM,
  1028. //8408,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_WIND_CURTAIN,
  1029. //8434,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_WIND_SLASH,
  1030. //8407,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_WIND_STEP,
  1031. //8409,0,0,0,0,0,0,9,0,no,0,0,0,none,0 EL_ZEPHYR,
  1032. 10000,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0, GD_APPROVAL,Official Guild Approval
  1033. 10001,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0, GD_KAFRACONTRACT,Kafra Contract
  1034. 10002,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0, GD_GUARDRESEARCH,Guardian Research
  1035. 10003,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0, GD_GUARDUP,Strengthen Guardians
  1036. 10004,0,0,0,0,0,0,10,0,no,0,0x10,0,none,0, GD_EXTENSION,Guild Extension
  1037. 10005,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0, GD_GLORYGUILD,Guild's Glory
  1038. 10006,0,0,0,0,0,2,1,0,no,0,0x10,0,none,0, GD_LEADERSHIP,Great Leadership
  1039. 10007,0,0,0,0,0,2,1,0,no,0,0x10,0,none,0, GD_GLORYWOUNDS,Glorious Wounds
  1040. 10008,0,0,0,0,0,2,1,0,no,0,0x10,0,none,0, GD_SOULCOLD,Cold Heart
  1041. 10009,0,0,0,0,0,2,1,0,no,0,0x10,0,none,0, GD_HAWKEYES,Sharp Gaze
  1042. 10010,0,0,4,0,0x3,15,1,0,yes,0,0x10,0,none,0, GD_BATTLEORDER,Battle Orders
  1043. 10011,0,0,4,0,0x3,15,3,0,yes,0,0x10,0,none,0, GD_REGENERATION,Regeneration
  1044. 10012,0,0,4,0,0x3,15,1,0,yes,0,0x10,0,none,0, GD_RESTORE,Restoration
  1045. 10013,0,0,4,0,0x3,0,1,0,yes,0,0x10,0,none,0, GD_EMERGENCYCALL,Urgent Call
  1046. 10014,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0, GD_DEVELOPMENT,Permanent Development
  1047. //10015,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0, GD_ITEMEMERGENCYCALL,Unknown Skill