//================= Hercules Script =======================================
//= _ _ _
//= | | | | | |
//= | |_| | ___ _ __ ___ _ _| | ___ ___
//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
//= | | | | __/ | | (__| |_| | | __/\__ \
//= \_| |_/\___|_| \___|\__,_|_|\___||___/
//================= License ===============================================
//= This file is part of Hercules.
//= http://herc.ws - http://github.com/HerculesWS/Hercules
//=
//= Copyright (C) 2012-2015 Hercules Dev Team
//= Copyright (C) Samuray22
//= Copyright (C) Silent
//= Copyright (C) erKURITA
//= Copyright (C) MasterOfMuppets
//= Copyright (C) Lupus
//= Copyright (C) L0ne_W0lf
//= Copyright (C) kobra_k88
//=
//= Hercules is free software: you can redistribute it and/or modify
//= it under the terms of the GNU General Public License as published by
//= the Free Software Foundation, either version 3 of the License, or
//= (at your option) any later version.
//=
//= This program is distributed in the hope that it will be useful,
//= but WITHOUT ANY WARRANTY; without even the implied warranty of
//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
//= GNU General Public License for more details.
//=
//= You should have received a copy of the GNU General Public License
//= along with this program. If not, see <http://www.gnu.org/licenses/>.
//=========================================================================
//= Prontera Guides (Pre-Renewal)
//================= Description ===========================================
//= Guides for the City of Prontera
//================= Current Version =======================================
//= 1.6a
//=========================================================================
prontera,154,187,4 script Guide#prt::PrtGuide 8W_SOLDIER,{
cutin "prt_soldier",2;
mes "[Prontera Guide]";
mes "Welcome to Prontera,";
mes "the beautiful capital of the";
mes "Rune-Midgarts Kingdom. If";
mes "you have questions or need help finding something in the city, don't hesitate to ask.";
.@loop1 = 1;
while (.@loop1) {
next;
switch(select("City Guide.", "Remove Marks from Mini-Map", "Notice", "Cancel")) {
case 1:
mes "[Prontera Guide]";
mes "Please select";
mes "a location from";
mes "the following menu.";
if (.@compass_check == 0) {
mes "Would you like me";
mes "to mark locations";
mes "on your Mini-Map?";
next;
if (select("Yes", "No") == 1) .@compass_check = 1;
}
.@loop2 = 1;
while (.@loop2) {
if (.@wait_button_chk == 0) .@wait_button_chk = 1;
else next;
switch(select("Swordman Association", "^0000FFSanctuary^000000", "Prontera Chivalry", "Weapon Shop", "Tool Shop", "Inn", "Trading Post", "Pub", "Library", "Job Agency", "Prontera Castle", "City Hall", "Cancel")) {
case 1:
mes "[Prontera Guide]";
mes "The Swordman Association,";
mes "which handles Job Changes";
mes "to the Swordman class, has";
mes "moved to Izlude. This facility";
mes "is just an empty building now.";
if (.@compass_check)
viewpoint 1,237,41,4,0x00FF00;
break;
case 2:
mes "[Prontera Guide]";
mes "The Prontera Sanctuary";
mes "handles Job Changes to";
mes "the Acolyte class, and can";
mes "be found in the northeast";
mes "corner of Prontera.";
if (.@compass_check)
viewpoint 1,236,316,5,0xFF0000;
break;
case 3:
mes "[Prontera Guide]";
mes "The Prontera Chivralry,";
mes "which is responsible for";
mes "the safety of our capital, is";
mes "in Prontera's northwest corner.";
if (.@compass_check)
viewpoint 1,46,345,6,0x00FF00;
break;
case 4:
mes "[Prontera Guide]";
mes "The Weapon Shop";
mes "is located northeast";
mes "of the central fountain.";
if (.@compass_check)
viewpoint 1,175,220,7,0xFF00FF;
break;
case 5:
mes "[Prontera Guide]";
mes "The Tool Shop";
mes "is located northwest";
mes "of the central fountain.";
if (.@compass_check)
viewpoint 1,134,221,8,0xFF00FF;
break;
case 6:
mes "[Prontera Guide]";
mes "The Inns in Prontera are";
mes "located both to the east";
mes "and west of Prontera's";
mes "central fountain area.";
if (.@compass_check) {
viewpoint 1,204,191,9,0xFF00FF;
viewpoint 1,107,192,10,0xFF00FF;
}
break;
case 7:
mes "[Prontera Guide]";
mes "The Trading Post";
mes "can be found southeast";
mes "from the central fountain.";
if (.@compass_check)
viewpoint 1,179,184,11,0x00FF00;
break;
case 8:
mes "[Prontera Guide]";
mes "The Pub is located";
mes "southeast of the fountain,";
mes "behind the Trading Post.";
if (.@compass_check)
viewpoint 1,208,154,12,0x00FF00;
break;
case 9:
mes "[Prontera Guide]";
mes "If you head north from";
mes "the central fountain, you'll";
mes "find an empty area in which";
mes "both branches of the Prontera";
mes "Library can be accessed if you";
mes "head towards the east or west.";
if (.@compass_check) {
viewpoint 1,120,267,13,0x00FF00;
viewpoint 1,192,267,14,0x00FF00;
}
break;
case 10:
mes "[Prontera Guide]";
mes "The Job Agency is";
mes "just southwest of the";
mes "central fountain area.";
if (.@compass_check)
viewpoint 1,133,183,15,0x00FF00;
break;
case 11:
mes "[Prontera Guide]";
mes "The Prontera Castle is";
mes "located at the northern";
mes "sector of this city. You can";
mes "go to the fields that are north";
mes "of Prontera by going through";
mes "the castle's rear exit.";
if (.@compass_check)
viewpoint 1,156,360,16,0x00FF00;
break;
case 12:
mes "[Prontera Guide]";
mes "The City Hall";
mes "is located in the";
mes "southwest corner";
mes "in our city of Prontera.";
if (.@compass_check)
viewpoint 1,75,91,17,0x01FF01;
break;
case 13:
mes "[Prontera Guide]";
mes "Please ask me to ''Remove";
mes "Marks from Mini-Map'' if you";
mes "no longer wish to have the";
mes "location marks displayed";
mes "on your Mini-Map.";
.@loop2 = 0;
break;
}
}
break;
case 2:
viewpoint 2,237,41,4,0x00FF00;
viewpoint 2,237,41,5,0x0000FF;
viewpoint 2,46,345,6,0x00FF00;
viewpoint 2,175,220,7,0xFF0000;
viewpoint 2,134,221,8,0xFF0000;
viewpoint 2,204,191,9,0xFF0000;
viewpoint 2,107,192,10,0xFF0000;
viewpoint 2,179,184,11,0x00FF00;
viewpoint 2,208,154,12,0x00FF00;
viewpoint 2,120,267,13,0x00FF00;
viewpoint 2,192,267,14,0x00FF00;
viewpoint 2,133,183,15,0x00FF00;
viewpoint 2,156,360,16,0x00FF00;
viewpoint 2,75,91,17,0x00FF00;
.@compass_check = 0;
break;
case 3:
mes "[Prontera Guide]";
mes "Advances in sorcery and";
mes "technology have allowed";
mes "us to update our information";
mes "system, enabling up to mark";
mes "locations on your Mini-Map";
mes "for easier navigation.";
next;
mes "[Prontera Guide]";
mes "Your Mini-Map is located";
mes "in the upper right corner";
mes "of the screen. If you can't";
mes "see it, press the Ctrl + Tab";
mes "keys or click the ''Map'' button in your Basic Info Window.";
next;
mes "[Prontera Guide]";
mes "On your Mini-Map,";
mes "click on the ''+'' and ''-''";
mes "symbols to zoom in and";
mes "our of your Mini-Map. We";
mes "hope you enjoy your travels";
mes "here in the city of Prontera.";
break;
case 4:
mes "[Prontera Guide]";
mes "Well, adventurer...";
mes "I hope your journeys";
mes "through Rune-Midgard";
mes "are both fun and safe.";
close2;
.@loop1 = 0;
break;
}
}
cutin "prt_soldier",255;
end;
}
prontera,282,208,2 duplicate(PrtGuide) East Gate-Guide 8W_SOLDIER
prontera,29,200,6 duplicate(PrtGuide) West Gate-Guide 8W_SOLDIER
prontera,160,29,0 duplicate(PrtGuide) South Gate-Guide 8W_SOLDIER
prontera,151,330,4 duplicate(PrtGuide) North Gate-Guide 8W_SOLDIER