summaryrefslogtreecommitdiff
path: root/npc/cities/morocc.txt
diff options
context:
space:
mode:
authorkobra_k88 <kobra_k88@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-07 08:51:33 +0000
committerkobra_k88 <kobra_k88@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-07 08:51:33 +0000
commitdae8c1978adc2bc0b6fa78b66c15115f6987107a (patch)
treed6e427a8b17c30eec706f10ec7f9f94ad26938c1 /npc/cities/morocc.txt
parent5e186df8aaa674d09a281ef7ae1005f613f93e6b (diff)
downloadhercules-dae8c1978adc2bc0b6fa78b66c15115f6987107a.tar.gz
hercules-dae8c1978adc2bc0b6fa78b66c15115f6987107a.tar.bz2
hercules-dae8c1978adc2bc0b6fa78b66c15115f6987107a.tar.xz
hercules-dae8c1978adc2bc0b6fa78b66c15115f6987107a.zip
Implemented the rest of the triggers for the Doomed Swords quest and the Jack Frost quest. Commented out some duplicate shops.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@45 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/morocc.txt')
-rw-r--r--npc/cities/morocc.txt146
1 files changed, 0 insertions, 146 deletions
diff --git a/npc/cities/morocc.txt b/npc/cities/morocc.txt
index a24488f7e..ead9710e9 100644
--- a/npc/cities/morocc.txt
+++ b/npc/cities/morocc.txt
@@ -358,152 +358,6 @@ M_Menu:
close;
}
-// ZAKA ============================================
-morocc.gat,203,30,4 script ZAKA 99,{
- if(comodo_npc == 17) goto cmd_npc17;
- if(comodo_npc == 18) goto cmd_npc18;
- if(comodo_npc == 19) goto cmd_npc19;
- if(comodo_npc == 20) goto cmd_npc20;
- if(comodo_npc == 21) goto cmd_npc21;
- if(comodo_npc == 22) goto cmd_npc22;
-
- mes "[ZAKA]";
- mes "...... The sun sets over another day. The moon rises to take it's nightly place.";
- mes "As darkness creeps across the desert, the people of Morroc huddle together.";
- mes "The never ending well is the life blood of the wandering nomads..... This is Morroc....";
- next;
- mes "[ZAKA]";
- mes "Eh hem.... Say... Have you ever heard of the ^FF4444Doomed Swords^000000, or ^5555FFSwords of Power^000000?";
- mes "It is believed that these swords are so powerful that whoever weilds them could rule the world!";
- next;
- mes "[ZAKA]";
- mes "The three swords I speak of are the ^5555FFMysteltainn, Ogre Tooth, and Executioner^000000.";
- next;
- mes "[ZAKA]";
- mes "These swords are hidden somewhere in this world.... have you seen any?";
- close;
-
- cmd_npc17:
- mes "[ZAKA]";
- mes ". . . . .";
- next;
- mes "[ZAKA]";
- mes "! ! ! ! ! ! !";
- next;
- mes "[ZAKA]";
- mes "Isn't that ?! That tablet?!";
- mes "^3355FF`Tablet of Power'^000000";
- mes "Right?!";
- mes "Wha ! !";
- next;
- mes "[ZAKA]";
- mes "Who are you? Why do you possess the 'Tablet of Power'?";
- mes "Bah, nevermind, it doesn't matter who you are.";
- mes "Whoever possesses the 'Tablet of Power' is a natural-born leader.";
- next;
- mes "[ZAKA]";
- mes "Well, we are one of the wanderers of Morroc.";
- mes "It is tradition and duty to make the possessor of^3355FF` Tablet of Power '^000000";
- mes "a ^3355FF`Book of the Tiresome Sheep'^000000";
- next;
- mes "[ZAKA]";
- mes "I will craft you a 'Book of the Tiresome Sheep', only for your personal use.";
- mes "As you might have expected, I will need various ingredients to make you the book.";
- next;
- mes "[ZAKA]";
- mes "The first thing will need are two ^3355FF`Snake Scale'^000000 , please bring them to me.";
- set comodo_npc,18;
- close;
- cmd_npc18:
- if(countitem(926) > 1) goto SoS;
- mes "[ZAKA]";
- mes "If you want the 'Book of the Tiresome Sheep', I will need two pieces of snake scales.";
- close;
-
- SoS:
- mes "Gives Zaka two^3355FF`Scales of Snakes'^000000";
- delitem 926,2;
- set comodo_npc,19;
- next;
- mes "[ZAKA]";
- mes "Now I can construct the basic layout of the book witht the snake scales, but I now need 1 piece of";
- mes "^3355FF`Scale Shell'^000000 in order to block only negative energies from the book.";
- close;
- cmd_npc19:
- if(countitem(936) > 0) goto ScSh;
- mes "[ZAKA]";
- mes "Please bring me the next ingredient needed for the 'Book of the Tiresome Sheep', I will need one";
- mes "^3355FF`Scale Shell'^000000 ??";
- mes ". . . . .";
- close;
-
- ScSh:
- mes "Gives^3355FF`Scale Shell^000000";
- mes "to Zaka";
- delitem 936,1;
- set comodo_npc,20;
- next;
- mes "[ZAKA]";
- mes "Alright, good.";
- mes "Next, I will need one piece of ^3355FF`Shining Scale'^000000 in order to distribute the magical power equally throughout the book.";
- next;
- mes "[ZAKA]";
- mes "While you are getting the scale, I will continue to the next phase of crafting, good luck.";
- close;
- cmd_npc20:
- if(countitem(954) > 0) goto ShSc;
- mes "[ZAKA]";
- mes "In order to finish crafting the 'Book of the Tiresome Sheep', I will need you to gather me one piece of ^3355FF`Shining Scale'^000000, okay?";
- close;
-
- ShSc:
- mes "Gives^3355FF`Shining Scale'^000000";
- mes "to Zaka";
- delitem 954,1;
- set comodo_npc,21;
- next;
- mes "[ZAKA]";
- mes "Great job!";
- mes "Finally, the last ingredient I need is one ^3355FF`Stinky Scale'^000000 to complete the book, please bring it to me";
- close;
- cmd_npc21:
- if(countitem(959) > 0) goto RoSc;
- mes "[ZAKA]";
- mes "All I need to craft the 'Book of the Tiresome Sheep' is one piece of stinky scale now, please bring one to me.";
- close;
-
- RoSc:
- mes "Gives^3355FF`Stinky Scale'^000000";
- mes "to Zaka";
- delitem 959,1;
- next;
- mes "[ZAKA]";
- mes "Ooo. this is all I need to finish up the book, thank you.";
- next;
- mes "^3355FF-Zaka is working hard in-^000000";
- mes "^3355FF-finalizing the book-^000000";
- next;
- mes "^3355FF- You receive the Book of-^000000";
- mes "^3355FF- the Tiresome Sheep from Zaka-^000000";
- set comodo_npc,22;
- next;
- mes "[ZAKA]";
- mes "There, that's for you..";
- mes "I guess you have the required items to summon and use the Doomed Swords.";
- mes "But if you are really going to use the Doomed Swords please go talk to Won, a wandering swordsman, he might have some important advice.";
- next;
- mes "[ZAKA]";
- mes "Legend has it that Won's sword fighting skills is already at god-like level, and he is also one of the ten most influential people in the world.";
- next;
- mes "[Zaka]";
- mes "Right now, he might be training inside Comodo Town, so you might be able to find him there.";
- close;
- cmd_npc22:
- mes "[ZAKA]";
- mes "The wandering swordsman ^3355FF`Won'^000000";
- mes "should be training somwhere in Comodo, look for him very carefully.";
- close;
-}
//<================================================== Assassin Guild ====================================================>\\