summaryrefslogtreecommitdiff
path: root/npc/custom/quests/umbalian_language.txt
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2015-12-10 15:31:39 +0530
committerHaru <haru@dotalux.com>2015-12-18 05:13:34 +0100
commit6133612d369697e2228545e70eff5d69e6e8c46e (patch)
tree6c071547753931790428f6d3d673c3469b166ef4 /npc/custom/quests/umbalian_language.txt
parent50e59ea8f8cfae5155e8733d4f06d67d91414bb1 (diff)
downloadhercules-6133612d369697e2228545e70eff5d69e6e8c46e.tar.gz
hercules-6133612d369697e2228545e70eff5d69e6e8c46e.tar.bz2
hercules-6133612d369697e2228545e70eff5d69e6e8c46e.tar.xz
hercules-6133612d369697e2228545e70eff5d69e6e8c46e.zip
ItemID to Constant: custom Folder
Diffstat (limited to 'npc/custom/quests/umbalian_language.txt')
-rw-r--r--npc/custom/quests/umbalian_language.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/npc/custom/quests/umbalian_language.txt b/npc/custom/quests/umbalian_language.txt
index 5bb17955e..d0ecb2d29 100644
--- a/npc/custom/quests/umbalian_language.txt
+++ b/npc/custom/quests/umbalian_language.txt
@@ -72,7 +72,7 @@ M_DONE:
next;
mes "[Mason]";
mes "Ah, I heard that her class was somewhere around there... thanks a lot! Here's a lil something for your help.";
- getitem 7117,1;//Items: Torn Spell Book,
+ getitem Rent_Spell_Book,1;//Items: Torn Spell Book,
set umb_mason,1;
close;
@@ -106,7 +106,7 @@ amatsu,267,189,4 script Marie 4_F_ALCHE,{
mes "[Marie]";
if(umb_lang==0) goto L_NOT_GOT_QUEST;
if(umb_lang==2 || umb_marie==1) goto L_AGAIN;
- if(countitem(9001)>0 && countitem(643)>0) goto L_DONE;//Items: Poring Egg, Pet Incubator,
+ if(countitem(Poring_Egg)>0 && countitem(Pet_Incubator)>0) goto L_DONE;//Items: Poring Egg, Pet Incubator,
mes "Hello, is there something you need?";
next;
menu "No nothing at all.",M_NO,"Your teacher sent me.",-;
@@ -134,11 +134,11 @@ L_DONE:
menu "Yep!",-, "Sorry, no.",M_DOH;
mes "[Marie]";
- if(countitem(9001)==0 && countitem(643)==0) goto M_DOH;//Items: Poring Egg, Pet Incubator,
+ if(countitem(Poring_Egg)==0 && countitem(Pet_Incubator)==0) goto M_DOH;//Items: Poring Egg, Pet Incubator,
mes "Yatta! Here's a lil something in return.";
- delitem 9001,1;//Items: Poring Egg,
- delitem 643,1;//Items: Pet Incubator,
- getitem 7118,1;//Items: Torn Scroll,
+ delitem Poring_Egg,1;//Items: Poring Egg,
+ delitem Pet_Incubator,1;//Items: Pet Incubator,
+ getitem Rent_Scroll,1;//Items: Torn Scroll,
set umb_marie,1; //got Torn Scroll
close;
@@ -159,10 +159,10 @@ yuno,157,366,2 script Wise Man Fabius 2_M_SAGE_OLD,{
mes "You speak Umbalian fluently! So you will never forget the language of Umbalians!";
close;
L_Quest:
- if((countitem(1006) < 1) || (countitem(7118) < 1) || (countitem(7117) < 1)) goto L_DONE;//Items: Old Magic Book, Torn Scroll, Torn Spell Book,
- delitem 1006,1; //Items: Old Magic Book,
- delitem 7118,1; //Items: Torn Scroll,
- delitem 7117,1;//Items: Torn Spell Book,
+ if((countitem(Old_Magic_Book) < 1) || (countitem(Rent_Scroll) < 1) || (countitem(Rent_Spell_Book) < 1)) goto L_DONE;//Items: Old Magic Book, Torn Scroll, Torn Spell Book,
+ delitem Old_Magic_Book,1; //Items: Old Magic Book,
+ delitem Rent_Scroll,1; //Items: Torn Scroll,
+ delitem Rent_Spell_Book,1;//Items: Torn Spell Book,
emotion e_thx;
mes "Ah, you've done well in retrieving my references. These artifacts holds information about ruins around the world, from the burning hell of the Magma Dungeon, to the strange eerie Hidden Forest of Yggsadril.";
next;