skill_spellbooks.sql 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501
  1. --
  2. -- Table structure for table `skill_spellbooks`
  3. --
  4. DROP TABLE IF EXISTS `skill_spellbooks`;
  5. CREATE TABLE `skill_spellbooks` (
  6. `skill_id` int(11) NOT NULL default '-1',
  7. `item_id` int(11) NOT NULL default '-1',
  8. KEY `skill_id` (`skill_id`,`item_id`)
  9. );
  10. --
  11. -- Dumping data for table `skill_spellbooks`
  12. --
  13. -- NOTES:
  14. -- (0,1393),
  15. -- Spellbook: Quickness unable to find a matching skill_id possibly never used
  16. INSERT INTO `skill_spellbooks` VALUES
  17. (2,1512), -- Spellbook: Confusion
  18. (10,3039), -- Spellbook: Summon Storm Cubic
  19. (13,3940), -- Blueprint: Summon Siege Golem
  20. (15,1513), -- Spellbook: Charm
  21. (21,1377), -- Spellbook: Poison Recovery
  22. (22,3040), -- Spellbook: Summon Vampiric Cubic
  23. (25,3038), -- Blueprint: Summon Mechanic Golem
  24. (33,3041), -- Spellbook: Summon Phantom Cubic
  25. (44,3432), -- Spellbook: Remedy
  26. (45,1378), -- Spellbook: Divine Heal
  27. (46,3042), -- Spellbook: Life Scavenge
  28. (49,3043), -- Spellbook: Holy Strike
  29. (58,1096), -- Spellbook: Elemental Heal
  30. (61,1379), -- Spellbook: Cure Bleeding
  31. (65,3044), -- Spellbook: Horror
  32. (67,3045), -- Spellbook: Summon Life Cubic
  33. (69,3046), -- Spellbook: Sacrifice
  34. (70,1097), -- Spellbook: Drain Health
  35. (72,3047), -- Spellbook: Iron Will
  36. (77,1095), -- Spellbook: Attack Aura
  37. (86,3048), -- Spellbook: Reflect Damage
  38. (91,1294), -- Spellbook: Defense Aura
  39. (102,1380), -- Spellbook: Entangle
  40. (103,3049), -- Spellbook: Corpse Plague
  41. (105,1381), -- Spellbook: Freezing Strike
  42. (115,1382), -- Spellbook: Power Break
  43. (122,3050), -- Spellbook: Hex
  44. (123,3051), -- Spellbook: Spirit Barrier
  45. (127,3052), -- Spellbook: Hamstring
  46. (129,1383), -- Spellbook: Poison
  47. (230,1384), -- Spellbook: Sprint
  48. (262,3053), -- Spellbook: Holy Blessing
  49. (278,3054), -- Spellbook: Summon Viper Cubic
  50. (279,3055), -- Spellbook: Lightening Strike
  51. (283,3056), -- Spellbook: Summon Dark Panther
  52. (289,4203), -- Spellbook: Life Leech
  53. (301,4921), -- Blueprint: Summon Big Boom
  54. (1002,1518), -- Amulet: Flame Chant
  55. (1003,1519), -- Amulet: Pa'agrio's Gift
  56. (1004,3103), -- Amulet: Pa'agrio's Wisdom
  57. (1005,1520), -- Amulet: Pa'agrio's Blessing
  58. (1006,1521), -- Amulet: Chant of Fire
  59. (1007,1522), -- Amulet: Chant of Battle
  60. (1008,3104), -- Amulet: Pa'agrio's Glory
  61. (1009,1523), -- Amulet: Chant of Shielding
  62. (1010,1524), -- Amulet: Soul Shield
  63. (1011,1152), -- Spellbook: Heal
  64. (1012,1053), -- Spellbook: Cure Poison
  65. (1013,1385), -- Spellbook: Recharge
  66. (1015,1050), -- Spellbook: Battle Heal
  67. (1016,1514), -- Spellbook: Resurrection
  68. (1018,3072), -- Spellbook: Purify
  69. (1020,3068), -- Spellbook: Vitalize
  70. (1027,1054), -- Spellbook: Group Heal
  71. (1028,3073), -- Spellbook: Might of Heaven
  72. (1031,1386), -- Spellbook: Disrupt Undead
  73. (1032,3094), -- Spellbook: Invigor
  74. (1033,1387), -- Spellbook: Resist Poison
  75. (1034,3069), -- Spellbook: Repose
  76. (1035,1388), -- Spellbook: Mental Shield
  77. (1036,3095), -- Spellbook: Magic Barrier
  78. (1040,1058), -- Spellbook: Shield
  79. (1042,3070), -- Spellbook: Hold Undead
  80. (1043,1389), -- Spellbook: Holy Weapon
  81. (1044,1390), -- Spellbook: Regeneration
  82. (1045,3096), -- Spellbook: Blessed Body
  83. (1047,4207), -- Spellbook: Mana Regeneration
  84. (1048,3097), -- Spellbook: Blessed Soul
  85. (1049,3071), -- Spellbook: Requiem
  86. (1050,3098), -- Spellbook: Return
  87. (1056,3079), -- Spellbook: Cancel
  88. (1059,1391), -- Spellbook: Empower
  89. (1062,1392), -- Spellbook: Berserker Spirit
  90. (1064,3064), -- Spellbook: Silence
  91. (1068,1048), -- Spellbook: Might
  92. (1069,1394), -- Spellbook: Sleep
  93. (1071,3082), -- Spellbook: Surrender to Water
  94. (1072,3080), -- Spellbook: Sleeping Cloud
  95. (1073,1515), -- Spellbook: Kiss of Eva
  96. (1074,3074), -- Spellbook: Surrender to Wind
  97. (1075,1397), -- Spellbook: Peace
  98. (1077,1398), -- Spellbook: Focus
  99. (1078,1399), -- Spellbook: Concentration
  100. (1085,1401), -- Spellbook: Acumen
  101. (1086,3099), -- Spellbook: Haste
  102. (1087,1402), -- Spellbook: Agility
  103. (1090,1525), -- Amulet: Life Drain
  104. (1092,1526), -- Amulet: Fear
  105. (1095,1527), -- Amulet: Venom
  106. (1096,1528), -- Amulet: Seal of Chaos
  107. (1097,1529), -- Amulet: Dreaming Spirit
  108. (1099,1530), -- Amulet: Seal of Slow
  109. (1100,1531), -- Amulet: Chill Flame
  110. (1101,1532), -- Amulet: Blaze Quake
  111. (1102,1533), -- Amulet: Aura Sink
  112. (1104,3105), -- Amulet: Seal of Winter
  113. (1105,1534), -- Amulet: Madness
  114. (1107,1535), -- Amulet: Frost Flame
  115. (1108,3106), -- Amulet: Seal of Flame
  116. (1111,1403), -- Spellbook: Summon Kat the Cat
  117. (1126,1404), -- Spellbook: Servitor Recharge
  118. (1127,1405), -- Spellbook: Servitor Heal
  119. (1128,1667), -- Spellbook: Summon Shadow
  120. (1129,3057), -- Spellbook: Summon Reanimated Man
  121. (1139,3091), -- Spellbook: Servitor Magic Shield
  122. (1140,3092), -- Spellbook: Servitor Physical Shield
  123. (1141,3093), -- Spellbook: Servitor Haste
  124. (1144,1406), -- Spellbook: Servitor Wind Walk
  125. (1145,1407), -- Spellbook: Servitor Magic Boost
  126. (1146,1408), -- Spellbook: Mighty Servitor
  127. (1147,1051), -- Spellbook: Vampiric Touch
  128. (1148,3065), -- Spellbook: Death Spike
  129. (1151,1516), -- Spellbook: Corpse Life Drain
  130. (1154,3058), -- Spellbook: Summon Corrupted Man
  131. (1155,3059), -- Spellbook: Corpse Burst
  132. (1156,3060), -- Spellbook: Forget
  133. (1157,1517), -- Spellbook: Body To Mind
  134. (1159,3066), -- Spellbook: Curse Death Link
  135. (1160,1409), -- Spellbook: Slow
  136. (1163,3061), -- Spellbook: Curse Discord
  137. (1164,1056), -- Spellbook: Curse: Weakness
  138. (1167,1410), -- Spellbook: Poisonous Cloud
  139. (1168,1055), -- Spellbook: Curse: Poison
  140. (1169,3062), -- Spellbook: Curse Fear
  141. (1170,3063), -- Spellbook: Anchor
  142. (1171,3075), -- Spellbook: Blazing Circle
  143. (1172,1411), -- Spellbook: Aura Burn
  144. (1174,3083), -- Spellbook: Frost Wall
  145. (1175,1370), -- Spellbook: Aqua Swirl
  146. (1176,3089), -- Spellbook: Tempest
  147. (1178,1371), -- Spellbook: Twister
  148. (1181,1052), -- Spellbook: Flame Strike
  149. (1182,1412), -- Spellbook: Resist Aqua
  150. (1183,3084), -- Spellbook: Freezing Shackle
  151. (1184,1049), -- Spellbook: Ice Bolt
  152. (1189,1413), -- Spellbook: Resist Wind
  153. (1191,1414), -- Spellbook: Resist Fire
  154. (1201,1415), -- Spellbook: Dryad Root
  155. (1204,1098), -- Spellbook: Wind Walk
  156. (1206,1099), -- Spellbook: Wind Shackle
  157. (1208,1536), -- Amulet: Seal of Binding
  158. (1209,1537), -- Amulet: Seal of Poison
  159. (1210,3107), -- Amulet: Seal of Gloom
  160. (1213,3108), -- Amulet: Seal of Mirage
  161. (1217,3429), -- Spellbook: Greater Heal
  162. (1218,3430), -- Spellbook: Greater Battle Heal
  163. (1219,3431), -- Spellbook: Greater Group Heal
  164. (1220,1372), -- Spellbook: Blaze
  165. (1222,1416), -- Spellbook: Curse of Chaos
  166. (1223,1417), -- Spellbook: Surrender To Earth
  167. (1224,1418), -- Spellbook: Surrender To Poison
  168. (1225,1668), -- Spellbook: Summon Mew the Cat
  169. (1226,1669), -- Spellbook: Summon Boxer the Unicorn
  170. (1227,1670), -- Spellbook: Summon Mirage the Unicorn
  171. (1228,1671), -- Spellbook: Summon Silhouette
  172. (1229,1856), -- Amulet: Chant of Life
  173. (1230,3076), -- Spellbook: Prominence
  174. (1231,3081), -- Spellbook: Aura Flare
  175. (1232,3077), -- Spellbook: Blazing Skin
  176. (1233,3078), -- Spellbook: Decay
  177. (1234,3067), -- Spellbook: Vampiric Claw
  178. (1235,3085), -- Spellbook: Hydro Blast
  179. (1236,3086), -- Spellbook: Frost Bolt
  180. (1237,3087), -- Spellbook: Ice Dagger
  181. (1238,3088), -- Spellbook: Freezing Skin
  182. (1239,3090), -- Spellbook: Hurricane
  183. (1240,3100), -- Spellbook: Guidance
  184. (1242,3101), -- Spellbook: Death Whisper
  185. (1243,3102), -- Spellbook: Bless Shield
  186. (1244,3115), -- Amulet: Freezing Flame
  187. (1245,3114), -- Amulet: Steal Essence
  188. (1246,3109), -- Amulet: Seal of Silence
  189. (1247,3110), -- Amulet: Seal of Scourge
  190. (1248,3111), -- Amulet: Seal of Suspension
  191. (1249,3112), -- Amulet: Pa'agrio's Eye
  192. (1250,3113), -- Amulet: Pa'agrio's Protection
  193. (1251,3116), -- Amulet: Chant of Fury
  194. (1252,3117), -- Amulet: Chant of Evasion
  195. (1253,3118), -- Amulet: Chant of Rage
  196. (1254,3941), -- Spellbook: Mass Resurrection
  197. (1256,3943), -- Amulet: Pa'agrio's Heart
  198. (1257,3944), -- Spellbook: Decrease Weight
  199. (1258,4200), -- Spellbook: Restore Life
  200. (1259,4201), -- Spellbook: Resist Shock
  201. (1260,4204), -- Amulet: Pa'agrio's Tact
  202. (1261,4205), -- Amulet: Pa'agrio's Rage
  203. (1262,4206), -- Spellbook: Transfer Pain
  204. (1263,4208), -- Spellbook: Curse Gloom
  205. -- c3 skill spellbooks (most of them anyway - thx Luno)
  206. (1264,4906), -- Spellbook: Solar Spark
  207. (1265,4907), -- Spellbook: Solar Flare
  208. (1266,4908), -- Spellbook: Shadow Spark
  209. (1267,4909), -- Spellbook: Shadow Flare
  210. (1268,4910), -- Spellbook: Vampiric Rage
  211. (1269,4911), -- Spellbook: Curse Disease
  212. (1271,4912), -- Spellbook: Benediction
  213. (1272,4913), -- Spellbook: Word of Fear
  214. (1273,4914), -- Spellbook: Serenade of Eva
  215. (299,4915), -- Blueprint: Summon Wild Hog Cannon
  216. (1274,4916), -- Spellbook: Energy Bolt
  217. (1275,4917), -- Spellbook: Aura Bolt
  218. (1276,4918), -- Spellbook: Summon Kai the Cat
  219. (1277,4919), -- Spellbook: Summon Merrow the Unicorn
  220. (1278,4920), -- Spellbook: Summon Soulless
  221. (1279,4922), -- Spellbook: Summon Binding Cubic
  222. (1280,4923), -- Spellbook: Summon Aqua Cubic
  223. (1281,4924), -- Spellbook: Summon Spark Cubic
  224. (1282,4925), -- Amulet: Pa'agrio's Haste
  225. (1283,4926), -- Amulet: Soul Guard
  226. (1284,4927), -- Amulet: Chant of Revenge
  227. (1285,4928), -- Spellbook: Seed of Fire
  228. (1286,4929), -- Spellbook: Seed of Water
  229. (1287,4930), -- Spellbook: Seed of Wind
  230. (1288,4931), -- Spellbook: Aura Symphony
  231. (1289,4932), -- Spellbook: Inferno
  232. (1290,4933), -- Spellbook: Blizzard
  233. (1291,4934), -- Spellbook: Demon Wind
  234. (1292,5013), -- Spellbook: Elemental Assault
  235. (1293,5014), -- Spellbook: Elemental Symphony
  236. (1294,5015), -- Spellbook: Elemental Storm
  237. (1295,5809), -- Spellbook: Aqua Splash
  238. (1296,5810), -- Spellbook: Rain of Fire
  239. (1298,5811), -- Spellbook: Mass Slow
  240. (1299,5812), -- Spellbook: Servitor Empowerment
  241. (1300,5813), -- Spellbook: Servitor Cure
  242. (1301,5814), -- Spellbook: Servitor Blessing
  243. (1303,5815), -- Spellbook: Wild Magic
  244. (1304,5816), -- Spellbook: Advanced Block
  245. (1305,6350), -- Amulet: Pa'agrio's Honor
  246. (1306,6351), -- Amulet: Ritual of Life
  247. (1307,6352), -- Spellbook: Prayer
  248. (1308,6395), -- Amulet: Chant of Predator
  249. (1309,6396), -- Amulet: Chant of Eagle
  250. (1310,6397), -- Amulet: Chant of Vampire
  251. (1311,6398), -- Spellbook: Body of Avatar
  252. -- C4 Spellbooks and Amulets
  253. (1328,7638), -- Spellbook - Mass Summon Storm Cubic
  254. (1329,7639), -- Spellbook - Mass Summon Aqua Cubic
  255. (1330,7640), -- Spellbook - Mass Summon Phantom Cubic
  256. (1331,7641), -- Spellbook - Summon Feline Queen
  257. (1332,7642), -- Spellbook - Summon Unicorn Seraphim
  258. (1333,7643), -- Spellbook - Summon Nightshade
  259. (1334,7644), -- Spellbook - Summon Cursed Man
  260. (1335,7645), -- Spellbook - Balance Life
  261. (1336,7646), -- Spellbook - Curse of Doom
  262. (1337,7647), -- Spellbook - Curse of Abyss
  263. (1338,7648), -- Spellbook - Arcane Chaos
  264. (1339,7649), -- Spellbook - Fire Vortex
  265. (1340,7650), -- Spellbook - Ice Vortex
  266. (1341,7651), -- Spellbook - Wind Vortex
  267. (1342,7652), -- Spellbook - Light Vortex
  268. (1343,7653), -- Spellbook - Dark Vortex
  269. (1344,7654), -- Spellbook - Mass Warrior Bane
  270. (1345,7655), -- Spellbook - Mass Mage Bane
  271. (1346,7656), -- Spellbook - Warrior Servitor
  272. (1347,7657), -- Spellbook - Wizard Servitor
  273. (1348,7658), -- Spellbook - Assassin Servitor
  274. (1349,7659), -- Spellbook - Final Servitor
  275. (1350,7660), -- Spellbook - Warrior Bane
  276. (1351,7661), -- Spellbook - Mage Bane
  277. (1352,7662), -- Spellbook - Elemental Protection
  278. (1353,7663), -- Spellbook - Divine Protection
  279. (1354,7664), -- Spellbook - Arcane Protection
  280. (1355,7665), -- Spellbook - Prophecy of Water
  281. (1356,7666), -- Spellbook - Prophecy of Fire
  282. (1357,7667), -- Spellbook - Prophecy of Wind
  283. (1358,7668), -- Spellbook - Block Shield
  284. (1359,7669), -- Spellbook - Block Wind Walk
  285. (1360,7670), -- Spellbook - Mass Block Shield
  286. (1361,7671), -- Spellbook - Mass Block Wind Walk
  287. (1362,7672), -- Amulet - Chant of Spirit
  288. (1363,7673), -- Amulet - Chant of Victory
  289. (1364,7674), -- Amulet - Pa'agrio's Eye
  290. (1365,7675), -- Amulet - Pa'agrio's Soul
  291. (1366,7676), -- Amulet - Seal of Despair
  292. (1367,7835); -- Amulet: Seal of Disease
  293. -- C5 Spellbooks and Amulets (tnx ThePhoenixBird)
  294. INSERT INTO `skill_spellbooks` VALUES
  295. (1380,8380), -- Spellbook: Betray
  296. (1381,8381), -- Spellbook: Mass Curse Fear
  297. (1382,8382), -- Spellbook: Mass Curse Gloom
  298. (1383,8383), -- Spellbook: Mass Surrender to Fire
  299. (1384,8384), -- Spellbook: Mass Surrender to Water
  300. (1385,8385), -- Spellbook: Mass Surrender to Wind
  301. (1386,8386), -- Spellbook - Arcane Disruption
  302. (1387,8387), -- Spellbook - Summon Cursed Bones
  303. (1388,8388), -- Spellbook: Greater Might
  304. (1389,8389), -- Spellbook: Greater Shield
  305. (1390,8390), -- Amulet: War Chant
  306. (1391,8391), -- Amulet: Earth Chant
  307. (1392,8392), -- Spellbook: Holy Resistance
  308. (1393,8393), -- Spellbook: Unholy Resistance
  309. (1394,8394), -- Spellbook: Trance
  310. (1395,8395), -- Spellbook: Erase
  311. (1396,8396), -- Spellbook: Magical Backfire
  312. (1397,8397), -- Spellbook: Clarity
  313. (1398,8398), -- Spellbook: Mana Burn
  314. (1399,8399), -- Spellbook: Mana Storm
  315. (1400,8400), -- Spellbook: Turn Undead
  316. (1401,8401), -- Spellbook: Major Heal
  317. (1402,8402); -- Spellbook: Major Group Heal
  318. -- Late C5 Spellbooks and Amulets
  319. INSERT INTO `skill_spellbooks` VALUES
  320. (1403,8616), -- Spellbook: Summon Friend
  321. (1404,8617); -- Spellbook: Word of Invitation
  322. -- Interlude Spellbooks and Amulets
  323. INSERT INTO `skill_spellbooks` VALUES
  324. (438,8877), -- Spellbook: Soul of the Phoenix
  325. (1406,8878), -- Spellbook: Summon Feline King
  326. (1407,8879), -- Spellbook: Summon Magnus the Unicorn
  327. (1408,8880), -- Spellbook: Summon Spectral Knight
  328. (1409,8881), -- Spellbook: Cleanse
  329. (1410,8882), -- Spellbook: Salvation
  330. (1411,8883), -- Spellbook: Mystic Immunity
  331. (1412,8884), -- Spellbook: Spell Turning
  332. (1413,8885), -- Amulet: Magnus' Chant
  333. (1414,8886), -- Amulet: Victories of Pa'agrio
  334. (1415,8887), -- Amulet: Pa'agrio's Emblem
  335. (1416,8888), -- Amulet: Pa'agrio's Fist
  336. (1429,8889), -- Amulet: Gate Chant
  337. (449,8890), -- Spellbook: Summon Attractive Cubic
  338. (1417,8891), -- Spellbook: Aura Flash
  339. (454,8892), -- Ancient Tactical Manual: Symbol of Defense
  340. (455,8893), -- Ancient Tactical Manual: Symbol of Noise
  341. (456,8894), -- Ancient Tactical Manual: Symbol of Resistance
  342. (457,8895), -- Ancient Tactical Manual: Symbol of Honor
  343. (458,8896), -- Ancient Tactical Manual: Symbol of Energy
  344. (459,8897), -- Ancient Tactical Manual: Symbol of the Sniper
  345. (460,8898), -- Ancient Tactical Manual: Symbol of the Assassin
  346. (1419,8899), -- Ancient Spellbook: Volcano
  347. (1420,8900), -- Ancient Spellbook: Cyclone
  348. (1421,8901), -- Ancient Spellbook: Raging Waves
  349. (1422,8902), -- Ancient Spellbook: Day of Doom
  350. (1423,8903), -- Ancient Spellbook: Gehenna
  351. (1424,8904), -- Ancient Spellbook: Anti-Summoning Field
  352. (1425,8905), -- Ancient Spellbook: Purification Field
  353. (1426,8906), -- Ancient Spellbook: Miracle
  354. (1427,8907), -- Ancient Spellbook: Flames of Invincibility
  355. (1428,8908), -- Ancient Spellbook: Mass Recharge
  356. (448,8909), -- Blueprint: Summon Swoop Cannon
  357. (1418,8945), -- Spellbook: Celestial Shield
  358. (1430,8946); -- Spellbook: Invocation
  359. -- Kamael Spellbooks
  360. INSERT INTO `skill_spellbooks` VALUES
  361. (1433,10032), -- Battle Manual: Abyssal Blaze
  362. (1438,10047), -- Battle Manual: Annihilation Circle
  363. (518,10062), -- Battle Manual: Binding Trap
  364. (495,10098), -- Battle Manual: Blade Rush
  365. (496,10037), -- Battle Manual: Blade Slash
  366. (509,10086), -- Battle Manual: Bleeding Shot
  367. (1448,10050), -- Battle Manual: Blink
  368. (1473,10070), -- Battle Manual: Change Weapon
  369. (506,10044), -- Battle Manual: Checkmate
  370. (498,10039), -- Battle Manual: Contagion
  371. (1452,10099), -- Spellbook: Count of Fire
  372. (499,10079), -- Battle Manual: Courage
  373. (513,10057), -- Battle Manual: Create Dark Seed
  374. (621,10183), -- Battle Manual: Create Special Bolt
  375. (497,10038), -- Battle Manual: Crushing Pain
  376. (524,10065), -- Battle Manual: Cure Dark Seed
  377. (1439,10048), -- Battle Manual: Curse of Divinity
  378. (1434,10033), -- Battle Manual: Dark Explosion
  379. (1437,10046), -- Battle Manual: Dark Flame
  380. (477,10030), -- Battle Manual: Dark Smash
  381. (476,10029), -- Battle Manual: Dark Strike
  382. (1443,10083), -- Battle Manual: Dark Weapon
  383. (1442,10082), -- Battle Manual: Darkness Protection
  384. (510,10054), -- Battle Manual: Deadly Roulette
  385. (1435,10078), -- Battle Manual: Death Mark
  386. (525,10066), -- Battle Manual: Decoy
  387. (471,10028), -- Battle Manual: Defuse Trap
  388. (1476,10185), -- Battle Manual: Destroy Instinct
  389. (470,10027), -- Battle Manual: Detect Trap
  390. (1454,10100), -- Spellbook: Diamond Dust
  391. (485,10076), -- Battle Manual: Disarm
  392. (1459,10103), -- Spellbook: Divine Power
  393. (478,10031), -- Battle Manual: Double Thrust
  394. (1484,10192), -- Battle Manual: Enervation
  395. (526,10068), -- Battle Manual: Enuma Elish
  396. (1475,10181), -- Battle Manual: Erase Mark
  397. (1431,10025), -- Battle Manual: Fallen Arrow
  398. (468,10026), -- Battle Manual: Fallen Attack
  399. (490,10077), -- Battle Manual: Fast Shot
  400. (538,10091), -- Battle Manual: Final Form
  401. (514,10058), -- Battle Manual: Fire Trap
  402. (1451,10107), -- Spellbook: Fire Vortex Buster
  403. (517,10061), -- Battle Manual: Flash Trap
  404. (482,10074), -- Battle Manual: Furious Soul
  405. (1453,10108), -- Spellbook: Ice Vortex Crusher
  406. (523,10089), -- Battle Manual: Imbue Dark Seed
  407. (1432,10072), -- Battle Manual: Increase Power
  408. (1469,10069), -- Battle Manual: Leopold
  409. (502,10040), -- Battle Manual: Life to Soul
  410. (1479,10191), -- Battle Manual: Magic Impulse
  411. (1486,10195), -- Battle Manual: Mental Impoverish
  412. (1460,10104), -- Spellbook: Mana Gain
  413. (1481,10187), -- Battle Manual: Oblivion
  414. (487,10180), -- Battle Manual: Penetrate Shot
  415. (515,10059), -- Battle Manual: Poison Trap
  416. (1470,10090), -- Battle Manual: Prahnah
  417. (1444,10084), -- Battle Manual: Pride of Kamael
  418. (1478,10189), -- Battle Manual: Protection Instinct
  419. (519,10063), -- Battle Manual: Quiver of Bolts - Grade A
  420. (620,10071), -- Battle Manual: Quiver of Bolts - Grade B
  421. (520,10064), -- Battle Manual: Quiver of Bolts - Grade S
  422. (469,10073), -- Battle Manual: Rapid Attack
  423. (522,10088), -- Battle Manual: Real Target
  424. (1487,10186), -- Battle Manual: Restoration
  425. (1488,10184), -- Battle Manual: Restoration Impact
  426. (508,10053), -- Battle Manual: Rising Shot
  427. (484,10094), -- Battle Manual: Rush
  428. (503,10041), -- Battle Manual: Scorn
  429. (1446,10092), -- Battle Manual: Shadow Bind
  430. (521,10087), -- Battle Manual: Sharpshooting
  431. (489,10034), -- Battle Manual: Shift Target
  432. (505,10043), -- Battle Manual: Shining Edge
  433. (494,10097), -- Battle Manual: Shoulder Charge
  434. (496,10037), -- Battle Manual: Slashing Blade
  435. (516,10060), -- Battle Manual: Slow Trap
  436. (625,10204), -- Battle Manual: Soul Gathering
  437. (1480,10196), -- Battle Manual: Soul Harmony
  438. (1436,10045), -- Battle Manual: Soul of Pain
  439. (627,10276), -- Battle Manual: Soul Shock
  440. (1441,10081), -- Battle Manual: Soul to Empower
  441. (1485,10194), -- Battle Manual: Spite
  442. (492,10036), -- Battle Manual: Spread Wing
  443. (1440,10049), -- Battle Manual: Steal Divinity
  444. (493,10095), -- Battle Manual: Storm Assault
  445. (1445,10085), -- Battle Manual: Surrender To Unholy
  446. (483,10075), -- Battle Manual: Sword Shield
  447. (511,10055), -- Battle Manual: Temptation
  448. (1483,10188), -- Battle Manual: Thin Skin
  449. (1455,10101), -- Spellbook: Throne of Ice
  450. (1458,10102), -- Spellbook: Throne of Wind
  451. (504,10042), -- Battle Manual: Triple Thrust
  452. (507,10052), -- Battle Manual: Twin Shot
  453. (622,10182), -- Battle Manual: Ultimate Escape
  454. (1477,10190), -- Battle Manual: Vampiric Impulse
  455. (501,10080), -- Battle Manual: Violent Temper
  456. (1447,10093), -- Battle Manual: Voice Bind
  457. (628,10275), -- Battle Manual: Warp
  458. (1482,10193), -- Battle Manual: Weak Constitution
  459. (1457,10203), -- Spellbook - Empowering Echo
  460. (1510,10596), -- Battle Manual - Soul Cleanse
  461. (1511,10597), -- Battle Manual - Curse of Life Flow
  462. (1512,10598), -- Battle Manual - Soul Vortex
  463. (1513,10599), -- Battle Manual - Soul Vortex Extinction
  464. (1514,10600), -- Battle Manual - Soul Barrier
  465. (1515,10601), -- Battle Manual - Lightning Barrier
  466. (1516,10602), -- Battle Manual - Soul Strike
  467. (792,10603), -- Battle Manual - Betrayal Mark
  468. (793,10604), -- Battle Manual - Rush Impact
  469. (794,10605), -- Battle Manual - Mass Disarm
  470. (1517,10608), -- Amulet - Chant of Combat
  471. (1518,10609), -- Amulet - Chant of Critical Attack
  472. (1519,10610), -- Amulet - Chant of Blood Awakening
  473. (818,12768), -- Spellbook - Evasion Counter
  474. (819,12769), -- Spellbook - Evasion Chance
  475. (820,12770), -- Spellbook - Evasion Haste
  476. (821,12771), -- Spellbook - Shadow Step
  477. (1520,12772), -- Spellbook - Inquisitor
  478. (1521,12772), -- Spellbook - Inquisitor
  479. (1522,12772), -- Spellbook - Inquisitor
  480. (831,12820), -- Blueprint - Summon Merchant Golem
  481. (833,12773), -- Battle Manual - Body Reconstruction
  482. (834,12774), -- Battle Manual - Blood Construct
  483. (835,12775), -- Battle Manual - Imbue Seed of Destruction
  484. (836,12776), -- Battle Manual - Oblivion Trap
  485. (837,12777), -- Battle Manual - Painkiller
  486. (838,12778), -- Battle Manual - Soul Web
  487. (1456,10109); -- Spellbook: Wind Vortex Slug