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 **
- GM Events (Snowball, OX, Fitness)
- Family system
- MTS
---------------------------

View File

@@ -1,5 +1,5 @@
-- 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:

View File

@@ -144,7 +144,7 @@ function leftParty(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) {

View File

@@ -22,7 +22,7 @@
/* Natalie
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 beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Brittany
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 beauty = 0;

View File

@@ -24,7 +24,7 @@
Map(s): Victoria Road : Henesys Hair Salon (100000104)
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;

View File

@@ -22,7 +22,7 @@
/* Denma the Owner
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 beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Dr. Feeble
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 beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Don Giovanni
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 beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Andre
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 beauty = 0;

View File

@@ -36,7 +36,7 @@ jobType = 5;
var advQuest = 0;
function start() {
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
cm.sendNext("Not bad at all. Let's discuss this outside!");
cm.setQuestProgress(6330, 0, 1);

View File

@@ -59,7 +59,7 @@ function action(mode, type, selection) {
else
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)) {
cm.sendOk("Who are you talking to me? If you're just bored, go bother somebody else.");
cm.dispose();

View File

@@ -20,7 +20,9 @@
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;

View File

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

View File

@@ -22,7 +22,7 @@
/* Mino the Owner
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 beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Franz the Owner
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 beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Rinz the assistant
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 beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Riza the Assistant
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 beauty = 0;

View File

@@ -25,7 +25,7 @@
-- By ---------------------------------------------------------------------------------------------
Unknown
-- 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.0 - First Version by Unknown
---------------------------------------------------------------------------------------------------

View File

@@ -19,7 +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: Ronan Lana
Author: Ronan Lana (RonanLana)
*/
/* Chico
Lidibrium : Ludibrium Village (2040014)

View File

@@ -22,7 +22,7 @@
/* Everton
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 beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Miyu
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 beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Mini
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 beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Ellie
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 beauty = 0;

View File

@@ -19,7 +19,9 @@
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/>.
*/
//By Moogra
/*
* @Author: Moogra
*/
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?");

View File

@@ -22,7 +22,7 @@
/* Grandpa Luo
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 beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Lilishu
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 beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Pata
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 beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Noma
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 beauty = 0;

View File

@@ -3,7 +3,7 @@
Map(s): The Burning Road: Ariant(2600000000)
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;

View File

@@ -3,7 +3,7 @@
Map(s): The Burning Road: Ariant(2600000000)
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;

View File

@@ -3,7 +3,7 @@
Map(s): The Burning Road: Ariant(2600000000)
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;

View File

@@ -3,7 +3,7 @@
Map(s): The Burning Road: Ariant(2600000000)
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;

View File

@@ -25,9 +25,9 @@
-- By ---------------------------------------------------------------------------------------------
Maple4U
-- Version Info -----------------------------------------------------------------------------------
1.2 - With quest feature by Ronan
1.2 - With quest feature added by Ronan
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
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 beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Midori
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 beauty = 0;

View File

@@ -24,7 +24,7 @@
/* Hikekuro the Owner
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 beauty = 0;

View File

@@ -24,7 +24,7 @@
/* Saeko the Assistant
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 beauty = 0;

View File

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

View File

@@ -22,7 +22,7 @@
/* Julius Styleman
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 beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Salon Seamus
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 beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Dr. 90212
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 beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Intern Shakihands
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 beauty = 0;

View File

@@ -23,7 +23,7 @@
/* Claudia
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;

View File

@@ -22,7 +22,7 @@
/* Ari
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 beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Mani
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 beauty = 0;

View File

@@ -22,7 +22,7 @@
/* V. Isage
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 beauty = 0;

View File

@@ -22,7 +22,7 @@
/* Nerbit
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 beauty = 0;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -24,7 +24,7 @@
@Author AAron (aaroncsn), Cody
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 beauty = 0;

View File

@@ -23,7 +23,7 @@
SingaPore VIP Face changer
@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 beauty = 0;

View File

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

View File

@@ -23,7 +23,7 @@
Singapore VIP Hair/Color Changer
@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 beauty = 0;

View File

@@ -24,7 +24,7 @@
@Author Cody (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 beauty = 0;

View File

@@ -25,7 +25,7 @@
-- By ---------------------------------------------------------------------------------------------
Whoever written this script
-- 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
---------------------------------------------------------------------------------------------------
**/

View File

@@ -25,7 +25,7 @@
-- By ---------------------------------------------------------------------------------------------
Whoever written this script
-- 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
---------------------------------------------------------------------------------------------------
**/

View File

@@ -20,7 +20,7 @@
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
*/
function enter(pi) {

View File

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

View File

@@ -20,7 +20,7 @@
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
*/

View File

@@ -20,7 +20,7 @@
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.
*/
function enter(pi) {

View File

@@ -20,7 +20,7 @@
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.
*/
function enter(pi) {

View File

@@ -20,7 +20,7 @@
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.
*/
function enter(pi) {

View File

@@ -20,7 +20,7 @@
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.
*/
function enter(pi) {

View File

@@ -20,7 +20,7 @@
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.
*/
function enter(pi) {

View File

@@ -20,7 +20,7 @@
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.
*/
function enter(pi) {

View File

@@ -20,7 +20,7 @@
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.
*/
function enter(pi) {

View File

@@ -20,7 +20,7 @@
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.
*/
function enter(pi) {

View File

@@ -20,7 +20,7 @@
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.
*/
function enter(pi) {

View File

@@ -20,7 +20,7 @@
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.
*/
function enter(pi) {

View File

@@ -19,7 +19,9 @@
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: Xterminator <Modified by XxOsirisxX>
/* Author: Xterminator
* Edited by XxOsirisxX
NPC Name: Roger
Map(s): Maple Road : Lower level of the Training Camp (2)
Description: Quest - Roger's Apple

View File

@@ -20,7 +20,7 @@
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) {
qm.dispose();
} else {

View File

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

View File

@@ -1,10 +1,10 @@
/* ===========================================================
Resonance
@author Resonance
NPC Name: Maple Administrator
Description: Quest - Kingdom of Mushroom in Danger
=============================================================
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
Description: Quest - Kingdom of Mushroom in Danger
=============================================================
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
Description: Quest - Kingdom of Mushroom in Danger
=============================================================
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
Description: Quest - Kingdom of Mushroom in Danger
=============================================================
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
Description: Quest - Kingdom of Mushroom in Danger
=============================================================
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
Description: Quest - Kingdom of Mushroom in Danger
=============================================================
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
Description: Quest - Kingdom of Mushroom in Danger
=============================================================
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
Description: Quest - Kingdom of Mushroom in Danger
=============================================================
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
Description: Quest - Kingdom of Mushroom in Danger
=============================================================
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
Description: Quest - Kingdom of Mushroom in Danger
=============================================================
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
Description: Quest - Kingdom of Mushroom in Danger
=============================================================
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
Map(s): Mushroom Castle: Corner of Mushroom Forest(106020000)
Description: Quest - The Test

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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