Files
sweetgum-server/scripts/reactor/3001000.js
ronancpl 828a8a02a2 Implemented EllinPQ + some bug fixes
Implemented EllinPQ, adjusted several drop rates and data, fixes some
bugs at quests at client-side.
2017-04-22 16:35:27 -03:00

4 lines
102 B
JavaScript

function act(){
rm.playerMessage(5, "Poison Golem has been spawned.");
rm.spawnMonster(9300180,1);
}