Normalize credit comments

This commit is contained in:
ronancpl
2019-05-26 15:17:53 -03:00
parent bb80441af0
commit e02ede58da
52 changed files with 76 additions and 63 deletions

View File

@@ -1,7 +1,7 @@
/*
Growlie (that fatass uhh.. hungry lion or whatever)
FightDesign @RageZONE
@author FightDesign (RageZONE)
@author Ronan
*/

View File

@@ -1,5 +1,5 @@
/*
Made by RMZero213 of RaGEZONE forums.
@author RMZero213 (RaGEZONE)
Just keep this header here and don't claim that you made it.
*/

View File

@@ -25,7 +25,7 @@
-- By ---------------------------------------------------------------------------------------------
Unknown
-- Version Info -----------------------------------------------------------------------------------
1.3 - More Cleanup by Moogra (12/17/09)
1.3 - More Cleanup by Moogra - 12/17/09
1.2 - Cleanup and Statement fix by Moogra
1.1 - Statement fix [Information]
1.0 - First Version by Unknown

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(tm)
if (cm.getEventInstance() != null) { // missing script for skill test found thanks to Lost
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(tm)
if (status == 0) { // missing script for skill test found thanks to Lost
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

@@ -1,4 +1,4 @@
/* Author: aaroncsn - MapleSea Like, Need to add creation of minigame
/* Author: aaroncsn <MapleSea Like, Need to add creation of minigame>
NPC Name: Wisp
Map(s): Ludibrium: Eos Tower Entrance(220000400)
Description: Pet Master

View File

@@ -2,7 +2,7 @@
-- Version Info -----------------------------------------------------------------------------------
1.0 - First Version by Drago (MapleStorySA)
2.0 - Second Version by Ronan (HeavenMS)
3.0 - Third Version by Jayd - translated CPQ contents to English & added Pirate items
3.0 - Third Version by Jayd - translated CPQ contents to English and added Pirate items
Special thanks to 頼晏 (ryantpayton) for also stepping in to translate CPQ scripts.
---------------------------------------------------------------------------------------------------
**/

View File

@@ -2,7 +2,7 @@
-- Version Info -----------------------------------------------------------------------------------
1.0 - First Version by Drago (MapleStorySA)
2.0 - Second Version by Ronan (HeavenMS)
3.0 - Third Version by Jayd - translated CPQ contents to English & added Pirate items
3.0 - Third Version by Jayd - translated CPQ contents to English and added Pirate items
---------------------------------------------------------------------------------------------------
**/

View File

@@ -2,7 +2,7 @@
-- Version Info -----------------------------------------------------------------------------------
1.0 - First Version by Drago (MapleStorySA)
2.0 - Second Version by Ronan (HeavenMS)
3.0 - Third Version by Jayd - translated CPQ contents to English & added Pirate items
3.0 - Third Version by Jayd - translated CPQ contents to English and added Pirate items
---------------------------------------------------------------------------------------------------
**/

View File

@@ -1,4 +1,4 @@
/* Author: aaroncsn - MapleSea Like, Incomplete, Needs skin id
/* Author: aaroncsn <MapleSea Like, Incomplete, Needs skin id>
NPC Name: Laila
Map(s): The Burning Road: Ariant(2600000000)
Description: Skin Care Specialist

View File

@@ -26,7 +26,7 @@
1.3 - Actually fixed by Alan (SharpAceX)
1.2 - Fixed and recoded by Moogra
1.1 - Shortened by Moogra
1.0 - First Version by Maple4U, who actually can't code at all
1.0 - First Version by Maple4U - who stepped up and coded first version of several Magatia NPCs
---------------------------------------------------------------------------------------------------
*/

View File

@@ -1,4 +1,4 @@
/* Author: aaroncsn - MapleSea Like, Incomplete
/* Author: aaroncsn <MapleSea Like, Incomplete>
NPC Name: Athena Pierce
Map(s): Altair Camp: Conference Hall(300000010)
Description: Unknown

View File

@@ -1,4 +1,4 @@
/* Author: aaroncsn - MapleSea Like, Incomplete
/* Author: aaroncsn <MapleSea Like, Incomplete>
NPC Name: Euryth
Map(s): Elin Forest:Altair Camp(300000000)
Description: Unknown

View File

@@ -1,4 +1,4 @@
/* Author: aaroncsn - MapleSea Like, Incomplete
/* Author: aaroncsn <MapleSea Like, Incomplete>
NPC Name: Kanderun
Map(s): Elin Forest:Entrance to Rocky Mountain(300010400)
Description: Unknown

View File

@@ -22,7 +22,7 @@
/**
Debbie
-- By ---------------------------------------------------------------------------------------------
Angel (get31720 ragezone)
Angel (get31720)
-- Version Info -----------------------------------------------------------------------------------
1.0 - First Version by Angel
2.0 - Second Version by happydud3 & XotiCraze

View File

@@ -22,7 +22,7 @@
/**
Assistant Nancy
-- By ---------------------------------------------------------------------------------------------
Angel (get31720 ragezone)
Angel (get31720)
-- Version Info -----------------------------------------------------------------------------------
1.0 - First Version by Angel
2.0 - Second Version by happydud3 & XotiCraze

View File

@@ -22,7 +22,7 @@
/**
Assistant Nancy
-- By ---------------------------------------------------------------------------------------------
Angel (get31720 ragezone)
Angel (get31720)
-- Version Info -----------------------------------------------------------------------------------
1.0 - First Version by Angel
2.0 - Second Version by happydud3 & XotiCraze

View File

@@ -22,7 +22,7 @@
/**
Assistant Travis
-- By ---------------------------------------------------------------------------------------------
Angel (get31720 ragezone)
Angel (get31720)
-- Version Info -----------------------------------------------------------------------------------
1.0 - First Version by Angel
2.0 - Second Version by happydud3 & XotiCraze

View File

@@ -22,7 +22,7 @@
/**
Pila Present
-- By ---------------------------------------------------------------------------------------------
Angel (get31720 ragezone)
get31720 (RaGEZONE)
-- Version Info -----------------------------------------------------------------------------------
1.0 - First Version by Angel
2.0 - Second Version by happydud3 & XotiCraze

View File

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

View File

@@ -21,7 +21,7 @@
*/
/*
* @author RMZero213 - base
* @author Moogra - fixed, clean up
* @author Moogra - fixed and clean up
*/
function act() {
var map = rm.getPlayer().getMapId();