[1] | 1 | //===== eAthena Script ======================================= |
---|
| 2 | //= Munak and Bongun accessory / Taming items Quest |
---|
| 3 | //===== By: ================================================== |
---|
| 4 | //= eAthena Team |
---|
| 5 | //===== Current Version: ===================================== |
---|
| 6 | //= 1.2 |
---|
| 7 | //===== Compatible With: ===================================== |
---|
| 8 | //= eAthena 1.0 |
---|
| 9 | //===== Description: ========================================= |
---|
| 10 | //= Quest itms:Sword o'Chinese Exorcist,No Recipient,Her Heart |
---|
| 11 | //===== Additional Comments: ================================= |
---|
| 12 | //= 1.0. merged 3 sep. files, fixed exploits [Lupus] |
---|
| 13 | //= 1.1 Added missing next;'s [Evera] |
---|
| 14 | //= 1.2 Added another missing next; [Evera] |
---|
| 15 | //============================================================ |
---|
| 16 | |
---|
| 17 | |
---|
| 18 | comodo,135,227,5 script Sherri 93,{ |
---|
| 19 | mes "[Sherri]"; |
---|
| 20 | mes " "; |
---|
| 21 | mes "*sighs*"; |
---|
| 22 | next; |
---|
| 23 | mes "[Sherri]"; |
---|
| 24 | mes "Oh? Whats the matter? ...Well, I have finally managed to encase the soul of a handsome boy ..."; |
---|
| 25 | next; |
---|
| 26 | mes "[Sherri]"; |
---|
| 27 | mes "...so why am I sad?"; |
---|
| 28 | mes " "; |
---|
| 29 | mes "It's because I don't even know how his personality is... say, if you can find me a 'Girl's Diary' about him, I'll give you his diary!"; |
---|
| 30 | next; |
---|
| 31 | mes "[Sherri]"; |
---|
| 32 | mes "Can you please help me?"; |
---|
| 33 | next; |
---|
| 34 | |
---|
| 35 | menu "What do I need again?",-,"Here! I got what you need!",ExCreate,"Sorry, I can't help you.",ExEnd; |
---|
| 36 | |
---|
| 37 | mes "[Sherri]"; |
---|
| 38 | mes "What I desire is..."; |
---|
| 39 | mes " "; |
---|
| 40 | mes "A 'Girl's Diary' about him..."; |
---|
| 41 | close; |
---|
| 42 | |
---|
| 43 | ExCreate: |
---|
| 44 | mes "[Sherri]"; |
---|
| 45 | mes "Really!! You'll help me!"; |
---|
| 46 | next; |
---|
| 47 | |
---|
| 48 | if(countitem(1558)<1) goto L_NoItem;//Items: Girl's_Diary, |
---|
| 49 | delitem 1558,1;//Items: Girl's_Diary, |
---|
| 50 | getitem 659,1;//Items: Her_Heart, |
---|
| 51 | mes "[Sherri]"; |
---|
| 52 | mes "YES! I am forever in your debt!"; |
---|
| 53 | mes " "; |
---|
| 54 | mes "Here is his diary as promised! Again - Thank you!"; |
---|
| 55 | next; |
---|
| 56 | mes "[Sherri]"; |
---|
| 57 | mes "Wait! Here's his sword, I found it next to him. But it's broken... I know of a old man just west of Geffen who can fix such a sword!"; |
---|
| 58 | getitem 7110,1;//Items: Broken_Sword, |
---|
| 59 | close; |
---|
| 60 | |
---|
| 61 | L_NoItem: |
---|
| 62 | mes "[Sherri]"; |
---|
| 63 | mes "Waahhhh, stop playing with my feelings!"; |
---|
| 64 | mes " "; |
---|
| 65 | mes "Go away!"; |
---|
| 66 | close; |
---|
| 67 | ExEnd: |
---|
| 68 | mes "[Sherri]"; |
---|
| 69 | mes "*sighs*"; |
---|
| 70 | close; |
---|
| 71 | } |
---|
| 72 | |
---|
| 73 | izlude_in,115,76,5 script Evan 47,{ |
---|
| 74 | mes "[Evan]"; |
---|
| 75 | mes " "; |
---|
| 76 | mes "*sighs*"; |
---|
| 77 | next; |
---|
| 78 | mes "[Evan]"; |
---|
| 79 | mes "Oh? Whats the matter? ...Well, I have finally managed to encase the soul of a pretty girl ..."; |
---|
| 80 | next; |
---|
| 81 | mes "[Evan]"; |
---|
| 82 | mes "...so why am I sad?"; |
---|
| 83 | mes " "; |
---|
| 84 | mes "It's because I don't even know how she looks like...say, if you can find me and 'Old Portrait' of her, I'll give you her lover's lost letter!"; |
---|
| 85 | next; |
---|
| 86 | mes "[Evan]"; |
---|
| 87 | mes "Whaddaya say? ..pal?"; |
---|
| 88 | next; |
---|
| 89 | |
---|
| 90 | menu "What do I need again?",-,"Here! I got what you need!",ExCreate,"Sorry, I can't help you.",ExEnd; |
---|
| 91 | |
---|
| 92 | mes "[Evan]"; |
---|
| 93 | mes "A picture of her lovely face..."; |
---|
| 94 | mes " "; |
---|
| 95 | mes "An 'Old Portrait' preferrably..."; |
---|
| 96 | close; |
---|
| 97 | |
---|
| 98 | ExCreate: |
---|
| 99 | mes "[Evan]"; |
---|
| 100 | mes "Really!! You'll help me!"; |
---|
| 101 | next; |
---|
| 102 | if(countitem(7014)<1) goto L_NoItem;//Items: Old_Portrait, |
---|
| 103 | delitem 7014,1;//Items: Old_Portrait, |
---|
| 104 | getitem 636,1;//Items: No_Recipient, |
---|
| 105 | mes "[Evan]"; |
---|
| 106 | mes "YES! I am forever in your debt!"; |
---|
| 107 | mes " "; |
---|
| 108 | mes "Here is lover's lost letter as promised! Again - Thank you!"; |
---|
| 109 | close; |
---|
| 110 | |
---|
| 111 | L_NoItem: |
---|
| 112 | mes "[Evan]"; |
---|
| 113 | mes "Waahhhh, stop playing with my feelings!"; |
---|
| 114 | mes " "; |
---|
| 115 | mes "Go away!"; |
---|
| 116 | close; |
---|
| 117 | |
---|
| 118 | ExEnd: |
---|
| 119 | mes "[Evan]"; |
---|
| 120 | mes "*sighs*"; |
---|
| 121 | close; |
---|
| 122 | } |
---|
| 123 | |
---|
| 124 | gef_fild07,183,239,5 script Old Smith 120,{ |
---|
| 125 | mes "[Old Smith]"; |
---|
| 126 | mes "Ah, isn't it peaceful up here - I used to be one of the legendary Blacksmiths of midgard...sadly my skills have faded."; |
---|
| 127 | next; |
---|
| 128 | if(countitem(7110)<1) goto L_NoItemS;//Items: Broken_Sword, |
---|
| 129 | mes "[Old Smith]"; |
---|
| 130 | mes "Hmm, it seems as if you need something. What would that be?"; |
---|
| 131 | next; |
---|
| 132 | menu "Can you fix this broken sword?",-,"Nothing really...",ExEnd; |
---|
| 133 | |
---|
| 134 | mes "[Old Smith]"; |
---|
| 135 | mes "Ahhh, this is a very old sword and yes I can fix it, I'll need an 'Oridecon' to mend the breaks though."; |
---|
| 136 | next; |
---|
| 137 | if(countitem(7110)<1 || countitem(984)<1) goto L_NoItem;//Items: Broken_Sword, Oridecon, |
---|
| 138 | delitem 7110,1;//Items: Broken_Sword, |
---|
| 139 | delitem 984,1;//Items: Oridecon, |
---|
| 140 | getitem 10020,1;//Items: Sword_of_Chinese_Exorcist, |
---|
| 141 | mes "[Old Smith]"; |
---|
| 142 | mes "Ah yes here we go!"; |
---|
| 143 | mes " "; |
---|
| 144 | mes "Haha! Gramps still has that old magic touch, Here you go!"; |
---|
| 145 | close; |
---|
| 146 | |
---|
| 147 | L_NoItem: |
---|
| 148 | mes "[Old Smith]"; |
---|
| 149 | mes "Hmm, you seem to be missing something... probably that 'Oridecon'."; |
---|
| 150 | close; |
---|
| 151 | |
---|
| 152 | L_NoItemS: |
---|
| 153 | ExEnd: |
---|
| 154 | mes "[Old Smith]"; |
---|
| 155 | mes "...ah well, go out and live life young one. Time never stops!"; |
---|
| 156 | close; |
---|
| 157 | } |
---|