Quick patch for the last commit
Fixed some bugs that appeared with the last commit. Added more info on the event functions documentation.
This commit is contained in:
@@ -27,7 +27,5 @@ function act() {
|
||||
rm.dropItems();
|
||||
|
||||
var eim = rm.getEventInstance();
|
||||
eim.giveEventPlayersExp(3500);
|
||||
eim.setProperty("statusStg7", "1");
|
||||
eim.showClearEffect(true);
|
||||
}
|
||||
@@ -21,13 +21,16 @@
|
||||
*/
|
||||
/**
|
||||
*2006001.js - Spawns Minerva
|
||||
*@author Jvlaple
|
||||
*@author Ronan
|
||||
*/
|
||||
|
||||
function act() {
|
||||
rm.spawnNpc(2013002);
|
||||
|
||||
rm.getEventInstance().clearPQ();
|
||||
|
||||
rm.getEventInstance().setProperty("statusStg8", "1");
|
||||
rm.getEventInstance().startEventTimer(10 * 60000); //bonus time
|
||||
eim.giveEventPlayersExp(3500);
|
||||
eim.showClearEffect(true);
|
||||
|
||||
rm.getEventInstance().startEventTimer(5 * 60000); //bonus time
|
||||
}
|
||||
Reference in New Issue
Block a user