Even more normalize credit comments

This commit is contained in:
ronancpl
2019-06-17 22:55:02 -03:00
parent 7be66bb39d
commit 78c660d5c0
160 changed files with 205 additions and 198 deletions

View File

@@ -29,6 +29,7 @@ Missing features list:
--------------------------- ---------------------------
** Others ** ** Others **
- GM Events (Snowball, OX, Fitness)
- Family system - Family system
- MTS - MTS
--------------------------- ---------------------------

View File

@@ -1,5 +1,5 @@
-- Thanks MikeyJacobs for prompting out minimum specs search for pre-BB MapleStory. -- Thanks MikeyJacobs for prompting out minimum specs search for pre-BB MapleStory.
-- Minimum specs gathered thanks to AkatsukiLog, source: https://www.clubedohardware.com.br/forums/topic/1081421-maplestory-reinicia-meu-pc-direto-ajuda/ -- Minimum specs gathered thanks to AkatsukiLog - src: https://www.clubedohardware.com.br/forums/topic/1081421-maplestory-reinicia-meu-pc-direto-ajuda/
MapleStory pre-BB specs: MapleStory pre-BB specs:

View File

@@ -144,7 +144,7 @@ function leftParty(eim, player) {
} }
function disbandParty(eim, player) { function disbandParty(eim, player) {
// Happens when the party is disbanded by the leader. // Happens when the party is disbanded.
} }
function removePlayer(eim, player) { function removePlayer(eim, player) {

View File

@@ -22,7 +22,7 @@
/* Natalie /* Natalie
Henesys VIP Hair/Hair Color Change. Henesys VIP Hair/Hair Color Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Brittany /* Brittany
Henesys Random Hair/Hair Color Change. Henesys Random Hair/Hair Color Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -24,7 +24,7 @@
Map(s): Victoria Road : Henesys Hair Salon (100000104) Map(s): Victoria Road : Henesys Hair Salon (100000104)
Description: Random haircut Description: Random haircut
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;

View File

@@ -22,7 +22,7 @@
/* Denma the Owner /* Denma the Owner
Henesys VIP Eye Change. Henesys VIP Eye Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Dr. Feeble /* Dr. Feeble
Henesys Random Eye Change. Henesys Random Eye Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Don Giovanni /* Don Giovanni
Kerning VIP Hair/Hair Color Change. Kerning VIP Hair/Hair Color Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Andre /* Andre
Kerning Random Hair/Hair Color Change. Kerning Random Hair/Hair Color Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -36,7 +36,7 @@ jobType = 5;
var advQuest = 0; var advQuest = 0;
function start() { function start() {
if (cm.isQuestStarted(6330)) { if (cm.isQuestStarted(6330)) {
if (cm.getEventInstance() != null) { // missing script for skill test found thanks to Lost if (cm.getEventInstance() != null) { // missing script for skill test found thanks to Jade
advQuest = 5; // string visibility thanks to iPunchEm & Glvelturall advQuest = 5; // string visibility thanks to iPunchEm & Glvelturall
cm.sendNext("Not bad at all. Let's discuss this outside!"); cm.sendNext("Not bad at all. Let's discuss this outside!");
cm.setQuestProgress(6330, 0, 1); cm.setQuestProgress(6330, 0, 1);

View File

@@ -59,7 +59,7 @@ function action(mode, type, selection) {
else else
status--; status--;
if (status == 0) { // missing script for skill test found thanks to Lost if (status == 0) { // missing script for skill test found thanks to Jade
if (!cm.isQuestStarted(6400)) { if (!cm.isQuestStarted(6400)) {
cm.sendOk("Who are you talking to me? If you're just bored, go bother somebody else."); cm.sendOk("Who are you talking to me? If you're just bored, go bother somebody else.");
cm.dispose(); cm.dispose();

View File

@@ -20,7 +20,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/* /*
* @author BubblesDev, Rich for text, Ronan for PNPCs * @author BubblesDev
* @author Rich - text
* @author Ronan - PNPCs
*/ */
var status = 0; var status = 0;

View File

@@ -20,7 +20,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/* =========================================================== /* ===========================================================
Resonance @author Resonance
NPC Name: Pusla NPC Name: Pusla
Map(s): Snow Island: Rien (140000000) Map(s): Snow Island: Rien (140000000)
Description: Open Storage Description: Open Storage

View File

@@ -22,7 +22,7 @@
/* Mino the Owner /* Mino the Owner
Orbis VIP Hair/Hair Color Change. Orbis VIP Hair/Hair Color Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Franz the Owner /* Franz the Owner
Orbis VIP Eye Change. Orbis VIP Eye Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Rinz the assistant /* Rinz the assistant
Orbis Random Hair/Hair Color Change. Orbis Random Hair/Hair Color Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Riza the Assistant /* Riza the Assistant
Orbis Random Eye Change. Orbis Random Eye Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -25,7 +25,7 @@
-- By --------------------------------------------------------------------------------------------- -- By ---------------------------------------------------------------------------------------------
Unknown Unknown
-- Version Info ----------------------------------------------------------------------------------- -- Version Info -----------------------------------------------------------------------------------
1.2 - Now Official method (action(x,0,0) is weak) by Moogra. 1.2 - Now Official method (action(x,0,0) is weak) by Moogra
1.1 - Official Text and Method [Information] 1.1 - Official Text and Method [Information]
1.0 - First Version by Unknown 1.0 - First Version by Unknown
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------

View File

@@ -19,7 +19,7 @@
You should have received a copy of the GNU Affero General Public License 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/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
Author: Ronan Lana Author: Ronan Lana (RonanLana)
*/ */
/* Chico /* Chico
Lidibrium : Ludibrium Village (2040014) Lidibrium : Ludibrium Village (2040014)

View File

@@ -22,7 +22,7 @@
/* Everton /* Everton
Ludibrium Random Eye Change. Ludibrium Random Eye Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Miyu /* Miyu
Ludibrium VIP Hair/Hair Color Change. Ludibrium VIP Hair/Hair Color Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Mini /* Mini
Ludibrium Random Hair/Hair Color Change. Ludibrium Random Hair/Hair Color Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Ellie /* Ellie
Ludibrium VIP Eye Change. Ludibrium VIP Eye Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -19,7 +19,9 @@
You should have received a copy of the GNU Affero General Public License 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/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
//By Moogra /*
* @Author: Moogra
*/
function start() { function start() {
cm.sendYesNo("Beep... beep... you can make your escape to a safer place through me. Beep... beep... would you like to leave this place?"); cm.sendYesNo("Beep... beep... you can make your escape to a safer place through me. Beep... beep... would you like to leave this place?");

View File

@@ -22,7 +22,7 @@
/* Grandpa Luo /* Grandpa Luo
Mu Lung VIP Hair/Hair Color Change. Mu Lung VIP Hair/Hair Color Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Lilishu /* Lilishu
Mu Lung Random Hair/Hair Color Change. Mu Lung Random Hair/Hair Color Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Pata /* Pata
Mu Lung Random/VIP Eye Color Change. Mu Lung Random/VIP Eye Color Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Noma /* Noma
Mu Lung Random/VIP Eye Change. Mu Lung Random/VIP Eye Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -3,7 +3,7 @@
Map(s): The Burning Road: Ariant(2600000000) Map(s): The Burning Road: Ariant(2600000000)
Description: Assistant Hairdresser Description: Assistant Hairdresser
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;

View File

@@ -3,7 +3,7 @@
Map(s): The Burning Road: Ariant(2600000000) Map(s): The Burning Road: Ariant(2600000000)
Description: Hair Salon Owner Description: Hair Salon Owner
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;

View File

@@ -3,7 +3,7 @@
Map(s): The Burning Road: Ariant(2600000000) Map(s): The Burning Road: Ariant(2600000000)
Description: Ariant Plastic Surgery Description: Ariant Plastic Surgery
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;

View File

@@ -3,7 +3,7 @@
Map(s): The Burning Road: Ariant(2600000000) Map(s): The Burning Road: Ariant(2600000000)
Description: Ariant Plastic Surgery Description: Ariant Plastic Surgery
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;

View File

@@ -25,9 +25,9 @@
-- By --------------------------------------------------------------------------------------------- -- By ---------------------------------------------------------------------------------------------
Maple4U Maple4U
-- Version Info ----------------------------------------------------------------------------------- -- Version Info -----------------------------------------------------------------------------------
1.2 - With quest feature by Ronan 1.2 - With quest feature added by Ronan
1.1 - Shortened 3x by Moogra 1.1 - Shortened 3x by Moogra
1.0 - First Version by Maple4U 1.0 - First Version by Maple4U
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
*/ */

View File

@@ -22,7 +22,7 @@
/* Tepei /* Tepei
Showa VIP Hair/Hair Color Change. Showa VIP Hair/Hair Color Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Midori /* Midori
Showa Random Hair/Hair Color Change. Showa Random Hair/Hair Color Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -24,7 +24,7 @@
/* Hikekuro the Owner /* Hikekuro the Owner
Showa VIP Face & Eye Change. Showa VIP Face & Eye Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -24,7 +24,7 @@
/* Saeko the Assistant /* Saeko the Assistant
Showa Random Face & Eye Change. Showa Random Face & Eye Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -20,7 +20,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/* Victoria /* Victoria
by Ronan @author Ronan
*/ */
function start() { function start() {

View File

@@ -22,7 +22,7 @@
/* Julius Styleman /* Julius Styleman
Amoria VIP Hair/Hair Color Change. Amoria VIP Hair/Hair Color Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Salon Seamus /* Salon Seamus
Amoria Random Hair/Hair Color Change. Amoria Random Hair/Hair Color Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Dr. 90212 /* Dr. 90212
Amoria VIP Eye Change. Amoria VIP Eye Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Intern Shakihands /* Intern Shakihands
Amoria Random Eye Change Amoria Random Eye Change
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -23,7 +23,7 @@
/* Claudia /* Claudia
Amoria Quest Hair Change. Amoria Quest Hair Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;

View File

@@ -22,7 +22,7 @@
/* Ari /* Ari
NLC Random Hair/Hair Color Change. NLC Random Hair/Hair Color Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Mani /* Mani
NLC VIP Hair/Hair Color Change. NLC VIP Hair/Hair Color Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -22,7 +22,7 @@
/* V. Isage /* V. Isage
NLC VIP Eye Change. NLC VIP Eye Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Nerbit /* Nerbit
NLC Random Eye Change. NLC Random Eye Change.
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -22,8 +22,8 @@
|- Warps you to 102000003 (Warriors' Sanctuary) |- Warps you to 102000003 (Warriors' Sanctuary)
Version Version
|- 1.0 by Jayd |- 1.0 First Version by Jayd
|- 1.1 by Ronan (check job requirements) |- 1.1 Edited by Ronan - check job requirements
*/ */
var status; var status;

View File

@@ -22,8 +22,8 @@
|- Warps you to 100000201 (Bowman School) |- Warps you to 100000201 (Bowman School)
Version Version
|- 1.0 by Jayd |- 1.0 First Version by Jayd
|- 1.1 by Ronan (check job requirements) |- 1.1 Edited by Ronan - check job requirements
*/ */
var status; var status;

View File

@@ -22,8 +22,8 @@
|- Warps you to 101000003 (Library) |- Warps you to 101000003 (Library)
Version Version
|- 1.0 by Jayd |- 1.0 First Version by Jayd
|- 1.1 by Ronan (check job requirements) |- 1.1 Edited by Ronan - check job requirements
*/ */
var status; var status;

View File

@@ -22,8 +22,8 @@
|- Warps you to 102000003 (Thieves Hideout) |- Warps you to 102000003 (Thieves Hideout)
Version Version
|- 1.0 by Jayd |- 1.0 First Version by Jayd
|- 1.1 by Ronan (check job requirements) |- 1.1 Edited by Ronan - check job requirements
*/ */
var status; var status;

View File

@@ -22,8 +22,8 @@
|- Warps you to 120000101 (Navigation Room) |- Warps you to 120000101 (Navigation Room)
Version Version
|- 1.0 by Jayd |- 1.0 First Version by Jayd
|- 1.1 by Ronan (check job requirements) |- 1.1 Edited by Ronan - check job requirements
*/ */
var status; var status;

View File

@@ -1,6 +1,6 @@
/** /**
Happy - Happy ville Happy - Happy ville
By Ronan @author Ronan
**/ **/
var status = -1; var status = -1;
function start() { function start() {

View File

@@ -1,6 +1,6 @@
/** /**
Roodolph - Happy ville Roodolph - Happy ville
By fantier123 @author fantier123
**/ **/
var status; var status;
function start() { function start() {

View File

@@ -20,7 +20,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/* Roudolph Happyville Warp NPC /* Roudolph Happyville Warp NPC
By Moogra @author Moogra
*/ */
function start() { function start() {

View File

@@ -24,7 +24,7 @@
@Author AAron (aaroncsn), Cody @Author AAron (aaroncsn), Cody
Side note by aaron [If there is something wrong PM me on fMS] Side note by aaron [If there is something wrong PM me on fMS]
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -23,7 +23,7 @@
SingaPore VIP Face changer SingaPore VIP Face changer
@Author AAron (aaroncsn), Cody @Author AAron (aaroncsn), Cody
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -21,7 +21,7 @@
*/ */
/* Xan /* Xan
Lian Hua Hua Skin Care Lian Hua Hua Skin Care
by Moogra @author Moogra
*/ */
var skin = Array(0, 1, 2, 3, 4); var skin = Array(0, 1, 2, 3, 4);
var status; var status;

View File

@@ -23,7 +23,7 @@
Singapore VIP Hair/Color Changer Singapore VIP Hair/Color Changer
@Author AAron, Cody (FlowsionMS) Forums @Author AAron, Cody (FlowsionMS) Forums
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -24,7 +24,7 @@
@Author Cody (FlowsionMS) @Author Cody (FlowsionMS)
@Author AAron (FlowsionMS) @Author AAron (FlowsionMS)
GMS-like revised by Ronan. Contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove GMS-like revised by Ronan -- contents found thanks to Mitsune (GamerBewbs), Waltzing, AyumiLove
*/ */
var status = 0; var status = 0;
var beauty = 0; var beauty = 0;

View File

@@ -25,7 +25,7 @@
-- By --------------------------------------------------------------------------------------------- -- By ---------------------------------------------------------------------------------------------
Whoever written this script Whoever written this script
-- Version Info ----------------------------------------------------------------------------------- -- Version Info -----------------------------------------------------------------------------------
1.0 - First Version by whoever written this script 1.0 - First Version by Whoever written this script
2.0 - Second Version by Jayd 2.0 - Second Version by Jayd
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
**/ **/

View File

@@ -25,7 +25,7 @@
-- By --------------------------------------------------------------------------------------------- -- By ---------------------------------------------------------------------------------------------
Whoever written this script Whoever written this script
-- Version Info ----------------------------------------------------------------------------------- -- Version Info -----------------------------------------------------------------------------------
1.0 - First Version by whoever written this script 1.0 - First Version by Whoever written this script
2.0 - Second Version by Jayd 2.0 - Second Version by Jayd
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
**/ **/

View File

@@ -20,7 +20,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/** /**
* @author BubblesDev v83 (Moogra) * @author Moogra (BubblesDev)
* @purpose Warps to the second drill hall * @purpose Warps to the second drill hall
*/ */
function enter(pi) { function enter(pi) {

View File

@@ -21,7 +21,7 @@
*/ */
/* /*
Nautilus Port portal Nautilus Port portal
By xV1ral @author xV1ral
*/ */
function enter(pi) { function enter(pi) {
pi.playPortalSound(); pi.warp(120010000, "nt01"); pi.playPortalSound(); pi.warp(120010000, "nt01");

View File

@@ -20,7 +20,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/* /*
Stage 2: Door guarded by Dark Muscle Golems - Guild Quest Stage 2: Door guard by Dark Muscle Golems - Guild Quest
@Author Lerk @Author Lerk
*/ */

View File

@@ -20,7 +20,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/** /**
* @author BubblesDev v83 (Moogra) * @author Moogra (BubblesDev)
* @purpose Warps to the Junior Balrog map for the Rush Skill. * @purpose Warps to the Junior Balrog map for the Rush Skill.
*/ */
function enter(pi) { function enter(pi) {

View File

@@ -20,7 +20,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/** /**
* @author BubblesDev v83 (Moogra) * @author Moogra (BubblesDev)
* @purpose Warps to the Junior Balrog map for the Rush Skill. * @purpose Warps to the Junior Balrog map for the Rush Skill.
*/ */
function enter(pi) { function enter(pi) {

View File

@@ -20,7 +20,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/** /**
* @author BubblesDev v83 (Moogra) * @author Moogra (BubblesDev)
* @purpose Warps to the Relic map for the Assassinate Skill. * @purpose Warps to the Relic map for the Assassinate Skill.
*/ */
function enter(pi) { function enter(pi) {

View File

@@ -20,7 +20,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/** /**
* @author BubblesDev v83 (Moogra) * @author Moogra (BubblesDev)
* @purpose Warps to the Junior Balrog map for the Rush Skill. * @purpose Warps to the Junior Balrog map for the Rush Skill.
*/ */
function enter(pi) { function enter(pi) {

View File

@@ -20,7 +20,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/** /**
* @author BubblesDev v83 (Moogra) * @author Moogra (BubblesDev)
* @purpose Warps to the Junior Balrog map for the Rush Skill. * @purpose Warps to the Junior Balrog map for the Rush Skill.
*/ */
function enter(pi) { function enter(pi) {

View File

@@ -20,7 +20,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/** /**
* @author BubblesDev v83 (Moogra) * @author Moogra (BubblesDev)
* @purpose Warps to the Junior Balrog map for the Rush Skill. * @purpose Warps to the Junior Balrog map for the Rush Skill.
*/ */
function enter(pi) { function enter(pi) {

View File

@@ -20,7 +20,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/** /**
* @author DiscoveryMS (Twdtwd) * @author Twdtwd (DiscoveryMS)
* @purpose Warps to the Forgotten Passage and gives you the needed item for the resurrection. * @purpose Warps to the Forgotten Passage and gives you the needed item for the resurrection.
*/ */
function enter(pi) { function enter(pi) {

View File

@@ -20,7 +20,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/** /**
* @author DiscoveryMS (Twdtwd), Ronan * @author Twdtwd (DiscoveryMS), Ronan
* @purpose Warps to the Cold Cave for Resurection. * @purpose Warps to the Cold Cave for Resurection.
*/ */
function enter(pi) { function enter(pi) {

View File

@@ -20,7 +20,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/** /**
* @author BubblesDev v83 (Moogra) * @author Moogra (BubblesDev)
* @purpose Warps to the Junior Balrog map for the Rush Skill. * @purpose Warps to the Junior Balrog map for the Rush Skill.
*/ */
function enter(pi) { function enter(pi) {

View File

@@ -20,7 +20,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/** /**
* @author BubblesDev v83 (Moogra) * @author Moogra (BubblesDev)
* @purpose Warps to the Junior Balrog map for the Rush Skill. * @purpose Warps to the Junior Balrog map for the Rush Skill.
*/ */
function enter(pi) { function enter(pi) {

View File

@@ -19,7 +19,9 @@
You should have received a copy of the GNU Affero General Public License 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/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
/* Author: Xterminator <Modified by XxOsirisxX> /* Author: Xterminator
* Edited by XxOsirisxX
NPC Name: Roger NPC Name: Roger
Map(s): Maple Road : Lower level of the Training Camp (2) Map(s): Maple Road : Lower level of the Training Camp (2)
Description: Quest - Roger's Apple Description: Quest - Roger's Apple

View File

@@ -20,7 +20,7 @@
var status = -1; var status = -1;
function start(mode, type, selection) { // missing script for questid found thanks to Lost function start(mode, type, selection) { // missing script for questid found thanks to Jade
if (mode == -1) { if (mode == -1) {
qm.dispose(); qm.dispose();
} else { } else {

View File

@@ -1,5 +1,5 @@
/* /*
Author: BubblesDev 0.75 Author: BubblesDev
Quest: Abel Glasses Quest Quest: Abel Glasses Quest
*/ */

View File

@@ -1,10 +1,10 @@
/* =========================================================== /* ===========================================================
Resonance @author Resonance
NPC Name: Maple Administrator NPC Name: Maple Administrator
Description: Quest - Kingdom of Mushroom in Danger Description: Quest - Kingdom of Mushroom in Danger
============================================================= =============================================================
Version 1.0 - Script Done.(17/7/2010) Version 1.0 - Script Done.(17/7/2010)
Version 2.0 - Script Reworked by Ronan.(16/11/2018) Version 2.0 - Script Reworked by Ronan - (16/11/2018)
============================================================= =============================================================
*/ */

View File

@@ -1,10 +1,10 @@
/* =========================================================== /* ===========================================================
Resonance @author Resonance
NPC Name: Maple Administrator NPC Name: Maple Administrator
Description: Quest - Kingdom of Mushroom in Danger Description: Quest - Kingdom of Mushroom in Danger
============================================================= =============================================================
Version 1.0 - Script Done.(17/7/2010) Version 1.0 - Script Done.(17/7/2010)
Version 2.0 - Script Reworked by Ronan.(16/11/2018) Version 2.0 - Script Reworked by Ronan - (16/11/2018)
============================================================= =============================================================
*/ */

View File

@@ -1,10 +1,10 @@
/* =========================================================== /* ===========================================================
Resonance @author Resonance
NPC Name: Maple Administrator NPC Name: Maple Administrator
Description: Quest - Kingdom of Mushroom in Danger Description: Quest - Kingdom of Mushroom in Danger
============================================================= =============================================================
Version 1.0 - Script Done.(17/7/2010) Version 1.0 - Script Done.(17/7/2010)
Version 2.0 - Script Reworked by Ronan.(16/11/2018) Version 2.0 - Script Reworked by Ronan - (16/11/2018)
============================================================= =============================================================
*/ */

View File

@@ -1,10 +1,10 @@
/* =========================================================== /* ===========================================================
Resonance @author Resonance
NPC Name: Maple Administrator NPC Name: Maple Administrator
Description: Quest - Kingdom of Mushroom in Danger Description: Quest - Kingdom of Mushroom in Danger
============================================================= =============================================================
Version 1.0 - Script Done.(17/7/2010) Version 1.0 - Script Done.(17/7/2010)
Version 2.0 - Script Reworked by Ronan.(16/11/2018) Version 2.0 - Script Reworked by Ronan - (16/11/2018)
============================================================= =============================================================
*/ */

View File

@@ -1,10 +1,10 @@
/* =========================================================== /* ===========================================================
Resonance @author Resonance
NPC Name: Maple Administrator NPC Name: Maple Administrator
Description: Quest - Kingdom of Mushroom in Danger Description: Quest - Kingdom of Mushroom in Danger
============================================================= =============================================================
Version 1.0 - Script Done.(17/7/2010) Version 1.0 - Script Done.(17/7/2010)
Version 2.0 - Script Reworked by Ronan.(16/11/2018) Version 2.0 - Script Reworked by Ronan - (16/11/2018)
============================================================= =============================================================
*/ */

View File

@@ -1,10 +1,10 @@
/* =========================================================== /* ===========================================================
Resonance @author Resonance
NPC Name: Maple Administrator NPC Name: Maple Administrator
Description: Quest - Kingdom of Mushroom in Danger Description: Quest - Kingdom of Mushroom in Danger
============================================================= =============================================================
Version 1.0 - Script Done.(17/7/2010) Version 1.0 - Script Done.(17/7/2010)
Version 2.0 - Script Reworked by Ronan.(16/11/2018) Version 2.0 - Script Reworked by Ronan - (16/11/2018)
============================================================= =============================================================
*/ */

View File

@@ -1,10 +1,10 @@
/* =========================================================== /* ===========================================================
Resonance @author Resonance
NPC Name: Maple Administrator NPC Name: Maple Administrator
Description: Quest - Kingdom of Mushroom in Danger Description: Quest - Kingdom of Mushroom in Danger
============================================================= =============================================================
Version 1.0 - Script Done.(17/7/2010) Version 1.0 - Script Done.(17/7/2010)
Version 2.0 - Script Reworked by Ronan.(16/11/2018) Version 2.0 - Script Reworked by Ronan - (16/11/2018)
============================================================= =============================================================
*/ */

View File

@@ -1,10 +1,10 @@
/* =========================================================== /* ===========================================================
Resonance @author Resonance
NPC Name: Maple Administrator NPC Name: Maple Administrator
Description: Quest - Kingdom of Mushroom in Danger Description: Quest - Kingdom of Mushroom in Danger
============================================================= =============================================================
Version 1.0 - Script Done.(17/7/2010) Version 1.0 - Script Done.(17/7/2010)
Version 2.0 - Script Reworked by Ronan.(16/11/2018) Version 2.0 - Script Reworked by Ronan - (16/11/2018)
============================================================= =============================================================
*/ */

View File

@@ -1,10 +1,10 @@
/* =========================================================== /* ===========================================================
Resonance @author Resonance
NPC Name: Maple Administrator NPC Name: Maple Administrator
Description: Quest - Kingdom of Mushroom in Danger Description: Quest - Kingdom of Mushroom in Danger
============================================================= =============================================================
Version 1.0 - Script Done.(17/7/2010) Version 1.0 - Script Done.(17/7/2010)
Version 2.0 - Script Reworked by Ronan.(16/11/2018) Version 2.0 - Script Reworked by Ronan - (16/11/2018)
============================================================= =============================================================
*/ */

View File

@@ -1,10 +1,10 @@
/* =========================================================== /* ===========================================================
Resonance @author Resonance
NPC Name: Maple Administrator NPC Name: Maple Administrator
Description: Quest - Kingdom of Mushroom in Danger Description: Quest - Kingdom of Mushroom in Danger
============================================================= =============================================================
Version 1.0 - Script Done.(17/7/2010) Version 1.0 - Script Done.(17/7/2010)
Version 2.0 - Script Reworked by Ronan.(16/11/2018) Version 2.0 - Script Reworked by Ronan - (16/11/2018)
============================================================= =============================================================
*/ */

View File

@@ -1,10 +1,10 @@
/* =========================================================== /* ===========================================================
Resonance @author Resonance
NPC Name: Maple Administrator NPC Name: Maple Administrator
Description: Quest - Kingdom of Mushroom in Danger Description: Quest - Kingdom of Mushroom in Danger
============================================================= =============================================================
Version 1.0 - Script Done.(17/7/2010) Version 1.0 - Script Done.(17/7/2010)
Version 2.0 - Script Reworked by Ronan.(16/11/2018) Version 2.0 - Script Reworked by Ronan - (16/11/2018)
============================================================= =============================================================
*/ */

View File

@@ -1,5 +1,5 @@
/* =========================================================== /* ===========================================================
Resonance @author Resonance
NPC Name: Head Patrol Officer NPC Name: Head Patrol Officer
Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000) Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000)
Description: Quest - The Test Description: Quest - The Test

View File

@@ -1,5 +1,5 @@
/* =========================================================== /* ===========================================================
Resonance @author Resonance
NPC Name: Head Patrol Officer NPC Name: Head Patrol Officer
Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000) Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000)
Description: Quest - The Story Behind the Case Description: Quest - The Story Behind the Case

View File

@@ -1,5 +1,5 @@
/* =========================================================== /* ===========================================================
Resonance @author Resonance
NPC Name: Minister of Home Affairs NPC Name: Minister of Home Affairs
Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000) Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000)
Description: Quest - Exploring Mushroom Forest(1) Description: Quest - Exploring Mushroom Forest(1)

View File

@@ -1,5 +1,5 @@
/* =========================================================== /* ===========================================================
Resonance @author Resonance
NPC Name: Minister of Home Affairs NPC Name: Minister of Home Affairs
Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000) Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000)
Description: Quest - Exploring Mushroom Forest(2) Description: Quest - Exploring Mushroom Forest(2)

View File

@@ -1,5 +1,5 @@
/* =========================================================== /* ===========================================================
Resonance @author Resonance
NPC Name: Minister of Magic NPC Name: Minister of Magic
Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000) Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000)
Description: Quest - Exploring Mushroom Forest(3) Description: Quest - Exploring Mushroom Forest(3)

View File

@@ -1,5 +1,5 @@
/* =========================================================== /* ===========================================================
Resonance @author Resonance
NPC Name: Scarrs NPC Name: Scarrs
Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000) Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000)
Description: Quest - Killer Mushroom Spores(1) Description: Quest - Killer Mushroom Spores(1)

View File

@@ -1,5 +1,5 @@
/* =========================================================== /* ===========================================================
Resonance @author Resonance
NPC Name: Scarrs NPC Name: Scarrs
Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000) Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000)
Description: Quest - Killer Mushroom Spores(2) Description: Quest - Killer Mushroom Spores(2)

View File

@@ -1,5 +1,5 @@
/* =========================================================== /* ===========================================================
Resonance @author Resonance
NPC Name: Scarrs NPC Name: Scarrs
Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000) Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000)
Description: Quest - Killer Mushroom Spores(3) Description: Quest - Killer Mushroom Spores(3)

View File

@@ -1,5 +1,5 @@
/* =========================================================== /* ===========================================================
Resonance @author Resonance
NPC Name: Scarrs NPC Name: Scarrs
Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000) Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000)
Description: Quest - A Friendship with Bruce Description: Quest - A Friendship with Bruce

View File

@@ -1,5 +1,5 @@
/* =========================================================== /* ===========================================================
Resonance @author Resonance
NPC Name: Minister of Magic NPC Name: Minister of Magic
Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000) Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000)
Description: Quest - Over the Castle Wall (1) Description: Quest - Over the Castle Wall (1)

Some files were not shown because too many files have changed in this diff Show More