Implemented Orbis PQ.
This commit is contained in:
ronancpl
2017-06-11 00:12:11 -03:00
parent dbac58e871
commit 1afbac2429
142 changed files with 2600 additions and 539 deletions

View File

@@ -20,10 +20,14 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
*2006001.js - Spawns Minevra
*2006001.js - Spawns Minerva
*@author Jvlaple
*/
function act() {
rm.spawnNpc(2013002);
rm.getEventInstance().clearPQ();
rm.getEventInstance().setProperty("statusStg8", "1");
rm.getEventInstance().startEventTimer(10 * 60000); //bonus time
}