diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-12-10 15:35:54 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-18 05:13:36 +0100 |
commit | 48122727289c06906d8c4e38e183bb0a16ddbb53 (patch) | |
tree | decd7a501b337f730cb2c16285e2d10049a4026e /npc/quests/bunnyband.txt | |
parent | ecb934ebba6ac3fbd35d8816c1802f0d134ef4ac (diff) | |
download | hercules-48122727289c06906d8c4e38e183bb0a16ddbb53.tar.gz hercules-48122727289c06906d8c4e38e183bb0a16ddbb53.tar.bz2 hercules-48122727289c06906d8c4e38e183bb0a16ddbb53.tar.xz hercules-48122727289c06906d8c4e38e183bb0a16ddbb53.zip |
ItemID to Constant: quests/woe Folder
Diffstat (limited to 'npc/quests/bunnyband.txt')
-rw-r--r-- | npc/quests/bunnyband.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/quests/bunnyband.txt b/npc/quests/bunnyband.txt index af3a622a0..37bd45714 100644 --- a/npc/quests/bunnyband.txt +++ b/npc/quests/bunnyband.txt @@ -82,15 +82,15 @@ alberta,26,229,0 script Kafra Employee#bunny 4_M_01,{ mes "Bunny Band together..."; close; } - delitem 949,100; //Feather - delitem 706,1; //Four_Leaf_Clover - delitem 722,1; //Scarlet_Jewel - delitem 2213,1; //Cat_Hairband + delitem Feather,100; + delitem Four_Leaf_Clover,1; + delitem Scarlet_Jewel,1; + delitem Cat_Hairband,1; mes "[Kafra Employee]"; mes "Ah, here you go~"; mes "The perfect Bunny Band!"; mes "Well, I hope you enjoy it."; - getitem 2214,1; //Bunny_Band + getitem Bunny_Band,1; BUNYBND = 0; next; mes "[Kafra Employee]"; |