viewing paste Unknown #6679 | Aegis

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 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232
npc "izlude" "Hypnotist#novice" 4_F_TELEPORTER 127 175 3 0 0
OnClick:
    dialog "[Hypnotist]"
    dialog "Greetings, adventurer."
    dialog "I'm a member of the Hypnotist"
    dialog "Academy sent here to Izlude"
    dialog "to provide Skill Reset services"
    dialog "to certain First Class characters for a really good price: free!"
    wait
    dialog "[Hypnotist]"
    dialog "Although I offer unlimited"
    dialog "stat/skill resets for now, I have"
    dialog "two conditions that must be"
    dialog "fulfilled. First, you must be"
    dialog "lower than ^FF0000Base Level 50^000000."
    wait
    dialog "[Hypnotist]"
    dialog "Second, you must be a"
    dialog "^FF0000Swordman, Acolyte, Mage,"
    dialog "Thief, Archer, Merchant,"
    dialog "Taekwon Boy, or Taekwon Girl,"
    dialog "Gunslinger and Ninja^000000"
    dialog "Job character to qualify."
    dialog "Now, do you have any questions?"
    wait
    choose menu "^FF0000Stat/Skill Reset?^000000" "^FF0000Reset stats^000000" "^FF0000Reset skills^000000" "Cancel"
    case 1
        dialog "[Hypnotist]"
        dialog "Stat/Skill Resets allow adventuers"
        dialog "to redistribute their Skill"
        dialog "Points if they are unhappy"
        dialog "with their current skills."
        wait
        dialog "[Hypnotist]"
        dialog "Before proceeding with"
        dialog "a Stat/Skill Reset, you must"
        dialog "reduce all of the weight"
        dialog "of all carried items on your"
        dialog "character to 0. You can put"
        dialog "extra items in Kafra Storage."
        wait
        dialog "[Hypnotist]"
        dialog "Ah, it's also important"
        dialog "to remove your ^FF0000Pushcart^000000"
        dialog "if you have one equipped."
        dialog "Otherwise, hypnosis won't"
        dialog "work, or will backfire..."
        close
        return
    break
    case 2
        dialog "[Hypnotist]"
        dialog "Are you sure that you"
        dialog "want to proceed with"
        dialog "my ^FF0000Stat Reset^000000 service?"
        wait
        choose menu "Yes" "Cancel"
        case 1
            if ((v[VAR_JOB] == SWORDMAN) | (v[VAR_JOB] == ARCHER) | (v[VAR_JOB] == ACOLYTE) | (v[VAR_JOB] == THIEF) | (v[VAR_JOB] == MAGICIAN) | (v[VAR_JOB] == MERCHANT) | (v[VAR_JOB] == TAEKWON) | (v[VAR_JOB] == GUNSLINGER) | (v[VAR_JOB] == NINJA))
                if (v[VAR_ISCARTON] == 1)
                    dialog "[Hypnotist]"
                    dialog "Oh! Please remove your"
                    dialog "Pushcart before proceeding"
                    dialog "with the Skill Reset service."
                    dialog "Thanks for cooperating~"
                    close
                    return
                endif
                if (v[VAR_WEIGHT] != 0)
                    dialog "[Hypnotist]"
                    dialog "If you're here for my Skill"
                    dialog "Reset service, please"
                    dialog "remember that you can't"
                    dialog "reset your skills until the"
                    dialog "^FF0000weight of your carried items in"
                    dialog "your Inventory is reduced to 0^000000."
                    wait
                    dialog "[Hypnotist]"
                    dialog "Why don't you place your"
                    dialog "things into the Kafra Storage"
                    dialog "for now? That way, you can"
                    dialog "safely keep all of your goods."
                    close
                    return
                endif
                if ((v[VAR_JOB] == TAEKWON) | (v[VAR_JOB] == GUNSLINGER) | (v[VAR_JOB] == NINJA))
                    if (v[VAR_CLEVEL] > 49)
                        dialog "[Hypnotist]"
                        dialog "I'm sorry, but characters"
                        dialog "with Base Levels higher"
                        dialog "than 50 are ineligible for the"
                        dialog "Stat Reset service I provide."
                        close
                        return
                    else
                    endif
                else
                endif
                dialog "[Hypnotist]"
                dialog "Thank you for using"
                dialog "my Stat Redistribution"
                dialog "services. Oh, and best"
                dialog "of luck to you on your"
                dialog "travels, adventurer."
                ResetStat
                close
                return
            else
                dialog "[Hypnotist]"
                dialog "I'm sorry, but your"
                dialog "Job Class doesn't qualify"
                dialog "for the Stat Reset service"
                dialog "that I provide. I can only"
                dialog "offer Stat Resets to the"
                dialog "following Jobs..."
                wait
                dialog "[Hypnotist]"
                dialog "^FF0000Swordman, Acolyte,"
                dialog "Mage, Thief, Archer,"
                dialog "Merchant, Taekwon"
                dialog "Boy, Taekwon Girl,"
                dialog "Gunslinder and Ninja^000000."
                close
                return
            endif
        break
        case 2
            dialog "[Hypnotist]"
            dialog "Thank you, and good"
            dialog "luck on your adventures."
            dialog "Please travel in safety~"
            close
            return
        break
        endchoose
    break
    case 3
        dialog "[Hypnotist]"
        dialog "Are you sure that you"
        dialog "want to proceed with"
        dialog "my ^FF0000Skill Reset^000000 service?"
        wait
        choose menu "Yes" "Cancel"
        case 1
            if ((v[VAR_JOB] == SWORDMAN) | (v[VAR_JOB] == ARCHER) | (v[VAR_JOB] == ACOLYTE) | (v[VAR_JOB] == THIEF) | (v[VAR_JOB] == MAGICIAN) | (v[VAR_JOB] == MERCHANT) | (v[VAR_JOB] == TAEKWON) | (v[VAR_JOB] == GUNSLINGER) | (v[VAR_JOB] == NINJA))
                if (v[VAR_ISCARTON] == 1)
                    dialog "[Hypnotist]"
                    dialog "Oh! Please remove your"
                    dialog "Pushcart before proceeding"
                    dialog "with the Skill Reset service."
                    dialog "Thanks for cooperating~"
                    close
                    return
                endif
                if (v[VAR_WEIGHT] != 0)
                    dialog "[Hypnotist]"
                    dialog "If you're here for my Skill"
                    dialog "Reset service, please"
                    dialog "remember that you can't"
                    dialog "reset your skills until the"
                    dialog "^FF0000weight of your carried items in"
                    dialog "your Inventory is reduced to 0^000000."
                    wait
                    dialog "[Hypnotist]"
                    dialog "Why don't you place your"
                    dialog "things into the Kafra Storage"
                    dialog "for now? That way, you can"
                    dialog "safely keep all of your goods."
                    close
                    return
                endif
                if ((v[VAR_JOB] == TAEKWON) | (v[VAR_JOB] == GUNSLINGER) | (v[VAR_JOB] == NINJA))
                    if (v[VAR_CLEVEL] > 49)
                        dialog "[Hypnotist]"
                        dialog "I'm sorry, but characters"
                        dialog "with Base Levels higher"
                        dialog "than 50 are ineligible for the"
                        dialog "Skill Reset service I provide."
                        close
                        return
                    else
                    endif
                else
                endif
                dialog "[Hypnotist]"
                dialog "Thank you for using"
                dialog "my Skill Redistribution"
                dialog "services. Oh, and best"
                dialog "of luck to you on your"
                dialog "travels, adventurer."
                ResetSkill
                close
                return
            else
                dialog "[Hypnotist]"
                dialog "I'm sorry, but your"
                dialog "Job Class doesn't qualify"
                dialog "for the Skill Reset service"
                dialog "that I provide. I can only"
                dialog "offer Skill Resets to the"
                dialog "following Jobs..."
                wait
                dialog "[Hypnotist]"
                dialog "^FF0000Swordman, Acolyte,"
                dialog "Mage, Thief, Archer,"
                dialog "Merchant, Taekwon"
                dialog "Boy, Taekwon Girl,"
                dialog "Gunslinder and Ninja^000000."
                close
                return
            endif
        break
        case 2
            dialog "[Hypnotist]"
            dialog "Thank you, and good"
            dialog "luck on your adventures."
            dialog "Please travel in safety~"
            close
            return
        break
        endchoose
    break
    case 4
        dialog "[Hypnotist]"
        dialog "Thank you, and good"
        dialog "luck on your adventures."
        dialog "Please travel in safety~"
        close
        return
    break
    endchoose
return
Viewed 871 times, submitted by Muad_Dib.