skill_db.txt 93 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484
  1. //id,range,hit,inf,element,nk,splash,max,list_num,castcancel,cast_defence_rate,inf2,maxcount,skill_type,blow_count,inf3,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. // 0x00001 - quest skill
  27. // 0x00002 - npc skill
  28. // 0x00004 - wedding skill
  29. // 0x00008 - spirit skill
  30. // 0x00010 - guild skill
  31. // 0x00020 - song/dance
  32. // 0x00040 - ensemble skill
  33. // 0x00080 - trap
  34. // 0x00100 - skill that damages/targets yourself
  35. // 0x00200 - cannot be casted on self (if inf = 4, auto-select target skill)
  36. // 0x00400 - usable only on party-members (and enemies if skill is offensive)
  37. // 0x00800 - usable only on guild-mates (and enemies if skill is offensive)
  38. // 0x01000 - disable usage on enemies (for non-offensive skills).
  39. // 0x02000 - available skill for SC_AUTOSHADOWSPELL
  40. // 0x04000 - chorus skill
  41. // 0x08000 - skill that ignore bg reduction
  42. // 0x10000 - skill that ignore gvg reduction
  43. // 0x20000 - makes 'self'/'place' skill cannot be casted/placed when near NPC (see 'db/skill_nonearnpc_db.txt' for more options)
  44. // 0x40000 - skill that can hit trap-type skill (inf2 has 0x00080)
  45. // 13 maxcount: max amount of skill instances to place on the ground when
  46. // player_land_skill_limit/monster_land_skill_limit is enabled. For skills
  47. // that attack using a path, this is the path length to be used.
  48. // 14 attack type (none, weapon, magic, misc)
  49. // 15 Blowcount (amount of tiles skill knockbacks)
  50. // 16 inf3 (skill information 3):
  51. // 0x00001 - skill ignores land protector (e.g. arrow shower)
  52. // 0x00002 - skill that doesn't end camouflage
  53. // 0x00004 - usable skills while hiding
  54. // 0x00008 - skill that can be use while in dancing state
  55. // 0x00010 - skill that could hit emperium
  56. // 0x00020 - skill blocked by statis
  57. // 0x00040 - skill blocked by kagehumi
  58. // 0x00080 - skill range affected by AC_VULTURE
  59. // 0x00100 - skill range affected by GS_SNAKEEYE
  60. // 0x00200 - skill range affected by NJ_SHADOWJUMP
  61. // 0x00400 - skill range affected by WL_RADIUS
  62. // 0x00800 - skill range affected by RA_RESEARCHTRAP
  63. // 0x01000 - skill that does not affect user that has NC_HOVERING active
  64. // 0x02000 - skill that can be using while riding warg
  65. // 0x04000 - skill that can't be used while in mado
  66. // 0x08000 - skill that can be used to target while under SC__MANHOLE effect
  67. // 0x10000 - skill that affects hidden targets
  68. // 0x20000 - skill that affects SC_GLOOMYDAY_SK
  69. // 17 Name
  70. // 18 Description
  71. 1,0,0,0,0,0,0,9,0,no,0,0,0,none,0,0x0, NV_BASIC,Basic Skill
  72. //****
  73. // Swordman
  74. 2,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0, SM_SWORD,Sword Mastery
  75. 3,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0, SM_TWOHAND,Two-Handed Sword Mastery
  76. 4,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0, SM_RECOVERY,Increase HP Recovery
  77. 5,-1,6,1,-1,0,0,10,1,no,0,0,0,weapon,0,0x0, SM_BASH,Bash
  78. 6,9,6,1,0,1,0,10,1,no,0,0,0,none,0,0x0, SM_PROVOKE,Provoke
  79. 7,0,6,4,3,0x2,2,10,1,no,0,0x40000,0,weapon,2,0x0, SM_MAGNUM,Magnum Break
  80. 8,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0, SM_ENDURE,Endure
  81. //****
  82. // Mage
  83. 9,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x20, MG_SRECOVERY,Increase SP Recovery
  84. 10,0,6,4,3,0x3,3,1,1,yes,0,0,0,magic,0,0x4020, MG_SIGHT,Sight
  85. 11,9,6,1,8,0x6,1,10,1,yes,0,0x2000,0,magic,0,0x20, MG_NAPALMBEAT,Napalm Beat
  86. 12,9,8,2,8,0x1,0,10,1,yes,0,0,0,magic,0,0x20, MG_SAFETYWALL,Safety Wall
  87. 13,9,8,1,8,0,0,10,1:1:2:2:3:3:4:4:5:5,yes,0,0x2000,0,magic,0,0x20, MG_SOULSTRIKE,Soul Strike
  88. 14,9,8,1,1,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0x2000,0,magic,0,0x20, MG_COLDBOLT,Cold Bolt
  89. 15,9,6,1,1,0,0,10,1,yes,0,0x2000,0,magic,0,0x20, MG_FROSTDIVER,Frost Diver
  90. 16,2,6,1,2,0x1,0,10,1,yes,0,0,0,magic,0,0x20, MG_STONECURSE,Stone Curse
  91. 17,9,6,1,3,0x2,2,10,1,yes,0,0x2000,0,magic,0,0x20, MG_FIREBALL,Fire Ball
  92. 18,9,6,2,3,0,0,10,1,yes,0,0x2000,3,magic,2,0x20, MG_FIREWALL,Fire Wall
  93. 19,9,8,1,3,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0x2000,0,magic,0,0x20, MG_FIREBOLT,Fire Bolt
  94. 20,9,8,1,4,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0x2000,0,magic,0,0x20, MG_LIGHTNINGBOLT,Lightning Bolt
  95. 21,9,8,2,4,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0x2000,0,magic,0,0x20, MG_THUNDERSTORM,Thunderstorm
  96. //****
  97. // Acolyte
  98. 22,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0, AL_DP,Divine Protection
  99. 23,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0, AL_DEMONBANE,Demon Bane
  100. 24,0,6,4,6,0x3,2,1,1,yes,0,0x0,0,magic,0,0x20, AL_RUWACH,Ruwach
  101. 25,9,6,2,0,0x1,0,1,1,yes,0,0,0,magic,0,0x20, AL_PNEUMA,Pneuma
  102. 26,0,6,4,0,0x1,0,2,1,yes,0,0,0,magic,0,0x60, AL_TELEPORT,Teleport
  103. 27,9,6,2,0,0x1,0,4,1,yes,0,0,3,magic,0,0x20, AL_WARP,Warp Portal
  104. 28,9,6,16,6,0x21,0,10,1,yes,0,0x2000,0,magic,0,0x20, AL_HEAL,Heal
  105. 29,9,6,16,0,0x1,0,10,1,yes,0,0,0,magic,0,0x20, AL_INCAGI,Increase AGI
  106. 30,9,6,1,0,0x1,0,10,1,yes,0,0,0,magic,0,0x0, AL_DECAGI,Decrease AGI
  107. 31,0,6,4,0,0x1,0,1,1,yes,0,0,0,magic,0,0x20, AL_HOLYWATER,Aqua Benedicta
  108. 32,0,6,4,0,0x3,15,10,1,yes,0,0,0,magic,0,0x0, AL_CRUCIS,Signum Crucis
  109. 33,0,6,4,0,0x3,-1,10,1,yes,0,0,0,magic,0,0x0, AL_ANGELUS,Angelus
  110. 34,9,6,16,0,0x1,0,10,1,yes,0,0,0,magic,0,0x20, AL_BLESSING,Blessing
  111. 35,9,6,16,0,0x1,0,1,1,yes,0,0,0,magic,0,0x0, AL_CURE,Cure
  112. //****
  113. // Merchant
  114. 36,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0, MC_INCCARRY,Enlarge Weight Limit
  115. 37,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0, MC_DISCOUNT,Discount
  116. 38,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0, MC_OVERCHARGE,Overcharge
  117. 39,1,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0, MC_PUSHCART,Pushcart
  118. 40,1,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, MC_IDENTIFY,Item Appraisal
  119. 41,1,6,4,0,0x1,0,10,1,no,0,0,0,none,0,0x0, MC_VENDING,Vending
  120. 42,-1,6,1,-1,0,0,10,1,no,0,0,0,weapon,0,0x0, MC_MAMMONITE,Mammonite
  121. //****
  122. // Archer
  123. 43,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0, AC_OWL,Owl's Eye
  124. 44,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0, AC_VULTURE,Vulture's Eye
  125. 45,0,6,4,0,0x3,3,10,1,no,0,0,0,weapon,0,0x0, AC_CONCENTRATION,Improve Concentration
  126. 46,-9,8,1,-1,0,0,10,2,no,0,0,0,weapon,0,0x80, AC_DOUBLE,Double Strafe
  127. 47,-9,6,2,-1,0x2,2,10,1,no,0,0x40000,0,weapon,2,0x81, AC_SHOWER,Arrow Shower
  128. //****
  129. // Thief
  130. 48,-1,8,0,-1,0,0,10,2,no,0,0,0,weapon,0,0x0, TF_DOUBLE,Double Attack
  131. 49,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0, TF_MISS,Improve Dodge
  132. 50,1,6,1,0,1,0,10,1,no,0,0,0,weapon,0,0x0, TF_STEAL,Steal
  133. 51,1,6,4,0,1,0,10,1,no,0,0,0,none,0,0x4064, TF_HIDING,Hiding
  134. 52,-2,6,1,5,0,0,10,1,no,0,0,0,weapon,0,0x0, TF_POISON,Envenom
  135. 53,9,6,16,5,0x1,0,1,1,no,0,0,0,weapon,0,0x0, TF_DETOXIFY,Detoxify
  136. //
  137. 54,9,6,16,6,0x1,0,4,1,yes,0,0x2000,0,magic,0,0x20, ALL_RESURRECTION,Resurrection
  138. //****
  139. // Knight
  140. 55,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0, KN_SPEARMASTERY,Spear Mastery
  141. 56,-2,8,1,-1,0,0,10,3,no,0,0,0,weapon,0,0x0, KN_PIERCE,Pierce
  142. 57,-2,6,1,-1,0x1,0,10,1,no,0,0,0,weapon,3,0x20000, KN_BRANDISHSPEAR,Brandish Spear
  143. 58,-4,6,1,-1,0x2,0,10,1,no,0,0x40000,0,weapon,6,0x0, KN_SPEARSTAB,Spear Stab
  144. 59,3:5:7:9:11,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0, KN_SPEARBOOMERANG,Spear Boomerang
  145. 60,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0, KN_TWOHANDQUICKEN,Twohand Quicken
  146. 61,0,6,4,-1,0,0,5,1,no,0,0,0,weapon,0,0x0, KN_AUTOCOUNTER,Counter Attack
  147. 62,-2,6,1,-1,0x2,1,10,1,no,0,0x40000,0,weapon,1,0x0, KN_BOWLINGBASH,Bowling Bash
  148. 63,0,0,0,0,0,0,1,0,no,0,0,0,weapon,0,0x0, KN_RIDING,Peco Peco Riding
  149. 64,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,0x0, KN_CAVALIERMASTERY,Cavalier Mastery
  150. //****
  151. // Priest
  152. 65,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0, PR_MACEMASTERY,Mace Mastery
  153. 66,9,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0,0x20, PR_IMPOSITIO,Impositio Manus
  154. 67,9,6,16,0,0x1,0,3,1,yes,0,0x200,0,magic,0,0x0, PR_SUFFRAGIUM,Suffragium
  155. 68,9,6,16,6,0x31,0,5,1,yes,0,0,0,magic,0,0x20, PR_ASPERSIO,Aspersio
  156. 69,9,6,2,0,0x23,1,5,1,yes,0,0x40,0,magic,0,0x0, PR_BENEDICTIO,B.S. Sacramenti
  157. 70,9,6,2,6,0x21,0,10,1,yes,0,0,0,magic,1,0x20, PR_SANCTUARY,Sanctuary
  158. 71,9,6,16,0,0x1,0,4,1,yes,0,0,0,magic,0,0x0, PR_SLOWPOISON,Slow Poison
  159. 72,9,6,16,0,0x1,0,1,1,yes,0,0,0,magic,0,0x20, PR_STRECOVERY,Status Recovery
  160. 73,9,6,16,0,0x1,0,10,1,yes,0,0,0,magic,0,0x0, PR_KYRIE,Kyrie Eleison
  161. 74,0,6,4,0,0x3,-1,5,1,yes,0,0,0,magic,0,0x20, PR_MAGNIFICAT,Magnificat
  162. 75,0,6,4,0,0x3,-1,5,1,yes,0,0,0,magic,0,0x0, PR_GLORIA,Gloria
  163. 76,5,6,1,0,0x1,0,10,0,yes,0,0,0,magic,0,0x20, PR_LEXDIVINA,Lex Divina
  164. 77,5,6,1,6,0x28,0,10,1,yes,0,0x0,0,magic,0,0x20, PR_TURNUNDEAD,Turn Undead
  165. 78,9,6,1,0,0x1,0,1,0,yes,0,0,0,magic,0,0x20, PR_LEXAETERNA,Lex Aeterna
  166. 79,9,8,2,6,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0x0,0,magic,0,0x20, PR_MAGNUS,Magnus Exorcismus
  167. //****
  168. // Wizard
  169. 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,0x2000,5,magic,0,0x0, WZ_FIREPILLAR,Fire Pillar
  170. 81,0,6,4,3,0x2,7,10,1,yes,0,0x42000,0,magic,5,0x20, WZ_SIGHTRASHER,Sightrasher
  171. 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,0x2000,0,magic,0,0x20, WZ_METEOR,Meteor Storm
  172. 84,9,8,1,4,0,0,10,3:4:5:6:7:8:9:10:11:12,yes,0,0x2000,0,magic,2:3:3:4:4:5:5:6:6:7,0x20, WZ_JUPITEL,Jupitel Thunder
  173. 85,9,8,2,4,0,0,10,-10,yes,0,0x2000,0,magic,0,0x20, WZ_VERMILION,Lord of Vermilion
  174. 86,9,8,1,1,0,0,5,1,yes,0,0x2000,0,magic,0,0x0, WZ_WATERBALL,Water Ball
  175. 87,9,6,2,1,0x1,0,10,1,yes,0,0,0,magic,0,0x20, WZ_ICEWALL,Ice Wall
  176. 88,0,6,4,1,0x2,2,10,1,yes,0,0x2000,0,magic,0,0x0, WZ_FROSTNOVA,Frost Nova
  177. 89,9,6,2,1,0,0,10,1,yes,0,0x2000,0,magic,2,0x20, WZ_STORMGUST,Storm Gust
  178. 90,9,8,1,2,0,0,5,1:2:3:4:5,yes,0,0x2000,0,magic,0,0x20, WZ_EARTHSPIKE,Earth Spike
  179. 91,9,8,2,2,0,0,5,1:2:3:4:5,yes,0,0x2000,0,magic,0,0x10020, WZ_HEAVENDRIVE,Heaven's Drive
  180. 92,9,6,2,2,0x1,0,5,1,yes,0,0,3,magic,0,0x11020, WZ_QUAGMIRE,Quagmire
  181. 93,9,6,1,0,0x1,0,1,1,yes,0,0,0,magic,0,0x0, WZ_ESTIMATION,Sense
  182. //****
  183. // Blacksmith
  184. 94,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,0x0, BS_IRON,Iron Tempering
  185. 95,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,0x0, BS_STEEL,Steel Tempering
  186. 96,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,0x0, BS_ENCHANTEDSTONE,Enchanted Stone Craft
  187. 97,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,0x0, BS_ORIDEOCON,Oridecon Research
  188. 98,0,0,0,0,0,0,3,0,no,0,0,0,weapon,0,0x0, BS_DAGGER,Smith Dagger
  189. 99,0,0,0,0,0,0,3,0,no,0,0,0,weapon,0,0x0, BS_SWORD,Smith Sword
  190. 100,0,0,0,0,0,0,3,0,no,0,0,0,weapon,0,0x0, BS_TWOHANDSWORD,Smith Two-handed Sword
  191. 101,0,0,0,0,0,0,3,0,no,0,0,0,weapon,0,0x0, BS_AXE,Smith Axe
  192. 102,0,0,0,0,0,0,3,0,no,0,0,0,weapon,0,0x0, BS_MACE,Smith Mace
  193. 103,0,0,0,0,0,0,3,0,no,0,0,0,weapon,0,0x0, BS_KNUCKLE,Smith Knucklebrace
  194. 104,0,0,0,0,0,0,3,0,no,0,0,0,weapon,0,0x0, BS_SPEAR,Smith Spear
  195. 105,0,0,0,0,0,0,1,0,no,0,0,0,weapon,0,0x0, BS_HILTBINDING,Hilt Binding
  196. 106,0,0,0,0,0,0,1,0,no,0,0,0,weapon,0,0x0, BS_FINDINGORE,Ore Discovery
  197. 107,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0, BS_WEAPONRESEARCH,Weaponry Research
  198. 108,2,6,16,0,0x1,0,1,1,yes,0,0,0,weapon,0,0x4000, BS_REPAIRWEAPON,Weapon Repair
  199. 109,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,0x0, BS_SKINTEMPER,Skin Tempering
  200. 110,1,6,2,0,0x3,2:2:2:2:2:14,5,1,no,0,0,0,weapon,0,0x4000, BS_HAMMERFALL,Hammer Fall
  201. 111,0,6,4,0,0x3,-1,5,1,no,0,0,0,weapon,0,0x4000, BS_ADRENALINE,Adrenaline Rush
  202. 112,0,6,4,0,0x3,-1,5,1,no,0,0,0,weapon,0,0x4000, BS_WEAPONPERFECT,Weapon Perfection
  203. 113,0,6,4,0,0x3,-1,5,1,no,0,0,0,weapon,0,0x4000, BS_OVERTHRUST,Power-Thrust
  204. 114,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,0x4000, BS_MAXIMIZE,Maximize Power
  205. //****
  206. // Hunter
  207. 115,3,6,2,0,0x1,0,5,1,no,0,0x80,0,misc,6:7:8:9:10,0x3000, HT_SKIDTRAP,Skid Trap
  208. 116,3,6,2,2,0x42,0,5,1,no,0,0x80,0,misc,0,0x3800, HT_LANDMINE,Land Mine
  209. 117,3,6,2,0,0x1,0,5,1,no,0,0x80,0,misc,0,0x3000, HT_ANKLESNARE,Ankle Snare
  210. 118,3,6,2,0,0x3,1,5,1,no,0,0x80,0,misc,0,0x3000, HT_SHOCKWAVE,Shockwave Trap
  211. 119,3,6,2,0,0x3,2,5,1,no,0,0x80,0,misc,0,0x3000, HT_SANDMAN,Sandman
  212. 120,3,6,2,0,0x3,1,5,1,no,0,0x80,0,misc,0,0x3000, HT_FLASHER,Flasher
  213. 121,3,6,2,1,0x42,1,5,1,no,0,0x80,0,weapon,0,0x3800, HT_FREEZINGTRAP,Freezing Trap
  214. 122,3,6,2,4,0x42,1,5,1,no,0,0x80,0,misc,0,0x3800, HT_BLASTMINE,Blast Mine
  215. 123,3,6,2,3,0x42,2,5,1,no,0,0x40080,0,misc,0,0x3800, HT_CLAYMORETRAP,Claymore Trap
  216. 124,2,6,32,0,0x1,0,1,1,no,0,0x40000,0,misc,0,0x0, HT_REMOVETRAP,Remove Trap
  217. 125,3,6,2,0,0x1,0,1,1,no,0,0x80,0,misc,0,0x2000, HT_TALKIEBOX,Talkie Box
  218. 126,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0, HT_BEASTBANE,Beast Bane
  219. 127,0,0,0,0,0,0,1,0,no,0,0,0,misc,0,0x0, HT_FALCON,Falconry Mastery
  220. 128,0,0,0,0,0,0,10,0,no,0,0,0,misc,0,0x0, HT_STEELCROW,Steel Crow
  221. 129,5,8,1,0,0x42,1,5,1:2:3:4:5,yes,0,0,0,misc,0,0x80, HT_BLITZBEAT,Blitz Beat
  222. 130,3:5:7:9,6,2,0,0x3,3,4,1,no,0,0,0,misc,0,0x0, HT_DETECTING,Detect
  223. 131,4:5:6:7:8,6,32,0,0x1,0,5,1,no,0,0,0,misc,0,0x0, HT_SPRINGTRAP,Spring Trap
  224. //****
  225. // Assassin
  226. 132,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,0x0, AS_RIGHT,Righthand Mastery
  227. 133,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,0x0, AS_LEFT,Lefthand Mastery
  228. 134,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0, AS_KATAR,Katar Mastery
  229. 135,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x60, AS_CLOAKING,Cloaking
  230. 136,1,8,1,-1,0,0,10,-8,no,0,0,0,weapon,0,0x0, AS_SONICBLOW,Sonic Blow
  231. 137,3:4:5:6:7,6,1,-1,0x2,1,5,1,no,0,0,0,weapon,0,0x4, AS_GRIMTOOTH,Grimtooth
  232. 138,1,6,16,5,0x1,0,10,1,no,0,0x400,0,weapon,0,0x0, AS_ENCHANTPOISON,Enchant Poison
  233. 139,0,6,4,0,0,0,10,1,no,0,0,0,weapon,0,0x0, AS_POISONREACT,Poison React
  234. 140,2,6,2,5,0x1,0,10,1,no,0,0,0,weapon,0,0x0, AS_VENOMDUST,Venom Dust
  235. 141,1,6,1,-1,0x51,2,10,1,yes,0,0,0,weapon,0,0x0, AS_SPLASHER,Venom Splasher
  236. //****
  237. // 1st Class Quest
  238. 142,0,6,4,0,0x1,0,1,1,no,0,0x1,0,none,0,0x20, NV_FIRSTAID,First Aid
  239. 143,0,6,4,0,0x1,0,1,1,no,0,0x1,0,none,0,0x0, NV_TRICKDEAD,Play Dead
  240. 144,0,0,0,0,0,0,1,0,no,0,0x1,0,none,0,0x0, SM_MOVINGRECOVERY,Moving HP-Recovery
  241. 145,0,0,0,0,0,0,1,0,no,0,0x1,0,weapon,0,0x0, SM_FATALBLOW,Fatal Blow
  242. 146,0,6,4,0,0x1,0,1,1,no,0,0x1,0,weapon,0,0x0, SM_AUTOBERSERK,Auto Berserk
  243. 147,0,0,4,0,0x1,0,1,0,no,0,0x1,0,weapon,0,0x0, AC_MAKINGARROW,Arrow Crafting
  244. 148,-9,6,1,-1,0x2,0,1,1,no,0,0x1,0,weapon,6,0x80, AC_CHARGEARROW,Arrow Repel
  245. 149,1,6,1,2,0,0,1,1,no,0,0x1,0,weapon,0,0x0, TF_SPRINKLESAND,Sand Attack
  246. 150,0,6,4,0,0x1,0,1,1,no,0,0x1,0,weapon,5,0x40, TF_BACKSLIDING,Back Slide
  247. 151,0,6,4,0,0x1,0,1,1,no,0,0x1,0,none,0,0x0, TF_PICKSTONE,Find Stone
  248. 152,7,6,1,0,0x40,0,1,1,no,0,0x1,0,misc,0,0x0, TF_THROWSTONE,Stone Fling
  249. 153,1,6,1,-1,0x2,1,1,1,no,0,0x40001,0,weapon,2,0x0, MC_CARTREVOLUTION,Cart Revolution
  250. 154,0,6,4,0,0x1,0,1,1,no,0,0x1,0,none,0,0x0, MC_CHANGECART,Change Cart
  251. 155,0,6,4,0,0x1,0,1,1,no,0,0x1,0,weapon,0,0x0, MC_LOUD,Crazy Uproar
  252. 156,9,6,1,6,0,0,1,1,yes,0,0x1,0,magic,0,0x20, AL_HOLYLIGHT,Holy Light
  253. 157,0,6,4,0,0x1,0,1,1,yes,0,0x1,0,magic,0,0x20, MG_ENERGYCOAT,Energy Coat
  254. //****
  255. // NPC Skills
  256. 158,3,6,1,-1,0x20,0,10,1,no,0,0x2,0,weapon,0,0x0, NPC_PIERCINGATT,Piercing Attack
  257. 159,-1,6,1,-1,0x40,0,5,1,no,0,0x2,0,weapon,0,0x0, NPC_MENTALBREAKER,Spirit Destruction
  258. 160,9,6,1,0,0,0,10,1,no,0,0x2,0,weapon,0,0x0, NPC_RANGEATTACK,Stand off attack
  259. 161,0,0,4,0,0x1,0,1,1,no,0,0x2,0,magic,0,0x0, NPC_ATTRICHANGE,Attribute Change
  260. 162,0,0,4,1,0x1,0,1,1,no,0,0x2,0,magic,0,0x0, NPC_CHANGEWATER,Water Attribute Change
  261. 163,0,0,4,2,0x1,0,1,1,no,0,0x2,0,magic,0,0x0, NPC_CHANGEGROUND,Earth Attribute Change
  262. 164,0,0,4,3,0x1,0,1,1,no,0,0x2,0,magic,0,0x0, NPC_CHANGEFIRE,Fire Attribute Change
  263. 165,0,0,4,4,0x1,0,1,1,no,0,0x2,0,magic,0,0x0, NPC_CHANGEWIND,Wind Attribute Change
  264. 166,0,0,4,5,0x1,0,1,1,no,0,0x2,0,magic,0,0x0, NPC_CHANGEPOISON,Poison Attribute Change
  265. 167,0,0,4,6,0x1,0,1,1,no,0,0x2,0,magic,0,0x0, NPC_CHANGEHOLY,Holy Attribute Change
  266. 168,0,0,4,7,0x1,0,1,1,no,0,0x2,0,magic,0,0x0, NPC_CHANGEDARKNESS,Shadow Attribute Change
  267. 169,0,0,4,8,0x1,0,1,1,no,0,0x2,0,magic,0,0x0, NPC_CHANGETELEKINESIS,Ghost Attribute Change
  268. 170,-9,6,1,-1,0x20,0,10,1,no,0,0x2,0,weapon,0,0x0, NPC_CRITICALSLASH,Defense disregard attack
  269. 171,-9,8,1,-1,0,0,10,-2:-3:-4:-5:-6:-7:-8:-9:-10:-11,no,0,0x2,0,weapon,0,0x0, NPC_COMBOATTACK,Multi-stage Attack
  270. 172,-9,6,1,-1,0x40,0,10,1,no,0,0x2,0,weapon,0,0x0, NPC_GUIDEDATTACK,Guided Attack
  271. 173,5,6,4,3,0xE2,5,10,1,no,0,0x2,0,misc,3,0x0, NPC_SELFDESTRUCTION,Suicide bombing
  272. 174,-9,6,1,-1,0x2,3,1,1,no,0,0x2,0,weapon,0,0x0, NPC_SPLASHATTACK,Splash attack
  273. 175,0,0,4,0,0x41,0,10,1,no,0,0x2,0,misc,0,0x0, NPC_SUICIDE,Suicide
  274. 176,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0,0x0, NPC_POISON,Poison Attack
  275. 177,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0,0x0, NPC_BLINDATTACK,Blind Attack
  276. 178,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0,0x0, NPC_SILENCEATTACK,Silence Attack
  277. 179,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0,0x0, NPC_STUNATTACK,Stun Attack
  278. 180,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0,0x0, NPC_PETRIFYATTACK,Petrify Attack
  279. 181,-9,6,1,7,0,0,5,1,no,0,0x2,0,weapon,0,0x0, NPC_CURSEATTACK,Curse Attack
  280. 182,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0,0x0, NPC_SLEEPATTACK,Sleep attack
  281. 183,-9,6,1,-3,0,0,10,1,no,0,0x2,0,weapon,0,0x0, NPC_RANDOMATTACK,Random Attack
  282. 184,-9,6,1,1,0,0,10,1,no,0,0x2,0,weapon,0,0x0, NPC_WATERATTACK,Water Attribute Attack
  283. 185,-9,6,1,2,0,0,10,1,no,0,0x2,0,weapon,0,0x10000, NPC_GROUNDATTACK,Earth Attribute Attack
  284. 186,-9,6,1,3,0,0,10,1,no,0,0x2,0,weapon,0,0x0, NPC_FIREATTACK,Fire Attribute Attack
  285. 187,-9,6,1,4,0,0,10,1,no,0,0x2,0,weapon,0,0x0, NPC_WINDATTACK,Wind Attribute Attack
  286. 188,-9,6,1,5,0,0,10,1,no,0,0x2,0,weapon,0,0x0, NPC_POISONATTACK,Poison Attribute Attack
  287. 189,-9,6,1,6,0,0,10,1,no,0,0x2,0,weapon,0,0x0, NPC_HOLYATTACK,Holy Attribute Attack
  288. 190,-9,6,1,7,0,0,10,1,no,0,0x2,0,weapon,0,0x0, NPC_DARKNESSATTACK,Shadow Attribute Attack
  289. 191,-9,6,1,8,0,0,10,1,no,0,0x2,0,weapon,0,0x0, NPC_TELEKINESISATTACK,Ghost Attribute Attack
  290. 192,-9,6,1,-1,0,0,10,1,no,0,0x2,0,weapon,0,0x0, NPC_MAGICALATTACK,Demon Shock Attack
  291. 193,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0,0x0, NPC_METAMORPHOSIS,Metamorphosis
  292. 194,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0,0x0, NPC_PROVOCATION,Provocation
  293. 195,0,6,4,0,0x50,0,10,1,no,0,0x2,0,misc,0,0x0, NPC_SMOKING,Smoking
  294. 196,0,0,4,0,0x1,0,10,1,no,0,0x2,0,magic,0,0x0, NPC_SUMMONSLAVE,Follower Summons
  295. 197,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0,0x0, NPC_EMOTION,Emotion
  296. 198,0,0,4,0,0x1,0,10,1,no,0,0x2,0,magic,0,0x0, NPC_TRANSFORMATION,Transformation
  297. 199,9,6,1,7,0x40,0,1,1,no,0,0x2,0,weapon,0,0x0, NPC_BLOODDRAIN,Sucking Blood
  298. 200,9,6,1,7,0,0,1,1,no,0,0x2,0,magic,0,0x0, NPC_ENERGYDRAIN,Energy Drain
  299. 201,0,0,4,0,0x1,0,1,1,no,0,0x2,0,weapon,0,0x0, NPC_KEEPING,Keeping
  300. 202,9,6,1,7,0xC0,0,5,1,no,0,0x2,0,misc,0,0x0, NPC_DARKBREATH,Dark Breath
  301. 203,9,6,1,7,0x1,0,10,1,no,0,0x2,0,magic,0,0x0, NPC_DARKBLESSING,Dark Blessing
  302. 204,0,0,4,0,0x1,0,1,1,no,0,0x2,0,magic,0,0x0, NPC_BARRIER,Barrier
  303. 205,0,0,4,0,0x1,0,1,1,no,0,0x2,0,weapon,0,0x0, NPC_DEFENDER,Defender
  304. 206,1,6,1,-1,0x1,0,5,1,no,0,0x2,0,weapon,0,0x0, NPC_LICK,Lick
  305. 207,9,0,1,0,0x1,0,10,1,no,0,0x2,0,magic,0,0x0, NPC_HALLUCINATION,Hallucination
  306. 208,0,0,4,0,0x1,0,1,1,no,0,0x2,0,magic,0,0x0, NPC_REBIRTH,Rebirth
  307. 209,0,0,4,0,0x1,0,10,1,no,0,0x2,0,magic,0,0x0, NPC_SUMMONMONSTER,Monster Summons
  308. //****
  309. // Rogue
  310. 210,0,0,0,-1,0,0,10,0,no,0,0,0,weapon,0,0x0, RG_SNATCHER,Gank
  311. 211,1,6,1,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0, RG_STEALCOIN,Mug
  312. 212,-1,6,1,-1,0x40,0,10,1,no,0,0,0,weapon,0,0x4, RG_BACKSTAP,Back Stab
  313. 213,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0, RG_TUNNELDRIVE,Stalk
  314. 214,0,6,4,-1,0x2,3,5,1,no,0,0x40000,0,weapon,0,0x4, RG_RAID,Sightless Mind
  315. 215,1,6,1,0,0x1,0,5,1,no,0,0,0,weapon,0,0x20, RG_STRIPWEAPON,Divest Weapon
  316. 216,1,6,1,0,0x1,0,5,1,no,0,0,0,weapon,0,0x20, RG_STRIPSHIELD,Divest Shield
  317. 217,1,6,1,0,0x1,0,5,1,no,0,0,0,weapon,0,0x20, RG_STRIPARMOR,Divest Armor
  318. 218,1,6,1,0,0x1,0,5,1,no,0,0,0,weapon,0,0x20, RG_STRIPHELM,Divest Helm
  319. 219,1,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0, RG_INTIMIDATE,Snatch
  320. 220,1,6,2,0,0x1,0,1,1,no,0,0,0,none,0,0x0, RG_GRAFFITI,Scribble
  321. 221,0,6,2,0,0x1,0,5,1,no,0,0,0,none,0,0x0, RG_FLAGGRAFFITI,Piece
  322. 222,1,6,2,0,0x3,5,1,1,no,0,0,0,none,0,0x0, RG_CLEANER,Remover
  323. 223,0,0,0,0,0,1,1,0,no,0,0,0,none,0,0x0, RG_GANGSTER,Slyness
  324. 224,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0, RG_COMPULSION,Haggle
  325. 225,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0, RG_PLAGIARISM,Intimidate
  326. //****
  327. // Alchemist
  328. 226,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0, AM_AXEMASTERY,Axe Mastery
  329. 227,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0, AM_LEARNINGPOTION,Potion Research
  330. 228,0,6,4,0,0x1,0,10,0,no,0,0,0,none,0,0x0, AM_PHARMACY,Prepare Potion
  331. 229,9,6,2,3,0x9,0,5,1,yes,0,0,0,weapon,0,0x0, AM_DEMONSTRATION,Bomb
  332. 230,9,6,1,0,0x48,0,5,1,yes,0,0,0,weapon,0,0x0, AM_ACIDTERROR,Acid Terror
  333. 231,9,6,16,0,0x1,0,5,1,yes,0,0xC00,0,none,0,0x0, AM_POTIONPITCHER,Aid Potion
  334. 232,4,6,2,0,0x1,0,5,1,no,0,0,5,none,0,0x0, AM_CANNIBALIZE,Summon Flora
  335. 233,1,6,2,0,0x1,0,5,1,no,0,0,3,none,0,0x0, AM_SPHEREMINE,Summon Marine Sphere
  336. 234,1,6,16,0,0x1,0,5,1,yes,0,0,0,weapon,0,0x0, AM_CP_WEAPON,Alchemical Weapon
  337. 235,1,6,16,0,0x1,0,5,1,yes,0,0,0,weapon,0,0x0, AM_CP_SHIELD,Synthesized Shield
  338. 236,1,6,16,0,0x1,0,5,1,yes,0,0,0,weapon,0,0x0, AM_CP_ARMOR,Synthetic Armor
  339. 237,1,6,16,0,0x1,0,5,1,yes,0,0,0,weapon,0,0x0, AM_CP_HELM,Biochemical Helm
  340. 238,0,0,0,0,0,0,1,0,no,0,0x1,0,none,0,0x0, AM_BIOETHICS,Bioethics
  341. //239,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0, AM_BIOTECHNOLOGY,Biotechnology
  342. //240,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0, AM_CREATECREATURE,Life Creation
  343. //241,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0, AM_CULTIVATION,Cultivation
  344. //242,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0, AM_FLAMECONTROL,Flame Control
  345. 243,0,0,4,0,0x1,1,1,0,no,0,0,0,none,0,0x0, AM_CALLHOMUN,Call Homunculus
  346. 244,0,0,4,0,0x1,0,1,0,no,0,0,0,none,0,0x0, AM_REST,Vaporize
  347. //245,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0, AM_DRILLMASTER,Drillmaster
  348. //246,9,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0, AM_HEALHOMUN,Heal Homunculus
  349. 247,9,6,4,0,0x1,1,5,0,no,0,0,0,none,0,0x0, AM_RESURRECTHOMUN,Homunculus Resurrection
  350. //****
  351. // Crusader
  352. 248,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0, CR_TRUST,Faith
  353. 249,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0, CR_AUTOGUARD,Guard
  354. 250,3,6,1,0,0,0,5,1,no,0,0,0,weapon,5:6:7:8:9,0x0, CR_SHIELDCHARGE,Smite
  355. 251,3:5:7:9:11,6,1,0,0,0,5,1,no,0,0,0,weapon,0,0x20000, CR_SHIELDBOOMERANG,Shield Boomerang
  356. 252,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0, CR_REFLECTSHIELD,Shield Reflect
  357. 253,-2,8,1,6,0,0,10,-2,no,0,0x40000,0,weapon,0,0x0, CR_HOLYCROSS,Holy Cross
  358. 254,5,6,4,6,0x48,0,10,1,no,33,0x100,0,magic,0,0x0, CR_GRANDCROSS,Grand Cross
  359. 255,7:8:9:10:11,6,16,0,0x1,0,5,1,yes,0,0x600,0,none,0,0x0, CR_DEVOTION,Sacrifice
  360. 256,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,none,0,0x0, CR_PROVIDENCE,Resistant Souls
  361. 257,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,0x0, CR_DEFENDER,Defending Aura
  362. 258,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0, CR_SPEARQUICKEN,Spear Quicken
  363. //****
  364. // Monk
  365. 259,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0, MO_IRONHAND,Iron Fists
  366. 260,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,0x0, MO_SPIRITSRECOVERY,Spiritual Cadence
  367. 261,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, MO_CALLSPIRITS,Summon Spirit Sphere
  368. 262,9,6,16,0,0x1,0,1,1,yes,0,0,0,weapon,0,0x0, MO_ABSORBSPIRITS,Absorb Spirit Sphere
  369. 263,-1,8,0,-1,0,0,10,-3,no,0,0x40000,0,weapon,0,0x0, MO_TRIPLEATTACK,Raging Trifecta Blow
  370. 264,18,6,2,0,0x1,0,1,1,no,0,0,0,none,0,0x0, MO_BODYRELOCATION,Snap
  371. 265,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0, MO_DODGE,Dodge
  372. 266,2,6,1,-1,0x40,0,5,1,no,0,0x40000,0,weapon,0,0x0, MO_INVESTIGATE,Occult Impaction
  373. 267,9,8,1,-1,0,0,5,1:2:3:4:5,no,0,0x40000,0,weapon,0,0x0, MO_FINGEROFFENSIVE,Throw Spirit Sphere
  374. 268,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,0x0, MO_STEELBODY,Mental Strength
  375. 269,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,0x0, MO_BLADESTOP,Root
  376. 270,0,6,4,0,0x1,0,5,0,no,0,0,0,weapon,0,0x0, MO_EXPLOSIONSPIRITS,Fury
  377. 271,-2,6,1,0,0x60,0,5,1,yes,0,0x40000,0,weapon,0,0x0, MO_EXTREMITYFIST,Asura Strike
  378. 272,-2,8,4,-1,0,0,5,-4,no,0,0x200,0,weapon,0,0x0, MO_CHAINCOMBO,Raging Quadruple Blow
  379. 273,-2,6,4,-1,0x2,2,5,1,no,0,0x200,0,weapon,0,0x0, MO_COMBOFINISH,Raging Thrust
  380. //****
  381. // Sage
  382. 274,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0, SA_ADVANCEDBOOK,Study
  383. 275,0,6,4,0,0x1,0,5,1,no,0,0,0,magic,0,0x0, SA_CASTCANCEL,Cast Cancel
  384. 276,0,6,4,0,0x1,0,5,1,yes,0,0,0,magic,0,0x20, SA_MAGICROD,Magic Rod
  385. 277,9,6,1,0,0x1,0,5,1,yes,0,0,0,magic,0,0x20, SA_SPELLBREAKER,Spell Breaker
  386. 278,0,0,0,0,0,0,10,0,no,0,0,0,magic,0,0x0, SA_FREECAST,Free Cast
  387. 279,0,6,4,0,0x1,0,10,1,yes,0,0,0,magic,0,0x0, SA_AUTOSPELL,Hindsight
  388. 280,9,6,16,3,0x1,0,5,1,yes,0,0xC00,0,magic,0,0x20, SA_FLAMELAUNCHER,Endow Blaze
  389. 281,9,6,16,1,0x1,0,5,1,yes,0,0xC00,0,magic,0,0x20, SA_FROSTWEAPON,Endow Tsunami
  390. 282,9,6,16,4,0x1,0,5,1,yes,0,0xC00,0,magic,0,0x20, SA_LIGHTNINGLOADER,Endow Tornado
  391. 283,9,6,16,2,0x1,0,5,1,yes,0,0xC00,0,magic,0,0x20, SA_SEISMICWEAPON,Endow Quake
  392. 284,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,0x0, SA_DRAGONOLOGY,Dragonology
  393. 285,2,6,2,3,0x1,0,5,1,yes,0,0,0,magic,0,0x1020, SA_VOLCANO,Volcano
  394. 286,2,6,2,1,0x1,0,5,1,yes,0,0,0,magic,0,0x1020, SA_DELUGE,Deluge
  395. 287,2,6,2,4,0x1,0,5,1,yes,0,0,0,magic,0,0x1020, SA_VIOLENTGALE,Whirlwind
  396. 288,2,6,2,0,0x1,0,5,1,yes,0,0,0,magic,0,0x20, SA_LANDPROTECTOR,Magnetic Earth
  397. 289,9,6,1,0,0x1,0:0:0:0:0:-1,5,1,yes,0,0xE00,0,magic,0,0x20, SA_DISPELL,Dispell
  398. 290,0,6,4,0,0x1,0,10,1,yes,0,0,0,magic,0,0x0, SA_ABRACADABRA,Hocus-pocus
  399. 291,9,6,1,0,0x1,0,1,1,yes,0,0x2,0,magic,0,0x0, SA_MONOCELL,Monocell
  400. 292,9,6,1,0,0x1,0,1,1,yes,0,0x2,0,magic,0,0x0, SA_CLASSCHANGE,Class Change
  401. 293,0,6,4,0,0x1,0,1,1,yes,0,0x2,0,magic,0,0x0, SA_SUMMONMONSTER,Monster Chant
  402. 294,9,6,4,0,0x1,0,1,1,yes,0,0x2,0,magic,0,0x0, SA_REVERSEORCISH,Grampus Morph
  403. 295,9,6,1,0,0x1,0,1,1,yes,0,0x2,0,magic,0,0x0, SA_DEATH,Grim Reaper
  404. 296,9,6,1,0,0x1,0,1,1,yes,0,0x2,0,magic,0,0x0, SA_FORTUNE,Gold Digger
  405. 297,9,6,1,0,0x1,0,1,1,yes,0,0x2,0,magic,0,0x0, SA_TAMINGMONSTER,Beastly Hypnosis
  406. 298,9,6,4,0,0x1,0,1,1,yes,0,0x2,0,magic,0,0x0, SA_QUESTION,Questioning
  407. 299,9,6,4,0,0x1,0,1,1,yes,0,0x2,0,magic,0,0x0, SA_GRAVITY,Gravity
  408. 300,9,6,4,0,0x1,0,1,1,yes,0,0x2,0,magic,0,0x0, SA_LEVELUP,Leveling
  409. 301,9,6,4,0,0,0,1,1,yes,0,0x2,0,magic,0,0x0, SA_INSTANTDEATH,Suicide
  410. 302,9,6,4,0,0x1,0,1,1,yes,0,0x2,0,magic,0,0x0, SA_FULLRECOVERY,Rejuvenation
  411. 303,9,6,4,0,0,0,1,1,yes,0,0x2,0,magic,0,0x0, SA_COMA,Coma
  412. //****
  413. // Bard & Dancer
  414. 304,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x8, BD_ADAPTATION,Amp
  415. 305,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, BD_ENCORE,Encore
  416. 306,0,6,4,0,0x1,0,1,1,no,0,0x40,0,misc,0,0x0, BD_LULLABY,Lullaby
  417. 307,0,6,4,0,0x1,0,5,1,no,0,0x40,0,misc,0,0x0, BD_RICHMANKIM,Mental Sensing
  418. 308,0,6,4,0,0x1,0,1,1,no,0,0x40,0,misc,0,0x0, BD_ETERNALCHAOS,Down Tempo
  419. 309,0,6,4,0,0x1,0,5,1,no,0,0x40,0,misc,0,0x0, BD_DRUMBATTLEFIELD,Battle Theme
  420. 310,0,6,4,0,0x1,0,5,1,no,0,0x40,0,misc,0,0x0, BD_RINGNIBELUNGEN,Harmonic Lick
  421. 311,0,6,4,0,0x1,0,1,1,no,0,0x40,0,misc,0,0x0, BD_ROKISWEIL,Classical Pluck
  422. 312,0,6,4,0,0x1,0,1,1,no,0,0x40,0,misc,0,0x0, BD_INTOABYSS,Power Chord
  423. 313,0,6,4,0,0x1,0,5,1,no,0,0x40,0,misc,0,0x0, BD_SIEGFRIED,Acoustic Rhythm
  424. //314,0,0,0,0,0,0,1,1,no,0,0x40,0,misc,0,0x0, BD_RAGNAROK,Ragnarok
  425. //****
  426. // Bard
  427. 315,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0, BA_MUSICALLESSON,Music Lessons
  428. 316,9,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x8, BA_MUSICALSTRIKE,Melody Strike
  429. 317,0,8,4,0,0x41,0,5,1,no,0,0x20,0,misc,0,0x1, BA_DISSONANCE,Unchained Serenade
  430. 318,0,6,4,0,0x3,-1,5,1,no,0,0,0,misc,0,0x0, BA_FROSTJOKER,Unbarring Octave
  431. 319,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0,0x1, BA_WHISTLE,Perfect Tablature
  432. 320,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0,0x1, BA_ASSASSINCROSS,Impressive Riff
  433. 321,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0,0x1, BA_POEMBRAGI,Magic Strings
  434. 322,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0,0x1, BA_APPLEIDUN,Song of Lutie
  435. //****
  436. // Dancer
  437. 323,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0,0x0, DC_DANCINGLESSON,Dance Lessons
  438. 324,9,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x8, DC_THROWARROW,Slinging Arrow
  439. 325,0,8,4,0,0x1,0,5,1,no,0,0x20,0,misc,0,0x1, DC_UGLYDANCE,Hip Shaker
  440. 326,0,6,4,0,0x3,-1,5,1,no,0,0,0,misc,0,0x0, DC_SCREAM,Dazzler
  441. 327,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0,0x1, DC_HUMMING,Focus Ballet
  442. 328,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0,0x1, DC_DONTFORGETME,Slow Grace
  443. 329,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0,0x1, DC_FORTUNEKISS,Lady Luck
  444. 330,0,6,4,0,0x1,0,10,1,no,0,0x20,0,misc,0,0x1, DC_SERVICEFORYOU,Gypsy's Kiss
  445. //****
  446. // NPC Skills
  447. 331,0,6,4,0,0x1,0,10,0,no,0,0x2,0,none,0,0x0, NPC_RANDOMMOVE,Random Move
  448. 332,0,6,4,0,0x1,0,10,0,no,0,0x2,0,none,0,0x0, NPC_SPEEDUP,Speed UP
  449. 333,0,6,4,0,0x1,0,1,0,no,0,0x2,0,none,0,0x0, NPC_REVENGE,Revenge
  450. //****
  451. // Mariage Skills
  452. 334,9,6,4,0,0x1,0,1,1,yes,0,0x4,0,none,0,0x0, WE_MALE,I Will Protect You
  453. 335,9,6,4,0,0x1,0,1,1,yes,0,0x4,0,none,0,0x0, WE_FEMALE,I Look up to You
  454. 336,9,6,4,0,0x1,3,1,1,yes,0,0x4,1,none,0,0x0, WE_CALLPARTNER,I miss You
  455. //****
  456. // NPC Skills
  457. 337,9,6,1,-1,0,0,1,1,no,0,0x2,0,weapon,0,0x0, ITM_TOMAHAWK,Throw Tomahawk
  458. 338,-1,8,1,7,0,0,10,-2,no,0,0x2,0,weapon,0,0x0, NPC_DARKCROSS,Cross of Darkness
  459. 339,5,6,4,7,0x48,0,10,1,no,0,0x102,0,magic,0,0x0, NPC_GRANDDARKNESS,Grand cross of Darkness
  460. 340,9,8,1,7,0,0,10,1:1:2:2:3:3:4:4:5:5,yes,0,0x2,0,magic,0,0x0, NPC_DARKSTRIKE,Soul Strike of Darkness
  461. 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,0x0, NPC_DARKTHUNDER,Darkness Jupitel
  462. 342,9,6,1,0,0x1,0,1,0,no,0,0x2,0,none,0,0x0, NPC_STOP,Stop
  463. 343,9,6,1,-1,0,0,10,1,no,0,0x2,0,weapon,0,0x0, NPC_WEAPONBRAKER,Break weapon
  464. 344,9,6,1,-1,0,0,10,1,no,0,0x2,0,weapon,0,0x0, NPC_ARMORBRAKE,Break armor
  465. 345,9,6,1,-1,0,0,10,1,no,0,0x2,0,weapon,0,0x0, NPC_HELMBRAKE,Break helm
  466. 346,9,6,1,-1,0,0,10,1,no,0,0x2,0,weapon,0,0x0, NPC_SHIELDBRAKE,Break shield
  467. 347,-9,6,1,9,0,0,10,1,no,0,0x2,0,weapon,0,0x0, NPC_UNDEADATTACK,Undead Element Attack
  468. 348,9,0,1,9,0x1,0,5,1,no,0,0x2,0,magic,0,0x0, NPC_CHANGEUNDEAD,Undead Attribute Change
  469. 349,0,6,4,0,0x1,0,10,0,no,0,0x2,0,weapon,0,0x0, NPC_POWERUP,Power Up
  470. 350,0,6,4,0,0x1,0,10,0,no,0,0x2,0,none,0,0x0, NPC_AGIUP,Agility UP
  471. 351,0,0,0,0,0x1,0,1,0,no,0,0x2,0,none,0,0x0, NPC_SIEGEMODE,Siege Mode
  472. 352,2,0,4,0,0x1,0,1,0,no,0,0x2,0,none,0,0x0, NPC_CALLSLAVE,Recall Slaves
  473. 353,0,0,0,0,0x1,0,1,0,no,0,0x2,0,none,0,0x0, NPC_INVISIBLE,Invisible
  474. 354,2,6,4,0,0x1,0,20,0,no,0,0x2,0,misc,0,0x0, NPC_RUN,Run
  475. //****
  476. // Lord Knight
  477. 355,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,0x0, LK_AURABLADE,Aura Blade
  478. 356,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0, LK_PARRYING,Parrying
  479. 357,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,0x0, LK_CONCENTRATION,Concentration
  480. 358,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,0x0, LK_TENSIONRELAX,Relax
  481. 359,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,0x0, LK_BERSERK,Frenzy
  482. 360,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,0x0, LK_FURY,Fury
  483. //****
  484. // High Priest
  485. 361,9,6,16,0,0x1,1,5,1,yes,0,0,0,magic,0,0x0, HP_ASSUMPTIO,Assumptio
  486. 362,4,6,4,0,0x1,0,5,1,yes,0,0,1,magic,2,0x0, HP_BASILICA,Basilica
  487. 363,0,0,0,0,0,0,10,0,no,0,0,0,magic,0,0x0, HP_MEDITATIO,Meditatio
  488. //****
  489. // High Wizard
  490. 364,0,0,0,0,0,0,10,1,no,0,0,0,magic,0,0x0, HW_SOULDRAIN,Soul Drain
  491. 365,9,8,1,-1,0,0,1,1,yes,0,0,0,weapon,0,0x0, HW_MAGICCRASHER,Stave Crasher
  492. 366,0,6,4,0,0x1,0,10,1,no,0,0,0,magic,0,0x20, HW_MAGICPOWER,Mystical Amplification
  493. //****
  494. // Paladin
  495. 367,9,8,1,0,0xD0,0,5,1,no,0,0x18000,0,misc,0,0x0, PA_PRESSURE,Gloria Domini
  496. 368,0,6,4,0,0x69,0,5,1,yes,0,0,0,weapon,0,0x0, PA_SACRIFICE, Martyr's Reckoning
  497. 369,0,6,4,0,0x41,0,10,1,yes,0,0,0,misc,0,0x0, PA_GOSPEL,Battle Chant
  498. //****
  499. // Champion
  500. 370,-2,6,1,-1,0,0,5,1,yes,0,0,0,weapon,3,0x0, CH_PALMSTRIKE,Raging Palm Strike
  501. 371,-2,8,4,-1,0,0,5,1,no,0,0x200,0,weapon,0,0x0, CH_TIGERFIST,Glacier Fist
  502. 372,-2,8,4,-1,0,0,10,-1:-1:-2:-2:-3:-3:-4:-4:-5:-5,no,0,0x200,0,weapon,0,0x0, CH_CHAINCRUSH,Chain Crush Combo
  503. //****
  504. // Professor
  505. 373,0,6,4,0,0x1,0,5,1,no,0,0,0,magic,0,0x20, PF_HPCONVERSION,Indulge
  506. 374,9,6,1,0,0x1,0,1,1,yes,0,0xE00,0,none,0,0x20, PF_SOULCHANGE,Soul Exhale
  507. 375,9,6,1,0,0x98,0,5,1,yes,0,0,0,magic,0,0x0, PF_SOULBURN,Soul Siphon
  508. //****
  509. // Asassin Cross
  510. 376,0,0,0,0,0x1,0,5,1,no,0,0,0,weapon,0,0x0, ASC_KATAR,Advanced Katar Mastery
  511. //377,0,0,4,0,0x1,0,10,1,no,0,0,0,misc,0,0x0, ASC_HALLUCINATION,Hallucination Walk
  512. 378,0,6,4,5,0x1,0,5,1,no,0,0,0,weapon,0,0x0, ASC_EDP,Enchant Deadly Poison
  513. 379,7,6,1,-1,0x68,0,10,1,yes,0,0,0,misc,0,0x0, ASC_BREAKER,Soul Destroyer
  514. //****
  515. // Sniper
  516. 380,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0, SN_SIGHT,Falcon Eyes
  517. 381,5,8,1,-3,0x40,0,5,1,yes,0,0,0,misc,0,0x80, SN_FALCONASSAULT,Falcon Assault
  518. 382,9,8,1,-1,0,2,5,1,yes,0,0,13,weapon,0,0x0, SN_SHARPSHOOTING,Focused Arrow Strike
  519. 383,0,6,4,0,0x3,-1,10,1,yes,0,0,0,weapon,0,0x0, SN_WINDWALK,Wind Walker
  520. //****
  521. // Whitesmith
  522. 384,0,0,4,0,0x1,0,10,1,yes,0,0,0,weapon,0,0x4000, WS_MELTDOWN,Shattering Strike
  523. 385,0,0,4,0,0x1,0,1,1,yes,0,0,0,none,0,0x0, WS_CREATECOIN,Create Coins
  524. 386,0,0,4,0,0x1,0,1,1,yes,0,0,0,none,0,0x0, WS_CREATENUGGET,Create Nuggets
  525. 387,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,0x4000, WS_CARTBOOST,Cart Boost
  526. 388,9,6,2,0,0x1,0,5,1,no,0,0,0,none,0,0x0, WS_SYSTEMCREATE,Auto Attack System
  527. //****
  528. // Stalker
  529. 389,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x60, ST_CHASEWALK,Stealth
  530. 390,0,0,4,0,0x1,0,5,1,yes,0,0,0,weapon,0,0x0, ST_REJECTSWORD,Counter Instinct
  531. //391,0,0,4,0,1,0,1,1,yes,0,0,0,magic,0,0x0, ST_STEALBACKPACK,Steal Backpack
  532. //****
  533. // Creator
  534. 392,0,0,4,0,0x1,0,1,1,yes,0,0,0,none,0,0x0, CR_ALCHEMY,Alchemy
  535. 393,0,0,4,0,0x1,0,1,1,yes,0,0,0,none,0,0x0, CR_SYNTHESISPOTION,Potion Synthesis
  536. //****
  537. // Clown & Gypsy
  538. 394,9,8,1,-1,0,0,10,-9,yes,0,0,0,weapon,0,0x0, CG_ARROWVULCAN,Vulcan Arrow
  539. 395,0,0,4,0,0x1,3,1,1,yes,0,0x40,0,misc,2,0x0, CG_MOONLIT,Sheltering Bliss
  540. 396,1,6,16,0,0x1,0,1,1,yes,0,0x600,0,none,0,0x40, CG_MARIONETTE,Marionette Control
  541. //****
  542. // Lord Knight
  543. 397,5,8,1,-1,0,0,5,5,no,0,0x40000,0,weapon,0,0x20000, LK_SPIRALPIERCE,Spiral Pierce
  544. 398,4,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0, LK_HEADCRUSH,Traumatic Blow
  545. 399,4,6,1,-1,0,0,10,1,no,0,0,0,weapon,0,0x0, LK_JOINTBEAT,Vital Strike
  546. //****
  547. // High Wizard
  548. 400,9,8,1,8,0x6,1,5,1:2:3:4:5,yes,0,0,0,magic,0,0x0, HW_NAPALMVULCAN,Napalm Vulcan
  549. //****
  550. // Champion
  551. 401,0,6,4,0,0x1,0,1,1,yes,0,0,0,none,0,0x0, CH_SOULCOLLECT,Zen
  552. //****
  553. // Professor
  554. 402,9,6,1,0,0x1,0,5,1,no,0,0,0,none,0,0x0, PF_MINDBREAKER,Mind Breaker
  555. 403,0,0,4,0,0x1,0,1,1,yes,0,0,0,magic,0,0x0, PF_MEMORIZE,Foresight
  556. 404,9,6,2,2,0x1,0,5,1,yes,0,0x100,2,magic,0,0x10020, PF_FOGWALL,Blinding Mist
  557. 405,7,6,1,0,0x1,0,1,1,no,0,0,3,magic,0,0x20, PF_SPIDERWEB,Fiber Lock
  558. //****
  559. // Assassin Cross
  560. 406,0,6,4,-1,0xA,2,10,1,no,0,0x40000,0,weapon,0,0x0, ASC_METEORASSAULT,Meteor Assault
  561. 407,0,6,4,0,0x1,0,1,0,no,0,0,0,none,0,0x0, ASC_CDP,Create Deadly Poison
  562. //****
  563. // Mariage Skills for Baby
  564. 408,9,6,4,0,0x1,0,1,1,yes,0,0x4,0,none,0,0x0, WE_BABY,Baby
  565. 409,9,6,4,0,0x1,3,1,1,yes,0,0x4,1,none,0,0x0, WE_CALLPARENT,Call Parent
  566. 410,9,6,4,0,0x1,3,1,1,yes,0,0x4,1,none,0,0x0, WE_CALLBABY,Call Baby
  567. //****
  568. // Taekwon
  569. 411,0,6,4,0,0x1,0,10,1,yes,0,0,0,misc,4,0x20, TK_RUN,Running
  570. 412,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,0x0, TK_READYSTORM,Tornado Stance
  571. 413,-2,8,4,-1,0x2,2,7,-3,no,0,0x200,0,weapon,0,0x0, TK_STORMKICK,Tornado Kick
  572. 414,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,0x0, TK_READYDOWN,Heel Drop Stance
  573. 415,-2,8,4,-1,0,0,7,-3,no,0,0x200,0,weapon,0,0x0, TK_DOWNKICK,Heel Drop
  574. 416,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,0x0, TK_READYTURN,Roundhouse Stance
  575. 417,-2,8,4,-1,0x2,1,7,-3,no,0,0x200,0,weapon,2,0x0, TK_TURNKICK,Roundhouse Kick
  576. 418,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,0x0, TK_READYCOUNTER,Counter Kick Stance
  577. 419,-2,8,4,-1,0x40,0,7,-3,no,0,0x200,0,weapon,0,0x0, TK_COUNTER,Counter Kick
  578. 420,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,0x0, TK_DODGE,Tumbling
  579. 421,9,8,16,-1,0x1,0,7,-3,no,0,0,0,weapon,0,0x0, TK_JUMPKICK,Flying Kick
  580. 422,0,0,0,0,0,1,10,0,no,0,0,0,none,0,0x0, TK_HPTIME,Peaceful Break
  581. 423,0,0,0,0,0,1,10,0,no,0,0,0,none,0,0x0, TK_SPTIME,Happy Break
  582. 424,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,0x0, TK_POWER,Kihop
  583. 425,0,6,4,2:4:1:3:8:7:6,0x1,0,7,1,no,0,0,0,weapon,0,0x20, TK_SEVENWIND,Mild Wind
  584. 426,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,0x20, TK_HIGHJUMP,Taekwon Jump
  585. //****
  586. // Star Gladiator
  587. 427,0,6,4,0,0x1,0,3,1,yes,0,0,0,magic,0,0x0, SG_FEEL,Feeling the Sun Moon and Stars
  588. 428,1,6,4,-1,0x3,1,3,1,yes,0,0,0,weapon,2,0x1, SG_SUN_WARM,Warmth of the Sun
  589. 429,1,6,4,-1,0x3,1,3,1,yes,0,0,0,weapon,2,0x1, SG_MOON_WARM,Warmth of the Moon
  590. 430,1,6,4,-1,0x3,1,3,1,yes,0,0,0,weapon,2,0x1, SG_STAR_WARM,Warmth of the Stars
  591. 431,0,0,4,0,0x1,0,4,1,yes,0,0,0,magic,0,0x0, SG_SUN_COMFORT,Comfort of the Sun
  592. 432,0,0,4,0,0x1,0,4,1,yes,0,0,0,magic,0,0x0, SG_MOON_COMFORT,Comfort of the Moon
  593. 433,0,0,4,0,0x1,0,4,1,yes,0,0,0,magic,0,0x0, SG_STAR_COMFORT,Comfort of the Stars
  594. 434,10,6,1,0,0x1,0,3,1,yes,0,0,0,magic,0,0x0, SG_HATE,Hatred of the Sun Moon and Stars
  595. 435,0,0,0,0,0,0,3,0,no,0,0,0,none,0,0x0, SG_SUN_ANGER,Anger of the Sun
  596. 436,0,0,0,0,0,0,3,0,no,0,0,0,none,0,0x0, SG_MOON_ANGER,Anger of the Moon
  597. 437,0,0,0,0,0,0,3,0,no,0,0,0,none,0,0x0, SG_STAR_ANGER,Anger of the Stars
  598. 438,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0, SG_SUN_BLESS,Blessing of the Sun
  599. 439,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0, SG_MOON_BLESS,Blessing of the Moon
  600. 440,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0, SG_STAR_BLESS,Blessing of the Stars
  601. 441,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0, SG_DEVIL,Demon of the Sun Moon and Stars
  602. 442,0,0,0,0,0,0,3,0,no,0,0,0,none,0,0x0, SG_FRIEND,Friend of the Sun Moon and Stars
  603. 443,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0, SG_KNOWLEDGE,Knowledge of the Sun Moon and Stars
  604. 444,0,6,4,0,0x1,0,1,1,no,0,0,0,misc,0,0x0, SG_FUSION,Union of the Sun Moon and Stars
  605. //****
  606. // Alchemist
  607. 446,9,6,16,0,0x1,0,1,1,yes,0,0xC08,0,none,0,0x0, AM_BERSERKPITCHER,Aid Berserk Potion
  608. //****
  609. // Soul Linker
  610. 445,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0, SL_ALCHEMIST,Spirit of the Alchemist
  611. 447,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0, SL_MONK,Spirit of the Monk
  612. 448,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0, SL_STAR,Spirit of the Star Gladiator
  613. 449,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0, SL_SAGE,Spirit of the Sage
  614. 450,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0, SL_CRUSADER,Spirit of the Crusader
  615. 451,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0, SL_SUPERNOVICE,Spirit of the Supernovice
  616. 452,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0, SL_KNIGHT,Spirit of the Knight
  617. 453,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0, SL_WIZARD,Spirit of the Wizard
  618. 454,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0, SL_PRIEST,Spirit of the Priest
  619. 455,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0, SL_BARDDANCER,Spirit of the Artist
  620. 456,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0, SL_ROGUE,Spirit of the Rogue
  621. 457,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0, SL_ASSASIN,Spirit of the Assasin
  622. 458,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0, SL_BLACKSMITH,Spirit of the Blacksmith
  623. //****
  624. // Blacksmith
  625. 459,0,6,4,0,0x3,-1,1,1,no,0,0x8,0,weapon,0,0x4000, BS_ADRENALINE2,Advanced Adrenaline Rush
  626. //****
  627. // Soul Linker
  628. 460,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0, SL_HUNTER,Spirit of the Hunter
  629. 461,9,6,16,0,0x1,0,5,1,yes,0,0x200,0,magic,0,0x0, SL_SOULLINKER,Spirit of the Soul Linker
  630. 462,9,6,16,0,0x1,0,7,1,yes,0,0,0,magic,0,0x0, SL_KAIZEL,Kaizel
  631. 463,9,6,16,0,0x1,0,7,1,yes,0,0,0,magic,0,0x20, SL_KAAHI,Kaahi
  632. 464,9,6,16,0,0x1,0,3,1,yes,0,0,0,magic,0,0x20, SL_KAUPE,Kaupe
  633. 465,9,6,16,0,0x1,0,7,1,yes,0,0,0,magic,0,0x20, SL_KAITE,Kaite
  634. 466,0,0,0,0,0,0,7,0,yes,0,0,0,magic,0,0x0, SL_KAINA,Kaina
  635. 467,9,6,1,-2,0,0,7,1,no,0,0,0,magic,2,0x0, SL_STIN,Estin
  636. 468,9,6,1,-2,0,0,7,1,no,0,0,0,magic,0,0x0, SL_STUN,Estun
  637. 469,9,8,1,-2,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,magic,0,0x0, SL_SMA,Esma
  638. 470,9,6,1,0,0x1,0,7,1,no,0,0,0,magic,0,0x0, SL_SWOO,Eswoo
  639. 471,9,6,1,0,0x1,0,3,1,no,0,0,0,magic,0,0x0, SL_SKE,Eske
  640. 472,9,6,1,0,0x1,0,3,1,no,0,0,0,magic,0,0x0, SL_SKA,Eska
  641. //****
  642. // Other 2nd Skills
  643. 473,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, SM_SELFPROVOKE,Provoke Self
  644. 474,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0,0x0, NPC_EMOTION_ON,Emotion ON
  645. 475,0,0,4,0,0x1,0,1,1,yes,0,0,0,none,0,0x0, ST_PRESERVE,Preserve
  646. 476,1,6,1,0,0x1,0,5,1,yes,0,0,0,weapon,0,0x20, ST_FULLSTRIP,Divest All
  647. 477,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x4000, WS_WEAPONREFINE,Upgrade Weapon
  648. 478,3,6,2,0,0x3,3,10,1,no,0,0,0,none,0,0x0, CR_SLIMPITCHER,Aid Condensed Potion
  649. 479,1,6,16,0,0x1,0,5,1,yes,0,0,0,weapon,0,0x0, CR_FULLPROTECTION,Full Protection
  650. 480,5,8,1,-1,0,0,5,5,no,0,0,0,weapon,0,0x20000, PA_SHIELDCHAIN,Shield Chain
  651. 481,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0, HP_MANARECHARGE,Mana Recharge
  652. 482,0,6,4,0,0x1,0,5,1,no,0,0,0,magic,0,0x0, PF_DOUBLECASTING,Double Casting
  653. 483,14,6,2,0,0x1,1:2:3:4:5,1,1,no,0,0,0,none,0,0x20, HW_GANBANTEIN,Ganbantein
  654. 484,14,6,2,2,0xD1,0,5,1,yes,0,0x18000,0,misc,0,0x11030, HW_GRAVITATION,Gravitation Field
  655. 485,-2,6,1,-1,0x8,0,10,1,no,0,0,0,weapon,0,0x4000, WS_CARTTERMINATION,Cart Termination
  656. 486,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,0x4000, WS_OVERTHRUSTMAX,Maximum Power Thrust
  657. 487,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x8, CG_LONGINGFREEDOM,Longing for Freedom
  658. 488,0,6,4,0,0x1,1,5,1,no,0,0x20,0,misc,0,0x1, CG_HERMODE,Wand of Hermode
  659. 489,9,6,1,0,0x41,0,5,1,no,0,0,0,misc,0,0x0, CG_TAROTCARD,Tarot Card of Fate
  660. 490,9,8,1,-1,0x60,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,misc,0,0x0, CR_ACIDDEMONSTRATION,Acid Demonstration
  661. 491,1,6,2,0,0x1,0,2,1,no,0,0,0,none,0,0x0, CR_CULTIVATION,Plant Cultivation
  662. 492,0,6,4,0:1:2:3:4:5:6:7:8:9,0x1,0,10,1,no,0,0x2,0,none,0,0x0, ITEM_ENCHANTARMS,Weapon Enchantment
  663. 493,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, TK_MISSION,Taekwon Mission
  664. 494,9,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0,0x0, SL_HIGH,Spirit of Rebirth
  665. 495,0,6,4,0,0x1,0,1,1,no,0,0x8,0,weapon,0,0x0, KN_ONEHAND,Onehand Quicken
  666. 496,0,6,4,0,0x1,0,1,0,no,0,0x8,0,none,0,0x0, AM_TWILIGHT1,Twilight Alchemy 1
  667. 497,0,6,4,0,0x1,0,1,0,no,0,0x8,0,none,0,0x0, AM_TWILIGHT2,Twilight Alchemy 2
  668. 498,0,6,4,0,0x1,0,1,0,no,0,0x8,0,none,0,0x0, AM_TWILIGHT3,Twilight Alchemy 3
  669. 499,-9,8,1,-1,0,0,1,2,no,0,0x8,0,weapon,0,0x80, HT_POWER,Beast Strafing
  670. //****
  671. // Gunslinger
  672. 500,0,6,4,0,0x41,0,5,1,no,0,0,0,misc,0,0x0, GS_GLITTERING,Flip the Coin
  673. 501,9,6,1,-1,0x50,0,1,1,no,0,0,0,misc,0,0x0, GS_FLING,Fling
  674. 502,-9,8,1,-1,0,0,1,3,no,0,0,0,weapon,0,0x0, GS_TRIPLEACTION,Triple Action
  675. 503,-9,6,1,-1,0x8,0,1,1,no,0,0,0,weapon,0,0x0, GS_BULLSEYE,Bulls Eye
  676. 504,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,0x0, GS_MADNESSCANCEL,Madness Canceller
  677. 505,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,0x0, GS_ADJUSTMENT,AdJustment
  678. 506,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,0x0, GS_INCREASING,Increasing Accuracy
  679. 507,-9,6,1,8,0x20,0,1,1,no,0,0,0,misc,0,0x0, GS_MAGICALBULLET,Magical Bullet
  680. 508,-9,6,1,-1,0x1,0,1,1,no,0,0,0,weapon,0,0x0, GS_CRACKER,Cracker
  681. 509,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0, GS_SINGLEACTION,Single Action
  682. 510,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0, GS_SNAKEEYE,Snake Eye
  683. 511,-9,8,0,-1,0,0,10,2,no,0,0,0,weapon,0,0x0, GS_CHAINACTION,Chain Action
  684. 512,-9,6,1,-1,0,0,10,1,yes,0,0,0,weapon,0,0x0, GS_TRACKING,Tracking
  685. 513,-9,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0, GS_DISARM,Disarm
  686. 514,-9,6,1,-1,0x20,0,5,1,no,0,0,0,weapon,0,0x100, GS_PIERCINGSHOT,Piercing Shot
  687. 515,-9,8,1,-1,0,0,10,-5,no,0,0,0,weapon,0,0x100, GS_RAPIDSHOWER,Rapid Shower
  688. 516,0,8,4,-1,0x2,3,10,1,no,0,0,0,weapon,0,0x0, GS_DESPERADO,Desperado
  689. 517,0,6,4,-1,0x1,0,10,1,no,0,0,0,weapon,0,0x0, GS_GATLINGFEVER,Gatling Fever
  690. 518,2,6,1,-1,0,0,10,1,no,0,0,0,weapon,5,0x0, GS_DUST,Dust
  691. 519,-9,6,1,-1,0,0,10,1,yes,0,0,0,weapon,0,0x100, GS_FULLBUSTER,Full Buster
  692. 520,-9,6,1,-1,0x2,1:1:1:2:2:2:3:3:3:4,10,1,no,0,0,0,weapon,0,0x100, GS_SPREADATTACK,Spread Attack
  693. 521,-9,6,2,-1,0x60,1,10,1,no,0,0,0,misc,3,0x100, GS_GROUNDDRIFT,Ground Drift
  694. //****
  695. // Ninja
  696. 522,0,0,0,0,0,0,10,1,no,0,0,0,weapon,0,0x0, NJ_TOBIDOUGU,Shuriken Training
  697. 523,9,6,1,-1,0x40,0,10,1,no,0,0,0,weapon,0,0x0, NJ_SYURIKEN,Throw Shuriken
  698. 524,9,8,1,-1,0x40,0,5,3,no,0,0,0,weapon,0,0x0, NJ_KUNAI,Throw Kunai
  699. 525,9,8,2,-1,0x2,0,5,-3:-3:-4:-4:-5,no,0,0,0,weapon,0,0x0, NJ_HUUMA,Throw Huuma Shuriken
  700. 526,9,6,1,0,0x50,0,10,1,no,0,0x18000,0,misc,0,0x0, NJ_ZENYNAGE,Throw Zeny
  701. 527,0,6,4,-1,0,0,5,1,no,0,0,0,weapon,4,0x0, NJ_TATAMIGAESHI,Improvised Defense
  702. 528,-1,6,1,-1,0,0,10,1,no,0,0,0,weapon,0,0x0, NJ_KASUMIKIRI,Vanishing Slash
  703. 529,7:9:11:13:15,6,2,0,0x1,0,5,1,no,0,0,0,none,0,0x4, NJ_SHADOWJUMP,Shadow Leap
  704. 530,7:9:11:13:15,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x204, NJ_KIRIKAGE,Shadow Slash
  705. 531,0,6,4,0,0x1,0,5,1,no,0,0,0,none,7,0x0, NJ_UTSUSEMI,Cicada Skin Sheeding
  706. 532,0,6,4,0,0x1,0,10,1,yes,0,0,0,magic,0,0x0, NJ_BUNSINJYUTSU,Mirror Image
  707. 533,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0, NJ_NINPOU,Spirit of the Blade
  708. 534,9,8,1,3,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,magic,0,0x0, NJ_KOUENKA,Crimson Fire Petal
  709. 535,0,8,4,3,0,0,10,1,yes,0,0,0,magic,0,0x0, NJ_KAENSIN,Crimson Fire Formation
  710. 536,9,8,1,3,0x2,2,5,3,yes,0,0,0,magic,0,0x0, NJ_BAKUENRYU,Raging Fire Dragon
  711. 537,9,8,1,1,0,0,10,3:4:5:6:7:8:9:10:11:12,yes,0,0,0,magic,0,0x0, NJ_HYOUSENSOU,Spear of Ice
  712. 538,9,6,2,1,0x1,0,10,1,yes,0,0,0,magic,0,0x1000, NJ_SUITON,Hidden Water
  713. 539,0,6,4,1,0x2,3,5,1,yes,0,0,0,magic,0,0x0, NJ_HYOUSYOURAKU,Ice Meteor
  714. 540,9,8,1,4,0,0,10,1:2:2:3:3:4:4:5:5:6,yes,0,0,0,magic,0,0x0, NJ_HUUJIN,Wind Blade
  715. 541,9,6,2,4,0x2,2:2:3:3:4,5,1,yes,0,0,0,magic,0,0x0, NJ_RAIGEKISAI,Lightning Strike of Destruction
  716. 542,9,8,1,4,0,3,5,1,yes,0,0,5:6:7:8:9,magic,0,0x0, NJ_KAMAITACHI,Kamaitachi
  717. 543,0,6,4,0,0x1,0,5,1,yes,0,0,0,none,0,0x0, NJ_NEN,Soul
  718. 544,-5,8,1,0,0x40,0,10,1,no,0,0,0,misc,0,0x0, NJ_ISSEN,Final Strike
  719. 572,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0, SL_DEATHKNIGHT,SL_DEATHKNIGHT
  720. 573,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0, SL_COLLECTOR,SL_COLLECTOR
  721. 574,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0, SL_NINJA,SL_NINJA
  722. 575,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0, SL_GUNNER,SL_GUNNER
  723. //****
  724. // Additional NPC Skills (Episode 11.3)
  725. 653,0,8,4,0,0x6,5:7:9:11:13:5:7:9:11:13,10,1,no,0,0x2,0,magic,0,0x0, NPC_EARTHQUAKE,Earthquake
  726. 654,9,6,1,3,0,5,10,1,no,0,0x2,14,weapon,0,0x0, NPC_FIREBREATH,Fire Breath
  727. 655,9,6,1,1,0,5,10,1,no,0,0x2,14,weapon,0,0x0, NPC_ICEBREATH,Ice Breath
  728. 656,9,6,1,4,0,5,10,1,no,0,0x2,14,weapon,0,0x0, NPC_THUNDERBREATH,Thunder Breath
  729. 657,9,6,1,5,0,5,10,1,no,0,0x2,14,weapon,0,0x0, NPC_ACIDBREATH,Acid Breath
  730. 658,9,6,1,7,0,5,10,1,no,0,0x2,14,weapon,0,0x0, NPC_DARKNESSBREATH,Darkness Breath
  731. 659,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,0x0, NPC_DRAGONFEAR,Dragon Fear
  732. 660,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0,0x0, NPC_BLEEDING,Bleeding
  733. 661,0,6,4,0,0x2,7,5,1,no,0,0x2,0,weapon,7,0x0, NPC_PULSESTRIKE,Pulse Strike
  734. 662,0,6,4,0,0x2,14,10,1,no,0,0x2,0,weapon,0,0x0, NPC_HELLJUDGEMENT,Hell's Judgement
  735. 663,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,0x0, NPC_WIDESILENCE,Wide Silence
  736. 664,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,0x0, NPC_WIDEFREEZE,Wide Freeze
  737. 665,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,0x0, NPC_WIDEBLEEDING,Wide Bleeding
  738. 666,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,0x0, NPC_WIDESTONE,Wide Petrify
  739. 667,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,0x0, NPC_WIDECONFUSE,Wide Confusion
  740. 668,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,0x0, NPC_WIDESLEEP,Wide Sleep
  741. 669,0,6,4,3,0x3,5,1,1,no,0,0x2,0,magic,0,0x0, NPC_WIDESIGHT,Wide Sight
  742. 670,9,6,2,7,0x91,0,10,1,no,0,0x2,0,magic,0,0x0, NPC_EVILLAND,Evil Land
  743. 671,0,6,4,0,0x1,0,5,1,no,0,0x2,0,magic,0,0x0, NPC_MAGICMIRROR,Magic Mirror
  744. 672,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,0x0, NPC_SLOWCAST,Slow Cast
  745. 673,-9,6,1,-1,0,0,5,1,no,0,0x2,0,weapon,0,0x0, NPC_CRITICALWOUND,Critical Wounds
  746. 674,-9,6,1,-1,0x1,0,1,1,no,0,0x2,0,none,0,0x0, NPC_EXPULSION,Expulsion
  747. 675,0,6,4,0,0x1,0,5,1,no,0,0x2,0,magic,0,0x0, NPC_STONESKIN,Stone Skin
  748. 676,0,6,4,0,0x1,0,5,1,no,0,0x2,0,magic,0,0x0, NPC_ANTIMAGIC,Anti Magic
  749. 677,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,0x0, NPC_WIDECURSE,Wide Curse
  750. 678,0,6,4,0,0x3,2:5:8:11:14,5,1,no,0,0x2,0,none,0,0x0, NPC_WIDESTUN,Wide Stun
  751. 679,0,6,4,0,0x2,5:7:9:11:13:13:13:13:13:13,10,1,no,0,0x2,0,weapon,0,0x0, NPC_VAMPIRE_GIFT,Vampire Gift
  752. 680,0,6,4,0,0x3,5:7:9:11:13:13:13:13:13:13,10,1,no,0,0x2,0,none,0,0x0, NPC_WIDESOULDRAIN,Wide Soul Drain
  753. //****
  754. // Cash Shop Skill
  755. 681,0,0,0,0,0,0,10,0,no,0,0x1,0,none,0,0x0, ALL_INCCARRY,Increase Weight Limit R
  756. //****
  757. // Additional NPC skill (Episode 12)
  758. 682,0,0,4,0,0x1,0,1,1,no,0,0x2,0,none,0,0x0, NPC_TALK,Talk
  759. 683,-9,6,1,-1,0,0,1,1,no,0,0x2,0,none,0,0x0, NPC_HELLPOWER,Hell Power
  760. 684,0,6,4,0,0x3,-1,1,1,no,0,0x2,0,none,0,0x0, NPC_WIDEHELLDIGNITY,Hell Dignity
  761. 685,0,0,4,0,0x1,0,1,1,no,0,0x2,0,none,0,0x0, NPC_INVINCIBLE,Invincible
  762. 686,0,0,4,0,0x1,0,1,1,no,0,0x2,0,none,0,0x0, NPC_INVINCIBLEOFF,Invincible off
  763. 687,0,6,4,0,0x1,0,1,1,yes,0,0x2,0,none,0,0x0, NPC_ALLHEAL,Full Heal
  764. //****
  765. // Additional Skill (??)
  766. 688,9,6,16,0,0x1,0,10,0,no,0,0x200,0,none,0,0x0, GM_SANDMAN,GM Sandman
  767. 689,0,6,4,0,0x3,-1,10,1,yes,0,0x2,0,magic,0,0x0, CASH_BLESSING,Party Blessing
  768. 690,0,6,4,0,0x3,-1,10,1,yes,0,0x2,0,magic,0,0x0, CASH_INCAGI,Party Increase AGI
  769. 691,0,6,4,0,0x3,-1,5,1,yes,0,0x2,0,magic,0,0x0, CASH_ASSUMPTIO,Party Assumptio
  770. 692,0,0,0,0,0,0,9,0,no,0,0x2,0,none,0,0x0, ALL_CATCRY,Cat Cry
  771. 693,0,6,4,0,0x3,-1,1,1,yes,0,0x2,0,magic,0,0x0, ALL_PARTYFLEE,Party Flee
  772. 694,0,0,0,0,0,0,9,0,no,0,0x2,0,none,0,0x0, ALL_ANGEL_PROTECT,Angel's Protection
  773. 695,0,0,0,0,0,0,9,0,no,0,0x2,0,none,0,0x0, ALL_DREAM_SUMMERNIGHT,Summer Night Dream
  774. //696,0,0,0,0,0,0,9,0,no,0,0x2,0,none,0,0x0, NPC_CHANGEUNDEAD2,Change Undead
  775. 697,9,6,4,0,0x1,0,1,1,yes,0,0x2,0,magic,0,0x0, ALL_REVERSEORCISH,Reverse Orcish
  776. 698,0,6,4,0,0x01,0,1,1,no,0,0x2,0,none,0,0x0, ALL_WEWISH,Christmas Carol
  777. //699,0,0,0,0,0,0,9,0,no,0,0x2,0,none,0,0x0, ALL_SONKRAN,ALL_SONKRAN
  778. //****
  779. // New NPC Wide Status AoE Skills And Others
  780. //700,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, NPC_WIDEHEALTHFEAR,Wide Health Fear
  781. //701,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, NPC_WIDEBODYBURNNING,Wide Body Burnning
  782. //702,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, NPC_WIDEFROSTMISTY,Wide Freezing
  783. //703,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, NPC_WIDECOLD,Wide Crystalize
  784. //704,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, NPC_WIDE_DEEP_SLEEP,Wide Deep Sleep
  785. //705,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, NPC_WIDESIREN,Wide Siren's Voice
  786. //706,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, NPC_VENOMFOG,Venom Fog
  787. //707,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, NPC_MILLENNIUMSHIELD,Millenium Shield 2
  788. //708,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, NPC_COMET,Comet 2
  789. //709,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, NPC_ICEMINE,Ice Mine
  790. //710,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, NPC_ICEEXPLO,Ice Explosion
  791. //711,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, NPC_FLAMECROSS,Flame Cross
  792. //712,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, NPC_PULSESTRIKE2,Pulse Strike 2
  793. //713,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, NPC_DANCINGBLADE,Dancing Blade
  794. //714,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, NPC_DANCINGBLADE_ATK,Dancing Blade Attack
  795. //715,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, NPC_DARKPIERCING,Dark Piercing
  796. //716,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, NPC_MAXPAIN,Max Pain
  797. //717,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, NPC_MAXPAIN_ATK,Max Pain Attack
  798. //718,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, NPC_DEATHSUMMON,Death Summon
  799. //719,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, NPC_HELLBURNING,Hell Burning
  800. //720,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, NPC_JACKFROST,Jack Frost 2
  801. //721,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, NPC_WIDEWEB,Wide Web
  802. //722,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, NPC_WIDESUCK,Wide Suck
  803. //723,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, NPC_STORMGUST2,Storm Gust 2
  804. //724,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, NPC_FIRESTORM,Fire Storm
  805. //725,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, NPC_REVERBERATION,Reverberation 2
  806. //726,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, NPC_REVERBERATION_ATK,Reverberation Attack
  807. //727,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, NPC_LEX_AETERNA,Lex Aeterna 2
  808. //****
  809. // 2nd Quest Skills
  810. 1001,14,6,1,-1,0,0,1,1,no,0,0x1,0,weapon,0,0x0, KN_CHARGEATK,Charge Attack
  811. 1002,0,6,4,0,0x1,0,1,0,no,0,0x1,0,weapon,2,0x0, CR_SHRINK,Shrink
  812. 1003,0,0,0,0,0,0,1,0,no,0,0x1,0,weapon,0,0x0, AS_SONICACCEL,Sonic Acceleration
  813. 1004,9,8,1,0,0x8,0,1,1,no,0,0x1,0,weapon,0,0x0, AS_VENOMKNIFE,Throw Venom Knife
  814. 1005,1,6,1,0,0x1,0,1,1,no,0,0x1,0,weapon,0,0x0, RG_CLOSECONFINE,Close Confine
  815. 1006,0,6,4,3,0,1,1,1,yes,0,0x40001,0,magic,3,0x20, WZ_SIGHTBLASTER,Sight Blaster
  816. 1007,0,6,4,0,0x1,0,1,0,no,0,0x1,0,none,0,0x0, SA_CREATECON,Create Elemental Converter
  817. 1008,9,6,1,1,0x1,0,1,1,yes,0,0x1,0,magic,0,0x0, SA_ELEMENTWATER,Elemental Change Water
  818. 1009,-9,6,1,0,0,0,1,1,no,0,0x1,0,weapon,3,0x0, HT_PHANTASMIC,Phantasmic Arrow
  819. 1010,9,6,1,0,0x1,0,1,0,no,0,0x1,0,misc,0,0x0, BA_PANGVOICE,Pang Voice
  820. 1011,9,6,1,0,0x1,0,1,0,no,0,0x1,0,misc,0,0x0, DC_WINKCHARM,Wink of Charm
  821. 1012,0,0,0,0,0,0,1,0,no,0,0x1,0,weapon,0,0x4000, BS_UNFAIRLYTRICK,Unfair Trick
  822. 1013,0,6,4,0,0x3,2,1,0,no,0,0x1,0,weapon,0,0x2000, BS_GREED,Greed
  823. 1014,0,6,4,6,0x3,14,1,0,yes,0,0x1,0,magic,0,0x0, PR_REDEMPTIO,Redemptio
  824. 1015,9,6,16,0,0x1,0,1,1,no,0,0x401,0,weapon,0,0x0, MO_KITRANSLATION,Ki Translation
  825. 1016,-1,6,1,-1,0x2,1,1,1,no,0,0x1,0,weapon,5,0x0, MO_BALKYOUNG,Ki Explosion
  826. 1017,9,6,1,2,0x1,0,1,1,yes,0,0x1,0,magic,0,0x0, SA_ELEMENTGROUND,Elemental Change Earth
  827. 1018,9,6,1,3,0x1,0,1,1,yes,0,0x1,0,magic,0,0x0, SA_ELEMENTFIRE,Elemental Change Fire
  828. 1019,9,6,1,4,0x1,0,1,1,yes,0,0x1,0,magic,0,0x0, SA_ELEMENTWIND,Elemental Change Wind
  829. //****
  830. // RK Rune Knight
  831. 2001,0,6,4,0,0x1,0,5,1,yes,0,0,0,none,0,0x0, RK_ENCHANTBLADE,Enchant Blade
  832. 2002,7:8:9:10:11,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0, RK_SONICWAVE,Sonic Wave
  833. 2003,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0, RK_DEATHBOUND,Death Bound
  834. 2004,5,8,1,-1,0,0,10,-5,no,0,0,0,weapon,0,0x20000, RK_HUNDREDSPEAR,Hundred Spear
  835. 2005,1,6,2,4,0x2,2,5,1,no,0,0,0,weapon,3,0x0, RK_WINDCUTTER,Wind Cutter
  836. 2006,0,6,4,-1,0x2,5,5,1,no,0,0,0,weapon,0,0x0, RK_IGNITIONBREAK,Ignition Break
  837. 2007,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0, RK_DRAGONTRAINING,Dragon Training
  838. 2008,9,6,2,3,0x42,1:1:1:2:2:2:3:3:4:4,10,1,no,0,0x40000,0,weapon,0,0x0, RK_DRAGONBREATH,Dragon Breath
  839. 2009,0,6,4,0,0x3,3:4:5:6:7,5,1,no,0,0,0,none,0,0x0, RK_DRAGONHOWLING,Dragon Howling
  840. 2010,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0, RK_RUNEMASTERY,Rune Mastery
  841. 2011,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, RK_MILLENNIUMSHIELD,Millenium Shield
  842. 2012,1,6,4,-1,0,0,1,1,yes,0,0,0,none,0,0x0, RK_CRUSHSTRIKE,Crush Strike
  843. 2013,0,6,4,0,0x1,0,1,1,yes,0,0,0,none,0,0x0, RK_REFRESH,Refresh
  844. 2014,0,6,4,0,0x1,0,1,1,yes,0,0,0,none,0,0x0, RK_GIANTGROWTH,Giant Growth
  845. 2015,0,6,4,0,0x1,0,1,1,yes,0,0,0,none,0,0x0, RK_STONEHARDSKIN,Stone Hard Skin
  846. 2016,0,6,4,0,0x1,0,1,1,yes,0,0,0,none,0,0x0, RK_VITALITYACTIVATION,Vitality Activation
  847. 2017,0,6,4,-1,0x2,3,1,1,no,0,0x40000,0,weapon,7,0x0, RK_STORMBLAST,Storm Blast
  848. 2018,0,6,4,0,0x3,-1,1,1,yes,0,0,0,none,0,0x0, RK_FIGHTINGSPIRIT,Fighting Spirit //CHECK Is this splash needed?
  849. 2019,9,6,4,6,0x1,0,1,1,yes,0,0,0,none,0,0x0, RK_ABUNDANCE,Abundance
  850. 2020,5:6:7:8:9,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0, RK_PHANTOMTHRUST,Phantom Thrust
  851. //****
  852. // WL Warlock
  853. 2201,11,6,16,0,0,0,5,1,yes,0,0,0,magic,0,0x420, WL_WHITEIMPRISON,White Imprison
  854. 2202,11,8,1,8,0x2,1:1:1:2:2,5,-2,yes,0,0,0,magic,0,0x420, WL_SOULEXPANSION,Soul Expansion
  855. 2203,0,8,4,1,0x2,9,5,-3:-4:-5:-6:-7,yes,0,0,0,magic,0,0x400, WL_FROSTMISTY,Frosty Misty
  856. 2204,0,8,4,1,0x2,5:6:7:8:9,5,-5,yes,0,0,0,magic,0,0x0, WL_JACKFROST,Jack Frost
  857. 2205,11,6,1,0,0x1,0,5,1,yes,0,0,0,magic,0,0x400, WL_MARSHOFABYSS,Marsh of Abyss
  858. 2206,0,6,4,0,0x1,0,5,1,yes,0,0,0,magic,0,0x20, WL_RECOGNIZEDSPELL,Recognized Spell
  859. 2207,7,6,1,2,0x3,1:2:2:3:3,5,1,yes,0,0,0,magic,0,0x420, WL_SIENNAEXECRATE,Sienna Execrate
  860. 2208,0,0,0,0,0,0,3,0,no,0,0,0,none,0,0x0, WL_RADIUS,Radius
  861. 2209,0,6,4,0,0x3,9:10:11:12:13,5,1,yes,0,0,0,magic,0,0x0, WL_STASIS,Stasis
  862. 2210,11,6,1,0,0,0,5,1,yes,0,0,0,magic,0,0x420, WL_DRAINLIFE,Drain Life
  863. 2211,11,8,1,3,0x2,3,5,-7,yes,0,0,0,magic,3,0x400, WL_CRIMSONROCK,Crimson Rock
  864. 2212,11,6,1,3,0,0,5,1,yes,0,0,0,magic,0,0x400, WL_HELLINFERNO,Hell Inferno
  865. 2213,11,8,2,0,0x2,9,5,-20,yes,0,0,0,magic,2,0x400, WL_COMET,Comet
  866. 2214,11,6,1,0,0x2,3,5,1,yes,0,0,0,magic,0,0x400, WL_CHAINLIGHTNING,Chain Lightning //CHECK Is the splash being used for the target search?
  867. 2215,11,6,1,4,0,0,5,1,no,0,0,0,magic,0,0x0, WL_CHAINLIGHTNING_ATK,Chain Lightning Attack
  868. 2216,6,8,2,2,0,0,5,-6:-7:-8:-9:-10,yes,0,0,0,magic,0,0x10020, WL_EARTHSTRAIN,Earth Strain
  869. 2217,11,6,1,0,0,0,5,1,yes,0,0,0,magic,0,0x400, WL_TETRAVORTEX,Tetra Vortex
  870. 2218,11,6,1,3,0,0,5,1,no,0,0,0,magic,0,0x0, WL_TETRAVORTEX_FIRE,Tetra Vortex Fire
  871. 2219,11,6,1,1,0,0,5,1,no,0,0,0,magic,0,0x0, WL_TETRAVORTEX_WATER,Tetra Vortex Water
  872. 2220,11,6,1,4,0,0,5,1,no,0,0,0,magic,0,0x0, WL_TETRAVORTEX_WIND,Tetra Vortex Wind
  873. 2221,11,6,1,2,0,0,5,1,no,0,0,0,magic,0,0x0, WL_TETRAVORTEX_GROUND,Tetra Vortex Earth
  874. 2222,0,6,4,3,0x1,0,5,1,yes,0,0,0,magic,0,0x20, WL_SUMMONFB,Summon Fire Ball
  875. 2223,0,6,4,4,0x1,0,5,1,yes,0,0,0,magic,0,0x20, WL_SUMMONBL,Summon Lightning Ball
  876. 2224,0,6,4,1,0x1,0,5,1,yes,0,0,0,magic,0,0x20, WL_SUMMONWB,Summon Water Ball
  877. 2225,11,6,1,3,0,0,5,1,no,0,0,1,magic,0,0x0, WL_SUMMON_ATK_FIRE,Summon Attack Fire //CHECK Summon attack ID's dont appear to have a range.
  878. 2226,11,6,1,4,0,0,5,1,no,0,0,1,magic,0,0x0, WL_SUMMON_ATK_WIND,Summon Attack Wind
  879. 2227,11,6,1,1,0,0,5,1,no,0,0,1,magic,0,0x0, WL_SUMMON_ATK_WATER,Summon Attack Water
  880. 2228,11,6,1,2,0,0,5,1,no,0,0,1,magic,0,0x0, WL_SUMMON_ATK_GROUND,Summon Attack Earth
  881. 2229,0,6,4,2,0x1,0,5,1,yes,0,0,0,magic,0,0x20, WL_SUMMONSTONE,Summon Stone
  882. 2230,11,8,1,0,0,0,2,1,yes,0,0,0,magic,0,0x420, WL_RELEASE,Release //CHECK Should it be left to do multi hit or single hit?
  883. 2231,0,6,4,0,0x1,0,1,1,yes,0,0,0,magic,0,0x20, WL_READING_SB,Reading Spellbook
  884. 2232,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0, WL_FREEZE_SP,Freeze Spell
  885. //****
  886. // GC Guillotine Cross
  887. 2021,10,6,1,0,0x1,0,5,1,no,0,0,0,none,0,0x0, GC_VENOMIMPRESS,Venom Impress
  888. 2022,3,8,1,-1,0,0,5,-7,no,0,0,0,weapon,0,0x0, GC_CROSSIMPACT,Cross Impact
  889. 2023,5:6:7:8:9,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0, GC_DARKILLUSION,Dark Illusion
  890. 2024,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0, GC_RESEARCHNEWPOISON,Research New Poison
  891. 2025,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, GC_CREATENEWPOISON,Create New Poison
  892. 2026,5,6,16,0,0x1,0,1,1,no,0,0,0,none,0,0x0, GC_ANTIDOTE,Antidote
  893. 2027,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, GC_POISONINGWEAPON,Poisoning Weapon
  894. 2028,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, GC_WEAPONBLOCKING,Weapon Blocking
  895. 2029,0,6,4,-1,0x22,1,5,1,no,0,0,0,weapon,3,0x0, GC_COUNTERSLASH,Counter Slash
  896. 2030,-2,6,4,-1,0,0,5,1,no,0,0x200,0,weapon,0,0x0, GC_WEAPONCRUSH,Weapon Crush
  897. 2031,1,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0, GC_VENOMPRESSURE,Venom Pressure
  898. 2032,5,6,2,0,0x1,0,5,1,yes,0,0,1,none,0,0x0, GC_POISONSMOKE,Poison Smoke
  899. 2033,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,0x40, GC_CLOAKINGEXCEED,Cloaking Exceed
  900. 2034,0,6,4,-1,0x2,3,1,1,no,0,0,0,weapon,0,0x0, GC_PHANTOMMENACE,Phantom Menace
  901. 2035,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, GC_HALLUCINATIONWALK,Hallucination Walk
  902. 2036,0,6,4,-1,0x2,1:1:1:1:2,5,1,no,0,0,0,weapon,0,0x0, GC_ROLLINGCUTTER,Rolling Cutter
  903. 2037,9:10:11:12:13,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0, GC_CROSSRIPPERSLASHER,Cross Ripper Slasher
  904. //****
  905. // AB Arch Bishop
  906. 2038,11,8,1,6,0x2,1,5,-3,yes,0,0,0,magic,0,0x0, AB_JUDEX,Judex
  907. 2039,0,6,4,0,0x1,0,1,1,yes,0,0,0,magic,0,0x0, AB_ANCILLA,Ancilla
  908. 2040,11,8,1,6,0,0,10,-10,yes,0,0,0,magic,0,0x0, AB_ADORAMUS,Adoramus
  909. 2041,0,6,4,0,0x3,3:7:15,3,1,yes,0,0,0,magic,0,0x0, AB_CLEMENTIA,Crementia
  910. 2042,0,6,4,0,0x3,3:7:15,3,1,yes,0,0,0,magic,0,0x0, AB_CANTO,Canto Candidus
  911. 2043,0,6,4,6,0x3,3:7:15,3,1,yes,0,0,0,magic,0,0x0, AB_CHEAL,Coluceo Heal
  912. 2044,11,6,2,6,0x1,2,5,1,yes,0,0,1,magic,0,0x0, AB_EPICLESIS,Epiclesis
  913. 2045,0,6,4,0,0x3,15,10,1,yes,0,0,0,magic,0,0x0, AB_PRAEFATIO,Praefatio
  914. 2046,0,6,4,6,0x3,15,10,1,yes,0,0,0,magic,0,0x0, AB_ORATIO,Oratio
  915. 2047,0,6,4,6,0x3,15,4,1,yes,0,0,0,magic,0,0x0, AB_LAUDAAGNUS,Lauda Agnus
  916. 2048,0,6,4,6,0x3,15,4,1,yes,0,0,0,magic,0,0x0, AB_LAUDARAMUS,Lauda Ramus
  917. 2049,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0, AB_EUCHARISTICA,Eucharistica
  918. 2050,11,6,16,6,0x1,0,1,1,yes,0,0,0,magic,0,0x0, AB_RENOVATIO,Renovatio
  919. 2051,11,6,16,6,0x21,0,5,1,yes,0,0,0,magic,0,0x0, AB_HIGHNESSHEAL,Highness Heal //CHECK Info shows this has magic attack.
  920. 2052,11,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0,0x0, AB_CLEARANCE,Clearance //CHECK Also shows this as a magic attack. Why?
  921. 2053,11,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0,0x0, AB_EXPIATIO,Expiatio //CHECK Does this also give the buff to party members?
  922. 2054,0,6,4,6,0x1,0,10,1,yes,0,0,0,none,0,0x0, AB_DUPLELIGHT,Duple Light //CHECK Had issues adding a skill level check to make the % go higher with the skills level. Will do later.
  923. 2055,-1,6,1,-1,0,0,10,1,no,0,0,0,weapon,0,0x0, AB_DUPLELIGHT_MELEE,Duple Light Melee
  924. 2056,-1,6,1,0,0,0,10,1,no,0,0,0,magic,0,0x0, AB_DUPLELIGHT_MAGIC,Duple Light Magic
  925. 2057,0,6,4,6,0x3,4:5:6:7:8,5,1,yes,0,0,0,magic,0,0x0, AB_SILENTIUM,Silentium //CHECk Marked magic attack as well. Hmmmm....
  926. 2515,11,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0,0x0, AB_SECRAMENT,Secrament
  927. //****
  928. // RA Ranger
  929. 2233,9,8,1,-1,0x2,3:3:3:3:3:4:4:4:4:5,10,-3,yes,0,0,0,weapon,0,0x80, RA_ARROWSTORM,Arrow Storm
  930. 2234,0,6,4,0,0,0,5,1,yes,0,0,0,none,0,0x0, RA_FEARBREEZE,Fear Breeze
  931. 2235,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0, RA_RANGERMAIN,Ranger Main
  932. 2236,9,8,1,-1,0,0,10,1,yes,0,0,0,weapon,0,0x80, RA_AIMEDBOLT,Aimed Bolt
  933. 2237,9,6,2,0,0x3,3,1,1,no,0,0x40000,0,none,0,0x2000, RA_DETONATOR,Detonator
  934. 2238,3,6,2,0,0x3,2,5,1,no,0,0x80,3,misc,0,0x2000, RA_ELECTRICSHOCKER,Electric Shocker
  935. 2239,3,6,2,0,0x42,3,5,1,no,0,0x80,3,misc,0,0x2800, RA_CLUSTERBOMB,Cluster Bomb
  936. 2240,0,6,4,0,0,0,1,1,no,0,0,0,none,0,0x0, RA_WUGMASTERY,Warg Mastery
  937. 2241,0,6,4,0,0,0,3,1,no,0,0,0,none,0,0x2000, RA_WUGRIDER,Warg Rider
  938. 2242,0,6,4,-1,0x42,1,1,1,no,0,0,0,weapon,0,0x2000, RA_WUGDASH,Warg Dash
  939. 2243,9,6,1,0,0x40,0,5,1,no,0,0,0,weapon,0,0x2000, RA_WUGSTRIKE,Warg Strike
  940. 2244,9,6,1,0,0x40,0,5,1,no,0,0,0,weapon,0,0x80, RA_WUGBITE,Warg Bite
  941. 2245,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0, RA_TOOTHOFWUG,Tooth of Warg
  942. 2246,0,6,4,0,0x2,3:4:5:6:7,5,1,no,0,0x40000,0,weapon,0,0x0, RA_SENSITIVEKEEN,Sensitive Keen
  943. 2247,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x42, RA_CAMOUFLAGE,Camouflage
  944. 2248,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0, RA_RESEARCHTRAP,Research Trap
  945. 2249,3,6,2,3,0x43,2,1,1,no,0,0x80,1,misc,0,0x2000, RA_MAGENTATRAP,Magenta Trap
  946. 2250,3,6,2,1,0x43,2,1,1,no,0,0x80,1,misc,0,0x2000, RA_COBALTTRAP,Cobalt Trap
  947. 2251,3,6,2,2,0x43,2,1,1,no,0,0x80,1,misc,0,0x2000, RA_MAIZETRAP,Maize Trap
  948. 2252,3,6,2,4,0x43,2,1,1,no,0,0x80,1,misc,0,0x2000, RA_VERDURETRAP,Verdure Trap
  949. 2253,3,6,2,3,0x42,2,5,1,no,0,0x40080,2,misc,0,0x2800, RA_FIRINGTRAP,Firing Trap
  950. 2254,3,6,2,1,0x42,2,5,1,no,0,0x40080,2,misc,0,0x2800, RA_ICEBOUNDTRAP,Icebound Trap
  951. //****
  952. // NC Mechanic
  953. 2255,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0, NC_MADOLICENCE,Mado License
  954. 2256,11,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0, NC_BOOSTKNUCKLE,Boost Knuckle
  955. 2257,3,6,1,-1,0,0,3,1,no,0,0,0,weapon,0,0x0, NC_PILEBUNKER,Pile Bunker
  956. 2258,13,6,1,-1,0x2,1,3,1,no,0,0,0,weapon,0,0x0, NC_VULCANARM,Vulcan Arm
  957. 2259,7,6,1,3,0,2,3,1,no,0,0,5,weapon,0,0x0, NC_FLAMELAUNCHER,Flame Launcher
  958. 2260,7,6,2,1,0x2,2:3:4,3,1,no,0,0x40000,0,weapon,0,0x0, NC_COLDSLOWER,Cold Slower
  959. 2261,9:11:13,6,1,-1,0x42,3:2:1,3,1,no,0,0,0,weapon,0,0x0, NC_ARMSCANNON,Arm Cannon
  960. 2262,0,6,4,0,0x1,0,3,1,no,0,0,0,none,0,0x0, NC_ACCELERATION,Acceleration
  961. 2263,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, NC_HOVERING,Hovering
  962. 2264,0,6,4,0,0x1,0,1,1,no,0,0,0,none,7,0x0, NC_F_SIDESLIDE,Front-Side Slide
  963. 2265,0,6,4,0,0x1,0,1,1,no,0,0,0,none,7,0x0, NC_B_SIDESLIDE,Back-Side Slide
  964. 2266,0,0,0,0,0,0,4,0,no,0,0,0,none,0,0x0, NC_MAINFRAME,Mainframe Restructure
  965. 2267,0,6,4,0,0xCA,2:3:4,3,1,no,0,0x40000,0,weapon,5,0x0, NC_SELFDESTRUCTION,Self Destruction
  966. 2268,0,6,4,0,0x1,0,4,1,yes,0,0,0,none,0,0x0, NC_SHAPESHIFT,Shape Shift
  967. 2269,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, NC_EMERGENCYCOOL,Emergency Cool
  968. 2270,0,6,4,0,0x3,7,1,1,yes,0,0,0,none,0,0x0, NC_INFRAREDSCAN,Infrared Scan
  969. 2271,9,6,1,0,0x1,0,3,1,yes,0,0,0,none,0,0x0, NC_ANALYZE,Analyze
  970. 2272,0,6,4,0,0x3,2,3,1,no,0,0,0,none,0,0x0, NC_MAGNETICFIELD,Magnetic Field
  971. 2273,0,6,4,0,0x1,0,3,1,no,0,0,0,none,0,0x0, NC_NEUTRALBARRIER,Neutral Barrier
  972. 2274,0,6,4,0,0x1,0,3,1,no,0,0,0,none,0,0x0, NC_STEALTHFIELD,Stealth Field
  973. 2275,5:6:7:8:9,6,16,0,0x1,0,5,1,yes,0,0,0,magic,0,0x0, NC_REPAIR,Repair
  974. 2276,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0, NC_TRAININGAXE,Axe Training
  975. 2277,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0, NC_RESEARCHFE,Research Fire/Earth
  976. 2278,5:6:7:8:9,6,1,-1,0,0,5,1,no,0,0,0,weapon,2:3:4:5:6,0x0, NC_AXEBOOMERANG,Axe Boomerang
  977. 2279,1,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0, NC_POWERSWING,Power Swing
  978. 2280,0,8,4,-1,0x2,2:2:3:3:3,5,-6,no,0,0,0,weapon,0,0x0, NC_AXETORNADO,Axe Tornado
  979. 2281,2,6,2,0,0x1,0,5,1,yes,0,0,2,none,0,0x0, NC_SILVERSNIPER,FAW - Silver Sniper
  980. 2282,2,6,2,0,0x1,0,5,1,yes,0,0,2,none,0,0x0, NC_MAGICDECOY,FAW - Magic Decoy
  981. 2283,5,6,1,0,0x1,0,1,1,no,0,0,0,none,0,0x0, NC_DISJOINT,FAW Removal
  982. //****
  983. // SC Shadow Chaser
  984. 2284,1,6,1,-1,0x2,1,5,1,no,0,0,0,weapon,0,0x0, SC_FATALMENACE,Fatal Menace
  985. 2285,0,6,4,0,0x1,0,10,1,no,0,0,0,none,0,0x0, SC_REPRODUCE,Reproduce
  986. 2286,0,6,4,0,0x1,0,10,1,yes,0,0,0,none,0,0x0, SC_AUTOSHADOWSPELL,Auto Shadow Spell
  987. 2287,5,6,1,0,0x1,0,5,1,no,0,0,0,none,0,0x8040, SC_SHADOWFORM,Shadow Form
  988. 2288,7:7:7:9:9:9:9:11:11:11,8,1,-1,0,0,10,-3,yes,0,0,0,weapon,3,0x0, SC_TRIANGLESHOT,Triangle Shot
  989. 2289,0,6,4,0,0x3,2,5,1,no,0,0,0,none,0,0x0, SC_BODYPAINT,Body Painting
  990. 2290,0,6,4,0,0x1,0,5,1,yes,0,0,0,none,0,0x0, SC_INVISIBILITY,Invisibility
  991. 2291,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, SC_DEADLYINFECT,Deadly Infect
  992. 2292,3,6,1,0,0x1,0,3,1,yes,0,0,0,none,0,0x20, SC_ENERVATION,Masquerade - Enervation
  993. 2293,3,6,1,0,0x1,0,3,1,yes,0,0,0,none,0,0x20, SC_GROOMY,Masquerade - Gloomy
  994. 2294,3,6,1,0,0x1,0,3,1,yes,0,0,0,none,0,0x20, SC_IGNORANCE,Masquerade - Ignorance
  995. 2295,3,6,1,0,0x1,0,3,1,yes,0,0,0,none,0,0x20, SC_LAZINESS,Masquerade - Laziness
  996. 2296,3,6,1,0,0x1,0,3,1,yes,0,0,0,none,0,0x20, SC_UNLUCKY,Masquerade - Unlucky
  997. 2297,3,6,1,0,0x1,0,3,1,yes,0,0,0,none,0,0x20, SC_WEAKNESS,Masquerade - Weakness
  998. 2298,3,6,1,0,0x1,0,5,1,yes,0,0,0,none,0,0x8020, SC_STRIPACCESSARY,Strip Accessory
  999. 2299,7,6,2,0,0x1,0,3,1,yes,0,0,3,magic,0,0x0, SC_MANHOLE,Man Hole
  1000. 2300,7,6,2,0,0x1,0,3,1,yes,0,0,1,magic,0,0x0, SC_DIMENSIONDOOR,Dimension Door
  1001. 2301,7,6,2,0,0x1,0,3,1,yes,0,0x20000,0,magic,0,0x0, SC_CHAOSPANIC,Chaos Panic
  1002. 2302,7,6,2,0,0x1,0,3,1,yes,0,0x20000,1,magic,0,0x0, SC_MAELSTROM,Maelstrom
  1003. 2303,7,6,2,0,0x1,0,3,1,yes,0,0,0,none,0,0x0, SC_BLOODYLUST,Bloody Lust
  1004. 2304,0,6,4,-1,0,0,3,1,no,0,0,0,weapon,0,0x0, SC_FEINTBOMB,Feint Bomb
  1005. //****
  1006. // LG Royal Guard
  1007. 2307,11,8,1,-1,0,2,5,1,no,0,0,10,weapon,0,0x0, LG_CANNONSPEAR,Cannon Spear
  1008. 2308,7,6,1,-1,0,0,10,1,no,0,0,0,weapon,0,0x0, LG_BANISHINGPOINT,Banishing Point
  1009. 2309,0,6,4,0,0x3,2,3,1,no,0,0,0,none,0,0x0, LG_TRAMPLE,Trample
  1010. 2310,1,6,1,0,0,0,5,1,no,0,0,0,weapon,0,0x20000, LG_SHIELDPRESS,Shield Press
  1011. 2311,0,6,4,0,0x3,3,5,1,no,0,0,0,none,0,0x0, LG_REFLECTDAMAGE,Reflect Damage
  1012. 2312,5,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0, LG_PINPOINTATTACK,Pinpoint Attack
  1013. 2313,0,6,4,0,0x1,0,5,1,yes,0,0,0,none,0,0x0, LG_FORCEOFVANGUARD,Force of Vanguard
  1014. 2314,1,6,1,-1,0,0,1,1,no,0,0,0,weapon,0,0x0, LG_RAGEBURST,Rage Burst
  1015. 2315,0,6,4,0:6:0,0x2,0,3,1,yes,0,0,0,none,2:0:0,0x0, LG_SHIELDSPELL,Shield Spell
  1016. 2316,0,6,4,0,0x1,0,5,1,yes,0,0,0,none,0,0x0, LG_EXEEDBREAK,Exceed Break
  1017. 2317,2,6,2,-1,0x2,0,5,1,yes,0,0,0,weapon,0,0x0, LG_OVERBRAND,Over Brand
  1018. 2318,0,6,4,0,0x1,0,5,1,yes,0,0,0,none,0,0x0, LG_PRESTIGE,Prestige
  1019. 2319,0,6,4,0,0x3,3,5,1,no,0,0,0,weapon,0,0x0, LG_BANDING,Banding //CHECK Splash isnt needed right? Banding has its own UNIT ID.
  1020. 2320,0,6,4,-1,0x2,3,5,1,yes,0,0,0,weapon,0,0x1000, LG_MOONSLASHER,Moon Slasher
  1021. 2321,1,8,2,6,0x2,5,5,-7,yes,0,0,0,weapon,0,0x0, LG_RAYOFGENESIS,Ray of Genesis
  1022. 2322,0,6,16,0,0x3,1,5,1,yes,0,0,0,none,0,0x0, LG_PIETY,Piety
  1023. 2323,0,8,4,2,0x2,1:1:2:2:3,5,-5,yes,0,0,0,weapon,0,0x10000, LG_EARTHDRIVE,Earth Drive
  1024. 2324,3,8,1,-1,0,0,5,3,yes,0,0,0,weapon,0,0x0, LG_HESPERUSLIT,Hesperus Lit
  1025. 2325,0,6,4,0,0x1,0,5,1,yes,0,0,0,none,0,0x0, LG_INSPIRATION,Inspiration
  1026. 2519,1,6,1,-1,0x2,0,5,1,yes,0,0,0,weapon,3:4:5:6:7,0x0, LG_OVERBRAND_BRANDISH,Overbrand Brandish
  1027. 2520,1,6,1,-1,0x40,0,5,1,no,0,0,0,weapon,0,0, LG_OVERBRAND_PLUSATK,Overbrand Plus Attack
  1028. //****
  1029. // SR Sura
  1030. 2326,-2,8,1,-1,0,0,10,-2,no,0,0,0,weapon,0,0x0, SR_DRAGONCOMBO,Dragon Combo
  1031. 2327,0,8,4,-1,0x2,2,5,-3,no,0,0,0,weapon,3,0x0, SR_SKYNETBLOW,Sky Net Blow
  1032. 2328,0,6,4,-1,0x2,1:2:3:4:5,5,1,no,0,0,0,weapon,0,0x0, SR_EARTHSHAKER,Earth Shaker
  1033. 2329,-2,8,4,-1,0,0,5,-2,no,0,0x200,0,weapon,0,0x0, SR_FALLENEMPIRE,Fallen Empire
  1034. 2330,-2,6,1,-1,0x42,1:1:1:1:1:2:2:2:2:2,10,1,yes,0,0,0,weapon,0,0x0, SR_TIGERCANNON,Tiger Cannon
  1035. 2331,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0, SR_HELLGATE,Hell Gate
  1036. 2332,0,6,4,-1,0x2,3,5,1,no,0,0x40000,0,weapon,0,0x0, SR_RAMPAGEBLASTER,Rampage Blaster
  1037. 2333,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, SR_CRESCENTELBOW,Crescent Elbow
  1038. 2334,0,6,4,0,0x3,1:1:2:2:3,5,1,no,0,0,0,none,0,0x0, SR_CURSEDCIRCLE,Cursed Circle
  1039. 2335,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, SR_LIGHTNINGWALK,Lightning Walk
  1040. 2336,7:8:9:10:11,6,1,-1,0,0,5,1,no,0,0,0,weapon,2:3:4:5:6,0x0, SR_KNUCKLEARROW,Knuckle Arrow
  1041. 2337,0,6,4,-1,0x2,2,1,1,yes,0,0,0,weapon,0,0x1000, SR_WINDMILL,Windmill
  1042. 2338,0,6,4,0,0x1,0,10,1,no,0,0,0,none,0,0x0, SR_RAISINGDRAGON,Raising Dragon
  1043. 2339,0,0,0,0,0,0,5,1,no,0,0,0,none,0,0x0, SR_GENTLETOUCH,Gentle Touch
  1044. 2340,0,6,4,0,0x3,2,1,1,no,0,0,0,none,0,0x0, SR_ASSIMILATEPOWER,Assimilate Power
  1045. 2341,3,6,16,0,0x1,0,1,1,yes,0,0x200,0,none,0,0x0, SR_POWERVELOCITY,Power Velocity
  1046. 2342,1,6,1,-1,0x20,0,5,1,no,0,0,0,weapon,7,0x0, SR_CRESCENTELBOW_AUTOSPELL,Crescent Elbow Autospell
  1047. 2343,1:2:3:3:4:4:5:5:6:7,8,1,-1,0,0,10,-7,yes,0,0,0,weapon,0,0x0, SR_GATEOFHELL,Gate of Hell
  1048. 2344,2,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0, SR_GENTLETOUCH_QUIET,Gentle Touch - Quiet
  1049. 2345,2,6,16,0,0x1,0,5,1,no,0,0,0,none,0,0x0, SR_GENTLETOUCH_CURE,Gentle Touch - Cure
  1050. 2346,0,6,4,0,0x1,0,5,1,yes,0,0,0,none,0,0x0, SR_GENTLETOUCH_ENERGYGAIN,Gentle Touch - Energy Gain
  1051. 2347,2,6,16,0,0x1,0,5,1,yes,0,0,0,none,0,0x0, SR_GENTLETOUCH_CHANGE,Gentle Touch - Change
  1052. 2348,2,6,16,0,0x1,0,5,1,yes,0,0,0,none,0,0x0, SR_GENTLETOUCH_REVITALIZE,Gentle Touch - Revitalize
  1053. //More from Sura but not following ID order
  1054. 2517,0,6,4,-1,0x2,3:4:5:6:7,5,1,no,0,0,0,weapon,0,0x0, SR_HOWLINGOFLION,Howling of Lion
  1055. 2518,11,6,2,-1,0x2,1:1:2:2:3,5,1,no,0,0,0,weapon,0,0x0, SR_RIDEINLIGHTNING,Ride In Lightening
  1056. //****
  1057. // WA Wanderer
  1058. 2350,0,6,4,0,0x3,7:8:9:10:11,5,1,yes,0,0,0,none,0,0x0, WA_SWING_DANCE,Swing Dance
  1059. 2351,0,6,4,0,0x3,7:8:9:10:11,5,1,yes,0,0,0,none,0,0x0, WA_SYMPHONY_OF_LOVER,Symphony of Lovers
  1060. 2352,0,6,4,0,0x3,7:8:9:10:11,5,1,yes,0,0,0,none,0,0x0, WA_MOONLIT_SERENADE,Moonlit Serenade
  1061. //****
  1062. // MI Minstrel
  1063. 2381,0,6,4,0,0x3,7:8:9:10:11,5,1,yes,0,0,0,none,0,0x0, MI_RUSH_WINDMILL,Windmill Rush Attack
  1064. 2382,0,6,4,0,0x3,7:8:9:10:11,5,1,yes,0,0,0,none,0,0x0, MI_ECHOSONG,Echo Song
  1065. 2383,9,6,16,0,0x1,0,5,1,yes,0,0,0,none,0,0x40, MI_HARMONIZE,Harmonize
  1066. //****
  1067. // WM Wanderer/Minstrel
  1068. 2412,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0, WM_LESSON,Lesson
  1069. 2413,9,8,1,-1,0,0,5,-2:-2:-3:-3:-4,yes,0,0,0,magic,0,0x0, WM_METALICSOUND,Metallic Sound
  1070. 2414,9,6,2,0,0x3,2,5,1,yes,0,0x80,0,none,0,0x0, WM_REVERBERATION,Reverberation
  1071. 2415,0,6,1,-1,0x6,2,5,1,no,0,0,0,weapon,0,0x0, WM_REVERBERATION_MELEE,Reverberation Melee
  1072. 2416,0,6,1,0,0x6,2,5,1,no,0,0,0,magic,0,0x0, WM_REVERBERATION_MAGIC,Reverberation Magic
  1073. 2417,11,6,2,0,0x3,5,1,1,no,0,0,0,none,0,0x0, WM_DOMINION_IMPULSE,Dominion Impulse
  1074. 2418,9,6,2,0,0x1,0,5,1,yes,0,0,0,none,0,0x0, WM_SEVERE_RAINSTORM,Severe Rainstorm
  1075. 2419,9,6,2,0,0x3,1,5,1,yes,0,0x80,5,none,0,0x0, WM_POEMOFNETHERWORLD,Poem of The Netherworld
  1076. 2420,0,6,4,0,0x3,2:3:4:5:6,5,1,yes,0,0,0,none,0,0x0, WM_VOICEOFSIREN,Voice of Siren
  1077. 2421,7,6,16,0,0x1,0,5,1,yes,0,0,0,none,0,0x0, WM_DEADHILLHERE,Valley of Death
  1078. 2422,0,6,4,0,0x3,5:6:7:8:9,5,1,yes,0,0,0,none,0,0x0, WM_LULLABY_DEEPSLEEP,Deep Sleep Lullaby
  1079. 2423,0,6,4,0,0x3,3:4:5:6:7,5,1,yes,0,0,0,none,0,0x0, WM_SIRCLEOFNATURE,Circle of Nature's Sound
  1080. 2424,9,6,4,0,0x1,0,5,1,yes,0,0,0,magic,0,0x0, WM_RANDOMIZESPELL,Improvised Song
  1081. 2425,9,6,16,0,0x1,0,5,1,yes,0,0,0,none,0,0x0, WM_GLOOMYDAY,Gloomy Day
  1082. 2426,9,6,2,0,0x2,2:3:3:4:4,5,1,yes,0,0x4000,0,weapon,0,0x0, WM_GREAT_ECHO,Great Echo
  1083. 2427,0,6,4,0,0x3,5:6:7:8:9,5,1,yes,0,0x4000,0,none,0,0x0, WM_SONG_OF_MANA,Song of Mana
  1084. 2428,0,6,4,0,0x3,5:6:7:8:9,5,1,yes,0,0x4000,0,none,0,0x0, WM_DANCE_WITH_WUG,Dance With A Warg
  1085. 2429,9,6,2,0,0x42,4:4:5:5:6,5,1,yes,0,0x4000,0,none,0,0x0, WM_SOUND_OF_DESTRUCTION,Sound of Destruction
  1086. 2430,0,6,4,0,0x3,3:4:5:6:7,5,1,yes,0,0x4000,0,none,0,0x0, WM_SATURDAY_NIGHT_FEVER,Saturday Night Fever
  1087. 2431,0,6,4,0,0x3,5:5:6:6:7,5,1,yes,0,0x4000,0,none,0,0x0, WM_LERADS_DEW,Lerad's Dew
  1088. 2432,0,6,4,0,0x3,5:5:6:6:7,5,1,yes,0,0x4000,0,none,0,0x0, WM_MELODYOFSINK,Melody of Sink
  1089. 2433,0,6,4,0,0x3,5:5:6:6:7,5,1,yes,0,0x4000,0,none,0,0x0, WM_BEYOND_OF_WARCRY,Warcry of Beyond
  1090. 2434,0,6,4,0,0x3,5:5:6:6:7,5,1,yes,0,0x4000,0,none,0,0x0, WM_UNLIMITED_HUMMING_VOICE,Unlimited Humming Voice
  1091. 2516,11,6,1,-1,0x2,5,5,1,no,0,0,0,weapon,0,0x0, WM_SEVERE_RAINSTORM_MELEE,Severe Rainstorm Melee
  1092. //****
  1093. // SO Sorcerer (statis blocking need to be confirmed)
  1094. 2443,0,6,4,3,0,0,5,1,yes,0,0,8:10:12:14:16,magic,0,0x1020, SO_FIREWALK,Fire Walk //CHECK Video and data shows each cell only hits once.
  1095. 2444,0,6,4,4,0,0,5,1,yes,0,0,8:10:12:14:16,magic,0,0x1020, SO_ELECTRICWALK,Electric Walk
  1096. 2445,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x20, SO_SPELLFIST,Spell Fist
  1097. 2446,9,6,2,2,0,0,5,-3,yes,0,0,0,magic,0,0x10020, SO_EARTHGRAVE,Earth Grave
  1098. 2447,9,6,2,1,0,0,5,-5,yes,0,0,0,magic,0,0x20, SO_DIAMONDDUST,Diamond Dust
  1099. 2448,9,6,1,5,0x2,1:1:1:1:2,5,1,yes,0,0,0,magic,0,0x20, SO_POISON_BUSTER,Poison Buster
  1100. 2449,9,6,2,0,0,0,5,1,yes,0,0,0,magic,0,0x20, SO_PSYCHIC_WAVE,Psychic Wave
  1101. 2450,9,6,2,5,0,0,5,1,yes,0,0,0,magic,0,0x20, SO_CLOUD_KILL,Cloud Kill
  1102. 2451,9,6,16,0,0x1,0,5,1,yes,0,0,0,none,0,0x20, SO_STRIKING,Striking //CHECK Data shows a % for increased successful refine rate. Is this true?
  1103. 2452,9,6,2,3,0x1,0,5,1,yes,0,0,0,magic,0,0x20, SO_WARMER,Warmer
  1104. 2453,9,6,2,0,0x1,0,5,1,yes,0,0,0,magic,0,0x1020, SO_VACUUM_EXTREME,Vacuum Extreme
  1105. 2454,9,6,1,4,0x2,1:1:2:2:3,5,1,yes,0,0,0,magic,0,0x20, SO_VARETYR_SPEAR,Varetyr Spear
  1106. 2455,7:7:7:7:9,6,2,0,0x3,1:1:2:2:3,5,1,yes,0,0,0,magic,0,0x20, SO_ARRULLO,Arrullo
  1107. 2456,0,6,4,0,0x1,0,4,1,yes,0,0,0,none,0,0x0, SO_EL_CONTROL,Spirit Control
  1108. 2457,0,6,4,3,0x1,0,3,1,yes,0,0,0,none,0,0x0, SO_SUMMON_AGNI,Summon Fire Spirit Agni
  1109. 2458,0,6,4,1,0x1,0,3,1,yes,0,0,0,none,0,0x0, SO_SUMMON_AQUA,Summon Water Spirit Aqua
  1110. 2459,0,6,4,4,0x1,0,3,1,yes,0,0,0,none,0,0x0, SO_SUMMON_VENTUS,Summon Wind Spirit Ventus
  1111. 2460,0,6,4,2,0x1,0,3,1,yes,0,0,0,none,0,0x0, SO_SUMMON_TERA,Summon Earth Spirit Tera
  1112. 2461,5,6,1,0,0x1,0,1,1,no,0,0,0,none,0,0x0, SO_EL_ACTION,Elemental Action
  1113. 2462,0,6,4,0,0x1,0,2,1,yes,0,0,0,none,0,0x0, SO_EL_ANALYSIS,Four Spirit Analysis
  1114. 2463,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0, SO_EL_SYMPATHY,Spirit Sympathy
  1115. 2464,0,6,4,0,0x1,0,1,1,yes,0,0,0,none,0,0x0, SO_EL_CURE,Spirit Recovery
  1116. 2465,9,6,2,3,0x1,0,3,1,yes,0,0,1,magic,0,0x0, SO_FIRE_INSIGNIA,Fire Insignia
  1117. 2466,9,6,2,1,0x1,0,3,1,yes,0,0,1,magic,0,0x0, SO_WATER_INSIGNIA,Water Insignia
  1118. 2467,9,6,2,4,0x1,0,3,1,yes,0,0,1,magic,0,0x0, SO_WIND_INSIGNIA,Wind Insignia
  1119. 2468,9,6,2,2,0x1,0,3,1,yes,0,0,1,magic,0,0x0, SO_EARTH_INSIGNIA,Earth Insignia
  1120. //****
  1121. // GN Genetic
  1122. 2474,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0, GN_TRAINING_SWORD,Sword Training
  1123. 2475,0,0,0,0,0,0,5,0,no,0,0,0,none,0,0x0, GN_REMODELING_CART,Cart Remodeling
  1124. 2476,0,6,4,-1,0x2,2,5,1,no,0,0,0,weapon,2,0x0, GN_CART_TORNADO,Cart Tornado
  1125. 2477,7:8:9:10:11,6,1,-1,0x2,1:1:2:2:3,5,1,yes,0,0,0,weapon,0,0x0, GN_CARTCANNON,Cart Cannon
  1126. 2478,0,6,4,0,0x1,0,5,1,yes,0,0,0,none,0,0x0, GN_CARTBOOST,Cart Boost
  1127. 2479,9,6,2,0,0,0,5,1,yes,0,0x80,3,misc,0,0x0, GN_THORNS_TRAP,Thorn Trap
  1128. 2480,11,6,1,0,0x1,0,5,1,yes,0,0,3,misc,0,0x0, GN_BLOOD_SUCKER,Blood Sucker //CHECK Data says its a magic attack. Hmmmm....
  1129. 2481,11,6,1,-1,0x2,1:2:3:4:5,5,1,yes,0,0,0,weapon,0,0x0, GN_SPORE_EXPLOSION,Spore Explosion //CHECK Data says its element is set to neutral. Need to confirm.
  1130. 2482,11,6,2,0,0x8,0,5,1,yes,0,0,1,weapon,2,0x0, GN_WALLOFTHORN,Wall of Thorns
  1131. 2483,11,6,2,0,0x3,4,10,1,yes,0,0x0,0,weapon,0,0x1, GN_CRAZYWEED,Crazy Weed
  1132. 2484,0,6,2,2,0x2,2,10,1,no,0,0x40000,0,weapon,0,0x1, GN_CRAZYWEED_ATK,Crazy Weed Attack
  1133. 2485,9,6,2,3,0,0,5,1,yes,0,0,0,magic,0,0x0, GN_DEMONIC_FIRE,Demonic Fire
  1134. 2486,9,6,2,0,0,0,5,1,yes,0,0,0,none,0,0x0, GN_FIRE_EXPANSION,Fire Expansion
  1135. 2487,9,6,2,0,0,0,1,1,no,0,0,0,none,0,0x0, GN_FIRE_EXPANSION_SMOKE_POWDER,Fire Expansion Smoke Powder
  1136. 2488,9,6,2,0,0,0,1,1,no,0,0,0,none,0,0x0, GN_FIRE_EXPANSION_TEAR_GAS,Fire Expansion Tear Gas
  1137. 2489,11,8,1,-1,0x28,0,10,1:2:3:4:5:6:7:8:9:10,no,0,0,0,magic,0,0x0, GN_FIRE_EXPANSION_ACID,Fire Expansion Acid
  1138. 2490,9,6,2,0,0x3,1,5,1,yes,0,0x80,2:3:4:5:6,misc,0,0x0, GN_HELLS_PLANT,Hell's Plant
  1139. 2491,0,6,1,0,0x90,0,5,1,no,0,0,0,misc,0,0x0, GN_HELLS_PLANT_ATK,Hell's Plant Attack
  1140. 2492,0,6,4,0,0x3,5:6:6:7:7,5,1,yes,0,0,0,none,0,0x0, GN_MANDRAGORA,Howling of Mandragora
  1141. 2493,11,6,16,0,0x1,0,1,1,no,0,0,0,none,0,0x0, GN_SLINGITEM,Sling Item
  1142. 2494,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, GN_CHANGEMATERIAL,Change Material
  1143. 2495,0,6,4,0,0x1,0,2,1,no,0,0,0,none,0,0x0, GN_MIX_COOKING,Mix Cooking
  1144. 2496,0,6,4,0,0x1,0,2,1,no,0,0,0,none,0,0x0, GN_MAKEBOMB,Create Bomb
  1145. 2497,0,6,4,0,0x1,0,10,1,no,0,0,0,none,0,0x0, GN_S_PHARMACY,Special Pharmacy
  1146. 2498,11,6,1,0,0,0,1,1,no,0,0,0,weapon,0,0x0, GN_SLINGITEM_RANGEMELEEATK,Sling Item Attack
  1147. // Episode 13.3
  1148. 2533,0,6,4,0,0x1,0,1,1,yes,0,0,0,none,0,0x0, ALL_ODINS_RECALL,Odin's Recall
  1149. 2534,0,0,4,0,0x1,0,1,0,no,0,0,0,none,0,0x0, RETURN_TO_ELDICASTES,Return To Eldicastes
  1150. 2535,0,0,4,0,0x1,0,1,0,no,0,0x1,0,none,0,0x0, ALL_BUYING_STORE,Open Buying Store
  1151. 2536,0,0,4,0,0x1,0,1,0,no,0,0,0,none,0,0x0, ALL_GUARDIAN_RECALL,Guardian's Recall
  1152. 2537,9,6,16,0,0x1,0,2,1,yes,0,0,0,none,0,0x0, ALL_ODINS_POWER,Odin's Power
  1153. //2538,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, BEER_BOTTLE_CAP,Beer Bottle Cap
  1154. //2539,0,6,4,0,0x1,0,10,1,no,0,0x2,0,none,0,0x0, NPC_ASSASSINCROSS,Assassin Cross of Sunset 2
  1155. //2540,0,6,4,0,0x1,0,5,1,no,0,0x2,0,none,0,0x0, NPC_DISSONANCE,Dissonance 2
  1156. //2541,0,6,4,0,0x1,0,5,1,no,0,0x2,0,none,0,0x0, NPC_UGLYDANCE,Ugly Dance 2
  1157. //2542,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, ALL_TETANY,Tetany
  1158. //2543,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, ALL_RAY_OF_PROTECTION,Ray of Protection
  1159. //2544,0,0,0,0,0,0,??,0,no,0,0,0,none,0,0x0, MC_CARTDECORATE,Decorate Cart
  1160. //2545,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, GM_ITEM_ATKMAX,Maximize Attack
  1161. //2546,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, GM_ITEM_ATKMIN,Minimize Attack
  1162. //2547,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, GM_ITEM_MATKMAX,Maximize Magic Attack
  1163. //2548,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, GM_ITEM_MATKMIN,Minimize Magic Attack
  1164. //****
  1165. // Rebellion
  1166. //2551,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0, RL_GLITTERING_GREED,Flip The Coin Greed
  1167. 2552,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, RL_RICHS_COIN,Rich's Coin
  1168. 2553,-9,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0, RL_MASS_SPIRAL,Mass Spiral
  1169. 2554,-9,6,1,-1,0x2,2,5,1,no,0,0,0,weapon,0,0x0, RL_BANISHING_BUSTER,Banishing Buster
  1170. 2555,3:4:4:5:5,6,2,0,0x1,1,5,1,no,0,0,1,misc,0,0x0, RL_B_TRAP,Bind Trap
  1171. 2556,0,6,4,0,0x3,-1,1,1,no,0,0,0,none,0,0x0, RL_FLICKER,Flicker
  1172. 2557,-9,6,1,-1,0x2,2,5,1,no,0,0,0,weapon,0,0x0, RL_S_STORM,Shatter Storm
  1173. 2558,0,6,4,0,0x1,0,10,1,no,0,0,0,none,0,0x0, RL_E_CHAIN,Eternal Chain
  1174. 2559,-9,6,4,-1,0x0,10,1,1,no,0,0x0,0,weapon,0,0x0, RL_QD_SHOT,Quick Draw Shot
  1175. 2560,-9,6,1,0,0x1,0,1,1,no,0,0,3,none,0,0x0, RL_C_MARKER,Crimson Marker
  1176. 2561,0,6,4,-1,0x2,3,5,1,no,0,0,0,weapon,0,0x0, RL_FIREDANCE,Fire Dance
  1177. 2562,-9,6,1,-1,0x0,2,5,1,no,0,0,0,weapon,0,0x0, RL_H_MINE,Howling Mine
  1178. 2563,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, RL_P_ALTER,Platinum Alter
  1179. 2564,-9,6,2,0,0x1,0,5,1,no,0,0,0,none,0,0x0, RL_FALLEN_ANGEL,Fallen Angel
  1180. 2565,0,6,4,-1,0x2,3:3:4:5:6,5,1,no,0,0,0,weapon,3,0x0, RL_R_TRIP,Round Trip
  1181. 2566,0,6,4,-1,0x3,-1,5,1,no,0,0,0,weapon,0,0x0, RL_D_TAIL,Dragon Tail
  1182. 2567,-9,6,2,-1,0x2,1,5,1,no,0,0,0,weapon,0,0, RL_FIRE_RAIN,Fire Rain
  1183. 2568,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, RL_HEAT_BARREL,Heat Barrel
  1184. 2569,-9,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0, RL_AM_BLAST,Anti-Material Blast
  1185. 2570,-9,6,1,-1,0,0,5,1,no,0,0,0,weapon,6,0x0, RL_SLUGSHOT,Slug Shot
  1186. 2571,-9,6,2,-1,0x2,2,5,1,no,0,0,0,weapon,0,0x0, RL_HAMMER_OF_GOD,Hammer of God
  1187. 2572,0,6,1,-1,0x40,0,5,1,no,0,0,0,weapon,0,0, RL_R_TRIP_PLUSATK,Round Trip Plus Attack
  1188. //2573,0,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0, RL_B_FLICKER_ATK,Bind Flicker Attack
  1189. //2574,0,6,1,-1,0,0,10,1,no,0,0,0,weapon,0,0, RL_GLITTERING_GREED_ATK,Flip The Coin Greed Attack
  1190. //****
  1191. // Kagerou & Oboro
  1192. 3001,0,6,4,0,0,0,1,1,no,0,0,0,none,0,0x4, KO_YAMIKUMO,Shadow Hiding
  1193. 3002,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,0x0, KO_RIGHT,Right Hand Mastery
  1194. 3003,0,0,0,0,0,0,5,0,no,0,0,0,weapon,0,0x0, KO_LEFT,Left Hand Mastery
  1195. 3004,3:4:5:6:7,8,1,-1,0,0,5,-2,no,0,0,0,weapon,0,0x0, KO_JYUMONJIKIRI,Cross Slash
  1196. 3005,2,6,1,-1,0,0,5,1,no,0,0,0,weapon,0,0x0, KO_SETSUDAN,Soul Cutter
  1197. 3006,7:8:9:10:11,6,2,-1,0x42,2,5,1,no,0,0,0,weapon,0,0x0, KO_BAKURETSU,Kunai Explosion
  1198. 3007,0,6,4,-1,0x42,4:4:4:4:5,5,1,no,0,0,0,weapon,0,0x0, KO_HAPPOKUNAI,Kunai Splash
  1199. 3008,11,8,2,0,0x56,1:1:1:1:1:1:1:1:1:2,10,-10,no,0,0,0,misc,0,0x0, KO_MUCHANAGE,Rapid Throw
  1200. 3009,9:10:11:12:13,8,2,-1,0x2,3,5,2,no,0,0,0,weapon,0,0x0, KO_HUUMARANKA,Swirling Petal
  1201. 3010,3,6,4,0,0x52,0,5,1,no,0,0x80,0,weapon,0,0x10, KO_MAKIBISHI,Makibishi
  1202. 3011,0,6,4,0,0x1,0,5,0,yes,0,0,0,none,0,0x0, KO_MEIKYOUSISUI,Pure Soul
  1203. 3012,0,6,4,0,0x1,0,5,0,no,0,0,1,none,3:4:5:6:7,0x0, KO_ZANZOU,Illusion - Shadow
  1204. 3013,5,6,1,0,0x1,0,5,0,no,0,0,0,none,0,0x0, KO_KYOUGAKU,Illusion - Shock
  1205. 3014,5,6,1,0,0x1,0,5,0,no,0,0,0,none,0,0x0, KO_JYUSATSU,Illusion - Death
  1206. 3015,0,6,4,3,0x1,0,1,1,no,0,0,0,none,0,0x0, KO_KAHU_ENTEN,Fire Charm
  1207. 3016,0,6,4,1,0x1,0,1,1,no,0,0,0,none,0,0x0, KO_HYOUHU_HUBUKI,Ice Charm
  1208. 3017,0,6,4,4,0x1,0,1,1,no,0,0,0,none,0,0x0, KO_KAZEHU_SEIRAN,Wind Charm
  1209. 3018,0,6,4,2,0x1,0,1,1,no,0,0,0,none,0,0x0, KO_DOHU_KOUKAI,Earth Charm
  1210. 3019,11,6,1,0,0,0,1,1,no,0,0,0,magic,0,0x0, KO_KAIHOU,Release Ninja Spell
  1211. 3020,7,6,2,0,0,0,1,1,yes,0,0,0,magic,0,0x0, KO_ZENKAI,Cast Ninja Spell
  1212. 3021,5:6:7:8:9,6,16,0,0x1,0,5,1,no,0,0,0,none,0,0x0, KO_GENWAKU,Illusion - Bewitch
  1213. 3022,0,6,4,0,0x1,0,5,0,no,0,0,0,none,0,0x0, KO_IZAYOI,16th Night
  1214. 3023,0,6,4,0,0x3,2:3:4:5:6,5,0,no,0,0,0,none,0,0x0, KG_KAGEHUMI,Shadow Trampling
  1215. 3024,7,6,1,0,0x1,0,5,1,no,0,0,0,none,0,0x0, KG_KYOMU,Empty Shadow
  1216. 3025,7,6,16,0,0x1,0,5,1,no,0,0,0,none,0,0x0, KG_KAGEMUSYA,Shadow Warrior
  1217. 3026,7,6,16,0,0x1,0,5,1,no,0,0,0,none,0,0x0, OB_ZANGETSU,Distorted Crescent
  1218. 3027,7,6,16,0,0x1,0,5,1,no,0,0,0,none,0,0x0, OB_OBOROGENSOU,Moonlight Fantasy
  1219. 3028,1,6,4,0,0x2,3,1,1,no,0,0,0,weapon,0,0x0, OB_OBOROGENSOU_TRANSITION_ATK,Moonlight Fantasy Transition Attack
  1220. 3029,7,6,1,0,0x1,0,5,0,no,0,0,0,none,0,0x0, OB_AKAITSUKI,Ominous Moonlight
  1221. //****
  1222. // Eclage Skills
  1223. 3031,7,6,16,0,0x1,0,1,1,no,0,0,0,none,0,0x0, ECL_SNOWFLIP,Snow Flip
  1224. 3032,7,6,16,0,0x1,0,1,1,no,0,0,0,none,0,0x0, ECL_PEONYMAMY,Peony Mamy
  1225. 3033,7,6,16,0,0x1,0,1,1,no,0,0,0,none,0,0x0, ECL_SADAGUI,Sadagui
  1226. 3034,7,6,16,0,0x1,0,1,1,no,0,0,0,none,0,0x0, ECL_SEQUOIADUST,Sequoia Dust
  1227. 3035,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, ECLAGE_RECALL,Return To Eclage
  1228. // Copied Bard / Dancer Skills
  1229. //3036,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0, BA_POEMBRAGI2,Poem of Bragi 2
  1230. //3037,0,0,0,0,0,0,10,0,no,0,0,0,none,0,0x0, DC_FORTUNEKISS2,Fortune Kiss 2
  1231. //****
  1232. // EP 14.3 Part 2 3rd Job Skills
  1233. 5001,1,8,1,-1,0,0,5,3,no,0,0,0,weapon,0,0x0, GC_DARKCROW,Dark Claw
  1234. 5002,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, RA_UNLIMIT,Unlimited
  1235. 5003,7,6,1,-1,0x2,4:5:6:7:-1,5,1,no,0,0,0,weapon,0,0x0, GN_ILLUSIONDOPING,Illusion Doping
  1236. 5004,9,6,2,1,0x42,1:1:1:2:2:2:3:3:4:4,10,1,no,0,0x40000,0,weapon,0,0x0, RK_DRAGONBREATH_WATER,Dragon Breath - Water
  1237. 5005,0,6,4,0,0x3,3,1,1,no,0,0,0,none,0,0x0, RK_LUXANIMA,Lux Anima
  1238. 5006,1,6,2,3,0x2,3,5,1,no,0,0,3,misc,0,0x0, NC_MAGMA_ERUPTION,Magma Eruption
  1239. 5007,0,6,4,0,0x3,5:6:7:8:9,5,1,no,0,0,0,none,0,0x0, WM_FRIGG_SONG,Frigg's Song
  1240. 5008,0,6,4,0,0x3,11,5,1,no,0,0,0,none,0,0x0, SO_ELEMENTAL_SHIELD,Elemental Shield
  1241. 5009,1,6,1,0,0x1,0,5,1,no,0,0,0,none,0,0x0, SR_FLASHCOMBO,Flash Combo
  1242. 5010,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, SC_ESCAPE,Emergency Escape
  1243. 5011,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, AB_OFFERTORIUM,Offertorium
  1244. 5012,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, WL_TELEKINESIS_INTENSE,Intense Telekinesis
  1245. 5013,0,6,4,0,0x3,0,5,1,no,0,0,0,none,0,0x0, LG_KINGS_GRACE,King's Grace
  1246. 5014,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, ALL_FULL_THROTTLE,Full Throttle
  1247. 5015,-2,8,1,-1,0,0,10,-2,no,0,0,0,weapon,0,0x0, SR_FLASHCOMBO_ATK_STEP1,Flash Combo Attack Step 1
  1248. 5016,-2,8,4,-1,0,0,5,-2,no,0,0x200,0,weapon,0,0x0, SR_FLASHCOMBO_ATK_STEP2,Flash Combo Attack Step 2
  1249. 5017,-2,6,1,-1,0x42,1:1:1:1:1:2:2:2:2:2,10,1,yes,0,0,0,weapon,0,0x0, SR_FLASHCOMBO_ATK_STEP3,Flash Combo Attack Step 3
  1250. 5018,0,8,4,-1,0x2,2,5,-3,no,0,0,0,weapon,3,0x0, SR_FLASHCOMBO_ATK_STEP4,Flash Combo Attack Step 4
  1251. //****
  1252. // Homunculus S
  1253. 8001,9,6,4,0,0x1,0,5,1,no,0,0,0,magic,0,0x0, HLIF_HEAL,Healing Touch
  1254. 8002,0,6,4,0,0x3,-1,5,1,no,0,0,0,none,0,0x0, HLIF_AVOID,Avoid
  1255. 8003,0,0,0,0,0,1,5,0,no,0,0,0,none,0,0x0, HLIF_BRAIN,Brain Surgery
  1256. 8004,0,6,4,0,0x1,0,3,0,no,0,0,0,none,0,0x0, HLIF_CHANGE,Change
  1257. 8005,0,6,4,0,0x1,0,5,0,no,0,0,0,none,0,0x0, HAMI_CASTLE,Castling
  1258. 8006,0,6,4,0,0x1,0,5,0,no,0,0,0,none,0,0x0, HAMI_DEFENCE,Defense
  1259. 8007,0,0,0,0,0x1,0,5,0,no,0,0,0,none,0,0x0, HAMI_SKIN,Adamantium Skin
  1260. 8008,0,6,4,0,0x1,0,3,0,no,0,0,0,none,0,0x0, HAMI_BLOODLUST,Bloodlust
  1261. 8009,1,8,1,0,0,0,5,-1:-2:-2:-2:-3,no,0,0,0,weapon,0,0x0, HFLI_MOON,Moonlight
  1262. 8010,0,6,4,0,0x1,0,5,0,no,0,0,0,none,0,0x0, HFLI_FLEET,Fleeting Move
  1263. 8011,0,6,4,0,0x1,0,5,0,yes,0,0,0,misc,0,0x0, HFLI_SPEED,Speed
  1264. 8012,1,6,1,0,0,0,3,1,no,0,0,0,weapon,0,0x0, HFLI_SBR44,S.B.R.44
  1265. 8013,9,6,1,0,0,0,5,1:2:3:4:5,no,0,0,0,magic,0,0x0, HVAN_CAPRICE,Caprice
  1266. 8014,0,6,4,0,0x1,0,5,0,no,0,0,0,none,0,0x0, HVAN_CHAOTIC,Benediction of Chaos
  1267. 8015,0,0,0,0,0x1,0,5,0,no,0,0,0,none,0,0x0, HVAN_INSTRUCT,Instruct
  1268. 8016,4,6,4,-1,0xD2,4,3,1,no,0,0,0,misc,0,0x0, HVAN_EXPLOSION,Bio Explosion
  1269. 8018,9,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, MH_SUMMON_LEGION,Summon Legion
  1270. 8019,5,6,1,5,0,0,5,1,no,0,0,0,weapon,0,0x0, MH_NEEDLE_OF_PARALYZE,Needle of Paralyze
  1271. 8020,5,6,2,5,0,0,5,1,no,0,0,1,weapon,0,0x0, MH_POISON_MIST,Poison Mist
  1272. 8021,1,6,16,0,0x1,0,5,1,no,0,0,0,none,0,0x0, MH_PAIN_KILLER,Pain Killer
  1273. 8022,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, MH_LIGHT_OF_REGENE,Light of Regene
  1274. 8023,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, MH_OVERED_BOOST,Overed Boost
  1275. 8024,7,8,1,4:0:4:0:4,0,0,5,-6,yes,0,0,0,magic,0,0x0, MH_ERASER_CUTTER,Eraser Cutter
  1276. 8025,7,8,2,4:0:4:0:4,0x2,2:2:3:3:4,5,-6,no,0,0,0,magic,0,0x0, MH_XENO_SLASHER,Xeno Slasher
  1277. 8026,5:5:7:7:9,6,16,0,0x1,0,5,1,no,0,0,0,magic,0,0x0, MH_SILENT_BREEZE,Silent Breeze
  1278. 8027,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, MH_STYLE_CHANGE,Style Change
  1279. 8028,1,8,1,0,0,0,5,1,no,0,0x0200,0,weapon,0,0x0, MH_SONIC_CRAW,Sonic Claw
  1280. 8029,1,6,4,0,0,0,5,1,no,0,0x200,0,weapon,0,0x0, MH_SILVERVEIN_RUSH,Silver Bain Rush
  1281. 8030,1,6,4,0,0,0,5,1,no,0,0x200,0,weapon,0,0x0, MH_MIDNIGHT_FRENZY,Midnight Frenzy
  1282. 8031,5:6:7:8:9,6,1,0,0,0,5,1,no,0,0,0,weapon,3,0x0, MH_STAHL_HORN,Steel Horn
  1283. 8032,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, MH_GOLDENE_FERSE,Golden Heel
  1284. 8033,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, MH_STEINWAND,Stone Wall
  1285. 8034,9,6,1,6,0x2,1:1:1:1:2,5,1,no,0,0,0,magic,0,0x0, MH_HEILIGE_STANGE,Holy Pole
  1286. 8035,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, MH_ANGRIFFS_MODUS,Attack Mode
  1287. 8036,3:4:5:6:7,6,1,0,0,0,5,1,no,0,0x0200,0,weapon,0,0x0, MH_TINDER_BREAKER,Tinder Breaker
  1288. 8037,1,6,4,0,0,0,5,1,no,0,0x200,0,weapon,0,0x0, MH_CBC,Continual Break Combo
  1289. 8038,1,6,4,0,0,0,5,1,no,0,0x200,0,weapon,0,0x0, MH_EQC,Eternal Quick Combo
  1290. 8039,0,6,4,3,0x2,1:1:1:2:2,5,1,no,0,0,0,weapon,0,0x0, MH_MAGMA_FLOW,Magma Flow
  1291. 8040,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0,0x0, MH_GRANITIC_ARMOR,Granitic Armor
  1292. 8041,7,6,2,3,0x2,0,5,1,no,0,0,1,weapon,0,0x0, MH_LAVA_SLIDE,Lava Slide
  1293. 8042,0,6,4,3,0x1,0,5,1,no,0,0,0,none,0,0x0, MH_PYROCLASTIC,Pyroclastic
  1294. 8043,7,6,2,0,0x1,0,5,1,no,0,0,3,none,0,0x0, MH_VOLCANIC_ASH,Volcanic Ash
  1295. //****
  1296. // Mercenary Skill Place holders
  1297. 8201,-1,6,1,-1,0,0,10,1,no,0,0,0,weapon,0,0x0, MS_BASH,Bash
  1298. 8202,0,6,4,3,0x2,2,10,1,no,0,0x40000,0,weapon,2,0x0, MS_MAGNUM,Magnum_Break
  1299. 8203,-2,6,1,-1,0x2,1,10,1,no,0,0,0,weapon,1,0x0, MS_BOWLINGBASH,Bowling_Bash
  1300. 8204,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0, MS_PARRYING,Parry
  1301. 8205,0,6,4,0,0,0,10,1,no,0,0,0,weapon,0,0x0, MS_REFLECTSHIELD,Shield_Reflect
  1302. 8206,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,0x0, MS_BERSERK,Frenzy
  1303. 8207,-9,8,1,-1,0,0,10,2,no,0,0,0,weapon,0,0x80, MA_DOUBLE,Double_Strafe
  1304. 8208,-9,6,2,-1,0x2,2,10,1,no,0,0x40000,0,weapon,2,0x81, MA_SHOWER,Arrow_Shower
  1305. 8209,3,6,2,0,0x1,0,5,1,no,0,0x80,0,misc,6:7:8:9:10,0x0, MA_SKIDTRAP,Skid_Trap
  1306. 8210,3,6,2,2,0x40,0,5,1,no,0,0x80,0,misc,0,0x0, MA_LANDMINE,Land_Mine
  1307. 8211,3,6,2,0,0x3,2,5,1,no,0,0x80,0,misc,0,0x0, MA_SANDMAN,Sandman
  1308. 8212,3,6,2,1,0x42,1,5,1,no,0,0x80,0,weapon,0,0x0, MA_FREEZINGTRAP,Freezing_Trap
  1309. 8213,2,6,32,0,0x1,0,1,1,no,0,0x40000,0,misc,0,0x0, MA_REMOVETRAP,Remove_Trap
  1310. 8214,-9,6,1,-1,0x2,0,1,1,no,0,0x1,0,weapon,6,0x80, MA_CHARGEARROW,Arrow_Repel
  1311. 8215,9,8,1,-1,0,2,5,1,yes,0,0,13,weapon,0,0x0, MA_SHARPSHOOTING,Focused_Arrow_Strike
  1312. 8216,-2,8,1,-1,0,0,10,3,no,0,0,0,weapon,0,0x0, ML_PIERCE,Pierce
  1313. 8217,-2,6,1,-1,0x1,0,10,1,no,0,0,0,weapon,3,0x0, ML_BRANDISH,Brandish_Spear
  1314. 8218,5,8,1,-1,0x20,0,5,5,no,0,0x40000,0,weapon,0,0x0, ML_SPIRALPIERCE,Spiral_Pierce
  1315. 8219,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0,0x0, ML_DEFENDER,Defending_Aura
  1316. 8220,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0, ML_AUTOGUARD,Guard
  1317. 8221,7:8:9:10:11,6,16,0,0x1,0,5,1,yes,0,0x600,0,none,0,0x0, ML_DEVOTION,Sacrifice
  1318. 8222,0,6,4,0,0x3,-1,5,1,yes,0,0,0,magic,0,0x0, MER_MAGNIFICAT,Magnificat
  1319. 8223,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0,0x0, MER_QUICKEN,Two-Hand_Quicken
  1320. 8224,0,6,4,3,0x3,3,1,1,yes,0,0,0,magic,0,0x0, MER_SIGHT,Sight
  1321. 8225,1,8,1,-1,0,0,5,3,no,0,0,0,weapon,0,0x0, MER_CRASH,Crash
  1322. 8226,9,6,16,0,0x1,0,1,1,yes,0,0x1000,0,magic,0,0x0, MER_REGAIN,Regain
  1323. 8227,9,6,16,0,0x1,0,1,1,yes,0,0x1000,0,magic,0,0x0, MER_TENDER,Tender
  1324. 8228,9,6,16,0,0x1,0,1,1,yes,0,0x1000,0,magic,0,0x0, MER_BENEDICTION,Benediction
  1325. 8229,9,6,16,0,0x1,0,1,1,yes,0,0x1000,0,magic,0,0x0, MER_RECUPERATE,Recuperate
  1326. 8230,9,6,16,0,0x1,0,1,1,yes,0,0x1000,0,magic,0,0x0, MER_MENTALCURE,Mental_Cure
  1327. 8231,9,6,16,0,0x1,0,1,1,yes,0,0x1000,0,magic,0,0x0, MER_COMPRESS,Compress
  1328. 8232,9,6,1,0,0x1,0,10,1,no,0,0,0,none,0,0x0, MER_PROVOKE,Provoke
  1329. 8233,0,6,4,0,0x1,0,1,1,no,0,0,0,weapon,0,0x0, MER_AUTOBERSERK,Berserk
  1330. 8234,9,6,1,0,0x1,0,10,1,yes,0,0,0,magic,0,0x0, MER_DECAGI,Decrease_AGI
  1331. 8235,0,6,4,0,0x1,0,1,1,yes,0,0,0,none,0,0x0, MER_SCAPEGOAT,Scapegoat
  1332. 8236,5,6,1,0,0x1,0,10,0,yes,0,0,0,magic,0,0x0, MER_LEXDIVINA,Lex_Divina
  1333. 8237,9,6,1,0,0x1,0,1,1,yes,0,0,0,magic,0,0x0, MER_ESTIMATION,Sense
  1334. 8238,9,6,16,0,0x1,0,10,1,yes,0,0,0,magic,0,0x0, MER_KYRIE,Kyrie Eleison
  1335. 8239,9,6,16,0,0x1,0,10,1,yes,0,0,0,magic,0,0x0, MER_BLESSING,Blessing
  1336. 8240,9,6,16,0,0x1,0,10,1,yes,0,0,0,magic,0,0x0, MER_INCAGI,Increase Agility
  1337. //8241,2,6,2,0,0,0,1,1,no,0,0,0,none,0,0x0, MER_INVINCIBLEOFF2,Mind Blaster
  1338. //****
  1339. // Elemental Spirits Skills
  1340. 8401,0,6,4,3,0,0,1,1,no,0,0,0,weapon,2,0x0, EL_CIRCLE_OF_FIRE,Circle of Fire
  1341. 8402,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, EL_FIRE_CLOAK,Fire Cloak
  1342. 8403,0,6,4,3,0,0,1,1,no,0,0,3,magic,2,0x0, EL_FIRE_MANTLE,Fire Mantle
  1343. 8404,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, EL_WATER_SCREEN,Water Screen
  1344. 8405,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, EL_WATER_DROP,Water Drop
  1345. 8406,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, EL_WATER_BARRIER,Water Barrier
  1346. 8407,0,6,4,0,0x1,0,1,1,no,0,0,0,none,5,0x0, EL_WIND_STEP,Wind Step
  1347. 8408,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, EL_WIND_CURTAIN,Wind Curtain
  1348. 8409,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, EL_ZEPHYR,Zephyr
  1349. 8410,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, EL_SOLID_SKIN,Solid Skin
  1350. 8411,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, EL_STONE_SHIELD,Stone Shield
  1351. 8412,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, EL_POWER_OF_GAIA,Power of Gaia
  1352. 8413,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, EL_PYROTECHNIC,Pyrotechnic
  1353. 8414,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, EL_HEATER,Heater
  1354. 8415,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, EL_TROPIC,Tropic
  1355. 8416,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, EL_AQUAPLAY,Aqua Play
  1356. 8417,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, EL_COOLER,Cooler
  1357. 8418,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, EL_CHILLY_AIR,Cool Air
  1358. 8419,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, EL_GUST,Gust
  1359. 8420,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, EL_BLAST,Blast
  1360. 8421,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, EL_WILD_STORM,Wild Storm
  1361. 8422,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, EL_PETROLOGY,Petrology
  1362. 8423,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, EL_CURSED_SOIL,Cursed Soil
  1363. 8424,0,6,4,0,0x1,0,1,1,no,0,0,0,none,0,0x0, EL_UPHEAVAL,Upheaval
  1364. 8425,6,6,1,3,0,0,1,1,no,0,0,0,magic,0,0x0, EL_FIRE_ARROW,Fire Arrow
  1365. 8426,6,6,1,3,0,1,1,1,no,0,0,0,magic,0,0x0, EL_FIRE_BOMB,Fire Bomb
  1366. 8427,6,6,1,3,0,1,1,1,no,0,0,0,weapon,0,0x0, EL_FIRE_BOMB_ATK,Fire Bomb Attack
  1367. 8428,6,6,1,3,0,1,1,1,no,0,0,0,magic,0,0x0, EL_FIRE_WAVE,Fire Wave
  1368. 8429,6,6,1,3,0,1,1,1,no,0,0,0,weapon,0,0x0, EL_FIRE_WAVE_ATK,Fire Wave Attack
  1369. 8430,9,6,1,1,0,0,1,1,no,0,0,0,magic,0,0x0, EL_ICE_NEEDLE,Ice Needle
  1370. 8431,9,6,1,1,0,1,1,1,no,0,0,0,magic,0,0x0, EL_WATER_SCREW,Water Screw
  1371. 8432,9,6,1,1,0,1,1,1,no,0,0,0,weapon,0,0x0, EL_WATER_SCREW_ATK,Water Screw Attack
  1372. 8433,9,6,1,1,0,1,1,1,no,0,0,0,weapon,0,0x0, EL_TIDAL_WEAPON,Tidal Weapon
  1373. 8434,11,6,1,4,0,0,1,1,no,0,0,0,weapon,0,0x0, EL_WIND_SLASH,Wind Slasher
  1374. 8435,11,6,1,4,0,1,1,1,no,0,0,0,weapon,0,0x0, EL_HURRICANE,Hurricane Rage
  1375. 8436,7,6,1,4,0,0,1,1,no,0,0,0,magic,0,0x0, EL_HURRICANE_ATK,Hurricane Rage Attack
  1376. 8437,11,8,1,4,0,1,1,-3,no,0,0,0,weapon,0,0x0, EL_TYPOON_MIS,Typhoon Missile
  1377. 8438,11,8,1,4,0,1,1,-3,no,0,0,0,magic,0,0x0, EL_TYPOON_MIS_ATK,Typhoon Missile Attack
  1378. 8439,5,6,1,2,0,0,1,1,no,0,0,0,weapon,0,0x0, EL_STONE_HAMMER,Stone Hammer
  1379. 8440,3,6,1,2,0,1,1,1,no,0,0,0,weapon,0,0x0, EL_ROCK_CRUSHER,Rock Launcher
  1380. 8441,5,6,1,2,0,1,1,1,no,0,0,0,magic,0,0x0, EL_ROCK_CRUSHER_ATK,Rock Launcher Attack
  1381. 8442,9,6,1,2,0,1,1,-5,no,0,0,0,weapon,0,0x0, EL_STONE_RAIN,Stone Rain
  1382. //****
  1383. //Guild Skills
  1384. 10000,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0,0x0, GD_APPROVAL,Official Guild Approval
  1385. 10001,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0,0x0, GD_KAFRACONTRACT,Kafra Contract
  1386. 10002,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0,0x0, GD_GUARDRESEARCH,Guardian Research
  1387. 10003,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0,0x0, GD_GUARDUP,Strengthen Guardians
  1388. 10004,0,0,0,0,0,0,10,0,no,0,0x10,0,none,0,0x0, GD_EXTENSION,Guild Extension
  1389. 10005,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0,0x0, GD_GLORYGUILD,Guild's Glory
  1390. 10006,0,0,0,0,0,2,1,0,no,0,0x10,0,none,0,0x0, GD_LEADERSHIP,Great Leadership
  1391. 10007,0,0,0,0,0,2,1,0,no,0,0x10,0,none,0,0x0, GD_GLORYWOUNDS,Glorious Wounds
  1392. 10008,0,0,0,0,0,2,1,0,no,0,0x10,0,none,0,0x0, GD_SOULCOLD,Cold Heart
  1393. 10009,0,0,0,0,0,2,1,0,no,0,0x10,0,none,0,0x0, GD_HAWKEYES,Sharp Gaze
  1394. 10010,0,0,4,0,0x3,15,1,0,yes,0,0x10,0,none,0,0x0, GD_BATTLEORDER,Battle Orders
  1395. 10011,0,0,4,0,0x3,15,3,0,yes,0,0x10,0,none,0,0x0, GD_REGENERATION,Regeneration
  1396. 10012,0,0,4,0,0x3,15,1,0,yes,0,0x10,0,none,0,0x0, GD_RESTORE,Restoration
  1397. 10013,0,0,4,0,0x3,0,1,0,yes,0,0x10,0,none,0,0x40, GD_EMERGENCYCALL,Urgent Call
  1398. 10014,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0,0x0, GD_DEVELOPMENT,Permanent Development
  1399. 10015,0,0,4,0,0x3,0,3,0,yes,0,0x10,0,none,0,0x40, GD_ITEMEMERGENCYCALL,Item Emergency Call