Neo City + Revamped EllinPQ + New Release
Fixed Neo City area, now playable. Overhauled the EllinPQ mechanics, such as the "CLEAR" effect when passing maps, and some bug fixes along the way. Refactored a lot of out-of-place classes and properly renamed a few others through the project. Updated readme and licenses through the source, preparing the stage for the new release.
This commit is contained in:
30
scripts/reactor/2402007.js
Normal file
30
scripts/reactor/2402007.js
Normal file
@@ -0,0 +1,30 @@
|
||||
/*
|
||||
This file is part of the OdinMS Maple Story Server
|
||||
Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc>
|
||||
Matthias Butz <matze@odinms.de>
|
||||
Jan Christian Meyer <vimes@odinms.de>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Affero General Public License as
|
||||
published by the Free Software Foundation version 3 as published by
|
||||
the Free Software Foundation. You may not use, modify or distribute
|
||||
this program under any other version of the GNU Affero General Public
|
||||
License.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU Affero General Public License for more details.
|
||||
|
||||
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 Ronan
|
||||
*
|
||||
* Neo City Trash Can
|
||||
*/
|
||||
|
||||
function hit(){
|
||||
rm.dropItems(true, 2, 5, 10, 1);
|
||||
}
|
||||
30
scripts/reactor/2402008.js
Normal file
30
scripts/reactor/2402008.js
Normal file
@@ -0,0 +1,30 @@
|
||||
/*
|
||||
This file is part of the OdinMS Maple Story Server
|
||||
Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc>
|
||||
Matthias Butz <matze@odinms.de>
|
||||
Jan Christian Meyer <vimes@odinms.de>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Affero General Public License as
|
||||
published by the Free Software Foundation version 3 as published by
|
||||
the Free Software Foundation. You may not use, modify or distribute
|
||||
this program under any other version of the GNU Affero General Public
|
||||
License.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU Affero General Public License for more details.
|
||||
|
||||
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 Ronan
|
||||
*
|
||||
* Neo City Trash Can
|
||||
*/
|
||||
|
||||
function hit(){
|
||||
rm.dropItems(true, 2, 5, 10, 1);
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
function act() {
|
||||
rm.getEventInstance().showClearEffect(rm.getMap().getId());
|
||||
rm.dropItems();
|
||||
}
|
||||
|
||||
12
scripts/reactor/3009000.js
Normal file
12
scripts/reactor/3009000.js
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @author: Ronan
|
||||
* @reactor: Spine
|
||||
* @map: 930000200 - Forest of Poison Haze - Deteriorated Forest
|
||||
* @func: Water Fountain
|
||||
*/
|
||||
|
||||
function act() {
|
||||
if(rm.getReactor().getState() == 4) {
|
||||
rm.getEventInstance().showClearEffect(rm.getMap().getId());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user