diff options
author | Michieru <michieru@0-mail.com> | 2013-10-24 12:10:43 +0200 |
---|---|---|
committer | Michieru <michieru@0-mail.com> | 2013-10-24 12:10:43 +0200 |
commit | e3afdc2af4c5e50c79237ee092e25f39b7428e47 (patch) | |
tree | 20cfd05dd6fc2e3e53173ef059f045cee1526d58 /npc/events/valentinesday_2009.txt | |
parent | 491892212d338903179909b89a5bfc2385e52261 (diff) | |
download | hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.gz hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.bz2 hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.xz hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.zip |
Update to last rAthena npc.
Fix some typos
change sc_bleeding to -> sc_blooding
Updated RE EXP for quests_brasilis.txt
Diffstat (limited to 'npc/events/valentinesday_2009.txt')
-rw-r--r-- | npc/events/valentinesday_2009.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/npc/events/valentinesday_2009.txt b/npc/events/valentinesday_2009.txt index dd09f4470..8c5dd4432 100644 --- a/npc/events/valentinesday_2009.txt +++ b/npc/events/valentinesday_2009.txt @@ -82,7 +82,7 @@ prontera,164,174,4 script Trader#Val09 58,{ mes "Maybe you should borrow some zeny from a friend."; mes "Cuz, I'm not gonna be here everyday."; close; - }else{ + } else { mes "[Marco Bassinio]"; mes "Good for you!"; mes "It's also perfect as a gift!"; @@ -103,7 +103,7 @@ prontera,164,174,4 script Trader#Val09 58,{ mes "You also need to pay 500 zeny to carve your name on the box."; mes "Are you all prepared...?"; next; - if(countitem(7175) < 1 || countitem(7174) < 1 || countitem(7948) < 1 || Zeny < 500) { + if (countitem(7175) < 1 || countitem(7174) < 1 || countitem(7948) < 1 || Zeny < 500) { mes "[Marco Bassinio]"; mes "Hmm.. Looks like you don't have enough materials to decorate the gift box.."; mes "You can't just put your gift into some plain looking box.."; @@ -114,7 +114,7 @@ prontera,164,174,4 script Trader#Val09 58,{ mes "Oh, also bring 500 zeny, and don't forget to bring your true loving heart with you!!"; close; } - if(countitem(558) < 1) { + if (countitem(558) < 1) { mes "[Marco Bassinio]"; mes "Hey, look, adventurer!"; mes "I can't create something right away!"; @@ -202,7 +202,7 @@ prontera,147,171,5 script Packs Trader#Val09 58,{ mes "Please check your wallet."; next; break; - }else{ + } else { mes "[Packs Trader]"; mes "Here they are."; mes "Hope it makes your Valentine's Day more pleasing!"; @@ -243,7 +243,7 @@ prontera,147,171,5 script Packs Trader#Val09 58,{ mes "Please check your wallet."; next; break; - }else{ + } else { mes "[Packs Trader]"; mes "Here they are."; mes "Hope it makes your Valentine's Day more pleasing!"; @@ -284,7 +284,7 @@ prontera,147,171,5 script Packs Trader#Val09 58,{ mes "Please check your wallet."; next; break; - }else{ + } else { mes "[Packs Trader]"; mes "Here they are."; mes "Hope it makes your Valentine's Day more pleasing!"; @@ -363,7 +363,7 @@ prontera,154,185,5 script Event Ring Maker#Val09 721,{ mes "Just follow your heart!"; close; } - if(countitem(7175) < 1 || countitem(7174) < 1 || countitem(7948) < 1 || Zeny < 1000) { + if (countitem(7175) < 1 || countitem(7174) < 1 || countitem(7948) < 1 || Zeny < 1000) { mes "[Event Ring Maker]"; mes "Well, you don't have enough materials to make a gift box."; mes "Check what you have, and come back later with all the materials."; @@ -380,7 +380,7 @@ prontera,154,185,5 script Event Ring Maker#Val09 721,{ set iROval09ring,1; if (Sex) { getnameditem 12742,strcharinfo(0); - }else{ + } else { getnameditem 12743,strcharinfo(0); } mes "[Event Ring Maker]"; @@ -464,7 +464,7 @@ prontera,157,185,4 script Valentine Vote Manager#v 113,{ } next; break; - }else{ + } else { if (countitem(7946) > .@input) { mes "[Valentine Vote Manager]"; mes "Seems like the value you entered is too small."; @@ -552,7 +552,7 @@ prt_castle,42,35,3 script Dessert Manager#Val09 47,{ mes "Please.. I feel like my soul is lost.."; close; } - if(countitem(558) < 3) { + if (countitem(558) < 3) { mes "[Charles Orleans]"; mes "Ahhh, Mademoiselle."; mes "I'm not an alchemist, or a magician."; @@ -590,7 +590,7 @@ prt_castle,42,35,3 script Dessert Manager#Val09 47,{ mes "Adios, Mademoiselle....."; mes "I'll be waiting for you."; close; - }else{ + } else { if (!checkweight(559,1)) { mes "[Charles Orleans]"; mes "You're carrying too many items."; |