local quest = 2005
if getPlayerStorageValue(cid, quest) == 13 then
doPlayerSendTextMessage(cid, 19, "May I help you with something?")
if msgcontains(msg, 'Tutor Quest')
then
doPlayerSendTextMessage(cid, 19, "Would you like to finish the Tutor Quest?")
if msgcontains(msg, 'yes')
then
doPlayerSendTextMessage(cid, 19, "Ok then, You need to answer a few questions first,ok?.")
if msgcontains(msg, 'yes')
then
doPlayerSendTextMessage(cid, 19, "What is the name of our server we play on?")
if msgcontains(msg, 'Another Realm')
then
doPlayerSendTextMessage(cid, 19, "Correct.Who was the creator of this map?")
if msgcontains(msg, 'Frillinde')
then
doPlayerSendTextMessage(cid, 19, "Also correct.What is the name of the map we on?")
if msgcontains(msg, 'Lands of Argatha')
then
doPlayerSendTextMessage(cid, 19, "Wow, another correct answer.You should pass this test easy.What is our capitol city?")
if msgcontains(msg, 'Corum')
then
doPlayerSendTextMessage(cid, 19, "Good answer.Who is our king?")
if msgcontains(msg, 'King Morellon')
then
doPlayerSendTextMessage(cid, 19, "Correct.What city lies in the desert?")
if msgcontains(msg, 'Sambo')
then
doPlayerSendTextMessage(cid, 19, "Well done.Only 3 questions left.True or false...A tutor should set a moral example for others.")
if msgcontains(msg, 'true')
then
doPlayerSendTextMessage(cid, 19, "What is our coldest city?")
if msgcontains(msg, 'Ebanor')
then
doPlayerSendTextMessage(cid, 19, "Correct.Last question, it's super easy too.Who is the most awesome character on this server?")
if msgcontains(msg, 'me')
then
doPlayerSendTextMessage(cid, 19, "YOU? You have no clue.Your Tutor Quest has been reset.Please go see Bob in New York to begin this quest")
setPlayerStorageValue(cid, quest, 0)
if msgcontains(msg, 'Frillinde')
then
doPlayerSendTextMessage(cid, 19, "Congratulations.You have passed the Tutor Quest and are now a tutor,")
doPlayerSetGroupId(cid, 2)
else
if getPlayerStorageValue(cid, quest) == 1 then
doPlayerSendTextMessage(cid, 19, "You should go see Curtis in Ebanor to continue this quest")
else
if getPlayerStorageValue(cid, quest) == 2 then
doPlayerSendTextMessage(cid, 19, "You should go see Brunelle in Duzanne to continue this quest")
else
if getPlayerStorageValue(cid, quest) == 3 then
doPlayerSendTextMessage(cid, 19, "You should go see Gomar at the Southern Post to continue this quest")
else
if getPlayerStorageValue(cid, quest) == 4 then
doPlayerSendTextMessage(cid, 19, "You should go see Braat in Tidus to continue this quest")
else
if getPlayerStorageValue(cid, quest) == 5 then
doPlayerSendTextMessage(cid, 19, "You should go see Freesin in Rundan to continue this quest")
else
if getPlayerStorageValue(cid, quest) == 6 then
doPlayerSendTextMessage(cid, 19, "You should go see Taldorian in Numbring to continue this quest")
else
if getPlayerStorageValue(cid, quest) == 7 then
doPlayerSendTextMessage(cid, 19, "You should go see Fexnir on the Plains of Gormaak to continue this quest")
else
if getPlayerStorageValue(cid, quest) == 8 then
doPlayerSendTextMessage(cid, 19, "You should go see Jolly in Kelbin to continue this quest")
else
if getPlayerStorageValue(cid, quest) == 9 then
doPlayerSendTextMessage(cid, 19, "You should go see Poani at the Northern post to continue this quest")
else
if getPlayerStorageValue(cid, quest) == 10 then
doPlayerSendTextMessage(cid, 19, "You should go see Te'Zethel on the Isle of Timarlane to continue this quest")
else
if getPlayerStorageValue(cid, quest) == 11 then
doPlayerSendTextMessage(cid, 19, "You should go see Delbert in Bendro to continue this quest")
else
if getPlayerStorageValue(cid, quest) == 12 then
doPlayerSendTextMessage(cid, 19, "You should go see Ferdelus in Roshka to continue this quest")
else
if getPlayerGroupId(cid) > "1" then
doPlayerSendCancel(cid, "The life of a tutor can be hard at times...")
else
doPlayerSendTextMessage(cid, 19, "(sigh).......I have something else to do.)