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.
12 lines
213 B
JavaScript
12 lines
213 B
JavaScript
/* @Author SharpAceX
|
|
Name: Steward
|
|
Map(s): Foyer
|
|
Info: Steward
|
|
NPC ID: 9201143.js
|
|
*/
|
|
|
|
function start() {
|
|
cm.sendNext("At your service, my friend.");
|
|
cm.dispose();
|
|
}
|