Reformat and clean up reactor and base scripts
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* @Author Aexr, Ronan
|
||||
* 2401000.js: Horntail's Cave - Summons Horntail.
|
||||
*/
|
||||
@@ -26,8 +27,8 @@
|
||||
function act() {
|
||||
rm.changeMusic("Bgm14/HonTale");
|
||||
if (rm.getReactor().getMap().getMonsterById(8810026) == null) {
|
||||
rm.getReactor().getMap().spawnHorntailOnGroundBelow(new java.awt.Point(71,260));
|
||||
|
||||
rm.getReactor().getMap().spawnHorntailOnGroundBelow(new java.awt.Point(71, 260));
|
||||
|
||||
var eim = rm.getEventInstance();
|
||||
eim.restartEventTimer(60 * 60000);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user