fishing_skill_trees.sql 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. DROP TABLE IF EXISTS `fishing_skill_trees`;
  2. --
  3. -- Table structure for fishing_skill_trees
  4. --
  5. CREATE TABLE IF NOT EXISTS `fishing_skill_trees` (
  6. `skill_id` int(10) NOT NULL default '0',
  7. `level` int(10) NOT NULL default '0',
  8. `name` varchar(25) NOT NULL default '',
  9. `sp` int(10) NOT NULL default '0',
  10. `min_level` int(10) NOT NULL default '0',
  11. `costid` int(10) NOT NULL default '0',
  12. `cost` int(10) NOT NULL default '0',
  13. `isfordwarf` int(1) NOT NULL default '0',
  14. PRIMARY KEY (`skill_id`,`level`)
  15. );
  16. --
  17. -- Records for table fishing_skill_trees
  18. --
  19. INSERT INTO fishing_skill_trees VALUES
  20. (1313,1,'Pumping',0,10,57,10,0),
  21. (1313,2,'Pumping',0,12,57,50,0),
  22. (1313,3,'Pumping',0,15,57,200,0),
  23. (1313,4,'Pumping',0,17,57,300,0),
  24. (1313,5,'Pumping',0,20,57,500,0),
  25. (1313,6,'Pumping',0,22,57,800,0),
  26. (1313,7,'Pumping',0,25,57,1600,0),
  27. (1313,8,'Pumping',0,27,57,2600,0),
  28. (1313,9,'Pumping',0,30,57,4000,0),
  29. (1313,10,'Pumping',0,32,57,6700,0),
  30. (1313,11,'Pumping',0,35,57,8000,0),
  31. (1313,12,'Pumping',0,37,57,10000,0),
  32. (1313,13,'Pumping',0,40,57,16000,0),
  33. (1313,14,'Pumping',0,42,57,23000,0),
  34. (1313,15,'Pumping',0,45,57,30000,0),
  35. (1313,16,'Pumping',0,47,57,40000,0),
  36. (1313,17,'Pumping',0,49,57,53000,0),
  37. (1313,18,'Pumping',0,52,57,66000,0),
  38. (1313,19,'Pumping',0,54,57,80000,0),
  39. (1313,20,'Pumping',0,57,57,93000,0),
  40. (1313,21,'Pumping',0,59,57,100000,0),
  41. (1313,22,'Pumping',0,62,57,120000,0),
  42. (1313,23,'Pumping',0,64,57,130000,0),
  43. (1313,24,'Pumping',0,67,57,140000,0),
  44. (1313,25,'Pumping',0,69,57,160000,0),
  45. (1313,26,'Pumping',0,71,57,173000,0),
  46. (1313,27,'Pumping',0,74,57,180000,0),
  47. (1314,1,'Reeling',0,10,57,10,0),
  48. (1314,2,'Reeling',0,12,57,50,0),
  49. (1314,3,'Reeling',0,15,57,200,0),
  50. (1314,4,'Reeling',0,17,57,300,0),
  51. (1314,5,'Reeling',0,20,57,500,0),
  52. (1314,6,'Reeling',0,22,57,800,0),
  53. (1314,7,'Reeling',0,25,57,1600,0),
  54. (1314,8,'Reeling',0,27,57,2600,0),
  55. (1314,9,'Reeling',0,30,57,4000,0),
  56. (1314,10,'Reeling',0,32,57,6700,0),
  57. (1314,11,'Reeling',0,35,57,8000,0),
  58. (1314,12,'Reeling',0,37,57,10000,0),
  59. (1314,13,'Reeling',0,40,57,16000,0),
  60. (1314,14,'Reeling',0,42,57,23000,0),
  61. (1314,15,'Reeling',0,45,57,30000,0),
  62. (1314,16,'Reeling',0,47,57,40000,0),
  63. (1314,17,'Reeling',0,49,57,53000,0),
  64. (1314,18,'Reeling',0,52,57,66000,0),
  65. (1314,19,'Reeling',0,54,57,80000,0),
  66. (1314,20,'Reeling',0,57,57,93000,0),
  67. (1314,21,'Reeling',0,59,57,100000,0),
  68. (1314,22,'Reeling',0,62,57,120000,0),
  69. (1314,23,'Reeling',0,64,57,130000,0),
  70. (1314,24,'Reeling',0,67,57,140000,0),
  71. (1314,25,'Reeling',0,69,57,160000,0),
  72. (1314,26,'Reeling',0,71,57,173000,0),
  73. (1314,27,'Reeling',0,74,57,180000,0),
  74. (1315,1,'Fishing Expertise',0,10,57,10,0),
  75. (1315,2,'Fishing Expertise',0,12,57,50,0),
  76. (1315,3,'Fishing Expertise',0,15,57,200,0),
  77. (1315,4,'Fishing Expertise',0,17,57,300,0),
  78. (1315,5,'Fishing Expertise',0,20,57,500,0),
  79. (1315,6,'Fishing Expertise',0,22,57,800,0),
  80. (1315,7,'Fishing Expertise',0,25,57,1600,0),
  81. (1315,8,'Fishing Expertise',0,27,57,2600,0),
  82. (1315,9,'Fishing Expertise',0,30,57,4000,0),
  83. (1315,10,'Fishing Expertise',0,32,57,6700,0),
  84. (1315,11,'Fishing Expertise',0,35,57,8000,0),
  85. (1315,12,'Fishing Expertise',0,37,57,10000,0),
  86. (1315,13,'Fishing Expertise',0,40,57,16000,0),
  87. (1315,14,'Fishing Expertise',0,42,57,23000,0),
  88. (1315,15,'Fishing Expertise',0,45,57,30000,0),
  89. (1315,16,'Fishing Expertise',0,47,57,40000,0),
  90. (1315,17,'Fishing Expertise',0,49,57,53000,0),
  91. (1315,18,'Fishing Expertise',0,52,57,66000,0),
  92. (1315,19,'Fishing Expertise',0,54,57,80000,0),
  93. (1315,20,'Fishing Expertise',0,57,57,93000,0),
  94. (1315,21,'Fishing Expertise',0,59,57,100000,0),
  95. (1315,22,'Fishing Expertise',0,62,57,120000,0),
  96. (1315,23,'Fishing Expertise',0,64,57,130000,0),
  97. (1315,24,'Fishing Expertise',0,67,57,140000,0),
  98. (1315,25,'Fishing Expertise',0,69,57,160000,0),
  99. (1315,26,'Fishing Expertise',0,71,57,173000,0),
  100. (1315,27,'Fishing Expertise',0,74,57,180000,0),
  101. (1368,1,'Expand Dwarven Craft',0,10,7609,2000,1),
  102. (1368,2,'Expand Dwarven Craft',0,20,7609,4000,1),
  103. (1368,3,'Expand Dwarven Craft',0,30,7609,6000,1),
  104. (1368,4,'Expand Dwarven Craft',0,40,7609,10000,1),
  105. (1368,5,'Expand Dwarven Craft',0,50,7609,10000,1),
  106. (1368,6,'Expand Dwarven Craft',0,60,7609,10000,1),
  107. (1368,7,'Expand Dwarven Craft',0,70,7609,20000,1),
  108. (1368,8,'Expand Dwarven Craft',0,76,7609,20000,1),
  109. (1369,1,'Expand Common Craft',0,10,7609,2000,0),
  110. (1369,2,'Expand Common Craft',0,20,7609,4000,0),
  111. (1369,3,'Expand Common Craft',0,30,7609,6000,0),
  112. (1369,4,'Expand Common Craft',0,40,7609,10000,0),
  113. (1369,5,'Expand Common Craft',0,50,7609,10000,0),
  114. (1369,6,'Expand Common Craft',0,60,7609,10000,0),
  115. (1369,7,'Expand Common Craft',0,70,7609,20000,0),
  116. (1369,8,'Expand Common Craft',0,76,7609,20000,0),
  117. (1370,1,'Expand Trade',0,40,7609,10000,0),
  118. (1370,2,'Expand Trade',0,55,7609,20000,0),
  119. (1370,3,'Expand Trade',0,65,7609,40000,0),
  120. (1371,1,'Expand Storage',0,10,7609,4000,0),
  121. (1371,2,'Expand Storage',0,20,7609,8000,0),
  122. (1371,3,'Expand Storage',0,30,7609,20000,0),
  123. (1371,4,'Expand Storage',0,40,7609,20000,0),
  124. (1371,5,'Expand Storage',0,50,7609,60000,0),
  125. (1371,6,'Expand Storage',0,60,7609,60000,0),
  126. (1371,7,'Expand Storage',0,70,7609,100000,0),
  127. (1371,8,'Expand Storage',0,76,7609,100000,0),
  128. (1372,1,'Expand Inventory',0,10,7609,4000,0),
  129. (1372,2,'Expand Inventory',0,20,7609,8000,0),
  130. (1372,3,'Expand Inventory',0,30,7609,20000,0),
  131. (1372,4,'Expand Inventory',0,40,7609,20000,0),
  132. (1372,5,'Expand Inventory',0,50,7609,60000,0),
  133. (1372,6,'Expand Inventory',0,60,7609,60000,0),
  134. (1372,7,'Expand Inventory',0,70,7609,100000,0),
  135. (1372,8,'Expand Inventory',0,76,7609,100000,0),
  136. (1312,1,'Fishing',0,10,57,1000,0);