diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-12-10 15:31:48 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-18 05:13:35 +0100 |
commit | bfc63570ef3f5c37eab9c84d62a382bd54c66ff4 (patch) | |
tree | 4d930dae40d64231ed8f79204cc87ce878f96862 /npc/events/god_se_festival.txt | |
parent | 6133612d369697e2228545e70eff5d69e6e8c46e (diff) | |
download | hercules-bfc63570ef3f5c37eab9c84d62a382bd54c66ff4.tar.gz hercules-bfc63570ef3f5c37eab9c84d62a382bd54c66ff4.tar.bz2 hercules-bfc63570ef3f5c37eab9c84d62a382bd54c66ff4.tar.xz hercules-bfc63570ef3f5c37eab9c84d62a382bd54c66ff4.zip |
ItemID to Constant: events Folder
Diffstat (limited to 'npc/events/god_se_festival.txt')
-rw-r--r-- | npc/events/god_se_festival.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/events/god_se_festival.txt b/npc/events/god_se_festival.txt index 57e58fe0f..455aad8bc 100644 --- a/npc/events/god_se_festival.txt +++ b/npc/events/god_se_festival.txt @@ -67,7 +67,7 @@ yuno,1,1,0 script Festival Manager#gq_fes0 4_F_HUGIRL,{ yuno,118,192,5 script Rmimi Ravies#gq_fes01 4_F_HUGIRL,{ .@GID = getcharid(2); - if (countitem(7840) > 0) { + if (countitem(Valkyrie_Gift) > 0) { mes "[Rmimi Ravies]"; mes "This is the flower."; mes "This is just a formality, but let me check your qualifications."; @@ -136,7 +136,7 @@ yuno,118,192,5 script Rmimi Ravies#gq_fes01 4_F_HUGIRL,{ if ($@gqse_festival == 0) { mes "[Rmimi Ravies]"; mes "Ok, we would ge started to summon monsters."; - delitem 7840,1; //Valkyrie's_Gift + delitem Valkyrie_Gift,1; //Valkyrie's_Gift next; mes "[Rmimi Ravies]"; mes "Have a good time."; @@ -443,7 +443,7 @@ rachel,1,1,0 script Festival Manager#gq_fes2 4_F_HUGIRL,{ rachel,132,117,3 script Rhehe Ravies#gq_fes03 4_F_HUGIRL,{ .@GID = getcharid(2); - if (countitem(7840) > 0) { + if (countitem(Valkyrie_Gift) > 0) { mes "[Rhehe Ravies]"; mes "A flower!!"; mes "Shall we proceed?"; @@ -516,7 +516,7 @@ rachel,132,117,3 script Rhehe Ravies#gq_fes03 4_F_HUGIRL,{ if ($@gqse_festival == 0) { mes "[Rhehe Ravies]"; mes "Good! Now seems like a good time, so let's begin!"; - delitem 7840,1; //Valkyrie_Gift + delitem Valkyrie_Gift,1; next; mes "[Rhehe Ravies]"; mes "I hope you enjoy yourself!"; |