summaryrefslogtreecommitdiff
path: root/npc/guides/guides_hu.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-06-25 20:22:54 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-06-25 20:22:54 +0000
commitb9d1f960e3f6261084b410abc3bd7ec786366480 (patch)
treeaab1d3cce9c9fce1fbfb6dcec56663764c325f5b /npc/guides/guides_hu.txt
parentd9b39777045e3bcd47e7eb2d6c157be26fb1c34d (diff)
downloadhercules-b9d1f960e3f6261084b410abc3bd7ec786366480.tar.gz
hercules-b9d1f960e3f6261084b410abc3bd7ec786366480.tar.bz2
hercules-b9d1f960e3f6261084b410abc3bd7ec786366480.tar.xz
hercules-b9d1f960e3f6261084b410abc3bd7ec786366480.zip
* Rather large Kafra update. (May need further testing)
- Updated a good portion of the kafra functions. - Added proper dialog for most functions. - Updated guild Kafras and some o f their locations. * Updated all Guide NPCs. They are now mostly 100% official. - Renamed some of the old files to make them look better, IE: yun to juno. - Added Kunlun and Ayotaya guides. * Added the Einbech tool Dealer since it seemed to had gotten lost when I updated shops. * Updated Dye Maker and Hair Dyer to official. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10810 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guides/guides_hu.txt')
-rw-r--r--npc/guides/guides_hu.txt280
1 files changed, 142 insertions, 138 deletions
diff --git a/npc/guides/guides_hu.txt b/npc/guides/guides_hu.txt
index 51e84fae8..aec6fa62a 100644
--- a/npc/guides/guides_hu.txt
+++ b/npc/guides/guides_hu.txt
@@ -1,151 +1,155 @@
//===== eAthena Script =======================================
-//= Guard of Hugel City
+//= Hugel Guides
//===== By: ==================================================
-//= erKURITA
+//= erKURITA; L0ne_W0lf
//===== Current Version: =====================================
-//= 1.1
+//= 1.2
//===== Compatible With: =====================================
-//= eAthena 1.0
+//= eAthena SVN
//===== Description: =========================================
-//= Guard/Guide NPC of City of Hugel.
+//= Guides for the City of Hugel.
//===== Additional Comments: =================================
//= 1.0 Started the script. [erKURITA]
//= 1.1 Removed Duplicates [Silent]
+//= 1.2 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
//============================================================
-
-hugel,98,57,3 script Old Lady#hu1 863,{
- mes "[Old Lady]";
- mes "Welcome to Hugel, the Power Source City.";
- next;
- mes "[Old Lady]";
- mes "I am here to help you find your way. Please feel free to speak to me anytime you need help.";
-M_Menu:
- next;
- menu "View Buildings",-, "Notice",M_2, "Cancel",M_End;
-
- mes "[Old Lady]";
- mes "Do you want me to leave indications on the Mini-Map?";
- next;
- menu "No Thanks",-,"Yes Please",sM_1b;
-
- set @COMPASS_CHECK,0;
- goto L_Cont;
-
- sM_1b:
- set @COMPASS_CHECK,1;
-
- L_Cont:
- mes "[Old Lady]";
- mes "Please choose a building to view.";
+hugel,98,56,3 script Hugel Guide Granny#huge 863,0,0,{
+ mes "[Hugel Guide Granny]";
+ mes "Oh, hello~ you are one energetic adventurer.";
+ mes "Welcome to Hugel. I was honored to guide you to this beautiful village.";
+ mes "If this is the first time for you to use the guide services, why don't you check the ''Notice'' menu first?";
+ while(1) {
next;
- sM_Menu:
- menu "Church",-,
- "Hotel",M_1_2,
- "Pub",M_1_3,
- "Airship",M_1_4,
- "Weapon/Armor Shop",M_1_5,
- "Grocery/Tool shop",M_1_6,
- "Firecrackers Shop",M_1_7,
- "Hunter Guild",M_1_8a,
- "^000066Poring Track 1^000000",M_1_9,
- "^000066Poring Track 2^000000",M_1_10,
- "^000066Bingo House^000000",M_1_11,
- "Wipe all indications from mini-map",M_1_8,
- "Cancel", M_End;
-
- mes "[Old Lady]";
- mes "'The 'Church' here in Hugel will grant your wedding's day a lot of happiness.";
- mes "It's located at the east of Hugel, south of the Airship";
- viewpoint 1,157,112,1,0xFF5555;
- goto sL_Wipe;
- M_1_2:
- mes "[Old Lady]";
- mes "The 'Hotel' is a few steps close here. Just go north through this road.";
- mes "It is a good place to rest and replenish your hp and sp.";
- viewpoint 1,101,78,2,0x44FF44;
- goto sL_Wipe;
- M_1_3:
- mes "[Old Lady]";
- mes "The 'Pub' is east of here, go and pass by for some rest! It is a great place to meet people and have fun.";
- viewpoint 1,126,65,3,0x5555FF;
- goto sL_Wipe;
- M_1_4:
- mes "[Old Lady]";
- mes "Head over to the 'Airship' to fly to other cities.";
- viewpoint 1,189,166,4,0xFF00FF;
- goto sL_Wipe;
- M_1_5:
- mes "[Old Lady]";
- mes "The 'Weapon/Armor shop' is the place to go when you need something to defend yourself from the other monsters";
- viewpoint 1,72,155,5,0xFF00FF;
- goto sL_Wipe;
- M_1_6:
- mes "[Old Lady]";
- mes "The 'Grocery/Tool shop' is the place to go when you need to stock up on things like potions and fly-wings.";
- viewpoint 1,92,164,6,0xF0C40F;
- goto sL_Wipe;
- M_1_7:
- mes "[Old Lady]";
- mes "The 'Firecracker shop' will provide you with some flashy fireworks to lit up your night";
- viewpoint 1,94,104,7,0xFF8000;
- goto sL_Wipe;
- M_1_8a:
- mes "[Old Lady]";
- mes "The 'Hunter Guild' is located at the northeast of Hugel. Sharpen your eyes!";
- viewpoint 1,208,225,7,0xFF8000;
- goto sL_Wipe;
- M_1_9:
- mes "[Old Lady]";
- mes "The '^000066Poring Track Nš1^000000' is new and exciting entertaintment, make sure to check it!";
- viewpoint 1,58,72,7,0xFF8000;
- goto sL_Wipe;
- M_1_10:
- mes "[Old Lady]";
- mes "The '^000066Poring Track Nš2^000000' is new and exciting entertaintment, make sure to check it!";
- viewpoint 1,62,68,7,0xFF8000;
- goto sL_Wipe;
- M_1_11:
- mes "[Old Lady]";
- mes "The 'Bingo House' is located at the northwest of Hugel. Lay your bet ladies and gentlements!";
- viewpoint 1,57,207,7,0xFF8000;
- goto sL_Wipe;
- M_1_8:
- set @COMPASS_CHECK, 2;
-
- sL_Wipe:
- if(@COMPASS_CHECK != 2) next; // avoids a double 'next' when 'wipe indications' is chosen
- if(@COMPASS_CHECK == 1) goto sM_Menu;
- viewpoint 2,157,112,1,0xFF5555;
- viewpoint 2,101,78,2,0x44FF44;
- viewpoint 2,126,65,3,0x5555FF;
- viewpoint 2,189,166,4,0xFF00FF;
- viewpoint 2,72,155,5,0xFF00FF;
- viewpoint 2,92,164,6,0xF0C40F;
- viewpoint 2,94,104,7,0xFF8000;
- viewpoint 2,208,225,7,0xFF8000;
- viewpoint 2,58,72,7,0xFF8000;
- viewpoint 2,62,68,7,0xFF8000;
- viewpoint 2,57,207,7,0xFF8000;
- if (@COMPASS_CHECK == 0) goto sM_Menu;
- mes "[Old Lady]";
- mes "All indications have been removed";
+ switch(select("Village Guide:Remove Marks from Mini-Map:Notice:Cancel")) {
+ case 1:
+ mes "[Hugel Guide Granny]";
+ mes "I can tell you any building location as long as it is in Hugel.";
+ mes "So where do you want to go?";
+ if (.@compass_check == 0) {
+ mes "Would you like me";
+ mes "to mark locations";
+ mes "on your Mini-Map?";
+ next;
+ if (select("Yes.:No.") == 1) set .@compass_check,1;
+ }
+ set .@loop,1;
+ while(.@loop) {
+ if (.@wait_button_chk == 0) set .@wait_button_chk,1;
+ else next;
+ switch(select("Church:Inn:Pub:Airport:Weapon Shop:Tool Shop:Party Supplies Shop:^3131FFHunter Job Change Place^000000:^3131FFShrine Expedition's Place^000000:Monster Race Arena:Bingo Game Room:Cancel")) {
+ case 1:
+ mes "[Hugel Guide Granny]";
+ mes "Well, to me, this Church is rather like a place for old folks like me, you know...";
+ if (.@compass_check)
+ viewpoint 1,156,116,2,0xFF0000;
+ break;
+ case 2:
+ mes "[Hugel Guide Granny]";
+ mes "Pudding rather than praise.";
+ mes "You'd better unpack your stuffs first before you start looking around this village.";
+ mes "It is the building right next to me.";
+ if (.@compass_check)
+ viewpoint 1,104,79,3,0xFF00FF;
+ break;
+ case 3:
+ mes "[Hugel Guide Granny]";
+ mes "Yes, when you travel, you want to drop by a pub and make new friends.";
+ mes "Go east from here, then you will arrive at the pub.";
+ if (.@compass_check)
+ viewpoint 1,129,66,4,0x99FFFF;
+ break;
+ case 4:
+ mes "[Hugel Guide Granny]";
+ mes "A while ago, strangers came to village and built that strange airport kind of thing...";
+ mes "What do they call it? Airship?";
+ if (.@compass_check)
+ viewpoint 1,178,146,5,0x0000FF;
+ break;
+ case 5:
+ mes "[Hugel Guide Granny]";
+ mes "Well, we have a weapon shop in the center of village.";
+ mes "But I don't know if there is any weapon that you find useful.";
+ if (.@compass_check)
+ viewpoint 1,70,158,6,0x00FF00;
+ break;
+ case 6:
+ mes "[Hugel Guide Granny]";
+ mes "Yes, I love Hugel brand Red Potions. I haven't tasted Red Potions from any other brands yet...hohoho. ";
+ mes "The tool shop is located in the center of village.";
+ if (.@compass_check)
+ viewpoint 1,93,167,7,0x00FF00;
+ break;
+ case 7:
+ mes "[Hugel Guide Granny]";
+ mes "The party supplies shop is around the center of village.";
+ mes "Make sure that you will not use any firecracker stuffs near other people, because it is dangerous, you know?";
+ if (.@compass_check)
+ viewpoint 1,91,105,8,0xFF99FF;
+ break;
+ case 8:
+ mes "[Hugel Guide Granny]";
+ mes "Oh, are you an aspiring Hunter?";
+ mes "Then head northeast following the beach, then you will find the Hunter job change place.";
+ if (.@compass_check)
+ viewpoint 1,206,228,9,0xFF9900;
+ break;
+ case 9:
+ mes "[Hugel Guide Granny]";
+ mes "I heard that the shrine expedition is staying in a house at the west.";
+ mes "They have put some kind of sign in the middle of village, so I guess that they are hiring people for something...";
+ mes "I wonder what they are doing in here...hmmm.";
+ if (.@compass_check)
+ viewpoint 1,52,91,10,0xFFFFFF;
+ break;
+ case 10:
+ mes "[Hugel Guide Granny]";
+ mes "I also like playing Monster Race games. It is pretty fun, you know?";
+ mes "Oh, you haven't tried it yet? No~ you'd better try. Trust me, you will like it.";
+ if (.@compass_check)
+ viewpoint 1,58,72,11,0xFF9900;
+ break;
+ case 11:
+ mes "[Hugel Guide Granny]";
+ mes "Do you like bingo games? If you do, go visit Euklan's Bingo Game Room.";
+ if (.@compass_check)
+ viewpoint 1,55,209,12,0x66FFFF;
+ break;
+ case 12:
+ mes "[Hugel Guide Granny]";
+ mes "If you like to get rid of all the location marks on your Mini-Map,";
+ mes "just ask me again, and choose ''Remove Marks from Mini-Map'' menu.";
+ set .@loop,0;
+ }
+ }
+ break;
+ case 2:
+ viewpoint 2,156,116,2,0xFF0000;
+ viewpoint 2,104,79,3,0xFF00FF;
+ viewpoint 2,129,66,4,0x99FFFF;
+ viewpoint 2,178,146,5,0x0000FF;
+ viewpoint 2,70,158,6,0x00FF00;
+ viewpoint 2,93,167,7,0x00FF00;
+ viewpoint 2,91,105,8,0xFF99FF;
+ viewpoint 2,206,228,9,0xFF9900;
+ viewpoint 2,52,91,10,0xFFFFFF;
+ viewpoint 2,58,72,11,0xFF9900;
+ viewpoint 2,55,209,12,0x66FFFF;
+ set .@compass_check,0;
+ mes "[Hugel Guide Granny]";
+ mes "Okay, they are gone now. If you have more locations to ask, just let me know.";
+ break;
+ case 3:
+ mes "[Hugel Guide Granny]";
+ mes "When you are using the ''Village Guide'' menu, ";
+ mes "make sure that building locations will be marked on your mini-map at the upper right side of your screen.";
+ mes "If you cannot see your mini-map, use the short cut key ''ctrl+tab'' or press the ''Map'' button on your basic information windows, okay?";
+ mes "And you can also zoom out your mini-map by using the ''-'' button in case you cannot view the entire map of the village.";
+ break;
+ case 4:
+ mes "[Hugel Guide Granny]";
+ mes "This guide job is pretty exciting. Hohoho~";
close;
-
- M_2:
- mes "[Old Lady]";
- mes "We upgraded the Location Guide to the Newest Digital Style. We hope you like this gorgeous new system.";
- next;
- mes "[Old Lady]";
- mes "Don't forget to refer to the Mini-Map on the Upper-Right corner of your screen.";
- next;
- mes "[Old Lady]";
- mes "If you can't see the Mini-Map, just hit ^0000ff'ctrl+tab'^000000 or Click the ^0000ff'map'^000000 button in the Basic Information Window";
- mes "Remeber to use the ^ff0000+,-^000000 buttons to adjust the map to your liking.";
- goto M_Menu;
-
- M_End:
- mes "[Old Lady]";
- mes "Have a nice day, deary~";
- close;
+ }
+ }
}