summaryrefslogtreecommitdiff
path: root/npc/guides/guides_alde.txt
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-11 19:24:13 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-11 19:24:13 +0000
commitfdbec1d35364a6d4fa3ac9d5942e14f5fdf47541 (patch)
tree5a35b6bc4108d8cb23fa75e0e32b97f22eb1ba12 /npc/guides/guides_alde.txt
parent338d99ce33637c33d20ceb636aebe0e25ab91665 (diff)
parent53453425e64412f22734ae9a783c853a3f17027e (diff)
downloadhercules-fdbec1d35364a6d4fa3ac9d5942e14f5fdf47541.tar.gz
hercules-fdbec1d35364a6d4fa3ac9d5942e14f5fdf47541.tar.bz2
hercules-fdbec1d35364a6d4fa3ac9d5942e14f5fdf47541.tar.xz
hercules-fdbec1d35364a6d4fa3ac9d5942e14f5fdf47541.zip
- Merged /branches/renewal/conf (partial)
- Merged /branches/renewal/db (only mob_db.txt and mob_skill_db.txt) - Merged /branches/renewal/npc (full) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15060 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guides/guides_alde.txt')
-rw-r--r--npc/guides/guides_alde.txt109
1 files changed, 0 insertions, 109 deletions
diff --git a/npc/guides/guides_alde.txt b/npc/guides/guides_alde.txt
deleted file mode 100644
index 4f0e36cb4..000000000
--- a/npc/guides/guides_alde.txt
+++ /dev/null
@@ -1,109 +0,0 @@
-//===== eAthena Script =======================================
-//= Al De Baran Guides
-//===== By: ==================================================
-//= kobra_k88; L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.7
-//===== Compatible With: =====================================
-//= eAthena 7.15 +
-//===== Description: =========================================
-//= [Aegis conversion]
-//= Guides for the City of Al De Baran
-//===== Additional Comments: =================================
-//= Corrected building locations and descriptions
-//= 1.2 Optimized, updated common guide names [Lupus]
-//= 1.3 Updated the guide according to how it is on iRO, thanks [MasterOfMuppets]
-//= to Muad_Dib
-//= 1.4 Fitted the many lines into 1 or 2, and corrected some typos [erKURITA]
-//= 1.5 Removed Duplicates [Silent]
-//= 1.6 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
-//= 1.6a Changed some "close"s to "close2"s. (bugreport:1597) [Samuray22]
-//= 1.7 Fixed viewpoint coordinates [Playtester]
-//============================================================
-
-aldebaran,139,63,4 script Soldier#alde 105,{
- cutin "prt_soldier",2;
- mes "[Al De Baran Guard]";
- mes "I'm just an ordinary guard";
- mes "that you could find in any other city. I don't think I even have a name...";
- next;
- mes "[Al De Baran Guard]";
- mes "I am in charge of the Service Guides from the Al De Baran Garrison. Let me guide you";
- mes "through our town!";
- next;
- if (select("Get Location Guide.:End conversation.") == 1) {
- viewpoint 1,61,229,0,0xFF6633;
- viewpoint 1,72,197,1,0x0000FF;
- viewpoint 1,223,222,2,0x00FFFF;
- viewpoint 1,233,105,3,0x515151;
- viewpoint 1,197,70,4,0x3355FF;
- viewpoint 1,60,60,5,0xFF5555;
- mes "^FF6633+^000000 -> Kafra Main Office ";
- mes "^0000FF+^000000 -> Weapon Shop ";
- mes "^00FFFF+^000000 -> Sorcerer Guild (Closed)";
- mes "^515151+^000000 -> Pub";
- mes "^3355FF+^000000 -> Item Shop";
- mes "^FF5555+^000000 -> Alchemist Guild";
- close2;
- cutin "prt_soldier",255;
- end;
- }
- mes "[Al De Baran Guard]";
- mes "We are sworn to protect Al De Baran! May the forces of evil always be crushed by the";
- mes "righteous fist of good!";
- close2;
- cutin "prt_soldier",255;
- end;
-}
-
-aldebaran,133,108,4 script Soldier#2alde 105,{
- cutin "prt_soldier",2;
- mes "[Al De Baran Guard]";
- mes "I'm just an";
- mes "ordinary guard,";
- mes "the kind you can";
- mes "find in any other city.";
- next;
- mes "[Al De Baran Guard]";
- mes "When I'm not too busy";
- mes "protecting the Al De Baran";
- mes "populace, I'm here giving directions to adventurers";
- mes "like yourself.";
- next;
- switch(select("Kafra Main Office :Weapon Shop :Sorcerer Guild :Pub :Item Shop :Alchemist Guild :End Conversation ")) {
- case 1:
- viewpoint 1,61,229,0,0xFF6633;
- mes "^FF6633+^000000 -> Kafra Main Office ";
- break;
- case 2:
- viewpoint 1,72,197,1,0x0000FF;
- mes "^0000FF+^000000 -> Weapon Shop ";
- break;
- case 3:
- viewpoint 1,223,222,2,0x00FFFF;
- mes "^00FFFF+^000000 -> Sorcerer Guild (Closed)";
- break;
- case 4:
- viewpoint 1,233,105,3,0x515151;
- mes "^515151+^000000 -> Pub ";
- break;
- case 5:
- viewpoint 1,197,70,4,0x3355FF;
- mes "^3355FF+^000000 -> Item Shop ";
- break;
- case 6:
- viewpoint 1,60,60,5,0xFF5555;
- mes "^FF5555+^000000 -> Alchemist Guild";
- break;
- case 7:
- mes "[Al De Baran Guard]";
- mes "We are sworn to";
- mes "protect Al De Baran!";
- mes "May the forces of good";
- mes "always prevail over evil~";
- break;
- }
- close2;
- cutin "prt_soldier",255;
- end;
-}