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