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:
@@ -21,9 +21,9 @@
|
||||
*/
|
||||
/**
|
||||
* @author BubblesDev
|
||||
* @purpose Drops Blue Primrose Seeds (4001100)
|
||||
* @purpose Sky-ride to Orbis box
|
||||
* @map Primrose Hill
|
||||
*/
|
||||
function act() {
|
||||
rm.dropItems();
|
||||
rm.dropItems(true, 2, 25, 100);
|
||||
}
|
||||
@@ -24,5 +24,5 @@
|
||||
* Box of Magic Library
|
||||
*/
|
||||
function act() {
|
||||
rm.dropItems();
|
||||
rm.dropItems(true, 2, 25, 100);
|
||||
}
|
||||
Reference in New Issue
Block a user