Don't like ads? PRO users don't see any ads ;-)
Guest

skilldb

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