viewing paste Unknown #17612 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158
script        Smile Assistance::SmileHelper        4_F_03,{
 
        mes "[Smile Girl]";
 
        mes "Hi ~ Hi ~";
 
        mes "This is Smile Assistance.";
 
        mes "How may I help you ?";
 
        next;
 
        switch(select("^3355FFMr. Smile^000000 ?:Construct ^3355FFMr. Smile^000000 :Quit")) {
 
        case 1:
 
                mes "[Smile Girl]";
 
                mes "National Event held by the command of ^5577FFHis majesty Tristram the 3rd^000000,";
 
                mes "that intends to encourage the nation of the Rune-Midgarts Kingdom";
 
                mes " to play in more enjoyable atmosphere!";
 
                mes "I am ^3355FF' Smile Assistance '^000000,";
 
                mes ".. who leads the national event under the name of ";
 
                mes "^3355FFSmile throughout the Rune-Midgarts Kingdom~^000000";
 
                next;
 
                mes "[Smile Girl]";
 
                mes "With simple and easy-to-get items,";
 
                mes "I can provide you";
 
                mes "^3355FF' Mr. Smile '^000000.";
 
                mes "The requirements are followings.";
 
                next;
 
                mes "[Smile Girl]";
 
                mes "^3355FF10 Jellopy^000000";
 
                mes "^3355FF10 Fluff^000000";
 
                mes "^3355FF10 Clover^000000";
 
                next;
 
                mes "[Smile Girl]";
 
                mes "With this event";
 
                mes "Everybody will be happy and smile,";
 
                mes "getting together with other people,";
 
                mes "And will try to make Ragnarok the most enjoyable game in the world.";
 
                close;
 
        case 2:
 
                if (countitem(909) >= 9 && countitem(914) >= 9 && countitem(705) >= 9) {
 
                        mes "[Smile Girl]";
 
                        mes "Congratulations !";
 
                        mes "Now please take this Mr.Smile.";
 
                        next;
 
                        delitem 909,10; //Jellopy
 
                        delitem 914,10; //Fluff
 
                        delitem 705,10; //Clover
 
                        getitem 2278,1; //Mr_Smile
 
                        mes "[Smile Girl]";
 
                        mes "His majesty,Tristram the 3rd";
 
                        mes "has promised to try his best to make Ragnarok better and more enjoyable.";
 
                        next;
 
                        mes "The fact mentioned above";
 
                        mes "was announced by";
 
                        mes "the Public Information Bureau of the Rune-Midgarts Kingom.";
 
                        close;
 
                }
 
                else {
 
                        mes "[Smile Girl]";
 
                        mes "Oh - unfortunately";
 
                        mes "You have not brought";
 
                        mes "enough items for Mr. Smile.";
 
                        mes "^3355FF10 Jellopy^000000";
 
                        mes "^3355FF10 Fluff^000000";
 
                        mes "^3355FF10 Clover^000000";
 
                        mes "Please check the requirements above.";
 
                        close;
 
                }
 
        case 3:
 
                mes "[Smile Girl]";
 
                mes "Thank you for visiting us.";
 
                mes "We ..";
 
                mes "The Rune-Midgarts Kingdom";
 
                mes "always try to make Ragnarok";
 
                mes "better and more enjoyable game.";
 
                next;
 
                mes "[Smile Girl]";
 
                mes "We sincerely ask you";
 
                mes "to cooperate.";
 
                mes "The fact mentioned above";
 
                mes "was announced by the Public Information Bureau of the Rune-Midgarts Kingom.";
 
                close;
 
        }
 
}
 
Viewed 572 times, submitted by Guest.