summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-26 15:01:39 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-26 15:01:39 +0000
commitf8940c74683681af37179e1fe6c471c0f290528b (patch)
tree89b14a4611944ab3f95e560a84832adc9388cc6f
parent000e370318c50a8f0dd224d92e450f1613ba6e18 (diff)
downloadhercules-f8940c74683681af37179e1fe6c471c0f290528b.tar.gz
hercules-f8940c74683681af37179e1fe6c471c0f290528b.tar.bz2
hercules-f8940c74683681af37179e1fe6c471c0f290528b.tar.xz
hercules-f8940c74683681af37179e1fe6c471c0f290528b.zip
More typo fixes
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9714 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r--npc/Changelog.txt1
-rw-r--r--npc/custom/Auctioneer.txt8
-rw-r--r--npc/custom/adoption.txt20
-rw-r--r--npc/custom/devnpc.txt2
-rw-r--r--npc/custom/eAAC_Scripts/disguiser.txt2
-rw-r--r--npc/custom/eAAC_Scripts/quest_warper.txt2
-rw-r--r--npc/custom/quests/event_6_new_hats.txt2
-rw-r--r--npc/custom/quests/thq/THQS_Quests.txt2
-rw-r--r--npc/jobs/1-1/archer.txt2
-rw-r--r--npc/jobs/2-1/assassin.txt2
-rw-r--r--npc/jobs/2-2/dancer.txt4
-rw-r--r--npc/quests/WIP/6.txt2
-rw-r--r--npc/quests/WIP/schwalz.txt4
-rw-r--r--npc/quests/newgears/2006_headgear.txt2
-rw-r--r--npc/quests/seals/megingard_seal.txt2
-rw-r--r--npc/scripts_athena.conf16
-rw-r--r--npc/scripts_custom.conf18
-rw-r--r--npc/scripts_eaac.conf16
-rw-r--r--npc/scripts_eamonsters.conf16
-rw-r--r--npc/scripts_guild.conf16
-rw-r--r--npc/scripts_jmonsters.conf16
-rw-r--r--npc/scripts_jobs.conf16
-rw-r--r--npc/scripts_main.conf16
-rw-r--r--npc/scripts_mapflags.conf16
-rw-r--r--npc/scripts_monsters.conf16
-rw-r--r--npc/scripts_warps.conf16
26 files changed, 118 insertions, 117 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 507d37e80..d3bf43090 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -27,6 +27,7 @@ KarLaeda
Date Added
======
2007/01/26
+ * More typo fixes
* Added a missing dialogue branch in novice.txt
* Fixed a monster spawn typo in hu_fild05 and lou_fild01 [ultramage]
Ref: http://www.eathena.ws/board/index.php?showtopic=136426
diff --git a/npc/custom/Auctioneer.txt b/npc/custom/Auctioneer.txt
index 644899198..df9d92fcc 100644
--- a/npc/custom/Auctioneer.txt
+++ b/npc/custom/Auctioneer.txt
@@ -269,7 +269,7 @@ L_SoldLoop:
if(@num<10) goto L_SoldLoop;
mes "[Auctioneer]";
mes "Sorry it seems you have either picked up all you items, money";
- mes "or you didnt register any items in this auction";
+ mes "or you didn't register any items in this auction";
close;
L_Sold:
mes "[Auctioneer]";
@@ -303,9 +303,9 @@ L_GiveBack:
set $paid[@num],3;
close;
L_NoMoney:
- mes "Sorry to say this but they havent paid this yet";
+ mes "Sorry to say this but they haven't paid this yet";
mes "You can go and talk to them now, or you can wait";
- mes "If they havent paid by the time the next Auction starts come back to me to retrieve your item(s)";
+ mes "If they haven't paid by the time the next Auction starts come back to me to retrieve your item(s)";
close;
// Check starts here for if you won any items during this auction, futher options follow
@@ -318,7 +318,7 @@ L_WonLoop:
L_CarryOn:
set @num,@num+1;
if(@num<10) goto L_WonLoop;
- mes "Sorry you didnt win any of the lots, please try again next time";
+ mes "Sorry you didn't win any of the lots, please try again next time";
close;
L_Winner:
if($paid[@num]>0) goto L_CarryOn;
diff --git a/npc/custom/adoption.txt b/npc/custom/adoption.txt
index 9e2490d5c..7c90a1772 100644
--- a/npc/custom/adoption.txt
+++ b/npc/custom/adoption.txt
@@ -84,7 +84,7 @@ A_Cannot:
A_Yes:
mes "[Oliver]";
mes "Good to hear it!";
- mes "But do you meet the requirments for adoption?";
+ mes "But do you meet the requirements for adoption?";
next;
mes "[Oliver]";
mes "We can't just give out babies at the drop of a hat.";
@@ -143,17 +143,17 @@ prt_church.gat,172,177,3 script Adoption Lady 103,{
mes "[Inanna]";
deltimer "timeadopt::OnAdopt";
addtimer 300000,"timeadopt::OnAdopt";
- mes "So you think you meet our strict requirments?";
+ mes "So you think you meet our strict requirements?";
mes "Let's see here, are you over level 70?";
next;
menu "Yes, I am over level 70",A_lvl,"No, sorry to bother you",-;
mes "[Inanna]";
- mes "Oh, I am sorry to hear that, please return when you meet this requirment.";
- callfunc "AdoptReset","the parent didnt meet level requirments";
+ mes "Oh, I am sorry to hear that, please return when you meet this requirement.";
+ callfunc "AdoptReset","the parent didn't meet level requirements";
close;
A_SeeFriend:
mes "[Inanna]";
- mes "Seems you havent talked to my friend here.";
+ mes "Seems you haven't talked to my friend here.";
mes "He will refer you to me, when he thinks you are ready.";
close;
A_lvl:
@@ -163,7 +163,7 @@ A_lvl:
next;
mes "[Inanna]";
mes "I can't give a baby to you";
- callfunc "AdoptReset","the parent didnt meet level requirments";
+ callfunc "AdoptReset","the parent didn't meet level requirements";
close;
A_lvlpassed:
mes "[Inanna]";
@@ -183,7 +183,7 @@ A_lvlpassed:
close;
A_Noring:
mes "[Inanna]";
- mes "I can't believe you are in a loving marrige when you don't have your ring on you at all times!!!";
+ mes "I can't believe you are in a loving marriage when you don't have your ring on you at all times!!!";
next;
mes "[Inanna]";
mes "I don't believe you deserve a baby.";
@@ -240,7 +240,7 @@ A_agree:
if(BaseLevel >= 70) goto A_lvltwo;
mes "[Inanna]";
mes "Sorry you are not over level 70.";
- callfunc "AdoptReset","the 2nd parent didnt meet the level requirments";
+ callfunc "AdoptReset","the 2nd parent didn't meet the level requirements";
close;
A_lvltwo:
if ( countitem(2634)>0 || countitem(2635)>0 ) goto A_Wedringtwo;
@@ -251,7 +251,7 @@ A_lvltwo:
A_Wedringtwo:
if (getchildid()>0) goto A_AlreadyHaveBaby;
mes "[Inanna]";
- mes "You have checked out, and have passed all the requirments.";
+ mes "You have checked out, and have passed all the requirements.";
mes "All you need is a novice to adopt.";
next;
mes "[Inanna]";
@@ -295,7 +295,7 @@ A_FinalTest:
mes "[Inanna]";
mes "Please calm down.";
mes "I will try and find better parents for you next time.";
- callfunc "AdoptReset","the novice didnt want to be adopted";
+ callfunc "AdoptReset","the novice didn't want to be adopted";
close;
A_BabyYes:
mes "[Inanna]";
diff --git a/npc/custom/devnpc.txt b/npc/custom/devnpc.txt
index 951d3057b..b434d22d2 100644
--- a/npc/custom/devnpc.txt
+++ b/npc/custom/devnpc.txt
@@ -496,7 +496,7 @@ doitagain:
if($fred == 0) npctalk "I have the most optimized Dev NPC";
if($fred == 1) npctalk "Yeah I am a Dev, what do you mean I'm just a member on the forum !!!";
if($fred == 2) npctalk "I probably the worst speller on the Dev team.";
- if($fred == 3) npctalk "You didnt think I was a real player did you?!?";
+ if($fred == 3) npctalk "You didn't think I was a real player did you?!?";
if($fred == 4) npctalk "Golden, Ripe, Boneless Bananas, 39 Cents A Pound.";
if($fred == 5) npctalk "All those who believe in telekinesis, raise my hand.";
if($fred > 5 || $fred < 0) goto doitagain;
diff --git a/npc/custom/eAAC_Scripts/disguiser.txt b/npc/custom/eAAC_Scripts/disguiser.txt
index 251699002..9ab53f482 100644
--- a/npc/custom/eAAC_Scripts/disguiser.txt
+++ b/npc/custom/eAAC_Scripts/disguiser.txt
@@ -154,7 +154,7 @@ Complete:
//////////////////////////
function script PXC_DoMenu {
- //set menu options to mob names, doing the first one manualy so we don't have an empty :
+ //set menu options to mob names, doing the first one manually so we don't have an empty :
set $@menu$, getmonsterinfo(getarg(0),MOB_NAME);
for(set $@i, getarg(0)+1; $@i <= getarg(1); set $@i, $@i + 1){
diff --git a/npc/custom/eAAC_Scripts/quest_warper.txt b/npc/custom/eAAC_Scripts/quest_warper.txt
index 78857c74b..81df7fe54 100644
--- a/npc/custom/eAAC_Scripts/quest_warper.txt
+++ b/npc/custom/eAAC_Scripts/quest_warper.txt
@@ -392,7 +392,7 @@ case 1:
case 2:
next;
mes "set the map in the ^0000FFmapname.gat^000000 format";
- mes "when this warpmap is set the option for players will show once they meet the requirments";
+ mes "when this warpmap is set the option for players will show once they meet the requirements";
mes "to disable Special Warp Menu option clear this !";
input $QW_SP_WarpMap$;
goto SpecialWarpMenu;
diff --git a/npc/custom/quests/event_6_new_hats.txt b/npc/custom/quests/event_6_new_hats.txt
index 45f8d355e..37bc51e34 100644
--- a/npc/custom/quests/event_6_new_hats.txt
+++ b/npc/custom/quests/event_6_new_hats.txt
@@ -17,7 +17,7 @@
//===== Additional Comments: =================================
//= Event New Hats by RedxSwordxHero
//= Ported and improved with timers [Lupus]
-//= Thanks to x[tsk],fixed all item requirments to iRO specs exept
+//= Thanks to x[tsk],fixed all item requirements to iRO specs exept
//= for hats which cannot be made on the real server. [Lupus]
//= 1.2 removed already existing official hat quests [Lupus]
//= 1.3 Spiffed up the NPC coords and their appearance [Lupus]
diff --git a/npc/custom/quests/thq/THQS_Quests.txt b/npc/custom/quests/thq/THQS_Quests.txt
index d7aad4312..172dd7829 100644
--- a/npc/custom/quests/thq/THQS_Quests.txt
+++ b/npc/custom/quests/thq/THQS_Quests.txt
@@ -557,7 +557,7 @@ N_QuestComp:
N_QuestStart:
mes "[Wizard]";
mes "Hello, the reason why I brought you here was because of a long time ago I made a friend, which happened to be a Whipser.";
- mes "He told me that he was always bullied by the other ghosts down there and I havent seen him in a while.";
+ mes "He told me that he was always bullied by the other ghosts down there and I haven't seen him in a while.";
mes "Thinking of the worse case here, I want vengance!";
mes " ";
mes "Bring me 50 Fabrics!";
diff --git a/npc/jobs/1-1/archer.txt b/npc/jobs/1-1/archer.txt
index f72f7b11b..3f5eedade 100644
--- a/npc/jobs/1-1/archer.txt
+++ b/npc/jobs/1-1/archer.txt
@@ -45,7 +45,7 @@ payon_in02.gat,64,71,4 script Archer Guildsman 59,{
next;
mes "[Archer Guildsman]";
if(JobLevel < 10) {
- mes "It seems that you are not qualified to become an Archer yet. Please take a look at the job requirments once more.";
+ mes "It seems that you are not qualified to become an Archer yet. Please take a look at the job requirements once more.";
close;
}
set job_archer_q,1;
diff --git a/npc/jobs/2-1/assassin.txt b/npc/jobs/2-1/assassin.txt
index 48f4d2a18..123c5ee71 100644
--- a/npc/jobs/2-1/assassin.txt
+++ b/npc/jobs/2-1/assassin.txt
@@ -665,7 +665,7 @@ OnTouch:
next;
mes "[Nameless One]";
mes "The higher the level of the skill, the longer the poison stays in effect. You will need a Red Gemstone to use this skill.";
- mes "Level 5 Enchant Poison is a requirment for learning Venom Dust.";
+ mes "Level 5 Enchant Poison is a requirement for learning Venom Dust.";
next;
mes "[Nameless One]";
mes "^5533FF'Venom Splasher'^000000. Not only does this skill poison a target, but it makes the target explode splashing venom everywhere.";
diff --git a/npc/jobs/2-2/dancer.txt b/npc/jobs/2-2/dancer.txt
index 0b82b180a..459e93c94 100644
--- a/npc/jobs/2-2/dancer.txt
+++ b/npc/jobs/2-2/dancer.txt
@@ -581,7 +581,7 @@ Lcheckpt:
mes "You got a total of "+@dcpoint+" points......";
if ((@dcpoint >= 80) && (DANC_Q == 5)) goto LpointOK;
if ((@dcpoint >= 70) && (DANC_Q == 6)) goto LpointOK;
- mes "I am going to need to disqualify you, cause you didnt reach the required ammount.";
+ mes "I am going to need to disqualify you, because you didn't reach the required ammount.";
next;
mes "[Bijou]";
mes "You are allowed to take the test again if you like, for no extra charge.";
@@ -591,7 +591,7 @@ Lcheckpt:
close;
LpointOK:
if (@dcpoint == 100) mes "That is amazing, 100% correct.";
- if (@dcpoint != 100) mes "Even though you didnt get all the questions right, you have still passed.";
+ if (@dcpoint != 100) mes "Even though you didn't get all the questions right, you have still passed.";
next;
mes "[Bijou]";
mes "The next thing you need to do is pass a physical test of speed and timing";
diff --git a/npc/quests/WIP/6.txt b/npc/quests/WIP/6.txt
index 912f826e0..eba0bb256 100644
--- a/npc/quests/WIP/6.txt
+++ b/npc/quests/WIP/6.txt
@@ -114,7 +114,7 @@ close;
L_FINISH:
if (countitem(7340)<2 && countitem(576)<2) {
mes "[Dulu]";
-mes "You havent geather items yet";
+mes "You haven't gathered the items yet";
close;
}
mes "[Dulu]";
diff --git a/npc/quests/WIP/schwalz.txt b/npc/quests/WIP/schwalz.txt
index 83103a498..097bb315c 100644
--- a/npc/quests/WIP/schwalz.txt
+++ b/npc/quests/WIP/schwalz.txt
@@ -237,12 +237,12 @@ close;
Quest_enable:
if (countitem (7345) >= 10) && (countitem(7347) >=10) && (countitem(7346) >=1) goto Quest_end;
mes "[Ghalstein]";
-mes "You havent geather items yet. Come back when you should.";
+mes "You haven't gathered the items yet. Come back when you should.";
close;
Quest_end:
mes "[Ghalstein]";
-mes "Well done. You have finished my part of quest.";
+mes "Well done. You have finished my part of the quest.";
mes "Now, Visit Gushaar. He can be found sowhere around Yuno.";
next;
mes "[Ghalstein]";
diff --git a/npc/quests/newgears/2006_headgear.txt b/npc/quests/newgears/2006_headgear.txt
index a7445e6a5..0046dec3d 100644
--- a/npc/quests/newgears/2006_headgear.txt
+++ b/npc/quests/newgears/2006_headgear.txt
@@ -59,7 +59,7 @@ rachel.gat,91,273,4 script Masked Man 880,{
next;
getitem 5175,1;
mes @npcname$;
- mes "You didnt get this from me by the way...";
+ mes "You didn't get this from me by the way...";
close;
diff --git a/npc/quests/seals/megingard_seal.txt b/npc/quests/seals/megingard_seal.txt
index 5b77f2ee4..32b457140 100644
--- a/npc/quests/seals/megingard_seal.txt
+++ b/npc/quests/seals/megingard_seal.txt
@@ -2955,7 +2955,7 @@ jawaii_in.gat,44,110,0 script Security Officer#megin 734,{
mes "the paradise resort!";
next;
mes "[The Nineball]";
- mes "I'm the 'The Nineball, the security officer of Jawaii! If you encounter any trouble, or find any Singles, please don't hesitate to report to me as soon as you can~";
+ mes "I'm the 'The Nineball', the security officer of Jawaii! If you encounter any trouble, or find any Singles, please don't hesitate to report to me as soon as you can~";
next;
mes "[The Nineball]";
mes "I've been told that there have";
diff --git a/npc/scripts_athena.conf b/npc/scripts_athena.conf
index e7d37320e..3def90721 100644
--- a/npc/scripts_athena.conf
+++ b/npc/scripts_athena.conf
@@ -1,16 +1,16 @@
// --------------------------------------------------------------
-// - Warning!! Acktung!! Awas!! gevaar!! peligro!! ВыGЃEыGЃE -
+// - Warning!! Acktung!! Awas!! gevaar!! peligro!! ВыGЃEыGЃE -
// --------------------------------------------------------------
// - All scripts here should be used at your own risk. If you -
// - have edited it yourself, we are not responsible for any -
// - Damages or whatsoever. Do not report any bugs unless you -
-// - are sure they exsist. Please provide evidence and proof. -
-// - eAthena developmers are not responsible for any damages or -
-// - disruptions of service during the service of the server -
-// - caused by the included scripts or for any damages -
-// - resulting in the use of the scripts. -
-// - Thanks, -
-// - eAthena Dev Team -
+// - are sure they exist. Please provide evidence and proof. -
+// - eAthena developers are not responsible for any damages or -
+// - disruptions of service during the service of the server -
+// - caused by the included scripts or for any damages -
+// - resulting in the use of the scripts. -
+// - Thanks, -
+// - eAthena Dev Team -
// --------------------------------------------------------------
// --------------------------- Cities ---------------------------
npc: npc/cities/alberta.txt
diff --git a/npc/scripts_custom.conf b/npc/scripts_custom.conf
index 4287e3c45..3618f96cf 100644
--- a/npc/scripts_custom.conf
+++ b/npc/scripts_custom.conf
@@ -1,20 +1,20 @@
// --------------------------------------------------------------
// - Custom Scripts -
// --------------------------------------------------------------
-// All the custom scripts, remove the '//' to active...
+// All the custom scripts, remove the '//' to enable...
// --------------------------------------------------------------
-// - Warning!! Acktung!! Awas!! gevaar!! peligro!! ВыGЃEыGЃE -
+// - Warning!! Acktung!! Awas!! gevaar!! peligro!! ВыGЃEыGЃE -
// --------------------------------------------------------------
// - All scripts here should be used at your own risk. If you -
// - have edited it yourself, we are not responsible for any -
// - Damages or whatsoever. Do not report any bugs unless you -
-// - are sure they exsist. Please provide evidence and proof. -
-// - eAthena developmers are not responsible for any damages or -
-// - disruptions of service during the service of the server -
-// - caused by the included scripts or for any damages -
-// - resulting in the use of the scripts. -
-// - Thanks, -
-// - eAthena Dev Team -
+// - are sure they exist. Please provide evidence and proof. -
+// - eAthena developers are not responsible for any damages or -
+// - disruptions of service during the service of the server -
+// - caused by the included scripts or for any damages -
+// - resulting in the use of the scripts. -
+// - Thanks, -
+// - eAthena Dev Team -
// --------------------------------------------------------------
// ------------------------- My Scripts -------------------------
//npc: npc/location/to/script.txt
diff --git a/npc/scripts_eaac.conf b/npc/scripts_eaac.conf
index 09b75b150..a06276a21 100644
--- a/npc/scripts_eaac.conf
+++ b/npc/scripts_eaac.conf
@@ -1,7 +1,7 @@
// --------------------------------------------------------------
// - eAAC Scripts -
// --------------------------------------------------------------
-// All the custom scripts, remove the '//' to active...
+// All the custom scripts, remove the '//' to enable...
// --------------------------------------------------------------
// - Warning!! Acktung!! Awas!! gevaar!! peligro!! ВыGЃEыGЃE -
// --------------------------------------------------------------
@@ -9,16 +9,16 @@
// - have edited it yourself, we are not responsible for any -
// - Damages or whatsoever. Do not report any bugs unless you -
// - are sure they exist. Please provide evidence and proof. -
-// - eAthena developmers are not responsible for any damages or -
+// - eAthena developers are not responsible for any damages or -
// - disruptions of service during the service of the server -
-// - caused by the included scripts or for any damages -
-// - resulting in the use of the scripts. -
-// - Thanks, -
-// - eAthena Dev Team -
+// - caused by the included scripts or for any damages -
+// - resulting in the use of the scripts. -
+// - Thanks, -
+// - eAthena Dev Team -
// - Files organized, sorted and compiled together by erKURITA -
-// - To activate a script, simply remove the // in the -
+// - To activate a script, simply remove the // in the -
// - corresponding npc: line. In case of the Kafra Express, -
-// - just remove the // in the import: line -
+// - just remove the // in the import: line -
// --------------------------------------------------------------
// ----------------------- Kafra Express ------------------------
diff --git a/npc/scripts_eamonsters.conf b/npc/scripts_eamonsters.conf
index be0904265..96507193e 100644
--- a/npc/scripts_eamonsters.conf
+++ b/npc/scripts_eamonsters.conf
@@ -1,16 +1,16 @@
// --------------------------------------------------------------
-// - Warning!! Acktung!! Awas!! gevaar!! peligro!! Внимание! -
+// - Warning!! Acktung!! Awas!! gevaar!! peligro!! Внимание! -
// --------------------------------------------------------------
// - All scripts here should be used at your own risk. If you -
// - have edited it yourself, we are not responsible for any -
// - Damages or whatsoever. Do not report any bugs unless you -
-// - are sure they exist. Please provide evidence and proof. -
-// - eAthena developmers are not responsible for any damages or -
-// - disruptions of service during the service of the server -
-// - caused by the included scripts or for any damages -
-// - resulting in the use of the scripts. -
-// - Thanks, -
-// - eAthena Dev Team -
+// - are sure they exist. Please provide evidence and proof. -
+// - eAthena developers are not responsible for any damages or -
+// - disruptions of service during the service of the server -
+// - caused by the included scripts or for any damages -
+// - resulting in the use of the scripts. -
+// - Thanks, -
+// - eAthena Dev Team -
// --------------------------------------------------------------
// --------------------------------------------------------------
// - Monster Scripts -
diff --git a/npc/scripts_guild.conf b/npc/scripts_guild.conf
index c4cc738de..d0b065eda 100644
--- a/npc/scripts_guild.conf
+++ b/npc/scripts_guild.conf
@@ -1,16 +1,16 @@
// --------------------------------------------------------------
-// - Warning!! Acktung!! Awas!! gevaar!! peligro!! Внимание! -
+// - Warning!! Acktung!! Awas!! gevaar!! peligro!! Внимание! -
// --------------------------------------------------------------
// - All scripts here should be used at your own risk. If you -
// - have edited it yourself, we are not responsible for any -
// - Damages or whatsoever. Do not report any bugs unless you -
-// - are sure they exsist. Please provide evidence and proof. -
-// - eAthena developmers are not responsible for any damages or -
-// - disruptions of service during the service of the server -
-// - caused by the included scripts or for any damages -
-// - resulting in the use of the scripts. -
-// - Thanks, -
-// - eAthena Dev Team -
+// - are sure they exist. Please provide evidence and proof. -
+// - eAthena developers are not responsible for any damages or -
+// - disruptions of service during the service of the server -
+// - caused by the included scripts or for any damages -
+// - resulting in the use of the scripts. -
+// - Thanks, -
+// - eAthena Dev Team -
// --------------------------------------------------------------
// ------------------------- Guild Wars -------------------------
// -- Guild Wars: General
diff --git a/npc/scripts_jmonsters.conf b/npc/scripts_jmonsters.conf
index 88883364d..fef7b5f1b 100644
--- a/npc/scripts_jmonsters.conf
+++ b/npc/scripts_jmonsters.conf
@@ -1,16 +1,16 @@
// --------------------------------------------------------------
-// - Warning!! Acktung!! Awas!! gevaar!! peligro!! Внимание! -
+// - Warning!! Acktung!! Awas!! gevaar!! peligro!! Внимание! -
// --------------------------------------------------------------
// - All scripts here should be used at your own risk. If you -
// - have edited it yourself, we are not responsible for any -
// - Damages or whatsoever. Do not report any bugs unless you -
-// - are sure they exist. Please provide evidence and proof. -
-// - eAthena developmers are not responsible for any damages or -
-// - disruptions of service during the service of the server -
-// - caused by the included scripts or for any damages -
-// - resulting in the use of the scripts. -
-// - Thanks, -
-// - eAthena Dev Team -
+// - are sure they exist. Please provide evidence and proof. -
+// - eAthena developers are not responsible for any damages or -
+// - disruptions of service during the service of the server -
+// - caused by the included scripts or for any damages -
+// - resulting in the use of the scripts. -
+// - Thanks, -
+// - eAthena Dev Team -
// --------------------------------------------------------------
// --------------------------------------------------------------
// - Monster Scripts -
diff --git a/npc/scripts_jobs.conf b/npc/scripts_jobs.conf
index 49d9a31fe..b8609590b 100644
--- a/npc/scripts_jobs.conf
+++ b/npc/scripts_jobs.conf
@@ -2,18 +2,18 @@
// - Job Scripts -
// --------------------------------------------------------------
// --------------------------------------------------------------
-// - Warning!! Acktung!! Awas!! gevaar!! peligro!! ВыGЃEыGЃE -
+// - Warning!! Acktung!! Awas!! gevaar!! peligro!! ВыGЃEыGЃE -
// --------------------------------------------------------------
// - All scripts here should be used at your own risk. If you -
// - have edited it yourself, we are not responsible for any -
// - Damages or whatsoever. Do not report any bugs unless you -
-// - are sure they exsist. Please provide evidence and proof. -
-// - eAthena developmers are not responsible for any damages or -
-// - disruptions of service during the service of the server -
-// - caused by the included scripts or for any damages -
-// - resulting in the use of the scripts. -
-// - Thanks, -
-// - eAthena Dev Team -
+// - are sure they exist. Please provide evidence and proof. -
+// - eAthena developers are not responsible for any damages or -
+// - disruptions of service during the service of the server -
+// - caused by the included scripts or for any damages -
+// - resulting in the use of the scripts. -
+// - Thanks, -
+// - eAthena Dev Team -
// --------------------------------------------------------------
// ------------------------- Job Quests -------------------------
diff --git a/npc/scripts_main.conf b/npc/scripts_main.conf
index aeea087ef..5fffa30b7 100644
--- a/npc/scripts_main.conf
+++ b/npc/scripts_main.conf
@@ -17,18 +17,18 @@
//
// --------------------------------------------------------------
// --------------------------------------------------------------
-// - Warning!! Acktung!! Awas!! gevaar!! peligro!! Внимание! -
+// - Warning!! Acktung!! Awas!! gevaar!! peligro!! Внимание! -
// --------------------------------------------------------------
// - All scripts here should be used at your own risk. If you -
// - have edited it yourself, we are not responsible for any -
// - Damages or whatsoever. Do not report any bugs unless you -
-// - are sure they exsist. Please provide evidence and proof. -
-// - eAthena developmers are not responsible for any damages or -
-// - disruptions of service during the service of the server -
-// - caused by the included scripts or for any damages -
-// - resulting in the use of the scripts. -
-// - Thanks, -
-// - eAthena Dev Team -
+// - are sure they exist. Please provide evidence and proof. -
+// - eAthena developers are not responsible for any damages or -
+// - disruptions of service during the service of the server -
+// - caused by the included scripts or for any damages -
+// - resulting in the use of the scripts. -
+// - Thanks, -
+// - eAthena Dev Team -
// --------------------------------------------------------------
// ------------------ Global Scripts Functions ------------------
// Utilitarian functions used by many scripts.
diff --git a/npc/scripts_mapflags.conf b/npc/scripts_mapflags.conf
index e71f75176..afeb9a750 100644
--- a/npc/scripts_mapflags.conf
+++ b/npc/scripts_mapflags.conf
@@ -1,16 +1,16 @@
// --------------------------------------------------------------
-// - Warning!! Acktung!! Awas!! gevaar!! peligro!! Внимание! -
+// - Warning!! Acktung!! Awas!! gevaar!! peligro!! Внимание! -
// --------------------------------------------------------------
// - All scripts here should be used at your own risk. If you -
// - have edited it yourself, we are not responsible for any -
// - Damages or whatsoever. Do not report any bugs unless you -
-// - are sure they exsist. Please provide evidence and proof. -
-// - eAthena developmers are not responsible for any damages or -
-// - disruptions of service during the service of the server -
-// - caused by the included scripts or for any damages -
-// - resulting in the use of the scripts. -
-// - Thanks, -
-// - eAthena Dev Team -
+// - are sure they exist. Please provide evidence and proof. -
+// - eAthena developers are not responsible for any damages or -
+// - disruptions of service during the service of the server -
+// - caused by the included scripts or for any damages -
+// - resulting in the use of the scripts. -
+// - Thanks, -
+// - eAthena Dev Team -
// --------------------------------------------------------------
// --------------------------------------------------------------
// - Map Flags -
diff --git a/npc/scripts_monsters.conf b/npc/scripts_monsters.conf
index e176c365c..60fb426ae 100644
--- a/npc/scripts_monsters.conf
+++ b/npc/scripts_monsters.conf
@@ -1,16 +1,16 @@
// --------------------------------------------------------------
-// - Warning!! Acktung!! Awas!! gevaar!! peligro!! Внимание! -
+// - Warning!! Acktung!! Awas!! gevaar!! peligro!! Внимание! -
// --------------------------------------------------------------
// - All scripts here should be used at your own risk. If you -
// - have edited it yourself, we are not responsible for any -
// - Damages or whatsoever. Do not report any bugs unless you -
-// - are sure they exist. Please provide evidence and proof. -
-// - eAthena developmers are not responsible for any damages or -
-// - disruptions of service during the service of the server -
-// - caused by the included scripts or for any damages -
-// - resulting in the use of the scripts. -
-// - Thanks, -
-// - eAthena Dev Team -
+// - are sure they exist. Please provide evidence and proof. -
+// - eAthena developers are not responsible for any damages or -
+// - disruptions of service during the service of the server -
+// - caused by the included scripts or for any damages -
+// - resulting in the use of the scripts. -
+// - Thanks, -
+// - eAthena Dev Team -
// --------------------------------------------------------------
// --------------------------------------------------------------
// - Monster Scripts -
diff --git a/npc/scripts_warps.conf b/npc/scripts_warps.conf
index c555bb6df..7c5f6ecc6 100644
--- a/npc/scripts_warps.conf
+++ b/npc/scripts_warps.conf
@@ -1,16 +1,16 @@
// --------------------------------------------------------------
-// - Warning!! Acktung!! Awas!! gevaar!! peligro!! Внимание! -
+// - Warning!! Acktung!! Awas!! gevaar!! peligro!! Внимание! -
// --------------------------------------------------------------
// - All scripts here should be used at your own risk. If you -
// - have edited it yourself, we are not responsible for any -
// - Damages or whatsoever. Do not report any bugs unless you -
-// - are sure they exsist. Please provide evidence and proof. -
-// - eAthena developmers are not responsible for any damages or -
-// - disruptions of service during the service of the server -
-// - caused by the included scripts or for any damages -
-// - resulting in the use of the scripts. -
-// - Thanks, -
-// - eAthena Dev Team -
+// - are sure they exist. Please provide evidence and proof. -
+// - eAthena developers are not responsible for any damages or -
+// - disruptions of service during the service of the server -
+// - caused by the included scripts or for any damages -
+// - resulting in the use of the scripts. -
+// - Thanks, -
+// - eAthena Dev Team -
// --------------------------------------------------------------
// --------------------------------------------------------------
// - Warp Scripts -