From d3d77a69d148293e1ab0df9b26ddf8dbb19d982f Mon Sep 17 00:00:00 2001 From: ultramage Date: Tue, 26 Jun 2007 06:42:04 +0000 Subject: [PATCH] typo fix (hte -> the) git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10812 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/guides/guides_ama.txt | 2 +- npc/guides/guides_ayo.txt | 222 ++++++++++++++++----------------- npc/guides/guides_gef.txt | 2 +- npc/guides/guides_gon.txt | 132 ++++++++++---------- npc/guides/guides_louyang.txt | 2 +- npc/guides/guides_pay.txt | 2 +- npc/guides/guides_pron.txt | 2 +- npc/guides/guides_um.txt | 2 +- npc/guild/gefg/gefg_kafras.txt | 2 +- npc/guild/gldfunc_ev_agit.txt | 2 +- npc/guild/gldfunc_manager.txt | 2 +- npc/quests/Kiel_Hyre_Quest.txt | 2 +- npc/quests/quests_rachel.txt | 2 +- 13 files changed, 188 insertions(+), 188 deletions(-) diff --git a/npc/guides/guides_ama.txt b/npc/guides/guides_ama.txt index 798148e4a1..2465d5a384 100644 --- a/npc/guides/guides_ama.txt +++ b/npc/guides/guides_ama.txt @@ -8,7 +8,7 @@ //= eAthena SVN //===== Description: ========================================= //= [Aegis Conversion] -//= Guides for hte City of Amatsu +//= Guides for the City of Amatsu //===== Additional Comments: ================================= //= 1.0 First version [MasterOfMuppets] //= 1.1 Removed Duplicates [Silent] diff --git a/npc/guides/guides_ayo.txt b/npc/guides/guides_ayo.txt index 91839faf33..fb6a63a1d2 100644 --- a/npc/guides/guides_ayo.txt +++ b/npc/guides/guides_ayo.txt @@ -1,111 +1,111 @@ -//===== eAthena Script ======================================= -//= Ayothaya Guides -//===== By: ================================================== -//= MasterOfMuppets -//===== Current Version: ===================================== -//= 1.0 -//===== Compatible With: ===================================== -//= eAthena SVN -//===== Description: ========================================= -//= [Aegis Conversion] -//= Guides for the City of Ayotaya -//===== Additional Comments: ================================= -//= 1.0 First version [L0ne_W0lf] -//============================================================ - -ayothaya,203,169,3 script Noi#ayo 839,{ - mes "[Noi]"; - mes "Welcome to Ayotaya."; - mes "Our beautiful village is built"; - mes "above the water, surrounded"; - mes "by a dense forest."; - next; - mes "[Noi]"; - mes "There are many tourist attractions in this village that you won't be able to find anywhere else. Our fish markets and the the unique architecture of our buildings is enough reason to visit Ayotaya."; - next; - mes "[Noi]"; - mes "Please feel free"; - mes "to take a look around."; - next; - switch(select("Building Locations.:Remove marks from mini-map.:Cancel.")) { - case 1: - mes "[Noi]"; - mes "Where would"; - mes "you like to visit?"; - next; - switch(select("Weapon Shop:Tool Shop:Tavern:Shrine:Fishing Spot:Cancel")) { - case 1: - mes "[Noi]"; - mes "At our Weapon Shop,"; - mes "you will find great weapons"; - mes "favored by brave Ayotayan seafarers."; - next; - mes "[Noi]"; - mes "Our Weapon Shop"; - mes "is located at ^55FF33+^000000."; - viewpoint 1,165,90,2,0x55FF33; - close; - case 2: - mes "[Noi]"; - mes "We Ayotayans always make sure we have everything we need before we go traveling. It never hurts to be prepared, doesn't it?"; - next; - mes "[Noi]"; - mes "Our Tool Shop"; - mes "is located at ^3355FF+^000000."; - viewpoint 1,129,86,3,0x3355FF; - close; - case 3: - mes "[Noi]"; - mes "One of the basics of adventuring is gathering information, or at least that's what they say. You can meet people from all sorts of places in the Tavern. I'm sure you can learn something useful there."; - next; - mes "[Noi]"; - mes "Of course, you must"; - mes "drop by our Tavern."; - mes "It is located at ^00FF00+^000000."; - viewpoint 1,232,76,4,0x00FF00; - close; - case 4: - mes "[Noi]"; - mes "If you wish to pray to God, or achieve a state of peace in your mind, why don't you visit our Shrine? Even if it's just for sight-seeing, everyone is"; - mes "welcome there."; - next; - mes "[Noi]"; - mes "Our Shrine"; - mes "is located at ^00FF00+^000000."; - viewpoint 1,208,283,5,0x00FF00; - close; - case 5: - mes "[Noi]"; - mes "Since Ayothaya was built above the surface of the water and close to a beach, it's been a favorite spot for fishermen. Why don't you catch some fish for dinner at the Fishing Spot?"; - next; - mes "[Noi]"; - mes "Our famous"; - mes "Fishing Spot"; - mes "is located at ^00FF00+^000000"; - viewpoint 1,253,99,6,0x00FF00; - close; - case 6: - mes "[Noi]"; - mes "If you wish to remove location marks on your mini-map, please select the 'Remove marks from mini-map' command from the menu."; - close; - } - case 2: - viewpoint 2,165,90,2,0x55FF33; - viewpoint 2,129,86,3,0x3355FF; - viewpoint 2,232,76,4,0x00FF00; - viewpoint 2,208,283,5,0x00FF00; - viewpoint 2,253,99,6,0x00FF00; - mes "[Noi]"; - mes "Alright..."; - mes "I've removed all the"; - mes "location marks from"; - mes "your mini-map."; - mes "Thank you."; - close; - case 3: - mes "[Noi]"; - mes "Please enjoy"; - mes "your travels."; - close; - } -} +//===== eAthena Script ======================================= +//= Ayothaya Guides +//===== By: ================================================== +//= MasterOfMuppets +//===== Current Version: ===================================== +//= 1.0 +//===== Compatible With: ===================================== +//= eAthena SVN +//===== Description: ========================================= +//= [Aegis Conversion] +//= Guides for the City of Ayotaya +//===== Additional Comments: ================================= +//= 1.0 First version [L0ne_W0lf] +//============================================================ + +ayothaya,203,169,3 script Noi#ayo 839,{ + mes "[Noi]"; + mes "Welcome to Ayotaya."; + mes "Our beautiful village is built"; + mes "above the water, surrounded"; + mes "by a dense forest."; + next; + mes "[Noi]"; + mes "There are many tourist attractions in this village that you won't be able to find anywhere else. Our fish markets and the the unique architecture of our buildings is enough reason to visit Ayotaya."; + next; + mes "[Noi]"; + mes "Please feel free"; + mes "to take a look around."; + next; + switch(select("Building Locations.:Remove marks from mini-map.:Cancel.")) { + case 1: + mes "[Noi]"; + mes "Where would"; + mes "you like to visit?"; + next; + switch(select("Weapon Shop:Tool Shop:Tavern:Shrine:Fishing Spot:Cancel")) { + case 1: + mes "[Noi]"; + mes "At our Weapon Shop,"; + mes "you will find great weapons"; + mes "favored by brave Ayotayan seafarers."; + next; + mes "[Noi]"; + mes "Our Weapon Shop"; + mes "is located at ^55FF33+^000000."; + viewpoint 1,165,90,2,0x55FF33; + close; + case 2: + mes "[Noi]"; + mes "We Ayotayans always make sure we have everything we need before we go traveling. It never hurts to be prepared, doesn't it?"; + next; + mes "[Noi]"; + mes "Our Tool Shop"; + mes "is located at ^3355FF+^000000."; + viewpoint 1,129,86,3,0x3355FF; + close; + case 3: + mes "[Noi]"; + mes "One of the basics of adventuring is gathering information, or at least that's what they say. You can meet people from all sorts of places in the Tavern. I'm sure you can learn something useful there."; + next; + mes "[Noi]"; + mes "Of course, you must"; + mes "drop by our Tavern."; + mes "It is located at ^00FF00+^000000."; + viewpoint 1,232,76,4,0x00FF00; + close; + case 4: + mes "[Noi]"; + mes "If you wish to pray to God, or achieve a state of peace in your mind, why don't you visit our Shrine? Even if it's just for sight-seeing, everyone is"; + mes "welcome there."; + next; + mes "[Noi]"; + mes "Our Shrine"; + mes "is located at ^00FF00+^000000."; + viewpoint 1,208,283,5,0x00FF00; + close; + case 5: + mes "[Noi]"; + mes "Since Ayothaya was built above the surface of the water and close to a beach, it's been a favorite spot for fishermen. Why don't you catch some fish for dinner at the Fishing Spot?"; + next; + mes "[Noi]"; + mes "Our famous"; + mes "Fishing Spot"; + mes "is located at ^00FF00+^000000"; + viewpoint 1,253,99,6,0x00FF00; + close; + case 6: + mes "[Noi]"; + mes "If you wish to remove location marks on your mini-map, please select the 'Remove marks from mini-map' command from the menu."; + close; + } + case 2: + viewpoint 2,165,90,2,0x55FF33; + viewpoint 2,129,86,3,0x3355FF; + viewpoint 2,232,76,4,0x00FF00; + viewpoint 2,208,283,5,0x00FF00; + viewpoint 2,253,99,6,0x00FF00; + mes "[Noi]"; + mes "Alright..."; + mes "I've removed all the"; + mes "location marks from"; + mes "your mini-map."; + mes "Thank you."; + close; + case 3: + mes "[Noi]"; + mes "Please enjoy"; + mes "your travels."; + close; + } +} diff --git a/npc/guides/guides_gef.txt b/npc/guides/guides_gef.txt index 68cf803f4c..c7ce9f98bd 100644 --- a/npc/guides/guides_gef.txt +++ b/npc/guides/guides_gef.txt @@ -8,7 +8,7 @@ //= eAthena SVN //===== Description: ========================================= //= [Aegis COnversion] -//= Guides for hte City of Geffen +//= Guides for the City of Geffen //===== Additional Comments: ================================= //= Fully working. Added a guide at every exit. //= v1.1 Now using duplicate command. diff --git a/npc/guides/guides_gon.txt b/npc/guides/guides_gon.txt index ef443e33e1..91ed2f4583 100644 --- a/npc/guides/guides_gon.txt +++ b/npc/guides/guides_gon.txt @@ -1,66 +1,66 @@ -//===== eAthena Script ======================================= -//= Kunlun Guides -//===== By: ================================================== -//= kobra_k88; L0ne_W0lf -//===== Current Version: ===================================== -//= 1.0 -//===== Compatible With: ===================================== -//= eAthena SVN -//===== Description: ========================================= -//= [Aegis COnversion] -//= Guides for the City of Kunlun -//===== Additional Comments: ================================= -//= 1.0 First version [L0ne_W0lf] -//============================================================ - -gonryun,163,60,4 script Kunlun Guide#gon 780,{ - mes "[He Yuen Zhe]"; - mes "Ni Hao!"; - mes "Welcome to Kunlun~"; - mes "Take a walk around and experience"; - mes "the ancient history and tradition"; - mes "of our breath taking city."; - next; - mes "[He Yuen Zhe]"; - mes "I am responsible for helping you"; - mes "with any questions you may have."; - mes "Please feel free to ask me anything."; - next; - switch(select("Residence of the Chief:Tool Dealer:Weapon Dealer:Armor Dealer:Wine Maker")) { - case 1: - viewpoint 1,109,131,0,0xFF3355; - mes "[He Yuen Zhe]"; - mes "Please follow your minimap, and head over to the ^FF3355+^000000 mark."; - mes "There, you'll get to the residence of the Chief. Enjoy your stay in lovely Kunlun!"; - mes "Xie Xie!"; - close; - case 2: - viewpoint 1,147,82,1,0xCE6300; - mes "[He Yuen Zhe]"; - mes "Please follow your minimap, and head over to the ^CE6300+^000000 mark."; - mes "There, you'll get to the Tool Dealer. Enjoy your stay in lovely Kunlun!"; - mes "Xie Xie!"; - close; - case 3: - viewpoint 1,174,104,2,0x55FF33; - mes "[He Yuen Zhe]"; - mes "Please follow your minimap, and head over to the ^55FF33+^000000 mark."; - mes "There, you'll get to the Weapon Dealer. Enjoy your stay in lovely Kunlun!"; - mes "Xie Xie!"; - close; - case 4: - viewpoint 1,173,84,3,0x3355FF; - mes "[He Yuen Zhe]"; - mes "Please follow your minimap, and head over to the ^3355FF+^000000 mark."; - mes "There, you'll get to the Armor Dealer. Enjoy your stay in lovely Kunlun!"; - mes "Xie Xie!"; - close; - case 5: - viewpoint 1,215,114,3,0xCD69C9; - mes "[He Yuen Zhe]"; - mes "Please follow your minimap, and head over to the ^CD69C9+^000000 mark."; - mes "There, you'll get to the Wine Maker. Enjoy your stay in lovely Kunlun!"; - mes "Xie Xie!"; - close; - } -} +//===== eAthena Script ======================================= +//= Kunlun Guides +//===== By: ================================================== +//= kobra_k88; L0ne_W0lf +//===== Current Version: ===================================== +//= 1.0 +//===== Compatible With: ===================================== +//= eAthena SVN +//===== Description: ========================================= +//= [Aegis COnversion] +//= Guides for the City of Kunlun +//===== Additional Comments: ================================= +//= 1.0 First version [L0ne_W0lf] +//============================================================ + +gonryun,163,60,4 script Kunlun Guide#gon 780,{ + mes "[He Yuen Zhe]"; + mes "Ni Hao!"; + mes "Welcome to Kunlun~"; + mes "Take a walk around and experience"; + mes "the ancient history and tradition"; + mes "of our breath taking city."; + next; + mes "[He Yuen Zhe]"; + mes "I am responsible for helping you"; + mes "with any questions you may have."; + mes "Please feel free to ask me anything."; + next; + switch(select("Residence of the Chief:Tool Dealer:Weapon Dealer:Armor Dealer:Wine Maker")) { + case 1: + viewpoint 1,109,131,0,0xFF3355; + mes "[He Yuen Zhe]"; + mes "Please follow your minimap, and head over to the ^FF3355+^000000 mark."; + mes "There, you'll get to the residence of the Chief. Enjoy your stay in lovely Kunlun!"; + mes "Xie Xie!"; + close; + case 2: + viewpoint 1,147,82,1,0xCE6300; + mes "[He Yuen Zhe]"; + mes "Please follow your minimap, and head over to the ^CE6300+^000000 mark."; + mes "There, you'll get to the Tool Dealer. Enjoy your stay in lovely Kunlun!"; + mes "Xie Xie!"; + close; + case 3: + viewpoint 1,174,104,2,0x55FF33; + mes "[He Yuen Zhe]"; + mes "Please follow your minimap, and head over to the ^55FF33+^000000 mark."; + mes "There, you'll get to the Weapon Dealer. Enjoy your stay in lovely Kunlun!"; + mes "Xie Xie!"; + close; + case 4: + viewpoint 1,173,84,3,0x3355FF; + mes "[He Yuen Zhe]"; + mes "Please follow your minimap, and head over to the ^3355FF+^000000 mark."; + mes "There, you'll get to the Armor Dealer. Enjoy your stay in lovely Kunlun!"; + mes "Xie Xie!"; + close; + case 5: + viewpoint 1,215,114,3,0xCD69C9; + mes "[He Yuen Zhe]"; + mes "Please follow your minimap, and head over to the ^CD69C9+^000000 mark."; + mes "There, you'll get to the Wine Maker. Enjoy your stay in lovely Kunlun!"; + mes "Xie Xie!"; + close; + } +} diff --git a/npc/guides/guides_louyang.txt b/npc/guides/guides_louyang.txt index 288b1c76c4..597c8539fa 100644 --- a/npc/guides/guides_louyang.txt +++ b/npc/guides/guides_louyang.txt @@ -7,7 +7,7 @@ //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= -//= Guides for hte City of Louyang +//= Guides for the City of Louyang //===== Additional Comments: ================================= //= Fully working //= 0.5 Added first, Japanese version [Tsuyuki] diff --git a/npc/guides/guides_pay.txt b/npc/guides/guides_pay.txt index da8287f400..f9bfe8c37e 100644 --- a/npc/guides/guides_pay.txt +++ b/npc/guides/guides_pay.txt @@ -8,7 +8,7 @@ //= eAthena SVN //===== Description: ========================================= //= [Aegis COnversion] -//= Guides for hte City of Payon +//= Guides for the City of Payon //===== Additional Comments: ================================= //= Fully working //= v1.1 Now using duplicate command.New Payon Locations [Darkchild] diff --git a/npc/guides/guides_pron.txt b/npc/guides/guides_pron.txt index ac45b4583f..8311f7010c 100644 --- a/npc/guides/guides_pron.txt +++ b/npc/guides/guides_pron.txt @@ -8,7 +8,7 @@ //= eAthena SVN //===== Description: ========================================= //= [Aegis Conversion] -//= Guides for hte City of Prontera +//= Guides for the City of Prontera //===== Additional Comments: ================================= //= Fully working //= v1.1 Now using duplicate command. diff --git a/npc/guides/guides_um.txt b/npc/guides/guides_um.txt index 9eb42ab063..8d3dd21acf 100644 --- a/npc/guides/guides_um.txt +++ b/npc/guides/guides_um.txt @@ -7,7 +7,7 @@ //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= -//= Guide for hte City of Umbala +//= Guide for the City of Umbala //===== Additional Comments: ================================= //= 1.1 Fixed location command format [Lupus] //= 1.2 Optimized, updated common guide names [Lupus] diff --git a/npc/guild/gefg/gefg_kafras.txt b/npc/guild/gefg/gefg_kafras.txt index 6c14ac7f9a..e747ea0d3f 100644 --- a/npc/guild/gefg/gefg_kafras.txt +++ b/npc/guild/gefg/gefg_kafras.txt @@ -13,7 +13,7 @@ //===== Additional Comments: ================================= //= v1.2 Optimized with functions.[kobra_k88] //= v1.3 Changed "Kafra Service" to "Kafra Staff" [L0ne_W0lf] -//= Corrected hte location of Castle 1's kafra. +//= Corrected the location of Castle 1's kafra. //============================================================ diff --git a/npc/guild/gldfunc_ev_agit.txt b/npc/guild/gldfunc_ev_agit.txt index e92ff25e09..0eb385cf10 100644 --- a/npc/guild/gldfunc_ev_agit.txt +++ b/npc/guild/gldfunc_ev_agit.txt @@ -27,7 +27,7 @@ //= 1.3 Added code for abandoning captured castles on /breakguild [Lupus] //= 1.3a fixed Defence / Economy underflow [Lupus] thanks2 kyoki //= 1.4 updated a couple mapannounces in OnAgitBreak. [L0ne_W0lf] -//= 1.5 Changed hte names of the Kafra from "Service" to "Staff" [L0ne_W0lf] +//= 1.5 Changed the names of the Kafra from "Service" to "Staff" [L0ne_W0lf] //============================================================ diff --git a/npc/guild/gldfunc_manager.txt b/npc/guild/gldfunc_manager.txt index fb1c7fe633..3246bba04f 100644 --- a/npc/guild/gldfunc_manager.txt +++ b/npc/guild/gldfunc_manager.txt @@ -30,7 +30,7 @@ //= 1.6 According to recent info u can re-install Guardians during WoE [Lupus] //= 1.6a Fix for guild manager recognizing [KarLaeda] //= 1.6b Fixed the chance for double invest, now 50% instead of 49% [Lupus] -//= 1.7 Changed hte names of the Kafra from "Service" to "Staff" [L0ne_W0lf] +//= 1.7 Changed the names of the Kafra from "Service" to "Staff" [L0ne_W0lf] //============================================================ diff --git a/npc/quests/Kiel_Hyre_Quest.txt b/npc/quests/Kiel_Hyre_Quest.txt index b55ec371ac..fe39bf6e50 100644 --- a/npc/quests/Kiel_Hyre_Quest.txt +++ b/npc/quests/Kiel_Hyre_Quest.txt @@ -3991,7 +3991,7 @@ kh_dun01,162,206,0 duplicate(KHKeyardReader) Mechanical Device 111 //---------------------------------------------------------------------------- // Keep monsters out of the quest area. -// Silly really sinc ehte rest of it's a dungeon +// Silly really since the rest of it's a dungeon //---------------------------------------------------------------------------- //kh_dun01,180,220,0 script Monster Warp#kh1::KHMobWarp -1,5,20,{ //OnTouchNPC: diff --git a/npc/quests/quests_rachel.txt b/npc/quests/quests_rachel.txt index f2c07b2aaf..61dce02294 100644 --- a/npc/quests/quests_rachel.txt +++ b/npc/quests/quests_rachel.txt @@ -36,7 +36,7 @@ //= 1.0 First version, needs testing. [L0ne_W0lf] //= 1.1 Some slight optimization. [L0ne_W0lf] //= 1.2 Fixed Man Stuck in Ice only giving 1 Freezing Snow Powder. [L0ne_W0lf] -//= 1.3 Added hte ability to redeem lottery tickets before donation max is met. [L0ne_W0lf] +//= 1.3 Added the ability to redeem lottery tickets before donation max is met. [L0ne_W0lf] //= 1.4 Removed an erroneous "case". Thanks, Jet. [L0ne_W0lf] //= 1.5 Fixed a bug in Bruspetti quest. [SinSloth] //============================================================