Reworked equip lvlup + Reactor quest item drop + ToT quests fix
Rebalanced the way equipment exp is gained (about 100~200 same-level range mobs to pass equip level 1 to 2). Fixed reactors dropping quest items to player if they don't have the quest started. Fixed broken Temple of Time quests.
This commit is contained in:
@@ -101,12 +101,17 @@ INSERT IGNORE INTO `shopitems` (`shopid`, `itemid`, `price`, `pitch`, `position`
|
||||
(9201020, 3010014, 15000, 0, 100),
|
||||
(1031100, 3010015, 20000, 0, 100),
|
||||
(1081000, 3010013, 100000, 0, 100),
|
||||
(9110002, 3010019, 200000, 0, 80),
|
||||
(9110002, 3010019, 770000, 0, 80),
|
||||
(9110002, 3010017, 1000000, 0, 84),
|
||||
(9110002, 3010016, 1000000, 0, 88),
|
||||
(9110002, 3010008, 1000000, 0, 92),
|
||||
(9110002, 3010007, 1000000, 0, 96),
|
||||
(9110002, 3011000, 4200000, 0, 100);
|
||||
(9110002, 3011000, 4200000, 0, 100),
|
||||
(2100004, 3010064, 3000000, 0, 100),
|
||||
(1052116, 3010098, 7700000, 0, 92),
|
||||
(1052116, 3010063, 1400000, 0, 96),
|
||||
(1052116, 3010061, 250000, 0, 100),
|
||||
(2030009, 3010099, 10000000, 0, 100);
|
||||
|
||||
# adding antibanish scrolls
|
||||
INSERT IGNORE INTO `shopitems` (`shopid`, `itemid`, `price`, `pitch`, `position`) VALUES
|
||||
|
||||
Reference in New Issue
Block a user