summaryrefslogtreecommitdiff
path: root/npc/pre-re/jobs
diff options
context:
space:
mode:
Diffstat (limited to 'npc/pre-re/jobs')
-rw-r--r--npc/pre-re/jobs/3-1/archbishop.txt1897
-rw-r--r--npc/pre-re/jobs/3-1/mechanic.txt871
-rw-r--r--npc/pre-re/jobs/3-1/ranger.txt3218
-rw-r--r--npc/pre-re/jobs/3-1/rune_knight.txt3984
-rw-r--r--npc/pre-re/jobs/3-1/warlock.txt2109
-rw-r--r--npc/pre-re/jobs/3-2/genetic.txt1471
-rw-r--r--npc/pre-re/jobs/3-2/minstrel.txt2598
-rw-r--r--npc/pre-re/jobs/3-2/royal_guard.txt517
-rw-r--r--npc/pre-re/jobs/3-2/shadow_chaser.txt2346
-rw-r--r--npc/pre-re/jobs/3-2/sorcerer.txt585
-rw-r--r--npc/pre-re/jobs/3-2/sura.txt1190
-rw-r--r--npc/pre-re/jobs/3-2/wanderer.txt1393
12 files changed, 0 insertions, 22179 deletions
diff --git a/npc/pre-re/jobs/3-1/archbishop.txt b/npc/pre-re/jobs/3-1/archbishop.txt
deleted file mode 100644
index 395bbb6cc..000000000
--- a/npc/pre-re/jobs/3-1/archbishop.txt
+++ /dev/null
@@ -1,1897 +0,0 @@
-//===== rAthena Script =======================================
-//= Arch Bishop Job change Quest
-//===== By: ==================================================
-//= L0ne_W0lf
-//= Credits: Gepard
-//===== Current Version: =====================================
-//= 1.5
-//===== Compatible With: =====================================
-//= rAthena SVN
-//===== Description: =========================================
-//= [Translated from the Official]
-//= Job change Quest from Priest / High Priest -> Arch Bishop.
-//===== Additional Comments: =================================
-//= 1.0 First version.
-//= 1.1 Fixed class checks for arch bishops.
-//= 1.2 Fixed Job tags typos.
-//= 1.3 Made some NPC's into duplicates and fixed some && / || checks. [Masao]
-//= 1.4 Fixed Job_Archbishop/Job_Archbishop_T typos. [Euphy]
-//= 1.5 Redone the whole Script. [Masao]
-//============================================================
-
-prt_church,103,88,3 script Praying Minister#arch 60,{
- if ((Class != Job_Priest) && (Class != Job_High_Priest) && (Class != Job_Baby_Priest)) {
- if (Class == Job_Arch_Bishop || Class == Job_Arch_Bishop_T || Class == Job_Baby_Bishop) {
- mes "[Praying Minister]";
- mes "Ah! An Archbishop.";
- mes "You have reached the state of light.";
- mes "I hope you give happiness and honor to people during your adventures.";
- close;
- }
- mes "[Praying Minister]";
- mes "In front of the Almighty God Odin, there shall be no person smarter than him, and there will be no person more merciful than him.";
- next;
- mes "[Praying Minister]";
- mes "All ministers of Odin should be diligent. They should never be too lazy to serve Odin.";
- next;
- mes "[Praying Minister]";
- mes "Thesedays, I've heard that ministers are becoming lax in their duty to Odin and adorn themselves with the splendors of the world.";
- next;
- mes "[Praying Minister]";
- mes "If you see any of these ministers, can you ask to them to go to the church in prontera?";
- next;
- mes "[Praying Minister]";
- mes "They give out a special aura so you can easily recognize them.";
- mes "I'm going to make them ministers worthy of serving Odin.";
- close;
- }
- if ((BaseLevel == 99) && (JobLevel > 49)) {
- if (job_arch == 0) {
- if (SkillPoint) {
- mes "You can't change jobs without using all your skill points. Please use all of your skill points before applying to change jobs~";
- close;
- }
- mes "[Praying Minister]";
- mes "In front of the Almighty God Odin, there shall be no person smarter than him, and there will be no person more merciful than him.";
- next;
- mes "[Praying Minister]";
- mes "All ministers of Odin should be diligent. They should never be too lazy to serve Odin.";
- next;
- if (Sex == 1) {
- mes "[Praying Minister]";
- mes "Brother, how has your life been?";
- }
- else {
- mes "[Praying Minister]";
- mes "Sister, how has your life been?";
- }
- mes "Have you lived it to it's fullest?";
- mes "Have you served your life in the light of Odin?";
- next;
- mes "[Praying Minister]";
- mes "We are ministers and our behavior is seen as acts of the Gods.";
- mes "We should always be mindful of this.";
- next;
- mes "[Praying Minister]";
- mes "We should always tell the truth.";
- mes "We should not fall prey to lies and deceit.";
- next;
- if (Sex == 1) {
- mes "[Praying Minister]";
- mes "Brother...";
- }
- else {
- mes "[Praying Minister]";
- mes "Sister...";
- }
- mes "Even though we serve Odin, we are normal people.";
- mes "We can be degraded in spite of ourselves and we must realize that.";
- next;
- mes "[Praying Minister]";
- mes "We always try to keep our original intention in mind and spread Odin's rule.";
- next;
- menu "How do I become like that?",-;
- mes "[Praying Minister]";
- mes "That's a good question.";
- mes "We have lots of methods.";
- mes "But, I recommend this.";
- next;
- mes "[Praying Minister]";
- mes "Have you ever heard of a";
- mes "^3131FFHoly Pilgrimage^000000?";
- mes "A Holy Pilgrimage means going to a holy place to pray to the God Odin for protection and grace.";
- next;
- mes "[Praying Minister]";
- mes "When you pray to Odin in the holy place, you will feel that you are born again.";
- next;
- mes "[Praying Minister]";
- mes "What do you think?";
- mes "Would you like to do a Holy Pilgrimage?";
- next;
- switch (select("Yes I want to.:I'll think about it.")) {
- case 1:
- mes "[Praying Minister]";
- mes "That's the correct attitude.";
- mes "A person who lives in one's mundane life would better have a new mind and body and evolve to the way of a true minister of Odin.";
- next;
- mes "[Praying Minister]";
- mes "There is a small village named Umbala far from here.";
- mes "That village is a where a tribe lives in harmony with nature.";
- next;
- mes "[Praying Minister]";
- mes "Go there and find Priest Dayan.";
- mes "Tell him exactly, ''^3131FFI'm here for the Holy Pilgrimage^000000.''";
- next;
- mes "[Praying Minister]";
- mes "He's very old so he is hard of hearing.";
- mes "You have to speak loud and clearly. You got it?";
- mes "I hope that this paves the way for you to live in the light of Odin......";
- set job_arch,1;
- setquest 2187;
- close;
- case 2:
- mes "[Praying Minister]";
- mes "A Holy Pilgrimage isn't that difficult.";
- mes "Just be mindful that once you start the path you will be on your way to the way of a true minister of Odin.";
- next;
- mes "[Praying Minister]";
- mes "Feel free to visit me if you change your mind.";
- mes "I'll always be here for you.";
- close;
- }
- }
- mes "[Praying Minister]";
- mes "How's it going?";
- mes "Did you meet Priest Dayan in Umbala?";
- close;
- }
- mes "[Praying Minister]";
- mes "In front of the Almighty God Odin, there shall be no person smarter than him, and there will be no person more merciful than him.";
- next;
- mes "[Praying Minister]";
- mes "All ministers of Odin should be diligent. They should never be too lazy to serve Odin.";
- next;
- mes "[Praying Minister]";
- mes "Thesedays, I've heard that ministers are becoming lax in their duty to Odin and adorn themselves with the splendors of the world.";
- next;
- mes "[Praying Minister]";
- mes "If you see any of these ministers, can you ask to them to go to the church in prontera?";
- next;
- mes "[Praying Minister]";
- mes "They give out a special aura so you can easily recognize them.";
- mes "I'm going to make them ministers worthy of serving Odin.";
- close;
-}
-
-umbala,137,227,5 script Utan Boy#arch 787,{
- mes "[Utan Boy]";
- mes "........";
- close;
-}
-
-umbala,139,227,3 script Priest#arch 60,{
- if (job_arch < 1) {
- mes "[Priest]";
- mes "Un...ba... Unba?";
- close;
- }
- if (job_arch == 1) {
- mes "[Priest]";
- mes "Un...ba... Umba?";
- next;
- mes "[Utan Boy]";
- mes "...............";
- next;
- mes "[Priest]";
- mes "Is that... right?";
- mes "Hmm... so...";
- mes "Um...ma? Umau...ma?";
- emotion e_swt;
- next;
- mes "[Utan Boy]";
- mes "...............";
- next;
- mes "[Priest]";
- mes "Huuuuuu......";
- mes "Oh, dear . I feel heavy.";
- mes "hohohoho.";
- next;
- mes "- mumbling~ -";
- next;
- mes "[Priest]";
- mes "hahahahaha.";
- mes "huhuhuhu. humhum.";
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "Hello. are you... Priest Dayan?";
- next;
- mes "[Priest]";
- mes "Huh?";
- next;
- mes "He turns his head towards you.";
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "Aren't you Priest Dayan?";
- next;
- mes "[Priest]";
- mes "muttering...";
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "Priest! Da~yan! Right!?";
- next;
- mes "[Priest Dayan]";
- mes "Ah~, yes.";
- mes "Yes, I am.";
- if (Sex == 1) {
- mes "I'm Dayan. Nice to meet you Brother.";
- }
- else {
- mes "I'm Dayan. Nice to meet you Sister.";
- }
- next;
- mes "The old priest gives you an ear to ear grin. ";
- next;
- mes "[Priest Dayan]";
- mes "I forgot to wear my hearing aid. hehe.";
- mes "Anyway, why have you come here?";
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "Hmm, I wanted to tell you...";
- next;
- input .@inputstr$;
- mes "[" + strcharinfo(0) + "]";
- mes "" + .@inputstr$ + "";
- next;
- if (.@inputstr$ != "I'm here for the Holy Pilgrimage") {
- mes "Priest Dayan doesn't seem to understand you. He just stares at you and smiles.";
- next;
- mes "[Priest]";
- mes "Eh? Say what?";
- close;
- }
- mes "[Priest Dayan]";
- mes "..............?";
- next;
- mes "He cups his ears towards you.";
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "^FF0000I'm here for the Holy Pilgrimage!^000000";
- mes "^FF0000I'm here for the Holy Pilgrimage!^000000";
- mes "^FF0000I'm here for the Holy Pilgrimage!^000000";
- mes "^FF0000I'm here for the Holy Pilgrimage!^000000";
- next;
- mes "[Priest Dayan]";
- mes "Eh... are you?";
- mes "A pilgrimage to the Holy Land...";
- mes "It has been a long time since I've seen such a devout minister.";
- if (Sex == 1) {
- mes "Welcome. Brother.";
- next;
- }
- else {
- mes "Welcome. Sister.";
- next;
- }
- mes "The old priest gives you a gracious smile.";
- next;
- mes "[Priest Dayan]";
- mes "See this village with the huge forest surrounding it.";
- mes "Can you see a giant tree?";
- next;
- mes "[Priest Dayan]";
- mes "That big tree is called The ^3131FFYggdrasil^000000.";
- mes "That tree was created from Ymir's body after Odin created the world as you know it, Rune Midgard.";
- next;
- mes "[Priest Dayan]";
- mes "A fountain pours out from the end of Yggdrasil's roots that spread to every world.";
- next;
- mes "[Priest Dayan]";
- mes "The roots head to Nifflheim where you can find Hvergelmir spring.";
- mes "In Rune Midgard there is Mimir's spring. And in Asgard, the world of the Gods, there is the Word spring.";
- next;
- mes "[Priest Dayan]";
- mes "Mimir spring wells with intelligence, myth says that if Odin lets you have his eye that you will gain all of the knowledge within that spring.";
- next;
- mes "[Priest Dayan]";
- if (Sex == 1) {
- mes "Brother.";
- }
- else {
- mes "Sister.";
- }
- mes "Through the Holy Pilgrimage, we can make ourselves pious by cleansing our bodies and souls.";
- next;
- mes "[Priest Dayan]";
- mes "Enter the Yggdrasil.";
- mes "You may be assaulted by creatures in there but be mindful that their intentions are only to protect the Yggdrasil.";
- next;
- mes "[Priest Dayan]";
- mes "Follow your steps with purpose.";
- mes "If Odin doesn't abandon you, you can reach the beginning of the world at the stem of the Yggdrasil.";
- mes "When you arrive there, find a quiet place.";
- next;
- mes "[Priest Dayan]";
- mes "Pray for a life of faith and expiate your sins with a pious mind.";
- next;
- mes "[Priest Dayan]";
- mes "Admire Odin's omniscience and omnipotence and pray for a wisdom to choose the right path.";
- mes "^3131FFFeel free to ask me about how to pray^000000.";
- next;
- mes "[Priest Dayan]";
- mes "Lets see, go to the place of the most famous creature from Odin.";
- next;
- mes "[Priest Dayan]";
- mes "After making your pilgrimage, let's have a drink together and talk about your experience.";
- next;
- mes "- Priest Dayan smiles again. -";
- set job_arch,2;
- changequest 2187,2188;
- close;
- }
- if (job_arch == 2) {
- mes "[Priest Dayan]";
- mes "This place is the holiest place in the world, Yggdrasil.";
- mes "This holy ceremony will brighten your soul.";
- next;
- switch (select("How should I pray?:Cancel.")) {
- case 1:
- mes "[Priest Dayan]";
- mes "Through prayer, we can follow four paths.";
- mes "Remember what I say to you now.";
- next;
- mes "[Priest Dayan]";
- mes "The 1st way is the ^3131FFway of meditation^000000.";
- mes "In the way of meditation, we have to be ready to greet Odin with a clear conscience.";
- next;
- mes "[Priest Dayan]";
- mes "Meditation starts with a ^3131FFBlessing^000000 which calms your mind down.";
- next;
- mes "[Priest Dayan]";
- mes "The 2nd is the ^3131FFway of agony^000000.";
- mes "Through the way of agony, we reflect on ourselves with confession about our retribution for the deeds of a former life.";
- next;
- mes "[Priest Dayan]";
- mes "Don't be afraid of pain. That is a necessity and will be a first step to enter a way to liquidate past wounds.";
- next;
- mes "[Priest Dayan]";
- mes "The 3rd way is the ^3131FFway of joy^000000.";
- mes "As you rid yourself of pain, your mind will suffer less and you will experience the joy of life as you help and console others.";
- next;
- mes "[Priest Dayan]";
- mes "They will bless you because you are an existence of joy overcoming an affliction. We call that ^3131FFAspersio^000000.";
- mes "You must drink a ^3131FFHoly Water^000000 with appreciation of Aspersio.";
- next;
- mes "[Priest Dayan]";
- mes "The last way is the ^3131FFway of light^000000.";
- mes "You are free from all sin because you were blessed from all creation.";
- next;
- mes "[Priest Dayan]";
- mes "You were reborn as light, sing a ^3131FFGloria^000000 of joy and soul that loves you.";
- next;
- mes "[Priest Dayan]";
- mes "After finishing all of these prayers, just stand up with a pious mind.";
- mes "If your prayer is truthful, Odin will lend you his wisdom.";
- next;
- mes "[Priest Dayan]";
- mes "Are you ready?";
- mes "Okay, it's time to leave and exculpate yourself.";
- mes "If your prayer is finished, let's talk.";
- close;
- case 2:
- mes "[Priest Dayan]";
- mes "I hope that my prayer can weaken your agony...";
- close;
- }
- }
- if (job_arch == 3) {
- mes "[Priest Dayan]";
- mes "Oh, you've come back.";
- mes "I can feel that you have a fresh energy. Maybe you did pray truthfully.";
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "I feel light-hearted. Like I was just reborn...";
- next;
- mes "[Priest Dayan]";
- mes "Your faith gives you confidence and courage.";
- mes "A smile from a peaceful mind will easily rid people of their wariness.";
- mes "Please, inspire people with love and energy.";
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "Thanks for your kind words.";
- next;
- mes "[Priest Dayan]";
- if (Sex == 1) {
- mes "Brother.";
- }
- else {
- mes "Sister.";
- }
- mes "Now, there is a place you should go to.";
- next;
- mes "[Priest Dayan]";
- mes "That place is Hugel in Schwaltzvalt.";
- mes "There is a Nun praying there named Vinue, she is a true minister who prays for the suffering people in the world.";
- mes "But the last time I saw her she seemed sad.";
- next;
- mes "[Priest Dayan]";
- mes "Can you convince her to make a pilgrimage to Yggdrasil?";
- mes "I think she is exhausted due to praying too much. I hope the air of Yggdrasil will be helpful to her.";
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "Don't worry.";
- mes "I'll go and meet her.";
- next;
- mes "[Priest Dayan]";
- if (Sex == 1) {
- mes "Feel free to visit here when you want to pray, brother.";
- }
- else {
- mes "Feel free to visit here when you want to pray, sister.";
- }
- mes "A visit from a friend always makes me happy.";
- set job_arch,4;
- changequest 2188,2189;
- close;
- }
- mes "[Dayan]";
- mes "Did you find Vinue in Hugel?";
- close;
-}
-
-yggdrasil01,220,47,0 script #A pilgrimage to the Ho 139,5,5,{
-
-OnTouch:
- if (job_arch == 2) {
- mes "[" + strcharinfo(0) + "]";
- mes "Is it the spring of Hvergelmir.";
- mes "This place is a very vivid and peaceful place.";
- mes "It's proper to pray.";
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "Time to genuflect...";
- mes "Hmm, what did that priest say to me?";
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "Hmm... What is the first way?";
- next;
- switch (select("The way of silence.:The way of confession.:The way of meditation.")) {
- case 1:
- mes "[" + strcharinfo(0) + "]";
- mes "";
- mes "I don't think so.";
- close;
- case 2:
- mes "[" + strcharinfo(0) + "]";
- mes "The way of confession...?";
- mes "I don't think so.";
- close;
- case 3:
- mes "[" + strcharinfo(0) + "]";
- mes "The way of meditation...?";
- mes "Yes, it's the way of meditation.";
- next;
- break;
- }
- mes "^3131FF[Priest Dayan]^000000";
- mes "^3131FFThe 1st way is the way of meditation.^000000";
- mes "^3131FFIn the way of meditation, we have to be ready to greet Odin with a clear conscience.^000000";
- next;
- mes "^3131FF[Priest Dayan]^000000";
- mes "^3131FFMeditation starts with a Blessing which calms your mind down.^000000";
- next;
- mes "- You close your eyes slowly and take a deep breath. -";
- next;
- mes "- * BLESSING! * -";
- specialeffect2 EF_BLESSING;
- next;
- mes "Your mind is refreshed with the blessing effect.";
- mes "You continue to meditate trying to rid your mind of any ill feelings.";
- next;
- mes "^3131FF[Priest Dayan]^000000";
- mes "^3131FFThe 2nd is the way of agony^000000.";
- mes "^3131FFThrough the way of agony, we reflect on ourselves with confession about our retribution for the deeds of a former life.^000000";
- next;
- mes "^3131FF[Priest Dayan]^000000";
- mes "^3131FFDon't be afraid of pain. That is a necessity and will be a first step to enter a way to liquidate past wounds.^000000";
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "Pain... What kind of faults have I had?";
- input .@inputstr$;
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "I confess my guilt to the Almighty God Odin.";
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "^3131FF" + .@inputstr$ + ".^000000";
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "Oh benevolent Odin, Take mercy on me and pity me because I'm remiss in the discharge of my duties as a minister.";
- mes "Please, lead the way and save a foolish minister with your wisdom.";
- next;
- mes "You ruminate about your confession and are lost in thought again.";
- next;
- mes ".............................";
- next;
- mes ".............................";
- mes ".........................";
- next;
- mes ".............................";
- mes ".........................";
- mes ".....................";
- next;
- mes "^3131FF[Priest Dayan]^000000";
- mes "^3131FFThe 3rd way is the way of joy.^000000";
- mes "^3131FFAs you rid yourself of pain, your mind will suffer less and you will experience the joy of life as you help and console others.^000000";
- next;
- mes "^3131FF[Priest Dayan]^000000";
- mes "^3131FFAnd also they will bless you because you are an existence of joy overcoming an affliction. We call that Aspersio^000000.";
- mes "^3131FFYou must drink a Holy Water with appreciation of Aspersio.^000000";
- next;
- if (countitem(523) == 0) {
- mes "[" + strcharinfo(0) + "]";
- mes "Oh no! I forgot to bring a Holy Water!";
- close;
- }
- mes "- You bow respectfully holding up a Holy Water and put the glass to your lips. -";
- next;
- mes "- * ASPERSIO ! * -";
- specialeffect2 EF_ASPERSIO;
- next;
- specialeffect2 EF_RECOVERY;
- mes ".............................";
- next;
- mes ".............................";
- mes ".........................";
- next;
- mes ".............................";
- mes ".........................";
- mes ".....................";
- next;
- mes "^3131FF[Priest Dayan]^000000";
- mes "^3131FFThe last way is a way of light^000000.^000000.";
- mes "^3131FFYou are free from all sin because you were blessed from all creation.^000000";
- next;
- mes "^3131FF[Priest Dayan]^000000";
- mes "^3131FFYou were reborn as light, sing a Gloria of joy and soul that love you.^000000";
- next;
- mes "- You breath in deep and start to sing a Gloria.";
- mes "A chord crashs out in the spring of Hvergelmir and a waterfall sound gives you a refreshing feeling. -";
- specialeffect2 EF_GLORIA;
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "~Descendants of Heimdal gather under the Ash tree Yggdrasil.~";
- mes "~The Curdan bird which sits on a branch brings me the wisdom of whole world.~";
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "~The Curdan wolf protects me from all threats in the world.~";
- specialeffect2 EF_GLORIA;
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "~The host of ballascalf, rise up from your seat. The whole world shouts for joy.~";
- mes "~The father of light, the poet of wisdom, sing for me.~";
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "~The host of a glittering glass, give me a holy prediction.~";
- specialeffect2 EF_GLORIA;
- next;
- mes "- After you finish the song, you feel light and strong with abundant devotion. -";
- specialeffect2 EF_BLESSING;
- specialeffect2 EF_RESURRECTION;
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "That was refreshing.";
- mes "I guess I should go back to Priest Dayan.";
- set job_arch,3;
- close2;
- warp "umbala",138,219;
- end;
- }
- if (job_arch == 3) {
- mes "[" + strcharinfo(0) + "]";
- mes "The song is over. It's time to go back to Priest Dayan.";
- close2;
- warp "umbala",138,219;
- end;
- }
- end;
-}
-
-hu_in01,205,204,7 script Praying Nun#benew 79,{
- if (job_arch == 4) {
- mes "- There is a nun closing her eyes as she murmurs something which sounds like a prayer. -";
- next;
- switch (select("Talk to her.:Stay Quiet.")) {
- case 1:
- break;
- case 2:
- mes "- You don't feel like disturbing her -";
- close;
- }
- mes "[" + strcharinfo(0) + "]";
- mes "Umm, hello sister?";
- next;
- mes "[Vinue]";
- mes "Ah, Welcome.";
- mes "It's not time to have a service yet...";
- if (Sex == 1) {
- mes "Are you here to pray, brother?";
- }
- else {
- mes "Are you here to pray, sister?";
- }
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "I came here to say hello from Priest Dayan from Prontera.";
- next;
- mes "[Vinue]";
- mes "Ah, Priest Dayan.";
- mes "Is he good?";
- mes "He is so cute even though he's old.";
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "He told me that he was worried because when he saw you last time, you seemed sad.";
- mes "He asks you to go on a Holy Pilgrimage.";
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "Umbala has the vital power of nature!";
- next;
- mes "[Vinue]";
- mes "Ah...";
- if (Sex == 1) {
- mes "He's very kind. As are you brother.";
- }
- else {
- mes "He's very kind. As are you sister.";
- }
- next;
- mes "[Vinue]";
- mes "But don't worry.";
- mes "I'm just a little tired because of a bad dream.";
- next;
- mes "[Vinue]";
- mes "Evil is always watching for our souls.";
- mes "If you are indifferent to praying, it never misses an opportunity.";
- next;
- switch (select("A dream? What kind of dream?:Your soul should be fine.")) {
- case 1:
- break;
- case 2:
- mes "[Vinue]";
- mes "Oh but that's where you're wrong.";
- mes "My soul may be the most at risk.";
- mes "Thank you for delivering the message.";
- mes "I'll go back to my prayers.";
- close;
- }
- mes "[Vinue]";
- mes "That is...";
- mes "Actually I started to have a bad dream from the date I was appointed.";
- next;
- mes "[Vinue]";
- mes "At first, it was a dream that Valkyrie was sad and in darkness.";
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "Valkyrie?";
- next;
- mes "[Vinue]";
- mes "Yeah...";
- mes "She was crying in a pitch-black room.";
- mes "Hanging down like a bird that had its wings cut.";
- next;
- mes "[Vinue]";
- mes "But, as time went by, the dream became scarier. Now Valkyrie is arrested with chains and then finally she is dashed to pieces.";
- next;
- mes "[Vinue]";
- mes "What a cruel performance! I suddenly can't breathe properly and then I wake up.";
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "To have to see the death of Valkyrie, must be a tormenting dream.";
- next;
- mes "[Vinue]";
- mes "Is it just a nightmare?";
- mes "Or do you think it is an omen?";
- next;
- mes "[Vinue]";
- mes "I've been wanting to pray at Odin's shrine to make the dream go away. But that shrine became a den of evil a long time ago.";
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "The shrine?";
- mes "Nobody tried to subdue the evil?";
- next;
- mes "[Vinue]";
- mes "Unfortunely, I'm a nun who doesn't have any exorcism skill...";
- mes "Residents of Hugel just stood aghast of the sight because they are not familiar with adventure.";
- next;
- mes "[Vinue]";
- mes "Thesedays, there are a lot of people because of the development of the Odin shrine, but their situation is not so good.";
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "Is the dream related with the evil in the Odin shrine?";
- next;
- mes "[Vinue]";
- mes "Hum... well.";
- mes "I don't have any way to find out.";
- mes "I don't have a method, so I just pray.";
- next;
- switch (select("I'll investgate for you.:I'll pray with you.")) {
- case 1:
- break;
- case 2:
- mes "[Vinue]";
- mes "Thank you.";
- mes "I'll pray that the darkness stays away.";
- mes "I hope you have a good time with the festival here in Hugel.";
- close;
- }
- mes "[Vinue]";
- mes "Yeah?";
- mes "But, it'll be scary inside!";
- mes "There are lots of devils inside!";
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "But I can't pretend to ignore a Sister who is in trouble?";
- mes "I'm a minister who copes with lots of asceticism!";
- mes "Entrust me.";
- next;
- mes "[Vinue]";
- mes "Ah... I'm so worried....";
- mes "I'll never forget your warm heart.";
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "How do I get to Odin shrine?";
- next;
- mes "[Vinue]";
- mes "There is a ferry on the right side of the church.";
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "Ok, wait for good news!";
- next;
- mes "[Vinue]";
- mes "I'll pray for your safe return.";
- mes "I hope that Odin gives you his protection as well.";
- set job_arch, 5;
- changequest 2189,2190;
- close;
- }
- if ((job_arch > 4) && (job_arch < 100)) {
- mes "[Vinue]";
- mes "I'll pray for your safe return.";
- close;
- }
- mes "[Vinue]";
- mes "I feel refreshed.";
- mes "It must be good news?";
- mes "Thanks the Gods.";
- close;
-}
-
-odin_tem02,282,263,0 script #find_val 139,3,3,{
-
-OnTouch:
- if ((job_arch > 4) && (job_arch < 100)) {
- hideoffnpc "Valkyrie Illusion#arch";
- }
- end;
-}
-
-odin_tem02,281,275,3 script Valkyrie Illusion#arch 403,{
- if ((job_arch > 4) && (job_arch < 100)) {
- mes "You can see Valkyrie who has a despairing face.";
- next;
- switch (select("Touch Valkyrie's Illusion.:Turn away.")) {
- case 1:
- mes "You lose your consciousness while getting a closer view of Valkyrie's Illusion.";
- close2;
- specialeffect2 EF_CLOAKING;
- warp "job3_arch01",29,29;
- hideonnpc "Valkyrie Illusion#arch";
- end;
- case 2:
- mes "Out of fear, you turn away from Valkyrie's illusion.";
- close2;
- hideonnpc "Valkyrie Illusion#arch";
- end;
- }
- }
- end;
-
-OnInit:
- hideonnpc "Valkyrie Illusion#arch";
- end;
-}
-
-job3_arch01,29,34,3 script Valkyrie#arch 403,{
-
- if(checkweight(1201,2) == 1){
- //Custom translation
- mes "- bags must be emptied before they can proceed. -";
- close;
- }
- if ((BaseLevel != 99) && (JobLevel < 50)) {
- warp "odin_tem02",282,263;
- end;
- }
- if (getmercinfo(1)) {
- mes "[Valkyrie]";
- mes "If you want to talk with me, you have to ^3131FFcancel all contracts^000000 with any mercenaries you have.";
- close;
- }
- if (SkillPoint) {
- mes "You can't progress without using all your skill points. Please use all of your skill points before progressing~";
- close;
- }
- if (checkweight(1201,4) == 0) {
- mes "- Wait a moment! -";
- mes "- Currently you are carrying -";
- mes "- too many items with you. -";
- mes "- Please come back after -";
- mes "- you put some items into Kafra Storage. -";
- close;
- }
- if ((MaxWeight - Weight) < 2000) {
- mes "- Wait a moment! -";
- mes "- Currently you are carrying -";
- mes "- too many items with you. -";
- mes "- Please come back after -";
- mes "- you put some items into Kafra Storage. -";
- close;
- }
- if ((Class != Job_Priest) && (Class != Job_High_Priest) && (Class == Job_Baby_Priest)) {
- warp "odin_tem02",282,263;
- }
- if (Class != Job_Arch_Bishop || Class != Job_Arch_Bishop_T || Class == Job_Baby_Bishop) {
- if (job_arch < 5) {
- warp "odin_tem02",282,263;
- }
- if (job_arch == 5) {
- mes "[Valkyrie]";
- mes "In the heavens the sound of pipes spread out, but a bird that can't fly crawls and finally is crushed to pieces on the ground.";
- mes "Ah, I'm resentful! so regretful!";
- next;
- mes "- Valkyrie holds its face, then she finds you and stares with a threatening face. -";
- next;
- mes "[Valkyrie]";
- mes "You are a descendant of Heimdal living in pain as a mortal, why are you in here?";
- mes "Are you here to ridicule my grim fate?";
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "No way!";
- mes "But it's true that I'm here for you.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "...me?";
- mes "Of course I'm staying in Midgard, but we are under the yoke of fate that can't coexist in this world.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "I see, is your goal to enter Valhalla?";
- mes "If you do, it's the wrong place for you.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "I was already expelled from Asgard.";
- mes "My duty is protecting this small island from humans trying to take it from the Gods and even I don't have any energy to do so.";
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "It's not that kind of problem.";
- mes "But someone who perceives your painful situation has sent me here.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "Haha! You are going to help me?!";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "...................";
- next;
- mes "- Valkyrie gives you a fierce scowl. -";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "In fact, I can't do anything with my body now.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "Human, answer me. Are you here to sincerely help me?";
- next;
- switch (select("Yes:No")) {
- case 1:
- break;
- case 2:
- mes "[Valkyrie Anguhilde]";
- mes "I knew that I couldn't trust a human!";
- close2;
- warp "odin_tem02",282,263;
- end;
- }
- mes "[Valkyrie Anguhilde]";
- mes "Ok...";
- mes "I don't have any energy to hold my own, so I have no choice but to trust you.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "I was a normal Valkyrie that lead soldiers to Valhalla according to the order of Odin.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "But I harmed Freki, one of Odin's wolves, and I was expelled form Asgard without any energy as a Valkyrie with orders to protect this island.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "I was disgraced, this island is important as a temple for Odin and the various Gods.";
- mes "I tried to do my best to protect this holy place.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "But one day, the devil started to gain influence on this island.";
- mes "I don't know why they came here and from where they came from.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "They seiged the temple and I exhausted my energy tring to fight them all myself.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "The holy shrine was tainted by the devils.";
- mes "How long do I have to be under this dishonorable fate!";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "Mortal one, what is your name?";
- next;
- mes "[" + strcharinfo(0) + "]";
- mes "My name is " + strcharinfo(0) + ".";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "" + strcharinfo(0) + ",";
- mes "You told me that you want to help me, right? Even though it disgraces me, I am asking for your help.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "This place may look like it was made my humans. Actually, it's a very important monument and also a part of the God's history.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "I've lost all of my energy and my body is sealed so there is no way for me to protect the shrine.";
- mes "You have to send a message to Valhalla to ask for help from a Valkyrie quickly.";
- next;
- menu "How can I do that?",-;
- mes "[Valkyrie Anguhilde]";
- mes "At the ^3131FFtop of the shrine^000000, You can contact to them with a ^3131FFGolden pipe^000000.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "I'm going to give you a scroll of paper written in an ancient language.";
- mes "In that scroll, there is my impersonation.";
- mes "^3131FFIf you go outside, you can summon a Valkyrie with that scroll.^000000";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "After you summon my impersonation, you have to find a ^3131FFBroken pipe^000000.";
- mes "Maybe it'll be spread in the shrine...";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "You have to go to the top of the shrine, collecting all broken pipes from the impersonation.";
- mes "And then I'm going to take care of the matter.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "An impersonation will help when you move or attack as you want through ^FF0000ALT+click^000000.";
- mes "But you have to be careful if an imeprsonation falls down.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "When you finish preparing to go on, talk to me again.";
- mes "It'll be a long journey...";
- set job_arch,6;
- close;
- }
- if (job_arch == 6) {
- if ($@archbs == 0) {
- set $@archbs,1;
- mes "[Valkyrie Anguhilde]";
- mes "" + strcharinfo(0) + " Did you finish preparing for your way of asceticism?";
- next;
- if (getmapusers("job3_arch02") > 0) {
- mes "[Valkyrie Anguhilde]";
- //Custom translation
- mes "Ah, it seems someone is already combating the evil in the temple.";
- mes "I will go see who it is, please wait a moment.";
- set $@archbs,0;
- close;
- }
- mes "[Valkyrie Anguhilde]";
- mes "Ok. Now I'm going to send you there.";
- mes "^FF0000When you go there, you have to summon my impersonation with the scroll^000000. Don't forget.";
- set $@archbs,0;
- close2;
- nude;
- if (countitem(2798) > 0) {
- delitem 2798,countitem(2798); //Will_Of_Exhausted_Angel
- }
- donpcevent "start#arch::OnEnable";
- set job_arch,7;
- changequest 2190,2191;
- warp "job3_arch02",119,49;
- hideonnpc "Valkyrie#arch";
- end;
- }
- mes "[Valkyrie Anguhilde]";
- //Custom translation
- mes "I am already talking to someone, please wait and talk to me again.";
- close;
- }
- if (job_arch == 7) {
- if (countitem(12381) > 0 || countitem(12382) > 0) {
- if (countitem(12381) > 0) {
- delitem 12381,countitem(12381); //ValkyrieA_Scroll
- }
- if (countitem(12382) > 0) {
- delitem 12382,countitem(12382); //ValkyrieB_Scroll
- }
- if ($@archbs == 0) {
- set $@archbs,1;
- mes "[Valkyrie Anguhilde]";
- mes "Are you ok human?";
- mes "It was not as easy as I expected.";
- mes "Will you challenge again?";
- next;
- if (getmapusers("job3_arch02") > 0) {
- set $@archbs,0;
- mes "[Valkyrie Anguhilde]";
- //Custom translation
- mes "Ah, it seems someone is already combating the evil in the temple.";
- mes "I will see who it is, please wait a moment.";
- close;
- }
- set $@archbs,0;
- mes "[Valkyrie Anguhilde]";
- mes "OK. now I'm going to send you there.";
- mes "^FF0000When you go there, you have to summon my impersonation with the scroll^000000.";
- mes "An impersonation will help when you move or attack as you want through ^FF0000ALT+click^000000.";
- mes "But you have to be careful if an imeprsonation falls down.";
- close2;
- nude;
- if (countitem(2798) > 0) {
- delitem 2798,countitem(2798); //Will_Of_Exhausted_Angel
- }
- donpcevent "start#arch::OnEnable";
- set job_arch, 7;
- warp "job3_arch02",119,49;
- hideonnpc "Valkyrie#arch";
- end;
- }
- mes "[Valkyrie Anguhilde]";
- //Custom translation
- mes "I am already talking to someone, please wait and talk to me again.";
- close;
- }
- end;
- }
- end;
- }
- end;
-
-OnInit:
- set $@archbs,0;
- end;
-
-OnBc:
- set $@archbs,0;
- //Custom translation
- mapannounce "job3_arch01","Valkyrie's Cry: I hear the laughter of the devil, someone has fallen in the temple.",bc_map,"0xFFCE00"; //FW_NORMAL 12 0 0
- hideoffnpc "Valkyrie#arch";
- end;
-}
-
-job3_arch02,119,49,0 script #arch_1_start 139,6,6,{
-
-OnTouch:
- if (countitem(12381) == 0) {
- getitem 12381,1; //ValkyrieA_Scroll
- }
- mapannounce "job3_arch02","Whispering of an impersonation: I feel heavy! Set me free!",bc_map,"0xFFCE00"; //FW_NORMAL 12 0 0
- hideonnpc "#arch_1_start";
- end;
-}
-
-- script #arch_1_01_0::archbjcq 139,5,5,{
-
-OnTouch:
- if (countitem(12381) > 0) {
- delitem 12381,1; //ValkyrieA_Scroll
- mapannounce "job3_arch02","Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00"; //FW_NORMAL 12 0 0
- mapwarp "job3_arch02","job3_arch01",29,29;
- end;
- }
- if (getmercinfo(1) == 2037) {
- set .@randht, rand(1,10);
- if (.@randht < 8) {
- mapannounce "job3_arch02","Whispering of an impersonation: I can feel the devil's spirits! Be careful!",bc_map,"0xFFCE00"; //FW_NORMAL 12 0 0
- }
- else if (.@randht == 8 || .@randht == 9) {
- mapannounce "job3_arch02","Embodiment of the voice: They are close to you!",bc_map,"0xFFCE00"; //FW_NORMAL 12 0 0 //Custom translation
- }
- end;
- }
- mapannounce "job3_arch02","Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00"; //FW_NORMAL 12 0 0
- mapwarp "job3_arch02","job3_arch01",29,29;
- end;
-}
-
-job3_arch02,112,73,0 duplicate(archbjcq) #arch_1_01 139,5,5
-job3_arch02,94,123,0 duplicate(archbjcq) #arch_1_02 139,5,5
-job3_arch02,93,173,0 duplicate(archbjcq) #arch_1_03 139,5,5
-job3_arch02,114,186,0 duplicate(archbjcq) #arch_1_04 139,5,5
-job3_arch02,134,201,0 duplicate(archbjcq) #arch_1_05 139,5,5
-job3_arch02,154,211,0 duplicate(archbjcq) #arch_1_06 139,5,5
-job3_arch02,175,227,0 duplicate(archbjcq) #arch_1_07 139,5,5
-job3_arch02,201,240,0 duplicate(archbjcq) #arch_1_08 139,5,5
-job3_arch02,223,252,0 duplicate(archbjcq) #arch_1_09 139,5,5
-job3_arch02,255,268,0 duplicate(archbjcq) #arch_1_10 139,5,5
-job3_arch02,269,302,0 duplicate(archbjcq) #arch_1_11 139,5,5
-job3_arch02,245,289,0 duplicate(archbjcq) #arch_1_12 139,5,5
-
-job3_arch02,203,286,0 script #arch_1_boss 139,5,5,{
-
-OnTouch:
- if (countitem(12381) > 0) {
- delitem 12381,1; //ValkyrieA_Scroll
- mapannounce "job3_arch02","Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00"; //FW_NORMAL 12 0 0
- mapwarp "job3_arch02","job3_arch01",29,29;
- end;
- }
- if (GetMyMercenary == 2037) {
- mapannounce "job3_arch02","Valkyrie's Nightmare: An incompetent illusion of Valkyrie came here with the assistance of humans. You wanna have that nightmare?",bc_map,"0xFF0000"; //FW_NORMAL 12 0 0
- donpcevent "mob#arch_1::OnKill";
- }
- else {
- mapannounce "job3_arch02","Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00"; //FW_NORMAL 12 0 0
- mapwarp "job3_arch02","job3_arch01",29,29;
- }
- end;
-}
-
-job3_arch02,390,390,1 script #arch_redcell 844,{
- end;
-
-OnInit:
- setcell "job3_arch02",276,290,280,294,cell_walkable,0;
- setcell "job3_arch02",276,290,280,294,cell_shootable,0;
- end;
-
-OnGreen:
- setcell "job3_arch02",276,290,280,294,cell_walkable,1;
- setcell "job3_arch02",276,290,280,294,cell_shootable,1;
- end;
-
-OnRed:
- setcell "job3_arch02",276,290,280,294,cell_walkable,0;
- setcell "job3_arch02",276,290,280,294,cell_shootable,0;
- end;
-}
-
-job3_arch02,390,389,1 script #arch_val01 844,{
- end;
-
-OnEnable:
- areamonster "job3_arch02",111,325,115,329,"Valkyrie's Nightmare",2036,1,"#arch_val01::OnMyMobDead";
- end;
-
-OnMyMobDead:
- if (mobcount ("job3_arch02","#arch_val01::OnMyMobDead") < 1) {
- donpcevent "#arch_redcell::OnGreen";
- mapannounce "job3_arch02","Valkyrie's Nightmare: Your win is only a false image! hahahaha!",bc_map,"0xFF0000"; //FW_NORMAL 12 0 0
- hideoffnpc "Valkyrie#arch_01";
- hideonnpc "#arch_1_start";
- hideonnpc "#arch_1_01";
- hideonnpc "#arch_1_02";
- hideonnpc "#arch_1_03";
- hideonnpc "#arch_1_04";
- hideonnpc "#arch_1_05";
- hideonnpc "#arch_1_06";
- hideonnpc "#arch_1_07";
- hideonnpc "#arch_1_08";
- hideonnpc "#arch_1_09";
- hideonnpc "#arch_1_10";
- hideonnpc "#arch_1_11";
- hideonnpc "#arch_1_12";
- hideonnpc "#arch_1_boss";
- }
- end;
-
-OnKill:
- killmonster "job3_arch02","#arch_val01::OnMyMobDead";
- end;
-}
-
-job3_arch02,390,387,1 script #arch_val02 844,{
- end;
-
-OnEnable:
- areamonster "job3_arch02",242,44,246,48,"Valkyrie's Nightmare",2036,1,"#arch_val02::OnMyMobDead";
- end;
-
-OnMyMobDead:
- if (mobcount ("job3_arch02","#arch_val02::OnMyMobDead") < 1) {
- mapannounce "job3_arch02","Valkyrie's Nightmare: You are so childish. I invite you to a devil's party. I'll make sure you have a fun!",bc_map,"0xFF0000"; //FW_NORMAL 12 0 0
- hideoffnpc "Valkyrie#arch_02";
- hideonnpc "#arch_2_boss";
- viewpoint 234,279,1,1,0xFFFF9900;
- }
- end;
-
-OnKill:
- killmonster "job3_arch02","#arch_val02::OnMyMobDead";
- end;
-}
-
-job3_arch02,113,327,5 script Valkyrie#arch_01 403,{
- if (getmercinfo(1)) {
- mes "[Valkyrie]";
- mes "If you want to talk with me, you have to ^3131FFcancel all contracts^000000 with any mercenaries you have.";
- close;
- }
- mes "[Valkyrie Anguhilde]";
- mes "The devil always makes an effort to agitate people's mind.";
- mes "You don't have to care about their whisperings.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "Anyway I can feel my energy coming back.";
- mes "Show me the stuff that you found.";
- next;
- mes "- You show a golden piece of pipe to Valkyrie. -";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "Oh, It's a piece of pipe!";
- mes "If you collect pieces, you can ask other Valkyries for help.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "Because of a close battle, I could only get a little energy.";
- mes "I'm going to give a ^3131FFnew ancient scroll^000000.";
- mes "It'll be helpful to find the rest of pieces.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "Then I look forward a good news.";
- close2;
- getitem 12382,1; //ValkyrieB_Scroll
- viewpoint 46,244,1,1,0xFFFF9900;
- hideonnpc "Valkyrie#arch_01";
- donpcevent "#arch_2_start::OnEnable";
- end;
-}
-
-job3_arch02,244,46,5 script Valkyrie#arch_02 403,{
- mes "[Valkyrie Anguhilde]";
- mes "Did you find the rest of the pieces?";
- next;
- if (countitem(6154) < 2) {
- mes "[Valkyrie Anguhilde]";
- mes "Hum?";
- mes "I can see this one beside you.";
- getitem 6154,2; //Broken_Horn_Pipe
- next;
- }
- mes "[Valkyrie Anguhilde]";
- mes "OK.";
- mes "I'll complete the broken horn pipe!";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "But the battle is not finished yet.";
- mes "You remember a ^3131FFruined shrine on the center of the island^000000?";
- mes "It'll be completed only when you use a horn pipe.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "I can feel the air around me is getting impure.";
- mes "And feel the coldness of the pitch-black darkness.";
- mes "This time will be dangerous.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "I give you a necklace as a present.";
- mes "But I'm not sure that It'll be helpful or not....";
- mes "Take care.";
- mes "Please, hurry up!";
- close2;
- getitem 2798,1; //Will_Of_Exhausted_Angel
- hideonnpc "Valkyrie#arch_02";
- donpcevent "#arch_3_start::OnEnable";
- end;
-}
-
-job3_arch02,279,234,0 script #arch_end 139,7,7,{
-
-OnTouch:
- donpcevent "#arch_3_01::OnKill";
- donpcevent "#arch_3_02::OnKill";
- donpcevent "#arch_3_03::OnKill";
- donpcevent "mob#arch_2::OnKill";
- hideoffnpc "Valkyrie Anguhilde#end";
- if (checkweight(1201,4) == 0) {
- mes "- Wait a moment! -";
- mes "- Currently you are carrying -";
- mes "- too many items with you. -";
- mes "- Please come back after -";
- mes "- you put some items into Kafra Storage. -";
- close;
- }
- if ((MaxWeight - Weight) < 2000) {
- mes "- Wait a moment! -";
- mes "- Currently you are carrying -";
- mes "- too many items with you. -";
- mes "- Please come back after -";
- mes "- you put some items into Kafra Storage. -";
- close;
- }
- if (countitem(6154) < 2) {
- mes "[Valkyrie Anguhilde]";
- mes "Did you collect all of the pieces of my horn pipe?";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "I know you bent over backwards to help me, but I can't do anything without 2 pieces of horn pipe.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "It can be dangerous, so let's go back.";
- close2;
- nude;
- if (countitem(2798) > 0) {
- delitem 2798,(2798); //Will_Of_Exhausted_Angel
- }
- delitem 6154,countitem(6154); //Broken_Horn_Pipe
- mapwarp "job3_arch02","job3_arch01",29,29;
- end;
- }
- mes "[Valkyrie Anguhilde]";
- mes "Finally we finished all the preparations.";
- next;
- mes "Valkyrie holds the pipe and blows towards the sky.";
- next;
- mes "Booo - - - -";
- next;
- mes "Booo - - -";
- next;
- hideoffnpc "Valkyrie of the heavens";
- mes "[Valkyrie Anguhilde]";
- mes "Assistance of Odin! Soldiers of Valhalla!";
- mes "The holy place of the God Odin is tainted by darkness!";
- next;
- mes "[Valkyrie of the heavens]";
- mes "Don't worry, Anguhilde.";
- mes "Your desire has reached Valhalla.";
- mes "The devils were removed by other Valkyries as you wanted.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "Valkyries! Then is it safe now?";
- next;
- mes "[Valkyrie of the heavens]";
- mes "Yes Anguhilde.";
- mes "Even though you were expelled because of a incident before, Odin said that he is reconsidering your banishment.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "Ah! I can go back to Asgard!";
- next;
- mes "[Valkyrie of the heavens]";
- mes "Don't make a hasty generalization.";
- mes "But I think that good news will be sent to you.";
- next;
- mes "[Valkyrie Anguhilde]";
- mes "Honor to Odin!";
- mes "I feel full of grace.";
- mes "So bright and warm....";
- next;
- mes "- Shoooo -";
- specialeffect EF_CLOAKING,AREA,"Valkyrie Anguhilde#end";
- hideonnpc "Valkyrie Anguhilde#end";
- emotion e_omg,1;
- next;
- mes "[Valkyrie of the heavens]";
- mes "Set your mind at ease.";
- mes "She went to a place where she is supposed to be.";
- next;
- mes "[Valkyrie of the heavens]";
- mes "I think you don't get it.";
- next;
- mes "[Valkyrie of the heavens]";
- mes "Anguhilde is a Valkyrie who is dead for a long time ago.";
- mes "Didn't you see a shrine covered by the devil?";
- mes "Unfortunately, Anguhilde couldn't cope with the task and fell down.";
- next;
- mes "[Valkyrie of the heavens]";
- mes "Here is an illusion of Anguhilde who doesn't want to be recognized.";
- mes "She can't go to hell even when she is dead, and struggles from her constant nightmare.";
- next;
- mes "[Valkyrie of the heavens]";
- mes "But she is relieved by your favor.";
- mes "Even though It's different with reality but now she may be able to rest in peace.";
- next;
- mes "[Valkyrie of the heavens]";
- mes "Human, the Valkyries are in your debt. Thank you.";
- mes "I can't invite you as I want, but the power given by Odin can help you.";
- next;
- mes "[Valkyrie of the heavens]";
- mes "Now, go back to your world.";
- mes "The sound of the horn pipe and a bird's chirpings will be spread out for you.";
- next;
- mes "[Valkyrie of the heavens]";
- mes "Don't forget an altruistic minister's spirit like today forever.";
- mes "I hope we see each other in Valhalla sometime.";
- nude;
- if (countitem(2798) > 0) {
- delitem 2798,countitem(2798); //Will_Of_Exhausted_Angel
- }
- delitem 6154,countitem(6154); //Broken_Horn_Pipe
- set job_arch,100;
- completequest 2191;
- getitem 5747,1; //Mitra
- getitem 2795,1; //Green_Apple_Ring
- if(Class == Job_Baby_Priest){
- jobchange Job_Baby_Bishop;
- }
- else if (Class == Job_Priest) {
- jobchange Job_Arch_Bishop;
- }
- else {
- jobchange Job_Arch_Bishop_T;
- }
- close;
-
-OnInit:
- hideonnpc "#arch_end";
- end;
-}
-
-job3_arch02,281,232,1 script Valkyrie Anguhilde#end 403,{
- end;
-
-OnInit:
- hideonnpc "Valkyrie Anguhilde#end";
- end;
-}
-
-job3_arch02,273,235,5 script Valkyrie of the heavens 811,{
- if (job_arch == 100) {
- mes "[Valkyrie of the heavens]";
- mes "Now, go back to your world.";
- mes "The sound of the horn pipe and a bird's chirpings will be spread out for you.";
- next;
- mes "[Valkyrie of the heavens]";
- mes "Don't forget an altruistic minister's spirit like today forever.";
- mes "I hope we see each other in Valhalla sometime.";
- close2;
- mapwarp "job3_arch02","job3_arch01",29,29;
- end;
- }
- end;
-
-OnInit:
- hideonnpc "Valkyrie of the heavens";
- end;
-}
-
-job3_arch02,132,323,0 script #arch_2_01 139,5,5,{
-
-OnTouch:
- if (countitem(12382) > 0) {
- mapannounce "job3_arch02","Whispering of Valkyrie: I see a new ancient scroll!",bc_map,"0x000000"; //FW_NORMAL 12 0 0
- }
- end;
-}
-
-- script #arch_2_02_0::archbjcq2 139,5,5,{
-
-OnTouch:
- if (countitem(12382) > 0) {
- delitem 12382,1; //ValkyrieB_Scroll
- mapannounce "job3_arch02","Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00"; //FW_NORMAL 12 0 0
- mapwarp "job3_arch02","job3_arch01",29,29;
- end;
- }
- if (getmercinfo(1) == 2038) {
- set .@randht, rand(1,10);
- if (.@randht < 8) {
- mapannounce "job3_arch02","Whispering of an impersonation: I can feel the devil's spirits. Can you hear? The sound of gathering in crowds.",bc_map,"0xFFCE00"; //FW_NORMAL 12 0 0
- }
- else if (.@randht == 8 || .@randht == 9) {
- mapannounce "job3_arch02","Embodiment of Sounds: Battle Stance!",bc_map,"0xFFCE00"; //FW_NORMAL 12 0 0 //Custom translation
- }
- else {
- mapannounce "job3_arch02","Whispering of an impersonation: I can't leave you! Die!",bc_map,"0xFFCE00"; //FW_NORMAL 12 0 0
- }
- end;
- }
- mapannounce "job3_arch02","Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00"; //FW_NORMAL 12 0 0
- mapwarp "job3_arch02","job3_arch01",29,29;
- end;
-}
-
-job3_arch02,167,313,0 duplicate(archbjcq2) #arch_2_02 139,5,5
-job3_arch02,127,304,0 duplicate(archbjcq2) #arch_2_03 139,5,5
-job3_arch02,207,279,0 duplicate(archbjcq2) #arch_2_04 139,5,5
-job3_arch02,239,281,0 duplicate(archbjcq2) #arch_2_05 139,5,5
-job3_arch02,269,303,0 duplicate(archbjcq2) #arch_2_06 139,5,5
-job3_arch02,288,283,0 duplicate(archbjcq2) #arch_2_07 139,5,5
-job3_arch02,278,234,0 duplicate(archbjcq2) #arch_2_08 139,5,5
-job3_arch02,234,179,0 duplicate(archbjcq2) #arch_2_09 139,5,5
-job3_arch02,227,169,0 duplicate(archbjcq2) #arch_2_10 139,5,5
-job3_arch02,190,146,0 duplicate(archbjcq2) #arch_2_11 139,5,5
-
-job3_arch02,252,267,0 script #arch_2_12 139,5,5,{
-
-OnTouch:
- mapannounce "job3_arch02","Whispering of an impersonation: It's a crossroad. Let's go to the left side. I have to find my pipe.",bc_map,"0xFFCE00"; //FW_NORMAL 12 0 0
- end;
-}
-
-job3_arch02,250,290,0 script #arch_2_13 139,5,5,{
-
-OnTouch:
- mapannounce "job3_arch02","Whispering of an impersonation: I can see a ruined shrine. Take a rest in there.",bc_map,"0xFFCE00"; //FW_NORMAL 12 0 0
- end;
-}
-
-job3_arch02,206,113,0 script #arch_2_boss 139,5,5,{
-
-OnTouch:
- if (countitem(12382) > 0) {
- delitem 12382,1; //ValkyrieB_Scroll
- mapannounce "job3_arch02","Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00"; //FW_NORMAL 12 0 0
- mapwarp "job3_arch02","job3_arch01",29,29;
- end;
- }
- if (getmercinfo(1) == 2038) {
- mapannounce "job3_arch02","A shout of devil: You are so childish. I invite you a party of devil. I'll make you have a fun!",bc_map,"0xFF0000"; //FW_NORMAL 12 0 0
- }
- else {
- mapannounce "job3_arch02","Whispering of an impersonation: You can't do anything by yourself! Let's go back!",bc_map,"0xFFCE00"; //FW_NORMAL 12 0 0
- mapwarp "job3_arch02","job3_arch01",29,29;
- }
- end;
-}
-
-job3_arch02,284,159,0 script #arch_3_01 139,20,20,{
-
-OnTouch:
- if ((Class != Job_Priest) && (Class != Job_Baby_Priest)) {
- mapannounce "job3_arch02","Frus: Do you want to see God? Okay, I'll send you to the land of the dead by myself!",bc_map,"0xFF0000"; //FW_NORMAL 12 0 0
- areamonster "job3_arch02",242,44,246,48,"Frus",1762,1;
- }
- hideonnpc "#arch_3_01";
- end;
-
-OnKill:
- killmonster "job3_arch02","#arch_3_01::OnMyMobDead";
- end;
-
-OnInit:
- hideoffnpc "#arch_3_01";
- end;
-}
-
-job3_arch02,307,200,0 script #arch_3_02 139,5,5,{
-
-OnTouch:
- if (Class == Job_Priest || Class == Job_Baby_Priest) {
- mapannounce "job3_arch02","Skogul: You are my guest!",bc_map,"0xFF0000"; //FW_NORMAL 12 0 0
- monster "job3_arch02",307,200,"Skogul",1761,1;
- }
- hideonnpc "#arch_3_02";
- end;
-
-OnKill:
- killmonster "job3_arch02","#arch_3_02::OnMyMobDead";
- end;
-
-OnInit:
- hideoffnpc "#arch_3_02";
- end;
-
-}
-
-job3_arch02,296,216,0 script #arch_3_03 139,5,5,{
-
-OnTouch:
- mapannounce "job3_arch02","Frus: I like your face... Can I steal it?",bc_map,"0xFF0000"; //FW_NORMAL 12 0 0
- monster "job3_arch02",296,216,"Frus",1762,1;
- hideonnpc "#arch_3_03";
- end;
-
-OnKill:
- killmonster "job3_arch02","#arch_3_03::OnMyMobDead";
- end;
-
-OnInit:
- hideonnpc "#arch_3_03";
- end;
-
-}
-
-job3_arch02,389,390,1 script mob#arch_1 844,{
- end;
-
-OnEnable:
- monster "job3_arch02",100,102,"Shrine Invader",1394,2;
- monster "job3_arch02",90,131,"Shrine Invader",1394,2;
- monster "job3_arch02",91,170,"Shrine Invader",1427,1;
- monster "job3_arch02",104,183,"Shrine Invader",1427,1;
- monster "job3_arch02",138,205,"Shrine Invader",1394,2;
- monster "job3_arch02",161,215,"Shrine Invader",1394,2;
- monster "job3_arch02",165,215,"Shrine Invader",1427,1;
- monster "job3_arch02",201,236,"Shrine Invader",1394,2;
- monster "job3_arch02",218,250,"Shrine Invader",1427,1;
- monster "job3_arch02",254,293,"Shrine Invader",1427,1;
- end;
-
-OnKill:
- killmonster "job3_arch02","mob#arch_1::OnMyMobDead";
- end;
-}
-
-job3_arch02,389,389,1 script mob#arch_2 844,{
- end;
-
-OnEnable:
- monster "job3_arch02",156,321,"Shrine Invader",1480,2;
- monster "job3_arch02",170,305,"Shrine Invader",1480,2;
- monster "job3_arch02",183,293,"Shrine Invader",1453,1;
- monster "job3_arch02",200,287,"Shrine Invader",1453,1;
- monster "job3_arch02",256,293,"Shrine Invader",1480,2;
- monster "job3_arch02",286,284,"Shrine Invader",1480,2;
- monster "job3_arch02",278,236,"Shrine Invader",1453,1;
- monster "job3_arch02",292,185,"Shrine Invader",1480,2;
- monster "job3_arch02",281,170,"Shrine Invader",1453,1;
- monster "job3_arch02",227,166,"Shrine Invader",1453,1;
- monster "job3_arch02",190,146,"Shrine Invader",1480,1;
- monster "job3_arch02",204,177,"Shrine Invader",1453,1;
- end;
-
-OnKill:
- killmonster "job3_arch02","mob#arch_2::OnMyMobDead";
- end;
-}
-
-job3_arch02,389,388,1 script start#arch 844,{
- end;
-
-OnInit:
- mapwarp "job3_arch02","job3_arch02",29,29;
- end;
-
-OnEnable:
- mapwarp "job3_arch02","job3_arch02",29,29;
- hideoffnpc "#arch_1_start";
- hideoffnpc "#arch_1_01";
- hideoffnpc "#arch_1_02";
- hideoffnpc "#arch_1_03";
- hideoffnpc "#arch_1_04";
- hideoffnpc "#arch_1_05";
- hideoffnpc "#arch_1_06";
- hideoffnpc "#arch_1_07";
- hideoffnpc "#arch_1_08";
- hideoffnpc "#arch_1_09";
- hideoffnpc "#arch_1_10";
- hideoffnpc "#arch_1_11";
- hideoffnpc "#arch_1_12";
- hideoffnpc "#arch_1_boss";
- hideonnpc "#arch_2_01";
- hideonnpc "#arch_2_02";
- hideonnpc "#arch_2_03";
- hideonnpc "#arch_2_04";
- hideonnpc "#arch_2_05";
- hideonnpc "#arch_2_06";
- hideonnpc "#arch_2_07";
- hideonnpc "#arch_2_08";
- hideonnpc "#arch_2_09";
- hideonnpc "#arch_2_10";
- hideonnpc "#arch_2_11";
- hideonnpc "#arch_2_boss";
- hideonnpc "#arch_3_01";
- hideonnpc "#arch_3_02";
- hideonnpc "#arch_3_03";
- donpcevent "#arch_3_01::OnKill";
- donpcevent "#arch_3_02::OnKill";
- donpcevent "#arch_3_03::OnKill";
- hideonnpc "#arch_end";
- hideonnpc "Valkyrie#arch_01";
- hideonnpc "Valkyrie#arch_02";
- hideonnpc "Valkyrie Anguhilde#end";
- hideonnpc "Valkyrie of the heavens";
- donpcevent "#arch_redcell::OnRed";
- donpcevent "mob#arch_1::OnKill";
- donpcevent "mob#arch_2::OnKill";
- donpcevent "start#arch::OnTimeoff";
- donpcevent "start#arch::OnTimeon";
- donpcevent "#arch_val01::OnKill";
- donpcevent "#arch_val02::OnKill";
- donpcevent "mob#arch_1::OnKill";
- donpcevent "mob#arch_2::OnKill";
- donpcevent "mob#arch_1::OnEnable";
- donpcevent "#arch_val01::OnEnable";
- end;
-
-OnTimeon:
- initnpctimer;
- end;
-
-OnTimeoff:
- stopnpctimer;
- end;
-
-OnTimer60000:
- if (getmapusers("job3_arch02") == 0) {
- mapwarp "job3_arch02","job3_arch01",29,29;
- donpcevent "Valkyrie#arch::OnBc";
- stopnpctimer;
- }
- end;
-
-OnTimer120000:
- if (getmapusers("job3_arch02") == 0) {
- mapwarp "job3_arch02","job3_arch01",29,29;
- donpcevent "Valkyrie#arch::OnBc";
- stopnpctimer;
- }
- end;
-
-OnTimer180000:
- if (getmapusers("job3_arch02") == 0) {
- mapwarp "job3_arch02","job3_arch01",29,29;
- donpcevent "Valkyrie#arch::OnBc";
- stopnpctimer;
- }
- end;
-
-OnTimer240000:
- if (getmapusers("job3_arch02") == 0) {
- mapwarp "job3_arch02","job3_arch01",29,29;
- donpcevent "Valkyrie#arch::OnBc";
- stopnpctimer;
- }
- end;
-
-OnTimer300000:
- if (getmapusers("job3_arch02") == 0) {
- mapwarp "job3_arch02","job3_arch01",29,29;
- donpcevent "Valkyrie#arch::OnBc";
- stopnpctimer;
- }
- end;
-
-OnTimer360000:
- if (getmapusers("job3_arch02") == 0) {
- mapwarp "job3_arch02","job3_arch01",29,29;
- donpcevent "Valkyrie#arch::OnBc";
- }
- end;
-
-OnTimer420000:
- if (getmapusers("job3_arch02") == 0) {
- mapwarp "job3_arch02","job3_arch01",29,29;
- donpcevent "Valkyrie#arch::OnBc";
- stopnpctimer;
- }
- end;
-
-OnTimer480000:
- if (getmapusers("job3_arch02") == 0) {
- mapwarp "job3_arch02","job3_arch01",29,29;
- donpcevent "Valkyrie#arch::OnBc";
- stopnpctimer;
- }
- end;
-
-OnTimer540000:
- if (getmapusers("job3_arch02") == 0) {
- mapwarp "job3_arch02","job3_arch01",29,29;
- donpcevent "Valkyrie#arch::OnBc";
- stopnpctimer;
- }
- end;
-
-OnTimer600000:
- mapannounce "job3_arch02","Demons cry: Too boring, can no longer imagine what will happen! Friends, we went to lessons learned that could fool arrogant guy, OK?",bc_map,"0xFF0000"; //FW_NORMAL 12 0 0 //Custom translation;
- end;
-
-OnTimer605000:
- mapannounce "job3_arch02","Valkyrie's voice: No! This can not be. I will send you back soon!",bc_map,"0xFFCE00"; //FW_NORMAL 12 0 0
- mapwarp "job3_arch02","job3_arch01",29,29;
- donpcevent "Valkyrie#arch::OnBc";
- stopnpctimer;
- end;
-}
-
-job3_arch02,390,388,1 script #arch_2_start 844,{
- end;
-
-OnInit:
- hideonnpc "#arch_2_01";
- hideonnpc "#arch_2_02";
- hideonnpc "#arch_2_03";
- hideonnpc "#arch_2_04";
- hideonnpc "#arch_2_05";
- hideonnpc "#arch_2_06";
- hideonnpc "#arch_2_07";
- hideonnpc "#arch_2_08";
- hideonnpc "#arch_2_09";
- hideonnpc "#arch_2_10";
- hideonnpc "#arch_2_11";
- hideonnpc "#arch_2_boss";
- end;
-
-OnEnable:
- hideoffnpc "#arch_2_01";
- hideoffnpc "#arch_2_02";
- hideoffnpc "#arch_2_03";
- hideoffnpc "#arch_2_04";
- hideoffnpc "#arch_2_05";
- hideoffnpc "#arch_2_06";
- hideoffnpc "#arch_2_07";
- hideoffnpc "#arch_2_08";
- hideoffnpc "#arch_2_09";
- hideoffnpc "#arch_2_10";
- hideoffnpc "#arch_2_11";
- hideoffnpc "#arch_2_boss";
- donpcevent "#arch_val02::OnEnable";
- donpcevent "mob#arch_2::OnEnable";
- end;
-}
-
-job3_arch02,390,386,1 script #arch_3_start 844,{
- end;
-
-OnEnable:
- hideoffnpc "#arch_3_01";
- hideoffnpc "#arch_3_02";
- hideoffnpc "#arch_3_03";
- hideoffnpc "#arch_end";
- hideoffnpc "#arch_end_eff";
- end;
-}
-
-job3_arch02,290,221,0 script #arch_end_eff 139,5,5,{
-
-OnTouch:
- if (countitem(6154) > 0) {
- delitem 6154,countitem(6154); //Broken_Horn_Pipe
- }
- if (countitem(12381) > 0) {
- delitem 12381,countitem(12381); //ValkyrieA_Scroll
- }
- if (countitem(12381) > 0) {
- delitem 12382,countitem(12382); //ValkyrieB_Scroll
- }
- if (countitem(2798) > 0) {
- delitem 2798,countitem(2798); //Will_Of_Exhausted_Angel
- }
- end;
-}
-
-job3_arch01,29,24,0 warp #archout 1,1,odin_tem02,282,263
-
-/*
-job3_arch01,1,1,1 script ¿ØÖÆ#arch 844,{
- mes "[Ãç¹ÌµÄÊÞÈË]";
- mes "ÇëÊäÈëÃÜÂë¡£";
- next;
- input .@input;
- if (.@input == 1854) {
- mes "[èÃÃ]";
- mes "ÃÖÔÚµÄÈ«¾Ö±äÿֵΪ";
- mes "" + $@archbs + "¡£";
- mes "ÄãÃëÃÞ¸ÄÂð?";
- next;
- switch (select("0:1")) {
- case 1:
- set $@archbs,0;
- hideoffnpc "Valkyrie#arch";
- close;
- case 2:
- set $@archbs,1;
- hideoffnpc "Valkyrie#arch";
- close;
- }
- }
- if (.@input < 0 || .@input > 9999) {
- mes "[Ãç¹ÌµÄÊÞÈË]";
- mes "ÎÒ²»ÊÇ˵¹ýÃÜÂëÒªÊäÈëÕýÈ·Â𣡣¡";
- close;
- }
-}
-*/
-
-odin_tem02,30,181,0 script #wherearch01 139,10,10,{
-
-OnTouch:
- if (job_arch == 5) {
- viewpoint 263,282,1,1,0xFFFF9900;
- }
- end;
-}
-
-odin_tem02,30,335,0 script #wherearch02 139,10,10,{
-
-OnTouch:
- if (job_arch == 5) {
- viewpoint 263,282,1,1,0xFFFF9900;
- }
- end;
-} \ No newline at end of file
diff --git a/npc/pre-re/jobs/3-1/mechanic.txt b/npc/pre-re/jobs/3-1/mechanic.txt
deleted file mode 100644
index a61a9a555..000000000
--- a/npc/pre-re/jobs/3-1/mechanic.txt
+++ /dev/null
@@ -1,871 +0,0 @@
-//===== rAthena Script =======================================
-//= Mechanic Jobchange Quest
-//===== By: ==================================================
-//= Masao
-//===== Current Version: =====================================
-//= 1.1
-//===== Compatible With: =====================================
-//= rAthena SVN
-//===== Description: =========================================
-//= [Aegis Conversion]
-//= Jobchange Quest from Blacksmith / Whitesmith -> Mechanic.
-//===== Additional Comments: =================================
-//= v1.0 First Version.
-//= v1.1 Fixed the Door NPC - [JayPee].
-//============================================================
-
-yuno,129,156,3 script Chainheart 923,{
-
- if(BaseLevel > 99)
- {
- mes "[Chainheart]";
- mes "Living as a Mechanic is tough,";
- mes "but I am happy that I can";
- mes "always do what I want.";
- close;
- }
- if(job__mechanic == 12)
- {
- mes "[Chainheart]";
- mes "There's nothing to say specifically about Mechanics or magic machinery.";
- mes "You would know more about it than anyone now.";
- next;
- mes "[Chainheart]";
- mes "Continue to grow your knowledge by experiencing what the world has to offer.";
- close;
- }
- if(job__mechanic == 11)
- {
- if((Class == Job_Blacksmith || Class == Job_Whitesmith || Job_Baby_Blacksmith) && (JobLevel > 49) && (SkillPoint == 0) && (BaseLevel > 98))
- {
- mes "[Chainheart]";
- mes "What is it? Is that you?";
- mes "Oh wait, you look quite different than the last time I saw you.";
- mes "Did something happen?";
- next;
- mes "[Chainheart]";
- mes "Ahh! You went to Juperos";
- mes "like I said. As Franklson did.";
- next;
- mes "[Chainheart]";
- mes "It seems there's no need";
- mes "for more questioning.";
- mes "I'm certain that you've gained the knowledge to be a true mechanic.";
- next;
- mes "[Chainheart]";
- mes "There's nothing I can say more.";
- mes "You are already a great Mechanic.";
- mes "Don't lose your nerves with the";
- mes "title. The most important thing is that you have the knowledge.";
- next;
- mes "[Chainheart]";
- mes "You don't seem to be the type to be locked up inside a lab or in a library.";
- mes "You are a type who learns";
- mes "by actively participating.";
- next;
- mes "[Chainheart]";
- mes "I like who you are and I think we need that kind of new blood for our Mechanics.";
- next;
- mes "[Chainheart]";
- mes "Science is seeking and studying things that can be proven logically.";
- mes "Ironically enough, science usually starts from uncertain theories just like magic.";
- next;
- mes "[Chainheart]";
- mes "As I said before if the passion and the talent are real there would be no problem!";
- mes "Congratulations for walking through a new path as a Mechanic!";
- next;
- set job__mechanic,12;
- completequest 10101;
- if(Sex == 1) {
- getitem 5749,1; //Driver_Band
- } else {
- getitem 5760,1; //Driver_Band_
- }
- getitem 2795,1; //Green_Apple_Ring
- if(Class == Job_Baby_Blacksmith){
- jobchange Job_Baby_Mechanic;
- }
- else if(Class == Job_Blacksmith) {
- jobchange Job_Mechanic;
- } else if(Class == Job_Whitesmith) {
- jobchange Job_Mechanic_T;
- }
- mes "[Chainheart]";
- mes "Here is, a gift.";
- mes "If you keep this well, one day";
- mes "you'll be thankful to me.";
- next;
- mes "[Chainheart]";
- mes "Well, go. This wide world is";
- mes "your laboratory, everything in";
- mes "this world is going to be your";
- mes "textbook, so let there be a silver lining in the future of Mechanics!";
- close;
- }
- mes "[Chainheart]";
- mes "If not what?";
- close;
- }
- if(job__mechanic >= 3)
- {
- mes "[Chainheart]";
- mes "By the way, Franklson is missing.";
- mes "He said that he wanted to study";
- mes "and then disappeared.";
- mes "Where could he have gone?";
- next;
- mes "[Chainheart]";
- mes "If you keep walking the way to being a Mechanic you might bump into him.";
- mes "Fate works in weird ways friend.";
- next;
- mes "[Chainheart]";
- mes "Anyway, farewell.";
- close;
- }
- if(job__mechanic == 2)
- {
- mes "[Chainheart]";
- mes "I think I've done all the explanations, is there anything else you want to know?";
- next;
- switch(select("I want to know more.:Nothing."))
- {
- case 1:
- mes "[Chainheart]";
- mes "Um..? You want to know more about magic machinery. Is that it?";
- mes "Hmm... I told you that you are talented it's difficult.";
- next;
- mes "[Chainheart]";
- mes "Well, you seem talented, so it wouldn't be bad for us if you could become a Mechanic.";
- mes "But unfortunately it doesn't";
- mes "work just like that.";
- next;
- mes "[Chainheart]";
- mes "The mechanic scholars won't just acknowledge you that easily and hand you the knowledge without you showing true effort first.";
- next;
- mes "[Chainheart]";
- mes "Of course, I'm one of those scholars so I guess I can try to consider you.";
- next;
- mes "[Chainheart]";
- mes "Anyhow, I just think it's unfair to exclude someone who's talented without any test.";
- next;
- mes "[Chainheart]";
- mes "Hmm...";
- next;
- mes "[Chainheart]";
- mes "Actually, if somebody can't teach you, you can learn by yourself.";
- mes "If someone else can do it then anyone can figure it out for themself too right?";
- next;
- mes "[Chainheart]";
- mes "It won't be easy but if your passion is strong and your talent is real then there shouldn't be any problems.";
- next;
- mes "[Chainheart]";
- mes "Come to think of it...";
- mes "Franklson developed";
- mes "magic machinery on his own.";
- mes "So why don't you go to";
- mes "the Ruins of Juperos?";
- next;
- mes "[Chainheart]";
- mes "As I told you before, if your passion and talent are real, you will definitely find something.";
- next;
- mes "[Chainheart]";
- mes "Find out the knowledge";
- mes "for yourself like we did.";
- mes "Don't just wait around for someone to teach it to you. Show the passion that you claim to have.";
- next;
- set job__mechanic,3;
- changequest 10091,10092;
- mes "[Chainheart]";
- mes "Anyway, whatever your choice might be I expect you to do your best.";
- close;
- case 2:
- mes "[Chainheart]";
- mes "What a strange person.";
- mes "I thought that you had what it took to be a true Mechanic.";
- close;
- }
- }
- if(job__mechanic == 1)
- {
- mes "[Chainheart]";
- mes "Ok let me catch my breath.";
- mes "You must be interested in";
- mes "magic machinery and the";
- mes "world of Mechanics.";
- mes "Ok, so let me explain.";
- next;
- mes "[Chainheart]";
- mes "Magic machinery was born by a fusion between machines and magic.";
- mes "The two haven't really been connected successfully together until now.";
- next;
- mes "[Chainheart]";
- mes "If you use magic machinery, you really have to be familiar with the inner workings of machines.";
- next;
- mes "[Chainheart]";
- mes "It can be used effectively,";
- mes "and you don't need to rely on something that's uncertain and unstable as magic, so what can be better than this.";
- next;
- mes "[Chainheart]";
- mes "The person who invented magic machinery is Franklson, a scholar from the Schwaltzvalt Republic.";
- next;
- mes "[Chainheart]";
- mes "Franklson discovered an ancient machine in the ^FF0000Ruins of Juperos^000000 and fused it with the power of magic, and that was the beginning.";
- next;
- mes "[Chainheart]";
- mes "So naturally, Franklson named the newborn machine Magic Machinery.";
- next;
- mes "[Chainheart]";
- mes "Anyway, since it hasn't been too well known to other places outside of Juno, the study of Magic Machinery has been progressing since.";
- next;
- mes "[Chainheart]";
- mes "Because we've researched";
- mes "Magic Machinery endlessly";
- mes "people started calling us ^FF0000Mechanics^000000.";
- mes "The name is self-explanatory";
- mes "so it just stuck.";
- next;
- mes "[Chainheart]";
- mes "Hmm. Well I guess I'm done explaining Magic Machinery.";
- mes "I want to explain more but it's too technical.";
- mes "I don't want to bore you more.";
- next;
- set job__mechanic,2;
- changequest 10090,10091;
- mes "[Chainheart]";
- mes "Anyway if you become one of us you can form your own definition and explanation of Mechanics yourself.";
- close;
- }
- if (Class == Job_Blacksmith || Class == Job_Whitesmith || Class == Job_Baby_Blacksmith)
- {
- if ((JobLevel > 49) && (SkillPoint == 0) && (BaseLevel > 98))
- {
- mes "[Chainheart]";
- mes "At a glance, you, seem to be a very versatile person on dealing with various things.";
- mes "You look quite skilled.";
- mes "You can be the one.";
- next;
- mes "[Chainheart]";
- mes "Ah, I didn't introduce myself.";
- mes "I am the famous Chainheart.";
- mes "I'm a Mechanic.";
- mes "Well, actually I'm not that famous.";
- next;
- mes "[Chainheart]";
- mes "I don't think the word Mechanic";
- mes "is familiar to you.";
- mes "In fact, when it comes";
- mes "to the description,";
- mes "it's a new job that can";
- mes "be explained simply.";
- next;
- mes "[Chainheart]";
- mes "One who studies and uses Magic Machinery, that is a Mechanic.";
- next;
- mes "[Chainheart]";
- mes "So, what is the Magic Machinery that a Mechanic studies and uses?";
- mes "That isn't as simple to explain but I'll give it a try.";
- next;
- setquest 10090;
- set job__mechanic,1;
- mes "[Chainheart]";
- mes "Sorry, I'm starting";
- mes "to talk too much.";
- mes "Let me catch my";
- mes "breath for a while.";
- mes "If you are interested,";
- mes "please talk to me again.";
- close;
- }
- mes "[Chainheart]";
- mes "You, look like someone who has a great sense on dealing with stuff.";
- next;
- mes "[Chainheart]";
- mes "That power has been used on";
- mes "just dealing with simple things.";
- mes "That isn't going to give";
- mes "you true enjoyment.";
- next;
- mes "[Chainheart]";
- mes "Right... If you want to enjoy";
- mes "true feelings of dealing and";
- mes "a deep profoundness,";
- mes "you need to handle";
- mes "^FF0000Magic Machinery^000000!";
- next;
- mes "[Chainheart]";
- mes "Magic Machinery hasn't been";
- mes "in the world long, so recognizing it is not common yet.";
- mes "It's very precise and completely different from anything you've experienced in the world.";
- next;
- mes "[Chainheart]";
- mes "Yeah, and the ones who deal with magic machinery are called ^FF0000Mechanics^000000.";
- mes "I am also the one of those honorable mechanics.";
- next;
- mes "[Chainheart]";
- mes "It seems like you have what it takes to be a good mechanic.";
- mes "Here are the basic requirements.";
- next;
- mes "[Chainheart]";
- mes "If you come to me after reaching ^FF0000Base level 99^000000 and ^FF0000Job level 50^000000,";
- mes "I will guide you to the world of Mechanics.";
- close;
- }
- mes "[Chainheart]";
- mes "Living as a Mechanic is tough,";
- mes "but I am happy that I can";
- mes "always do what I want.";
- next;
- mes "[Chainheart]";
- mes "Don't you also want to become a Mechanic and enjoy true happiness?";
- close;
-}
-
-jupe_cave,37,55,5 script Scholar#Mechanic 883,{
-
- if(checkweight(1201,1) == 4 || MaxWeight - Weight < 300)
- {
- mes "- Wait here!! -";
- mes "- Your pack is too heavy. -";
- mes "- Lighten your body first-";
- mes "- and please try again.-";
- close;
- }
-
- if(job__mechanic > 10)
- {
- mes "[Scholar]";
- mes "How was Juperos?";
- mes "I am so scared that I still";
- mes "cannot go there.";
- close;
- }
-
- if(job__mechanic > 3)
- {
- mes "[Scholar]";
- mes "^FF0000You won't be able to reach the destination by walking.";
- mes "^FF0000Strong enemies are not the problem here, you just won't be able to get to the destination.";
- mes "Please make yourself at home.^000000";
- next;
- mes "[Scholar]";
- mes "However comfortable it may be,";
- mes "I have no intention to go.";
- next;
- mes "[Scholar]";
- mes "Okay then, Are you ready";
- mes "to go to the midway point";
- mes "at Juperos?";
- next;
- switch(select("I am ready!:Not yet"))
- {
- case 1:
- mes "[Scholar]";
- mes "Uh... you are acting so firmly that I regret a little that I haven't gone there.";
- mes "Should I have gone there? Uh... It's no use crying over spilled milk!";
- next;
- mes "[Scholar]";
- mes "Well, I'll send you.";
- mes "I hope you get";
- mes "the knowledge";
- mes "you wanted.";
- close2;
- warp "jupe_core2",149,288;
- end;
- case 2:
- mes "[Scholar]";
- mes "Umm... right. Of course, it's no surprise that you are hesitant.";
- next;
- mes "[Scholar]";
- mes "But, if you don't take the warp that I open for you, you won't be able to get to the destination.";
- mes "Please don't waste your energy.";
- next;
- mes "[Scholar]";
- mes "Of course, no matter how comfortable you may be I wouldn't go there.";
- close;
- }
- }
- if(job__mechanic == 3)
- {
- mes "[Scholar]";
- mes "I am a scholar who came here to research the ruins here in Juperos.";
- next;
- mes "[Scholar]";
- mes "But... actually when";
- mes "I try to go further";
- mes "I get scared.";
- mes "I can hardly go inside.";
- mes "What can I do?";
- next;
- mes "[Scholar]";
- mes "I heard a rumor that humans";
- mes "aren't welcome inside there.";
- mes "But it should be very useful to study the marvelous machines in there.";
- next;
- mes "[Scholar]";
- mes "Umm? Are you also going to";
- mes "Juperos to get something?";
- mes "I have no courage to go in there.";
- mes "Goodluck to you.";
- next;
- mes "[Scholar]";
- mes "I know the way to get to";
- mes "the midway point and I also have";
- mes "all the stuff I need.";
- mes "But I'm just too scared.";
- next;
- mes "[Scholar]";
- mes "So if you want, I'll send you";
- mes "to Juperos. Mr. Elder Scholar";
- mes "has told me how to warp to";
- mes "the midway point to Juperos.";
- next;
- set job__mechanic,4;
- mes "[Scholar]";
- mes "It is true that it becomes easy";
- mes "but you can't help the fear";
- mes "it's too bad. Anyway if you are";
- mes "ready to go please tell me.";
- close;
- }
- mes "[Scholar]";
- mes "I am a scholar who came here to research the ruins here in Juperos.";
- next;
- mes "[Scholar]";
- mes "But... actually when I try to go further";
- mes "I'm scared. I can hardly go inside.";
- mes "What can I do?";
- next;
- mes "[Scholar]";
- mes "I heard a rumor that humans aren't welcome inside there.";
- mes "But it should be very useful to study the marvelous machines in there.";
- close;
-}
-
-jupe_core2,149,273,3 script Ghostfire#1 802,{
-
- if(job__mechanic == 11)
- {
- mes "[?]";
- mes "I've lost my body and all that's left is my spirit in this place.";
- mes "I will live and die here in Juperos forever...";
- close;
- }
-
- if(job__mechanic == 10)
- {
- mes "[?]";
- mes "That appearance... Is it so? You also gained the knowledge.";
- mes "When the future is full of possibilities...";
- mes "An attitude of a pure child";
- mes "like you can do anything...";
- next;
- mes "[?]";
- mes "Come to think of it now the most precious thing right now might be getting confidence rather than knowledge itself...";
- next;
- mes "[?]";
- mes "Please don't make any";
- mes "faults from now on as I did.";
- mes "I hope you get knowledge";
- mes "by yourself someday.";
- next;
- mes "[?]";
- mes "Well then go back, find a human who knows of magic machinery and show evidence that you've gained the knowledge...";
- next;
- mes "[?]";
- mes "I'm the one who lost my body";
- mes "and my spirits are disrupted";
- mes "I'm restricted to this place, Juperos... I will live and die with Juperos";
- mes "Forever...";
- next;
- mes "[?]";
- mes "My name... name is... Fr...";
- close2;
- set job__mechanic,11;
- changequest 10100,10101;
- warp "yuno",157,83;
- end;
- }
- if(job__mechanic > 4)
- {
- mes "[?]";
- mes "I've lost my body and all that's left is my spirit in this place.";
- mes "I will live and die here in Juperos forever...";
- close;
- }
- if (job__mechanic == 3 || job__mechanic == 4)
- {
- mes "[?]";
- mes "Talented one.";
- mes "Make sure there are";
- mes "no enemies around.";
- mes "If you focus on me,";
- mes "you might get attacked.";
- next;
- switch(select("Well then, later.:Focus."))
- {
- case 1:
- close;
- case 2:
- mes "[?]";
- mes "I was once a human scholar.";
- mes "I wanted to know the limitation of science that humankind didn't know of, so I learned a lot of things, studied and searched...";
- next;
- mes "[?]";
- mes "That's when I discovered, the uncertain magical power.";
- next;
- mes "[?]";
- mes "The thing with uncertain magic is that it is highly unstable and unpredictable.";
- mes "During my studies I encountered a pocket of highly volatile magic.";
- next;
- mes "[?]";
- mes "The only memories I have";
- mes "are from that day forward.";
- mes "I've been trapped here since.";
- next;
- mes "[?]";
- mes "Juperos is all that I know now.";
- mes "I'm going to die here.";
- next;
- mes "[?]";
- mes "I don't know who you are...";
- mes "I won't bother to know if you";
- mes "want to gain some knowledge.";
- mes "Find someone who cares.";
- next;
- changequest 10092,10094;
- set job__mechanic,5;
- mes "[?]";
- mes "Knowledge isn't obtained from others. It is found through one's own efforts.";
- mes "Find your own knowledge path.";
- close;
- }
- }
-}
-
-jupe_core2,53,75,3 script Ghostfire#2 802,{
-
- if(job__mechanic > 5)
- {
- mes "[?]";
- mes "Juperos... I...";
- mes "Juperos... What I want";
- mes "exists all in here...";
- mes "The power of science...the paradise of machines...";
- close;
- }
-
- if(job__mechanic == 5)
- {
- mes "[?]";
- mes "Talented one.";
- mes "Make sure there are";
- mes "no enemies around.";
- mes "If you focus on me,";
- mes "you might get attacked.";
- next;
- switch(select("Well then, later:Focus"))
- {
- case 1:
- close;
- case 2:
- mes "[?]";
- mes "When I had a body";
- mes "I wanted to prove the";
- mes "excellence of science";
- mes "to the ones who only believe";
- mes "such occult things...";
- next;
- mes "[?]";
- mes "I wanted to use the power of";
- mes "magic as a reasonable form";
- mes "which is visible. With stronger";
- mes "results, I wanted to control";
- mes "the power of magic by";
- mes "using science....";
- next;
- mes "[?]";
- mes "I wanted to show that science";
- mes "is excellent to control magic";
- mes "like the occult. I studied a lot";
- mes "of things and agonized over";
- mes "making science and magic";
- mes "co-exist.";
- next;
- mes "[?]";
- mes "My research led me here,";
- mes "Juperos. In this place there";
- mes "are many products of science";
- mes "that could stimulate a scholar's";
- mes "brain...";
- next;
- mes "[?]";
- mes "I found that it was possible to join the power of magic with science.";
- mes "Even if it wasn't perfect, it appealed enough to the other scholars...";
- next;
- mes "[?]";
- mes "The recent events of the world have created a confusion so my research hasn't been shared with the rest of the world.";
- next;
- set job__mechanic,6;
- changequest 10094,10095;
- mes "[?]";
- mes "So... I came back to Juperos to continue my investigation of science and magic.";
- close;
- }
- }
-}
-
-jupe_core2,242,62,3 script Ghostfire#3 802,{
-
- if(job__mechanic > 6)
- {
- mes "[?]";
- mes "I want to know more about the knowledge...";
- mes "the features of humans...";
- mes "The things to be done first and later...";
- mes "The door of truth will later...";
- close;
- }
-
- if(job__mechanic == 6)
- {
- mes "[?]";
- mes "Talented one.";
- mes "Make sure there are";
- mes "no enemies around.";
- mes "If you focus on me,";
- mes "you might get attacked.";
- next;
- switch(select("Well then, later:Focus"))
- {
- case 1:
- close;
- case 2:
- mes "[?]";
- mes "I wasn't satisfied with my success so I came back here time and time again.";
- next;
- mes "[?]";
- mes "When I stepped on a marker between 2 mechanical statues, the energy I had gathered and learned was absorbed.";
- next;
- mes "[?]";
- mes "But, with that energy being absorbed, I began to gain knowledge that I never knew previously.";
- next;
- mes "[?]";
- mes "But it came at a price. With the knowledge I started losing my humanity.";
- mes "I lost my body and the only";
- mes "thing I had was my spirit.";
- next;
- mes "[?]";
- mes "I don't regret gaining the knowledge. All I wish is that I could have my body back.";
- next;
- set job__mechanic,7;
- changequest 10095,10096;
- mes "[?]";
- mes "After I had poured my energy into the statue, I discovered that I could move my energy to different statues.";
- close;
- }
- }
-}
-
-jupe_core2,29,150,1 script Foothold 139,1,1,{
-
-OnTouch:
- if(job__mechanic == 8)
- {
- percentheal 0,-30;
- mes "-Suddenly I feel power is-";
- mes "-escaping my whole body-";
- mes "-What is happening?-";
- next;
- mes "-Find the door of truth-";
- mes "-it is the source of the-";
- mes "-power drain.-";
- close;
- }
- if(job__mechanic == 7)
- {
- percentheal -20,0;
- mes "-Suddenly, an unidentified-";
- mes "-voice is ringing in my head-";
- mes "-What is it?-";
- next;
- mes "-Handling machines-";
- mes "-absorbing magic power-";
- mes "-a sacrificial offering-";
- mes "-the statue of a human-";
- next;
- set job__mechanic,8;
- changequest 10096,10097;
- mes "-Most certain of all is that-";
- mes "-I started to feel the urge-";
- mes "-to go to the door of truth-";
- close;
- }
- if(job__mechanic > 2)
- {
- percentheal 0,-30;
- mes "-Suddenly I feel power is-";
- mes "-escaping from my body-";
- mes "-What is happening?-";
- close;
- }
-}
-
-jupe_core2,272,149,1 script Foothold2 139,1,1,{
-
-OnTouch:
- if(job__mechanic == 9)
- {
- mes "-I had a feeling that power-";
- mes "-has been draining out,-";
- mes "-but now, I do not-";
- mes "-feel anything.-";
- next;
- mes "-Go to the south of-";
- mes "-the foothold quickly-";
- close;
- }
- if(job__mechanic == 8)
- {
- percentheal -20,-30;
- mes "-Suddenly I feel power is-";
- mes "-escaping from my body-";
- mes "-What is happening?-";
- next;
- mes "-I feel my senses-";
- mes "-are returning to me-";
- next;
- donpcevent "Door::OnDoorOpen";
- changequest 10097,10098;
- mes "-Walk to the Door of Truth-";
- close;
- }
- if(job__mechanic > 2)
- {
- percentheal 0,-30;
- mes "-Suddenly I feel power is-";
- mes "-escaping from my body-";
- mes "-What is happening?-";
- close;
- }
-}
-
-jupe_core2,288,142,3 script Door 844,1,1,{
-end;
-
-OnInit:
- disablenpc "Door";
- end;
-
-OnDoorClose:
- disablenpc "Door";
- end;
-
-OnDoorOpen:
- enablenpc "Door";
- specialeffect EF_MAPPILLAR;
- initnpctimer;
- end;
-
-OnTimer180000:
- donpcevent "Door::OnDoorClose";
- end;
-
-OnTouch:
- if(job__mechanic == 8)
- {
- mes "-Once again a voice rings out-";
- mes "-in my head. This time it is-";
- mes "-different than before, it is a-";
- mes "-voice of an impressive person-";
- next;
- mes "I know you came this far because you want the knowledge.";
- mes "Humans are weak animals";
- mes "and any sacrifice is a hard";
- mes "decision for them to make.";
- next;
- mes "But you are lacking something to pass through this door of truth.";
- mes "Through this door is knowledge above all human thinking.";
- next;
- mes "It won't harm a human's mind if it doesn't surpass your brain capacity.";
- next;
- mes "Try to put your body onto the foothold of knowledge at the south.";
- next;
- mes "If the knowledge suits you, you'll be able to obtain it without becoming a sacrificial offering.";
- mes "If you are unqualified, you will lose your body as a sacrifice.";
- next;
- mes "When you are qualified, you will be able to pass through the door of truth.";
- mes "Till that day, don't lose yourself.";
- next;
- mes "............";
- next;
- mes "-I can't hear any voices-";
- mes "-anymore and I can't feel-";
- mes "-anything in this place.-";
- next;
- mes "-As the ringing voice in my-";
- mes "-head instructed, let's go to-";
- mes "-the southern marker.-";
- set job__mechanic,9;
- changequest 10098,10099;
- close2;
- donpcevent "Door::OnDoorClose";
- end;
- }
-end;
-}
-
-jupe_core2,149,34,1 script Acquiring Knowledge 139,1,0,{
- end;
-OnTouch:
- if(job__mechanic == 9)
- {
- mes "-The moment I stepped on-";
- mes "-the marker the voice-";
- mes "-didn't come into my brain-";
- mes "-rather new knowledge-";
- mes "-came in naturally.-";
- next;
- mes "-Almost instantaneously-";
- mes "-you gained all of the-";
- mes "knowledge that you need-";
- mes "-to know about mechanics-";
- mes "-and magic machinery.-";
- next;
- set job__mechanic,10;
- changequest 10099,10100;
- specialeffect EF_POTION_CON;
- mes "-This amount of-";
- mes "-knowledge is enough-";
- mes "-and find a way out.-";
- close;
- }
-}
-
-jupe_core2,150,33,1 script Acquiring Knowledge#2 139,1,0,{
- end;
-OnTouch:
- if(job__mechanic == 9)
- {
- mes "-The moment I stepped on-";
- mes "-the marker the voice-";
- mes "-didn't come into my brain-";
- mes "-rather new knowledge-";
- mes "-came in naturally.-";
- next;
- mes "-Almost instantaneously-";
- mes "-you gained all of the-";
- mes "knowledge that you need-";
- mes "-to know about mechanics-";
- mes "-and magic machinery.-";
- next;
- set job__mechanic,10;
- changequest 10099,10100;
- specialeffect EF_POTION_CON;
- mes "-This amount of-";
- mes "-knowledge is enough-";
- mes "-and find a way out.-";
- close;
- }
-}
-
-jupe_core2,0,0,0,0 monster Dimik 1669,100,0,0,0 \ No newline at end of file
diff --git a/npc/pre-re/jobs/3-1/ranger.txt b/npc/pre-re/jobs/3-1/ranger.txt
deleted file mode 100644
index 84e453e35..000000000
--- a/npc/pre-re/jobs/3-1/ranger.txt
+++ /dev/null
@@ -1,3218 +0,0 @@
-//===== rAthena Script =======================================
-// Ranger Job change Quest
-//===== By: ==================================================
-//= Masao
-//= Credits: Muad_Dib
-//===== Current Version: =====================================
-//= 1.3
-//===== Compatible With: =====================================
-//= Any rAthena SVN
-//===== Description: =========================================
-//= [Translated from the Official]
-//= Job change Quest from Hunter / Sniper -> Ranger.
-//===== Additional Comments: =================================
-//= 1.0 First Version.
-//= 1.1 Updated SC_STONE duration from 2 Seconds to 2 Minutes
-//= and fixed Mercenary check.
-//= 1.2 Fixed first Quest so that when a false poring got killed
-//= it decreases the total points by 1 also commented the SC_STONE
-//= part until M_DESERT_WOLF_B Mercenary is fully working.
-//= 1.3 Fixed waves not being announced and counted [Elias]
-//============================================================
-
-tur_dun01,156,36,5 script Survival Instructor#jr01 59,{
-
- if (Class == Job_Hunter || Class == Job_Sniper || Class == Job_Baby_Hunter)
- {
- if (job_ranger01 < 1)
- {
- mes "[Survival Instructor, Rescue]";
- mes "The weather is really great.";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "What's up?";
- mes "The monsters here are a";
- mes "little tough so be careful.";
- next;
- switch(select("I came here to become a Ranger.:I just came to look around."))
- {
- case 1:
- break;
- case 2:
- mes "[Survival Instructor, Rescue]";
- mes "Oh ya.?";
- mes "The weather is really great. Shall we take a picture to commemorate it?";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "No?";
- mes "Then just look around quietly and then go back.";
- close;
- }
- mes "[Survival Instructor, Rescue]";
- mes "Huh?";
- mes "How did you find me?";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "Well, it's a passing mark that you recognize me... let me see.";
- next;
- if ((BaseLevel > 98) && (JobLevel > 49))
- {
- mes "[Survival Instructor, Rescue]";
- mes "Ok!";
- mes "It looks like you have";
- mes "enough experience.";
- next;
- }else{
- mes "[Survival Instructor, Rescue]";
- mes "No.";
- mes "I can tell just by looking at you that you seem to be inexperienced.";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "Have more pride in your job and get more experience, and then when you grow as a Hunter or a Sniper you can make an aura by yourself, please come back again.";
- close;
- }
- mes "[Survival Instructor, Rescue]";
- mes "Good.";
- mes "First of all,let me tell you the job change qualifications to be a Ranger.";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "I've already checked the first qualification that you've experienced enough to make an aura as a Hunter or a Sniper.";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "For the second qualification to judge one's ability exactly, you need to lighten your body and mind.";
- next;
- if (Class == Job_Hunter || Class == Job_Baby_Hunter)
- {
- mes "[Survival Instructor, Rescue]";
- mes "Ah wait, before that.";
- mes "When you change jobs into a Ranger from a Hunter, you won't get any chance to learn the skills of a Sniper, is that okay with you?";
- next;
- switch(select("I'll think about it more.:I want to be a Ranger already."))
- {
- case 1:
- mes "[Survival Instructor]";
- mes "Okay.";
- mes "Take your time to think, if it's okay then come back.";
- close;
- case 2:
- mes "[Survival Instructor, Rescue]";
- mes "All right.";
- mes "You are ready then.";
- next;
- break;
- }
- mes "[Survival Instructor, Rescue]";
- mes "Well let's continue our conversation.";
- mes "Before you change into a Ranger, even though you reached the highest level of a Hunter, it is not the best evaluation of your abilities.";
- next;
- mes "[Survival Instructor]";
- mes "So in order to check your abilities, I'll need to evaluate your pure abilities.~";;
- next;
- } else {
- mes "[Survival Instructor]";
- mes "Before you change into a Ranger, even though you reached the highest level of a Sniper, it is not the best evaluation of your abilities.";
- next;
- mes "[Survival Instructor]";
- mes "So in order to check your abilities, I'll need to evaluate your pure abilities.~";
- next;
- }
- mes "[Survival Instructor, Rescue]";
- mes "To do this you need to be cleansed of body and soul.";
- mes "Make sure that your weight equals '0' to continue.";
- set job_ranger01,1;
- setquest 8254;
- close2;
- warp "alberta",117,57;
- end;
- }
- else if (job_ranger01 == 1)
- {
- if (Weight < 1)
- {
- mes "[Survival Instructor, Rescue]";
- mes "Wow you've come back so quickly.";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "Ok, now I'll talk about the requirements to take the test to become a Ranger.";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "All the tests to become a Ranger are going to be done with practical means.";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "Will there be a written test?";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "Why do you want one?";
- mes "The most important part of this test is the test of your experience on the battlefield.";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "Therefore, what I request of you is to prove your power of survival.";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "I want to see the real power of survival, even if you fall down and get beat up.";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "If you succeed with this survival power test, you will receive the first qualification.";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "Well, let's talk about the details when you get the qualification for taking the test.";
- mes "When you want to take the survival power test, please talk to me again.";
- set job_ranger01,2;
- changequest 8254,8255;
- close;
- }
- mes "[Survival Instructor, Rescue]";
- mes "Before you change into a Ranger, I'll need to evaluate your pure abilities.";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "To do this you need to be cleansed of body and soul.";
- mes "Make sure that your weight equals 0 to continue.";
- close2;
- warp "alberta",117,57;
- end;
- }
- else if (job_ranger01 == 2)
- {
- if (Weight < 1)
- {
- mes "[Survival Instructor, Rescue]";
- mes "Um. That you talked to me again means that you are determined to change into a Ranger and take the survival power test.";
- next;
- switch(select("I'll think about it more:I'll take the test"))
- {
- case 1:
- mes "[Survival Instructor, Rescue]";
- mes "Prepare yourself very well before taking this test.";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "Think about it well and come back.";
- close;
- case 2:
- break;
- }
- mes "[Survival Instructor, Rescue]";
- mes "If you are determined, then there's nothing to wait for.";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "I'll explain it simply.";
- mes "What I'm going to provide you is 10 Fly Wings, 500 of Arrows and 1 test Bow.";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "Take the provided items and all you have to do for the survival power test is ^0000ffgo to the Northwestern area of Turtle Island and find Instructor Teardrop^000000.";
- mes "Easy, right?";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "Remember that you don't have any other equipment on, so be careful of the monsters.";
- mes "Ready to start?";
- next;
- switch(select("Wait a second:Yes, I'm ready"))
- {
- case 1:
- mes "[Survival Instructor, Rescue]";
- mes "What kind of preparation can be so long.";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "Come again when you are absolutely ready.";
- close;
- case 2:
- break;
- }
- mes "[Survival Instructor, Rescue]";
- mes "Well, then let's start.";
- mes "There's no time to hesitate.";
- mes "Do your best.";
- set job_ranger01,3;
- changequest 8255,8256;
- getitem 1703,1;
- getitem 12323,10;
- getitem 1750,500;
- close;
- }
- mes "[Survival Instructor, Rescue]";
- mes "I knew it.";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "Why did you bring so much?";
- mes "It's good that you do your best on the job change but, the key to this test is to test our true abilities...";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "If you don't make your weight 0, you wouldn't be able to take the test.";
- close;
- }
- else if (job_ranger01 == 3)
- {
- mes "[Survival Instructor, Rescue]";
- mes "Umm?";
- mes "What are you waiting for?";
- next;
- switch(select("Tell me the mission again.:I just wanted to talk."))
- {
- case 1:
- mes "[Survival Instructor, Rescue]";
- mes "Oh, ya.";
- mes "Is this the mind of a person who's going to take the test?";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "Stay alert and listen.";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "Take the provided items and all you have to do for the survival power test is ^0000ffgo to the Northwestern area of Turtle Island and find Instructor Teardrop^000000.";
- mes "Isn't that so easy?";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "As you don't have any equipment on, be careful of the monsters in the field.";
- mes "Well, shall we start?";
- next;
- switch(select("Wait a minute:I will start"))
- {
- case 1:
- mes "[Survival Instructor, Rescue]";
- mes "What kind of preparation can be so long.";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "Come again when you are absolutely ready.";
- close;
- case 2:
- break;
- }
- mes "[Survival Instructor, Rescue]";
- mes "Okay, let's start.";
- mes "There's no time to hesitate, so do your best.";
- close;
- case 2:
- break;
- }
- mes "[Survival Instructor, Rescue]";
- mes "I don't think you have the time for that.";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "Hurry up and finish the test.";
- close;
- }
- else if ((job_ranger01 > 3) && (job_ranger01 < 7))
- {
- mes "[Survival Instructor, Rescue]";
- mes "Are you still wandering about here?";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "Well, if you are an easy person, that's none of my business but if you decided once, wouldn't it be better to take the practical test in a minute and meet me after becoming a Ranger?";
- close;
- }
- else if (job_ranger01 == 7)
- {
- mes "[Survival Instructor, Rescue]";
- mes "Oh, hey. What are you doing here?";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "Because you've disappeared suddenly, the Ranger Master was looking for you.";
- mes "Dou you want to go to him now?";
- next;
- switch(select("Don't go:Go"))
- {
- case 1:
- mes "[Survival Instructor, Rescue]";
- mes "Are you busy with something else?";
- close;
- case 2:
- mes "[Survival Instructor, Rescue]";
- mes "Then I'll send you, please be well.";
- close2;
- warp "job3_rang01",89,38;
- end;
- }
- }
- else if (job_ranger01 > 7)
- {
- mes "[Survival Instructor, Rescue]";
- mes "Umm, who's there?";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "Hey, you look great.";
- mes "Congratulations on becoming a Ranger~";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "Next time, try not to intimidate other people.";
- close;
- }
- mes "[Survival Instructor, Rescue]";
- mes "Umm, who's there?";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "Hey, you look great.";
- mes "Congratulations on becoming a Ranger~";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "Next time, try not to intimidate other people.";
- close;
- }
- else if (Class == 4056 || Class == 4062)
- {
- if (job_ranger01 == 8)
- {
- mes "[Survival Instructor, Rescue]";
- mes "Umm, who's there?";
- mes "You really look like a talented...";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "Next time, try not to intimidate other people.";
- close;
- }
- }
- mes "[Survival Instructor, Rescue]";
- mes "Ha ~ ha.";
- mes "The weather is really great.";
- next;
- mes "[Survival Instructor, Rescue]";
- mes "What's up?";
- mes "The monsters here are a";
- mes "little tough so be careful.";
- close;
-}
-
-tur_dun01,91,169,3 script Test Instructor#jr02 732,{
-
- if (Class == Job_Hunter || Class == Job_Sniper || Class == Job_Baby_Hunter)
- {
- if (job_ranger01 < 3)
- {
- mes "[Test Instructor, Teardrop]";
- mes "Good to goooooo!!!!!!!";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "Huh? Who are you? What are you doing here, you baby archer.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "May I tell you one thing?";
- mes "If you want to change a job to a Ranger, first talk to Survival Instructor Rescue.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "Then he will tell you the requirement for the job change test!!!";
- close;
- }
- else if (job_ranger01 == 3)
- {
- mes "[Test Instructor, Teardrop]";
- mes "Good to goooooo!!!!!!!";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "Huh? Who are you? What are you wandering about here, you baby archer.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "That you are coming and going bugs me so, would you please stop?!";
- next;
- switch(select("Ranger practical test building?:I came for the test."))
- {
- case 1:
- mes "[Test Instructor, Teardrop]";
- mes "What, what are you...?";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "What do you think you are looking at?";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "How could you be a Ranger if you can't even recognize what's in front of you? Get out of here!";
- close;
- case 2:
- break;
- }
- mes "[Test Instructor, Teardrop]";
- mes "Ho, having come this far, it means you've passed the first survival test.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "But, can you be sure that there wasn't any cheating?";
- next;
- if (Weight > 501)
- {
- mes "[Test Instructor, Teardrop]";
- mes "Hmm. It's doubtful...";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "See, I knew it.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "Having done the test normally, you would have adjusted your weight to 0, and hold the items provided by Rescue!";
- mes "But, how come you weigh so much?";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "I consider this as cheating!";
- mes "Come and see me again!";
- close2;
- warp "tur_dun01",162,33;
- end;
- }
- mes "[Test Instructor, Teardrop]";
- mes "I don't smell any signs of cheating. For now...";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "Before taking a practical test, I want to eat something.";
- mes "You know the food situation isn't always so good in a foreign land.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "I know that the very basic way to survive might be raising the strength of one's own body. But, I find that sending adventurers is easier for me.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "So, kill ^0000ff1 Dragon Tail^000000 and bring me ^0000ff1 Wing of Dragonfly^000000.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "If you run out of the provided items, we cannot support you more so take care.";
- mes "Consider this as an extension of the survival power test.";
- set job_ranger01,4;
- changequest 8256,8257;
- close;
- }
- else if(job_ranger01 == 4)
- {
- if (checkquest(8257) == 1)
- {
- if (countitem(7064) > 0)
- {
- mes "[Test Instructor, Teardrop]";
- mes "Oh! Oh! Woooooow!";
- mes "You've brought it! Let me see...";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "Hmmmm, it's still hot?!";
- mes "You don't seem to be hurt anywhere...";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "Good, for now you're qualified for the practical test.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "Well, before I explain, could you please give me that Dragonfly wing?";
- mes "You've heard the saying, 'in any situation, eating comes first'?";
- delitem 7064,1;
- set job_ranger01,5;
- changequest 8257,8258;
- close;
- }
- mes "[Test Instructor, Teardrop]";
- mes "What are you doing there? Standing with a blank look.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "I'm hungry.";
- mes "Before taking the practical test, I want to eat something.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "I know that the very basic way to survive might be raising the strength of one's own body. But, I find that sending adventurers is easier for me.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "So, kill ^0000ff1 Dragon Tail^000000 and bring me ^0000ff1 Dragon Fly Wing^000000.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "If you run out of the provided items, we cannot support more so take care.";
- mes "Consider this as an extension of the survival power test.";
- close;
- }
- mes "[Test Instructor, Teardrop]";
- mes "What are you doing there? Standing with a blank look.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "I'm hungry.";
- mes "Before taking the practical test, I want to eat something.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "I know that the very basic way to survive might be raising the strength of one's own body. But, I find that sending adventurers is easier for me.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "So, kill ^0000ff1 Dragon Tail^000000 and bring me ^0000ff1 Dragon Fly Wing^000000.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "If you run out of the provided items, we cannot support more so take care.";
- mes "Consider this as an extension of the survival power test.";
- close;
- }
- else if (job_ranger01 == 5)
- {
- mes "[Test Instructor, Teardrop]";
- mes "Awooo. Yumyum.";
- mes "Eh? What are you looking at?";
- mes "You want to eat some?";
- next;
- switch(select("Oh, just eat up:..."))
- {
- case 1:
- mes "[Test Instructor, Teardrop]";
- mes "Why aren't you eating?";
- mes "It's quite edible.";
- mes "If you cover it with rice, it's like roasted seaweed, very tasty and delicious.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "You need to be strong enough not to be so picky with such things...";
- next;
- break;
- case 2:
- mes "["+strcharinfo(0)+"]";
- mes "No thanks... anyway...";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "Hmm? Oh my, oh my, I've shown you my sloppiness.";
- next;
- break;
- }
- mes "[Test Instructor, Teardrop]";
- mes "Ok, I'll send you to the practical test field.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "The practical test consists of 3 parts in total.";
- mes "It's to recheck the things you've learned as a hunter or a sniper, so there's nothing much to be worried.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "If you get a passing mark over three tests, you'll be on your way to becoming a Ranger.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "I'll explain the paths for the test.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "Once you get into the test field, a staff will be waiting for you. Go into the room made by the staff, and standby.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "The test is done one by one so, if there's many people, you might need to wait.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "The first test is to test of how keen your eyes are.";
- mes "Different monsters will appear in 8 places. Kill only the monster named 'Poring' and you get a point, when you reach a certain mark, then you pass. Easy, huh?";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "The second test is about how much you can use a trap efficiently.";
- mes "Get rid of monsters and do the mission by using only the provided traps, and you pass. Just be careful not to be engulfed by the explosion.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "For the 3rd test, when you become a Ranger you can handle a wolf, so you will be tested on how well you can handle such an animal.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "When you remove a bomb by using the given wolf, you get points. You pass when you get a certain mark on the test.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "The staff there will tell you more details as well.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "Now, I will enter you into the practical test field, is your preparation all done?";
- next;
- switch(select("Please wait a little:Let's go to the practical test field!"))
- {
- case 1:
- mes "[Test Instructor, Teardrop]";
- mes "Um? Aren't you ready?";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "Well. To be careful is good.";
- mes "Come back when you are ready.";
- close;
- case 2:
- if (getmercinfo(1) > 0)
- {
- mes "[Test Instructor, Teardrop]";
- mes "Stop!";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "Where do you think you're going with the mercenary?!";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "If you don't cancel the mercenary, you cannot get into the test field! Cancel it first!";
- close;
- }
- if (Weight > 501)
- {
- mes "[Test Instructor, Teardrop]";
- mes "See, for the last time, I warn you that cheating is strictly banned.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "Well, then let's gooooooooo.... oo,um?";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "Hey, what are you hiding there?";
- mes "I've pointed it out for several times, you should not even think to go in there secretly with anything other than the provided items!";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "You'd better lighten your weight.";
- close;
- }
- }
- if (countitem(1750) > 99)
- {
- mes "[Test Instructor, Teardrop]";
- mes "Good luck.";
- mes "Be a ranger and we shall meet again.";
- set job_ranger01,6;
- changequest 8258,8259;
- close2;
- warp "job3_rang01",30,36;
- end;
- }
- mes "[Test Instructor, Teardrop]";
- mes "Okay, once again I'll provide you with arrows, then I'll let you in.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "Good luck.";
- mes "Be a ranger and we shall meet again.";
- set job_ranger01,6;
- changequest 8258,8259;
- getitem 1750,100;
- close;
- warp "job3_rang01",30,36;
- end;
- }
- else if (job_ranger01 == 6)
- {
- mes "[Test Instructor, Teardrop]";
- mes "Good to goooooo!!!!!!!";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "Um? What happened?";
- mes "Why are you walking about here? What about the test?";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "Aha.. You've failed the middle!";
- mes "You are such a fool.";
- emotion 4;
- next;
- mes "[Test Instructor, Teardrop]";
- mes "So what are you going to do? Try again?";
- next;
- switch(select("Wait a minute:Go to the practical test field!:I give up the job change."))
- {
- case 1:
- mes "[Test Instructor, Teardrop]";
- mes "Um? Aren't you ready yet?";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "All right. To be careful is good.";
- mes "Come when you are ready.";
- close;
- case 2:
- if (getmercinfo(1) > 0)
- {
- mes "[Test Instructor, Teardrop]";
- mes "Stop!";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "Where do you think you're going with the mercenary?!";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "If you don't cancel the mercenary, you cannot get into the test field! Cancel it first!";
- close;
- }
- if (countitem(12380) > 0)
- {
- mes "[Test Instructor, Teardrop]";
- mes "What, What is this?";
- mes "You shouldn't keep this around!";
- delitem 12380,countitem(12380);
- close;
- }
- if(countitem(12258) > 0)
- {
- mes "[Test Instructor, Teardrop]";
- mes "What, What is this, a Bombring Capsule.";
- mes "You shouldn't keep such a dangerous thing!";
- delitem 12258,countitem(12258);
- close;
- }
- if(countitem(6156) > 0)
- {
- mes "[Test Instructor, Teardrop]";
- mes "What, what are all these Documents?";
- mes "I think I know. You were going to send this to Caution, right?";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "If you hold such thing it would disturb your practical test so I'll take this.";
- delitem 6156,countitem(6156);
- close;
- }
- if (Weight > 501)
- {
- mes "[Test Instructor, Teardrop]";
- mes "See, for the last time, I warn you that cheating is strictly banned.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "Well, then let's gooooooooo.... oo,um?";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "Hey, what are you hiding there?";
- mes "I've pointed it out for several times, you should not even think to go in there secretly with anything other than the provided items!";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "You'd better lighten your weight.";
- close;
- }
- break;
- case 3:
- mes "[Test Instructor, Teardrop]";
- mes "Um? What, you're kidding huh?";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "Think again.";
- mes "Do you really want to give up the job change to become a Ranger?";
- next;
- switch(select("No, I'll try again:I give up!"))
- {
- case 1:
- break;
- case 2:
- mes "[Test Instructor, Teardrop]";
- mes "You don't have as many guts as I thought.";
- nude;
- next;
- if (countitem(1703) > 0)
- {
- mes "[Test Instructor, Teardrop]";
- mes "Okay. I'll respect your opinion.";
- mes "I'll cancel the job change request from "+strcharinfo(0)+".";
- delitem 1703,1;
- set job_ranger01,0;
- erasequest 8254;
- erasequest 8255;
- erasequest 8256;
- erasequest 8257;
- erasequest 8258;
- erasequest 8259;
- erasequest 8260;
- erasequest 8261;
- erasequest 8262;
- close;
- }
- mes "[Test Instructor, Teardrop]";
- mes "Huh? I gave you a Bow for your practical tests. Where is it?";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "If you don't give it to me, I can't cancel you job change request.";
- close;
- }
- mes "[Test Instructor, Teardrop]";
- mes "Hey. You were kidding after all?";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "It's not funny so don't do that kind of joke again.";
- close;
- }
- if (countitem(1750) > 99)
- {
- mes "[Test Instructor, Teardrop]";
- mes "Good luck.";
- mes "Be a ranger and we shall meet again.";
- erasequest 8260;
- erasequest 8261;
- set job_ranger01,6;
- close2;
- warp "job3_rang01",30,36;
- end;
- }
- mes "[Test Instructor, Teardrop]";
- mes "Okay, once again I'll provide you with arrows, then I'll let you in.";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "Good luck.";
- mes "Be a ranger and we shall meet again.";
- erasequest 8260;
- erasequest 8261;
- set job_ranger01,6;
- getitem 1750,100;
- close2;
- warp "job3_rang01",30,36;
- end;
- }
- else if (job_ranger01 == 7)
- {
- mes "[Test Instructor, Teardrop]";
- mes "Oh, hey. What are you doing here?";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "Because you've disappeared suddenly, the Ranger Master was looking for you.";
- mes "Dou you want to go to him now?";
- next;
- switch(select("Don't go:Go"))
- {
- case 1:
- mes "[Test Instructor, Teardrop]";
- mes "Are you busy with something else?";
- close;
- case 2:
- break;
- }
- mes "[Test Instructor, Teardrop]";
- mes "Then I'll send you, please be well.";
- close;
- warp "job3_rang01",89,38;
- end;
- }
- else if(job_ranger01 > 7)
- {
- mes "[Test Instructor, Teardrop]";
- mes "Good to gooooooooooooooo!!!!!!";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "Huh? What are you? Where you from?";
- mes "Don't hang around here doing nothing. This is my area!";
- close;
- }
- mes "[Test Instructor, Teardrop]";
- mes "Good to gooooooooooooooo!!!!!!";
- next;
- mes "[Test Instructor, Teardrop]";
- mes "Huh? What are you? Where you from?";
- mes "Don't hang around here doing nothing. This is my area!";
- close;
- }
- mes "[Test Instructor]";
- mes "No way !!!!";
- next;
- mes "[Test Instructor]";
- mes "Huh? What are you? Where you from?";
- mes "Don't hang around here doing nothing. This is my area!";
- close;
-}
-
-job3_rang01,30,40,3 script Practical Test 111,{
-
-OnInit:
- disablenpc "Practical Test";
- waitingroom "Practical Test Waiting Room",20,"Practical Test::OnStartArena",1;
- enablewaitingroomevent;
- end;
-
-OnStartArena:
- warpwaitingpc "job3_rang02",45,48;
- donpcevent "Test Supervisor#jr_04::OnEnable";
- disablewaitingroomevent;
- end;
-
-OnEnable:
- enablewaitingroomevent;
- end;
-
-OnDisable:
- disablewaitingroomevent;
- end;
-}
-
-job3_rang01,30,44,3 script Test Waiting Room#jr_03 88,{
-
-
- mes "[Staff DTS]";
- mes "Please wait at the practical test waiting room to start the test process.";
- next;
- mes "[Staff DTS]";
- mes "In the order you enter, you can take the practical test one by one.";
- mes "There's 3 kinds of a Ranger job change practical tests, it takes a total of about 10 minutes.";
- next;
- switch(select("Test explanation:Cancel:I give up the Ranger test"))
- {
- case 1:
- break;
- case 2:
- mes "[Staff DTS]";
- mes "Don't you need any explanation?";
- next;
- mes "[Staff DTS]";
- mes "Enter into the chat room and wait for the order and take the job change practical test.";
- close;
- case 3:
- mes "[Staff DTS]";
- mes "Please think about it again.";
- mes "If you give up here, your job change request will be cancelled. Do you really want to give up the job change to a Ranger?";
- next;
- switch(select("No, I'll continue with the test:I give up the Ranger job change"))
- {
- case 1:
- break;
- case 2:
- mes "[Staff DTS]";
- mes "You don't have as many guts as I thought.";
- nude;
- next;
- if (countitem(1703) > 0)
- {
- mes "[Staff DTS]";
- mes "Okay. I'll respect your opinion.";
- mes "I'll cancel the job change request from "+strcharinfo(0)+".";
- delitem 1703,1;
- set job_ranger01,0;
- erasequest 8254;
- erasequest 8255;
- erasequest 8256;
- erasequest 8257;
- erasequest 8258;
- erasequest 8259;
- erasequest 8260;
- erasequest 8261;
- erasequest 8262;
- close2;
- warp "alberta",117,57;
- end;
- }
- mes "[Staff DTS]";
- mes "Where is your test Bow?";
- next;
- mes "[Staff DTS]";
- mes "Return it to me, or I can't cancel your job change request.";
- close;
- }
- mes "[Staff DTS]";
- mes "If you want to continue with the practical test, please enter into the chat room.";
- close;
- }
- mes "[Staff DTS]";
- mes "I'll explain the Ranger job change practical test.";
- mes "Among the 1st, 2nd, and 3rd practical tests, which one's test method are you curious of?";
- next;
- switch(select("1st Test:2nd Test:3rd Test:Cancel"))
- {
- case 1:
- mes "[Staff DTS]";
- mes "For the 1st test, we test your eyesight and accuracy.";
- next;
- mes "[Staff DTS]";
- mes "Monsters appear randomly from 8 sides of the left, right, up and down of the player, among them if you get rid of a monster named 'Poring' you get a point.";
- next;
- mes "[Staff DTS]";
- mes "^0000ffWhatever the form looks like, you need to kill the monster named 'Poring' to get a point, and if you get rid of others your points get deducted, so be careful.^000000";
- next;
- mes "[Staff DTS]";
- mes "The 1st test progressing time will be about 3 minutes. When you get 15 points or more over 20, you are sent to 2nd test field.";
- close;
- case 2:
- mes "[Staff DTS]";
- mes "The 2nd test is to test the mission performance ability and the efficient use of a trap.";
- next;
- mes "[Staff DTS]";
- mes "The attendant receives 10 'Bombring Capsules'. When you consume the Bombring Capsule, a Bombring is summoned near and after the summoning when you reach a certain time, the Bombring explodes.";
- next;
- mes "[Staff DTS]";
- mes "^0000ffThe Bombring explosion affects you, so be careful not to get involved in the explosion. You need to get rid of the monster by using the Bombring Capsule, accomplish the mission and come out alive.^000000";
- next;
- mes "[Staff DTS]";
- mes "The 2nd test progressing time will be about 3 minutes. When you consume all the Bombring Capsules, collect a hidden equipment, and survive, you will be sent to the 3rd test field.";
- close;
- case 3:
- mes "[Staff DTS]";
- mes "The 3rd is to test how you can efficiently use a warg which is given Rangers.";
- next;
- mes "[Staff DTS]";
- mes "The tester is provided with disposable warg summoning flute. Remove all bombs that are dispersed here and there by controlling the summoned warg and you get a point.";
- next;
- mes "[Staff DTS]";
- mes "^0000ffThe tester cannot move while the test is going on and the test is completed when he or she removes the bombs quickly and accurately in time by using only the warg.^000000";
- next;
- mes "[Staff DTS]";
- mes "The 3rd test progressing time would be about 3 minutes, when you get 10 or more over 20, all the practical tests are completed.";
- close;
- case 4:
- mes "[Staff DTS]";
- mes "When you want to progress with the practical test, please enter into the chat room.";
- close;
- }
-}
-
-job3_rang02,100,95,0 script Test Supervisor#jr_04 139,{
-
-OnInit:
- set $@job_rang_point01,0;
- disablenpc "Test Supervisor#jr_04";
- end;
-
-OnEnable:
- set $@job_rang_point01,0;
- enablenpc "Test Supervisor#jr_04";
- initnpctimer;
- end;
-
-OnDisable:
- stopnpctimer;
- disablenpc "Test Supervisor#jr_04";
- end;
-
-OnStart:
- stopnpctimer;
- disablenpc "Test Supervisor#jr_04";
- donpcevent "First Test Timer#jr_05::OnEnable";
- end;
-
-OnTimer3000:
- mapannounce "job3_rang02","Test Supervisor, Notice : Welcome to the Ranger Job Change Test. I am Test Supervisor, Notice.",bc_map;
- end;
-
-OnTimer6000:
- mapannounce "job3_rang02","Test Supervisor, Notice : The first test is to test your eyesight and accuracy.",bc_map;
- end;
-
-OnTimer9000:
- mapannounce "job3_rang02","Test Supervisor, Notice : The test method is, to kill monsters named 'Poring' amongst the random spawned monsters on 8 locations.",bc_map;
- end;
-
-OnTimer12000:
- mapannounce "job3_rang02","Test Supervisor, Notice : Whatever it may look like, you need to kill the monster named 'Poring' to get a point, and if you kill others you will lose points, so be careful.",bc_map;
- end;
-
-OnTimer15000:
- mapannounce "job3_rang02","Test Supervisor, Notice : The test progression time would be around 3 minutes. You need to get 15 points or more to qualify for the next test.",bc_map;
- end;
-
-OnTimer18000:
- stopnpctimer;
- mapannounce "job3_rang02","Test Supervisor, Notice : Then let's begin the test. Good luck.",bc_map;
- donpcevent "Test Supervisor#jr_04::OnStart";
- end;
-}
-
-job3_rang02,102,95,0 script First Test Timer#jr_05 139,{
-
-OnInit:
- disablenpc "First Test Timer#jr_05";
- end;
-
-OnEnable:
- set $@job_rang_point01,0;
- enablenpc "First Test Timer#jr_05";
- initnpctimer;
- end;
-
-OnDisable:
- stopnpctimer;
- disablenpc "First Test Timer#jr_05";
- end;
-
-OnTimer3000:
- mapannounce "job3_rang02","Test Supervisor, Notice : First Wave! Kill the Poring!",bc_map;
- donpcevent "Correct Monster Summon::OnStart";
- end;
-
-OnTimer8000:
- donpcevent "Correct Monster Summon::OnReset";
- donpcevent "False Monster Summon::OnReset";
- end;
-
-OnTimer10000:
- mapannounce "job3_rang02","Test Supervisor, Notice : Second Wave! Kill the Poring!",bc_map;
- donpcevent "Correct Monster Summon::OnStart";
- end;
-
-OnTimer15000:
- donpcevent "Correct Monster Summon::OnReset";
- donpcevent "False Monster Summon::OnReset";
- end;
-
-OnTimer17000:
- mapannounce "job3_rang02","Test Supervisor, Notice : Third Wave! Kill the Poring!",bc_map;
- donpcevent "Correct Monster Summon::OnStart";
- end;
-
-OnTimer22000:
- donpcevent "Correct Monster Summon::OnReset";
- donpcevent "False Monster Summon::OnReset";
- end;
-
-OnTimer24000:
- mapannounce "job3_rang02","Test Supervisor, Notice : Fourth Wave! Kill the Poring!",bc_map;
- donpcevent "Correct Monster Summon::OnStart";
- end;
-
-OnTimer29000:
- donpcevent "Correct Monster Summon::OnReset";
- donpcevent "False Monster Summon::OnReset";
- end;
-
-OnTimer31000:
- mapannounce "job3_rang02","Test Supervisor, Notice : Fifth Wave! Kill the Poring!",bc_map;
- donpcevent "Correct Monster Summon::OnStart";
- end;
-
-OnTimer36000:
- donpcevent "Correct Monster Summon::OnReset";
- donpcevent "False Monster Summon::OnReset";
- end;
-
-OnTimer38000:
- mapannounce "job3_rang02","Test Supervisor, Notice : Sixth Wave! Kill the Poring!",bc_map;
- donpcevent "Correct Monster Summon::OnStart";
- end;
-
-OnTimer43000:
- donpcevent "Correct Monster Summon::OnReset";
- donpcevent "False Monster Summon::OnReset";
- end;
-
-OnTimer45000:
- mapannounce "job3_rang02","Test Supervisor, Notice : Seventh Wave! Kill the Poring!",bc_map;
- donpcevent "Correct Monster Summon::OnStart";
- end;
-
-OnTimer50000:
- donpcevent "Correct Monster Summon::OnReset";
- donpcevent "False Monster Summon::OnReset";
- end;
-
-OnTimer52000:
- mapannounce "job3_rang02","Test Supervisor, Notice : Eight Wave! Kill the Poring!",bc_map;
- donpcevent "Correct Monster Summon::OnStart";
- end;
-
-OnTimer57000:
- donpcevent "Correct Monster Summon::OnReset";
- donpcevent "False Monster Summon::OnReset";
- end;
-
-OnTimer59000:
- mapannounce "job3_rang02","Test Supervisor, Notice : Nineth Wave! Kill the Poring!",bc_map;
- donpcevent "Correct Monster Summon::OnStart";
- end;
-
-OnTimer64000:
- donpcevent "Correct Monster Summon::OnReset";
- donpcevent "False Monster Summon::OnReset";
- end;
-
-OnTimer66000:
- mapannounce "job3_rang02","Test Supervisor, Notice : Tenth Wave! Kill the Poring!",bc_map;
- donpcevent "Correct Monster Summon::OnStart";
- end;
-
-OnTimer71000:
- donpcevent "Correct Monster Summon::OnReset";
- donpcevent "False Monster Summon::OnReset";
- end;
-
-OnTimer73000:
- mapannounce "job3_rang02","Test Supervisor, Notice : Eleventh Wave! Kill the Poring!",bc_map;
- donpcevent "Correct Monster Summon::OnStart";
- end;
-
-OnTimer78000:
- donpcevent "Correct Monster Summon::OnReset";
- donpcevent "False Monster Summon::OnReset";
- end;
-
-OnTimer80000:
- mapannounce "job3_rang02","Test Supervisor, Notice : Twelfth Wave! Kill the Poring!",bc_map;
- donpcevent "Correct Monster Summon::OnStart";
- end;
-
-OnTimer85000:
- donpcevent "Correct Monster Summon::OnReset";
- donpcevent "False Monster Summon::OnReset";
- end;
-
-OnTimer87000:
- mapannounce "job3_rang02","Test Supervisor, Notice : Thirteenth Wave! Kill the Poring!",bc_map;
- donpcevent "Correct Monster Summon::OnStart";
- end;
-
-OnTimer92000:
- donpcevent "Correct Monster Summon::OnReset";
- donpcevent "False Monster Summon::OnReset";
- end;
-
-OnTimer94000:
- mapannounce "job3_rang02","Test Supervisor, Notice : Fourteenth Wave! Kill the Poring!",bc_map;
- donpcevent "Correct Monster Summon::OnStart";
- end;
-
-OnTimer99000:
- donpcevent "Correct Monster Summon::OnReset";
- donpcevent "False Monster Summon::OnReset";
- end;
-
-OnTimer101000:
- mapannounce "job3_rang02","Test Supervisor, Notice : Fifteenth Wave! Kill the Poring!",bc_map;
- donpcevent "Correct Monster Summon::OnStart";
- end;
-
-OnTimer106000:
- donpcevent "Correct Monster Summon::OnReset";
- donpcevent "False Monster Summon::OnReset";
- end;
-
-OnTimer108000:
- mapannounce "job3_rang02","Test Supervisor, Notice : Sixteenth Wave! Kill the Poring!",bc_map;
- donpcevent "Correct Monster Summon::OnStart";
- end;
-
-OnTimer113000:
- donpcevent "Correct Monster Summon::OnReset";
- donpcevent "False Monster Summon::OnReset";
- end;
-
-OnTimer115000:
- mapannounce "job3_rang02","Test Supervisor, Notice : Seventeenth Wave! Kill the Poring!",bc_map;
- donpcevent "Correct Monster Summon::OnStart";
- end;
-
-OnTimer120000:
- donpcevent "Correct Monster Summon::OnReset";
- donpcevent "False Monster Summon::OnReset";
- end;
-
-OnTimer122000:
- mapannounce "job3_rang02","Test Supervisor, Notice : Eighteenth Wave! Kill the Poring!",bc_map;
- donpcevent "Correct Monster Summon::OnStart";
- end;
-
-OnTimer127000:
- donpcevent "Correct Monster Summon::OnReset";
- donpcevent "False Monster Summon::OnReset";
- end;
-
-OnTimer129000:
- mapannounce "job3_rang02","Test Supervisor, Notice : Nineteenth Wave! Kill the Poring!",bc_map;
- donpcevent "Correct Monster Summon::OnStart";
- end;
-
-OnTimer134000:
- donpcevent "Correct Monster Summon::OnReset";
- donpcevent "False Monster Summon::OnReset";
- end;
-
-OnTimer136000:
- mapannounce "job3_rang02","Test Supervisor, Notice : Last Wave! Kill the Poring!",bc_map;
- donpcevent "Correct Monster Summon::OnStart";
- end;
-
-OnTimer141000:
- donpcevent "Correct Monster Summon::OnReset";
- donpcevent "False Monster Summon::OnReset";
- end;
-
-OnTimer143000:
- mapannounce "job3_rang02","Test Supervisor, Notice : Well done! Now for your test result!",bc_map;
- end;
-
-OnTimer146000:
- set .total_point01,$@job_rang_point01;
- if(.total_point01 < 1)
- {
- set .total_point01,0;
- }
- mapannounce "job3_rang02","Test Supervisor, Notice : I'll announce the test result. The number of Porings you killed out of 20 is ..."+.total_point01+"!",bc_map;
- end;
-
-OnTimer149000:
- if (.total_point01 > 14)
- {
- mapannounce "job3_rang02","Test Supervisor, Notice : Congratulations! You've killed "+.total_point01+" out of 20 Porings total, so you've passed the 1st test. I will send you to the 2nd test field.",bc_map;
- mapwarp "job3_rang02","job3_rang02",113,58;
- stopnpctimer;
- donpcevent "Second Test Timer#jr_08::OnEnable";
- } else {
- mapannounce "job3_rang02","Test Supervisor, Notice : You couldn't kill 15 Porings or more on a total of 20 total, so you've failed the 1st test... I am sorry but please try again.",bc_map;
- }
- end;
-
-OnTimer151000:
- mapannounce "job3_rang02","Test Supervisor, Notice : The adventurer's 1st test ends now. Please make yourself more capable. Goodbye.",bc_map;
- mapwarp "job3_rang02","tur_dun01",93,165;
- end;
-
-OnTimer154000:
- mapwarp "job3_rang02","tur_dun01",93,165;
- end;
-
-OnTimer157000:
- mapwarp "job3_rang02","tur_dun01",93,165;
- set $@job_rang_point01,0;
- stopnpctimer;
- donpcevent "Test Supervisor#jr_04::OnDisable";
- donpcevent "Practical Test::OnEnable";
- donpcevent "First Test Timer#jr_05::OnDisable";
- end;
-}
-
-job3_rang02,104,95,0 script Correct Monster Summon 139,{
-
-OnDisable:
- disablenpc "Correct Monster Summon";
- end;
-
-OnStart:
- set .@job_ranger_pattern01,rand(1,32);
- if (.@job_ranger_pattern01 == 1)
- {
- donpcevent "False Monster Summon::OnOne";
- monster "job3_rang02",35,58,"Poring",1002,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 2)
- {
- donpcevent "False Monster Summon::OnOne";
- monster "job3_rang02",35,58,"Poring",1031,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 3)
- {
- donpcevent "False Monster Summon::OnOne";
- monster "job3_rang02",35,58,"Poring",1242,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 4)
- {
- donpcevent "False Monster Summon::OnOne";
- monster "job3_rang02",35,58,"Poring",1113,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 5)
- {
- donpcevent "False Monster Summon::OnTwo";
- monster "job3_rang02",44,58,"Poring",1002,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 6)
- {
- donpcevent "False Monster Summon::OnTwo";
- monster "job3_rang02",44,58,"Poring",1031,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 7)
- {
- donpcevent "False Monster Summon::OnTwo";
- monster "job3_rang02",44,58,"Poring",1242,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 8)
- {
- donpcevent "False Monster Summon::OnTwo";
- monster "job3_rang02",44,58,"Poring",1113,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 9)
- {
- donpcevent "False Monster Summon::OnThree";
- monster "job3_rang02",54,58,"Poring",1002,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 10)
- {
- donpcevent "False Monster Summon::OnThree";
- monster "job3_rang02",54,58,"Poring",1031,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 11)
- {
- donpcevent "False Monster Summon::OnThree";
- monster "job3_rang02",54,58,"Poring",1242,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 12)
- {
- donpcevent "False Monster Summon::OnThree";
- monster "job3_rang02",54,58,"Poring",1113,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 13)
- {
- donpcevent "False Monster Summon::OnFour";
- monster "job3_rang02",35,49,"Poring",1002,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 14)
- {
- donpcevent "False Monster Summon::OnFour";
- monster "job3_rang02",35,49,"Poring",1031,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 15)
- {
- donpcevent "False Monster Summon::OnFour";
- monster "job3_rang02",35,49,"Poring",1242,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 16)
- {
- donpcevent "False Monster Summon::OnFour";
- monster "job3_rang02",35,49,"Poring",1113,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 17)
- {
- donpcevent "False Monster Summon::OnFive";
- monster "job3_rang02",54,49,"Poring",1002,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 18)
- {
- donpcevent "False Monster Summon::OnFive";
- monster "job3_rang02",54,49,"Poring",1031,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 19)
- {
- donpcevent "False Monster Summon::OnFive";
- monster "job3_rang02",54,49,"Poring",1242,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 20)
- {
- donpcevent "False Monster Summon::OnFive";
- monster "job3_rang02",54,49,"Poring",1031,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 21)
- {
- donpcevent "False Monster Summon::OnSix";
- monster "job3_rang02",35,39,"Poring",1002,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 22)
- {
- donpcevent "False Monster Summon::OnSix";
- monster "job3_rang02",35,39,"Poring",1031,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 23)
- {
- donpcevent "False Monster Summon::OnSix";
- monster "job3_rang02",35,39,"Poring",1242,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 24)
- {
- donpcevent "False Monster Summon::OnSix";
- monster "job3_rang02",35,39,"Poring",1113,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 25)
- {
- donpcevent "False Monster Summon::OnSeven";
- monster "job3_rang02",44,39,"Poring",1002,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 26)
- {
- donpcevent "False Monster Summon::OnSeven";
- monster "job3_rang02",44,39,"Poring",1031,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 27)
- {
- donpcevent "False Monster Summon::OnSeven";
- monster "job3_rang02",44,39,"Poring",1242,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 28)
- {
- donpcevent "False Monster Summon::OnSeven";
- monster "job3_rang02",44,39,"Poring",1113,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 29)
- {
- donpcevent "False Monster Summon::OnEight";
- monster "job3_rang02",54,39,"Poring",1002,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 30)
- {
- donpcevent "False Monster Summon::OnEight";
- monster "job3_rang02",54,39,"Poring",1031,1,"Correct Monster Summon::OnMyMobDead";
- }else if (.@job_ranger_pattern01 == 31)
- {
- donpcevent "False Monster Summon::OnEight";
- monster "job3_rang02",54,39,"Poring",1242,1,"Correct Monster Summon::OnMyMobDead";
- }else {
- donpcevent "False Monster Summon::OnEight";
- monster "job3_rang02",54,39,"Poring",1113,1,"Correct Monster Summon::OnMyMobDead";
- }
- end;
-
-OnReset:
- killmonster "job3_rang02","Correct Monster Summon::OnMyMobDead";
- end;
-
-OnMyMobDead:
- specialeffect2 EF_POTION_CON;
- set $@job_rang_point01,$@job_rang_point01+1;
- mapannounce "job3_rang02","Test Supervisor, Notice : Correct Target! You have very good eyesight!",bc_map;
- end;
-}
-
-job3_rang02,106,95,0 script False Monster Summon 139,{
-
-OnDisable:
- disablenpc "False Monster Summon";
- end;
-
-OnOne:
- monster "job3_rang02",44,58,"Poing",1002,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",54,58,"Horing",1031,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",35,49,"Poporing",1242,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",54,49,"Puring",1113,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",35,39,"Poriring",1031,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",44,39,"Marine",1242,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",54,39,"Droporing",1002,1,"False Monster Summon::OnMyMobDead";
- end;
-
-OnTwo:
- monster "job3_rang02",35,58,"Poyong",1031,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",54,58,"Puding",1113,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",35,49,"Porin",1113,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",54,49,"Poja",1002,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",35,39,"Poporing",1031,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",44,39,"Drops",1242,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",54,39,"Pororing",1031,1,"False Monster Summon::OnMyMobDead";
- end;
-
-OnThree:
- monster "job3_rang02",35,58,"Poporing",1113,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",44,58,"Podaegi",1002,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",35,49,"Poing",1002,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",54,49,"Poja",1031,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",35,39,"Maporing",1242,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",44,39,"Drops",1242,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",54,39,"Pororing",1031,1,"False Monster Summon::OnMyMobDead";
- end;
-
-OnFour:
- monster "job3_rang02",35,58,"Poing",1242,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",44,58,"Hoing",1002,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",54,58,"Marine",1031,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",54,49,"Drops",1113,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",35,39,"Puding",1113,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",44,39,"Droporing",1002,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",54,39,"Marine",1242,1,"False Monster Summon::OnMyMobDead";
- end;
-
-OnFive:
- monster "job3_rang02",35,58,"Popuri",1002,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",44,58,"Poporing",1242,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",54,58,"Mariring",1031,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",35,49,"Poyong",1113,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",35,39,"Marine",1031,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",44,39,"Puding",1002,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",54,39,"Hoing",1031,1,"False Monster Summon::OnMyMobDead";
- end;
-
-OnSix:
- monster "job3_rang02",35,58,"Pork",1031,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",44,58,"Drops",1113,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",54,58,"Poja",1242,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",35,49,"Poporing",1242,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",54,49,"Horing",1002,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",44,39,"Marun",1031,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",54,39,"Drawing",1002,1,"False Monster Summon::OnMyMobDead";
- end;
-
-OnSeven:
- monster "job3_rang02",35,58,"Marine",1113,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",44,58,"Pororing",1031,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",54,58,"Pork",1031,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",35,49,"Porin",1242,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",54,49,"Poporing",1002,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",35,39,"Horin",1113,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",54,39,"Puding",1002,1,"False Monster Summon::OnMyMobDead";
- end;
-
-OnEight:
- monster "job3_rang02",35,58,"Marun",1242,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",44,58,"Poja",1113,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",54,58,"Drops",1031,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",35,49,"Poing",1242,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",54,49,"Puding",1002,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",35,39,"Horing",1031,1,"False Monster Summon::OnMyMobDead";
- monster "job3_rang02",44,39,"Poporing",1113,1,"False Monster Summon::OnMyMobDead";
- end;
-
-OnReset:
- killmonster "job3_rang02","False Monster Summon::OnMyMobDead";
- end;
-
-OnMyMobDead:
- specialeffect2 EF_DEVIL;
- set $@job_rang_point01,$@job_rang_point01-1;
- mapannounce "job3_rang02","Test Supervisor, Notice : Wrong Target! Pull yourself together!",bc_map;
- end;
-}
-
-job3_rang02,100,93,0 script Second Test Timer#jr_08 139,{
-
-OnInit:
- disablenpc "Second Test Timer#jr_08";
- end;
-
-OnEnable:
- enablenpc "Second Test Timer#jr_08";
- initnpctimer;
- donpcevent "Test Supervisor#jr_04::OnDisable";
- donpcevent "First Test Timer#jr_05::OnDisable";
- end;
-
-OnDisable:
- stopnpctimer;
- disablenpc "Second Test Timer#jr_08";
- end;
-
-OnStop:
- stopnpctimer;
- end;
-
-OnTimer3000:
- mapannounce "job3_rang02","Test Supervisor, Caution : Yeah. Congrats on you passing the 1st practical test. I am the 2nd practical test supervisor Caution.",bc_map;
- end;
-
-OnTimer6000:
- mapannounce "job3_rang02","Test Supervisor, Caution : The Second Test is about test performance ability and the effective usage of traps.",bc_map;
- end;
-
-OnTimer9000:
- mapannounce "job3_rang02","Test Supervisor, Caution : When the test begins, you'll recive 'Bombring Caspule's' from a staff member near you, and kill the monsters in your way.",bc_map;
- end;
-
-OnTimer11000:
- mapannounce "job3_rang02","Test Supervisor, Caution : When you use a 'Bombring Capsule' a Bombring is summoned near you, and after 3 seconds it will explode.",bc_map;
- end;
-
-OnTimer14000:
- mapannounce "job3_rang02","Test Supervisor, Caution : The explosive range of the Bombring is a 5x5 cell around the Bombring, so be carefull not to be caught in the explosion.",bc_map;
- end;
-
-OnTimer17000:
- mapannounce "job3_rang02","Test Supervisor, Caution : Whilst progressing, if you complete the mission given by an staff member come and see me, then you will pass the 2nd practical test!",bc_map;
- end;
-
-OnTimer20000:
- mapannounce "job3_rang02","Test Supervisor, Caution : Oh! When you come and see me, all 'Bombring Capsules' have to been used up.",bc_map;
- end;
-
-OnTimer23000:
- mapannounce "job3_rang02","Test Supervisor, Caution : The test period will take 3 minutes in total! Copmplete the mission in 3 minutes and stay alive! Then come to see me!",bc_map;
- end;
-
-OnTimer26000:
- mapannounce "job3_rang02","Test Supervisor, Caution : Well the test begins now!! Start going!!!!!!",bc_map;
- donpcevent "Staff Rust#job_ranger09::OnEnable";
- end;
-
-OnTimer80000:
- mapannounce "job3_rang02","Test Supervisor, Caution : 1 Minute has passed. You are coming to see me, right?",bc_map;
- end;
-
-OnTimer83000:
- mapannounce "job3_rang02","Test Supervisor, Caution : Don't be too brave to rush and get yourself killed, be slow and careful.",bc_map;
- end;
-
-OnTimer140000:
- mapannounce "job3_rang02","Test Supervisor, Caution : 2 Minutes have passed. Getting here on time should be your top priority.?",bc_map;
- end;
-
-OnTimer143000:
- mapannounce "job3_rang02","Test Supervisor, Caution : However, you need to be alive in order to make the time limit, right? Please watch out.",bc_map;
- end;
-
-OnTimer170000:
- mapannounce "job3_rang02","Test Supervisor, Caution : 2 Minutes and 30 Seconds have passed. There's not much time left!",bc_map;
- end;
-
-OnTimer173000:
- mapannounce "job3_rang02","Test Supervisor, Caution : Hurry up! Hurry up! Come on.",bc_map;
- end;
-
-OnTimer200000:
- mapannounce "job3_rang02","Test Supervisor, Caution : 3 Minutes have passed! 3 Minutes!!!! I'll be a little easy on you, so hurry up!!!!!!",bc_map;
- end;
-
-OnTimer205000:
- mapannounce "job3_rang02","Test Supervisor, Caution : 5 Seconds remaining!!",bc_map;
- end;
-
-OnTimer206000:
- mapannounce "job3_rang02","Test Supervisor, Caution : 4 Seconds remaining!!",bc_map;
- end;
-
-OnTimer207000:
- mapannounce "job3_rang02","Test Supervisor, Caution : 3 Seconds remaining!!",bc_map;
- end;
-
-OnTimer208000:
- mapannounce "job3_rang02","Test Supervisor, Caution : 2 Seconds remaining!!",bc_map;
- end;
-
-OnTimer209000:
- mapannounce "job3_rang02","Test Supervisor, Caution : 1 Second remaining!!",bc_map;
- end;
-
-OnTimer210000:
- mapannounce "job3_rang02","Test Supervisor, Caution : Ugh.. What are you doing? Your time is up!",bc_map;
- end;
-
-OnTimer213000:
- mapannounce "job3_rang02","Test Supervisor, Caution : You couldn't get here on time, therefore the 2nd practical test ends here!",bc_map;
- end;
-
-OnTimer217000:
- mapannounce "job3_rang02","Test Supervisor, Caution : If you want to blame something, blame your own stupidness! Start over from the beginning! You fool!",bc_map;
- mapwarp "job3_rang02","tur_dun01",93,165;
- end;
-
-OnTimer220000:
- mapannounce "job3_rang02","Test Supervisor, Caution : If you want to blame something, blame your own stupidness! Start over from the beginning! You fool!",bc_map;
- mapwarp "job3_rang02","tur_dun01",93,165;
- donpcevent "Staff Rust#job_ranger09::OnDisable";
- donpcevent "Plant Summon#jr_10::OnDisable";
- donpcevent "Test Supervisor#jr_11::OnDisable";
- end;
-
-OnTimer223000:
- donpcevent "Practical Test::OnEnable";
- donpcevent "Second Test Timer#jr_08::OnDisable";
- stopnpctimer;
- end;
-}
-
-job3_rang02,111,56,3 script Staff Rust#job_ranger09 89,{
-
-
- if (job_ranger01 == 6)
- {
- if (countitem(12258) < 1)
- {
- if (countitem(6156) < 1)
- {
- set .@ranger_weight01,MaxWeight - Weight;
- set .@gift_paper01,(.@ranger_weight01 - 2000) / 10;
- percentheal 100,0;
- specialeffect2 EF_ABSORBSPIRITS;
- mes "[Staff Rust]";
- mes "I'll give you the 'Bombring Capsules'.";
- mes "The 'Bombring Capsules' can be given again only for the one who used it all, so please keep that in mind.";
- next;
- emotion 55;
- mes "[Staff Rust]";
- mes "And the mission is.... to deliver these documents to the supervisor, Caution. He won't take what I give...";
- setquest 8260;
- getitem 6156,.@gift_paper01;
- getitem 12258,10;
- getitem 569,100;
- close;
- }
- percentheal 100,0;
- specialeffect2 EF_ABSORBSPIRITS;
- mes "[Staff Rust]";
- mes "I'll give you the 'Bombring Capsules.";
- mes "The 'Bombring Capsules' can be given again only for the one who used it all, so please keep that in mind.";
- getitem 12258,5;
- close;
- }
- mes "[Staff Rust]";
- mes "I'm sorry, but you already have the 'Bombring Capsules', so I cannot provide you with more.";
- close;
- }
- mes "[Staff Rust]";
- mes "I'm sorry, but how did you get in?";
- next;
- mes "[Staff Rust]";
- mes "If you are not here for the job change test, please leave.";
- close;
-
-OnInit:
- disablenpc "Staff Rust#job_ranger09";
- end;
-
-OnEnable:
- enablenpc "Staff Rust#job_ranger09";
- donpcevent "Plant Summon#jr_10::OnEnable";
- donpcevent "Test Supervisor#jr_11::OnEnable";
- end;
-
-OnDisable:
- disablenpc "Staff Rust#job_ranger09";
- end;
-}
-
-job3_rang02,136,21,5 script Plant Summon#jr_10 139,5,5,{
-
-OnInit:
- disablenpc "Plant Summon#jr_10";
- end;
-
-OnEnable:
- enablenpc "Plant Summon#jr_10";
- monster "job3_rang02",112,45,"Mandragora",1020,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",114,45,"Mandragora",1020,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",116,45,"Mandragora",1020,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",110,30,"Flora",1118,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",112,30,"Flora",1118,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",114,30,"Flora",1118,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",116,30,"Flora",1118,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",116,41,"Geographer",1368,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",114,40,"Mandragora",1020,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",112,41,"Geographer",1368,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",111,34,"Flora",1118,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",117,22,"Muscipular",1780,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",114,21,"Geographer",1368,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",115,23,"Parasite",1500,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",135,25,"Drosera",1781,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",135,23,"Geographer",1368,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",138,20,"Muscipular",1780,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",137,36,"Drosera",1781,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",139,34,"Geographer",1368,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",144,41,"Geographer",1368,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",152,41,"Parasite",1500,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",168,49,"Drosera",1781,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",165,48,"Muscipular",1780,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",160,56,"Geographer",1368,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",158,56,"Drosera",1781,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",159,55,"Mandragora",1020,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",170,53,"Flora",1118,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",168,56,"Parasite",1500,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",174,63,"Muscipular",1780,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",176,60,"Geographer",1368,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",170,59,"Geographer",1368,1,"Plant Summon#jr_10::OnMyMobDead";
- monster "job3_rang02",126,19,"Nepenthes",1988,1,"Plant Summon#jr_10::OnMyMobDead";
- end;
-
-OnDisable:
- disablenpc "Plant Summon#jr_10";
- killmonster "job3_rang02","Plant Summon#jr_10::OnMyMobDead";
- end;
-
-OnTouch:
- percentheal 10,0;
- specialeffect2 EF_ABSORBSPIRITS;
- mapannounce "job3_rang02","Test Supervisor, Caution : You are doing well! If you come closer a little more, you should be able to see me.",bc_map;
- end;
-
-OnMyMobDead:
- end;
-}
-
-job3_rang02,180,78,3 script Test Supervisor#jr_11 882,1,1,{
-
-OnTouch:
- if (job_ranger01 == 6)
- {
- if (countitem(12258) < 1)
- {
- if (countitem(6156) > 0)
- {
- mes "[Test Supervisor, Caution]";
- mes "You've arrived safely!!!";
- donpcevent "Second Test Timer#jr_08::OnDisable";
- donpcevent "Staff Rust#job_ranger09::OnDisable";
- donpcevent "Plant Summon#jr_10::OnDisable";
- initnpctimer;
- next;
- mes "[Test Supervisor, Caution]";
- mes "What are those documents?";
- emotion 74;
- next;
- menu "Mr. Rust asked me to give this to you.",-;
- mes "[Test Supervisor, Caution]";
- mes "Haaaaaaaah!!";
- mes "I've been avoiding him so much!!";
- delitem 6156,countitem(6156);
- erasequest 8260;
- next;
- mes "[Test Supervisor, Caution]";
- mes "I've never imagined this could be a test...";
- emotion 28;
- next;
- mes "[Test Supervisor, Caution]";
- mes "Anyway you've passed the 2nd test very well.";
- next;
- mes "[Test Supervisor, Caution]";
- mes "Pass the 3rd one and you will become a great ranger.";
- close2;
- warp "job3_rang02",250,49;
- donpcevent "Test Supervisor#jr_13::OnEnable";
- end;
- }
- mes "[Test Supervisor, Caution]";
- mes "You've arrived safely......uh?";
- next;
- mes "[Test Supervisor, Caution]";
- mes "Didn't Rust give you something?";
- next;
- mes "[Test Supervisor, Caution]";
- mes "Where did you lose that?";
- mes "Pick it up quickly!";
- close;
- }
- mes "[Test Supervisor, Caution]";
- mes "No, no!";
- mes "You need to use all the 'Bombring Capsules'?!";
- next;
- mes "[Test Supervisor, Caution]";
- mes "Use it all and come back!";
- mes "Time is ticking so you'd better hurry.";
- close;
- }
- mes "[Test Supervisor, Caution]";
- mes "You've arrived safely......uh?";
- next;
- mes "[Test Supervisor, Caution]";
- mes "Didn't Rust give you something?";
- next;
- mes "[Test Supervisor, Caution]";
- mes "Where did you lose that?";
- mes "Pick it up quickly!";
- close2;
- end;
-
-OnTimer60000:
- mapannounce "job3_rang02","Test Supervisor, Caution : Come here, you don't have to rush your test, but why are you delaying the test?",bc_map;
- end;
-
-OnTimer63000:
- mapannounce "job3_rang02","Test Supervisor, Caution : I hate people that make me wait! if you don't talk to me in 30 seconds to continue the test, I will end your test progress!",bc_map;
- end;
-
-OnTimer93000:
- mapannounce "job3_rang02","Test Supervisor, Caution : Hurry up! Hurry up! Come on.",bc_map;
- end;
-
-OnTimer96000:
- mapannounce "job3_rang02","Test Supervisor, Caution : You couldn't get here on time, therefore the 2nd practical test ends here!",bc_map;
- end;
-
-OnTimer99000:
- mapannounce "job3_rang02","Test Supervisor, Caution : If you want to blame something, blame your own stupidness! Start over from the beginning! You fool!",bc_map;
- mapwarp "job3_rang02","tur_dun01",93,165;
- end;
-
-OnTimer102000:
- mapannounce "job3_rang02","Test Supervisor, Caution : If you want to blame something, blame your own stupidness! Start over from the beginning! You fool!",bc_map;
- mapwarp "job3_rang02","tur_dun01",93,165;
- donpcevent "Staff Rust#job_ranger09::OnDisable";
- donpcevent "Plant Summon#jr_10::OnDisable";
- donpcevent "Second Test Timer#jr_08::OnDisable";
- end;
-
-OnTimer105000:
- donpcevent "Practical Test::OnEnable";
- donpcevent "Test Supervisor#jr_11::OnDisable";
- stopnpctimer;
- end;
-
-OnInit:
- disablenpc "Test Supervisor#jr_11";
- end;
-
-OnEnable:
- enablenpc "Test Supervisor#jr_11";
- end;
-
-OnDisable:
- stopnpctimer;
- disablenpc "Test Supervisor#jr_11";
- end;
-
-}
-
-job3_rang02,104,93,0 script Third Test Timer#jr_12 139,{
-
-OnTimer3000:
- mapannounce "job3_rang02","Test Supervisor, Freeze : Well, then let's start the 3rd practical test! Are you ready?",bc_map;
- end;
-
-OnTimer6000:
- mapannounce "job3_rang02","Test Supervisor, Freeze : From now on, every 3 seconds an 'Egg Bomb' will appear! Look at it carefully, and have your wolf attack the egg bomb to dismantle it!",bc_map;
- end;
-
-OnTimer9000:
- mapannounce "job3_rang02","Test Supervisor, Freeze : You can control the wolf by pressing the alt key and left click the surface, the wolf then moves to that point! Then you target the bomb and click on more time, it will then attack it!",bc_map;
- end;
-
-OnTimer12000:
- mapannounce "job3_rang02","Test Supervisor, Freeze : The 'Egg Bombs' will spawn 20 times! Each time you successfully dismantle one, you get 1 point! If you get 10 ore more points, you pass the preactical test, so go for it! Then I'll start!!!!!",bc_map;
- end;
-
-OnTimer15000:
- set .@rand,rand(1,3);
- if (.@rand == 1)
- {
- donpcevent "Egg Bomb#job_ranger14::OnEnable";
- }else if (.@rand == 2)
- {
- donpcevent "Egg Bomb#job_ranger15::OnEnable";
- }else
- {
- donpcevent "Egg Bomb#job_ranger16::OnEnable";
- }
- end;
-
-OnTimer20000:
- set .@rand,rand(1,3);
- if (.@rand == 1)
- {
- donpcevent "Egg Bomb#job_ranger17::OnEnable";
- }else if (.@rand == 2)
- {
- donpcevent "Egg Bomb#job_ranger18::OnEnable";
- }else
- {
- donpcevent "Egg Bomb#job_ranger19::OnEnable";
- }
- end;
-
-OnTimer25000:
- set .@rand,rand(1,3);
- if (.@rand == 1)
- {
- donpcevent "Egg Bomb#job_ranger20::OnEnable";
- }else if (.@rand == 2)
- {
- donpcevent "Egg Bomb#job_ranger21::OnEnable";
- }else
- {
- donpcevent "Egg Bomb#job_ranger22::OnEnable";
- }
- end;
-
-OnTimer30000:
- set .@rand,rand(1,3);
- if (.@rand == 1)
- {
- donpcevent "Egg Bomb#job_ranger23::OnEnable";
- }else if (.@rand == 2)
- {
- donpcevent "Egg Bomb#job_ranger24::OnEnable";
- }else
- {
- donpcevent "Egg Bomb#job_ranger25::OnEnable";
- }
- end;
-
-OnTimer35000:
- set .@rand,rand(1,3);
- if (.@rand == 1)
- {
- donpcevent "Egg Bomb#job_ranger26::OnEnable";
- }else if (.@rand == 2)
- {
- donpcevent "Egg Bomb#job_ranger27::OnEnable";
- }else
- {
- donpcevent "Egg Bomb#job_ranger28::OnEnable";
- }
- end;
-
-OnTimer40000:
- set .@rand,rand(1,3);
- if (.@rand == 1)
- {
- donpcevent "Egg Bomb#job_ranger14::OnEnable";
- }else if (.@rand == 2)
- {
- donpcevent "Egg Bomb#job_ranger15::OnEnable";
- }else
- {
- donpcevent "Egg Bomb#job_ranger16::OnEnable";
- }
- end;
-
-OnTimer45000:
- set .@rand,rand(1,3);
- if (.@rand == 1)
- {
- donpcevent "Egg Bomb#job_ranger17::OnEnable";
- }else if (.@rand == 2)
- {
- donpcevent "Egg Bomb#job_ranger18::OnEnable";
- }else
- {
- donpcevent "Egg Bomb#job_ranger19::OnEnable";
- }
- end;
-
-OnTimer50000:
- set .@rand,rand(1,3);
- if (.@rand == 1)
- {
- donpcevent "Egg Bomb#job_ranger20::OnEnable";
- }else if (.@rand == 2)
- {
- donpcevent "Egg Bomb#job_ranger21::OnEnable";
- }else
- {
- donpcevent "Egg Bomb#job_ranger22::OnEnable";
- }
- end;
-
-OnTimer55000:
- set .@rand,rand(1,3);
- if (.@rand == 1)
- {
- donpcevent "Egg Bomb#job_ranger23::OnEnable";
- }else if (.@rand == 2)
- {
- donpcevent "Egg Bomb#job_ranger24::OnEnable";
- }else
- {
- donpcevent "Egg Bomb#job_ranger25::OnEnable";
- }
- end;
-
-OnTimer60000:
- set .@rand,rand(1,3);
- if (.@rand == 1)
- {
- donpcevent "Egg Bomb#job_ranger26::OnEnable";
- }else if (.@rand == 2)
- {
- donpcevent "Egg Bomb#job_ranger27::OnEnable";
- }else
- {
- donpcevent "Egg Bomb#job_ranger28::OnEnable";
- }
- end;
-
-OnTimer65000:
- set .@rand,rand(1,3);
- if (.@rand == 1)
- {
- donpcevent "Egg Bomb#job_ranger14::OnEnable";
- }else if (.@rand == 2)
- {
- donpcevent "Egg Bomb#job_ranger15::OnEnable";
- }else
- {
- donpcevent "Egg Bomb#job_ranger16::OnEnable";
- }
- end;
-
-OnTimer70000:
- set .@rand,rand(1,3);
- if (.@rand == 1)
- {
- donpcevent "Egg Bomb#job_ranger17::OnEnable";
- }else if (.@rand == 2)
- {
- donpcevent "Egg Bomb#job_ranger18::OnEnable";
- }else
- {
- donpcevent "Egg Bomb#job_ranger19::OnEnable";
- }
- end;
-
-OnTimer75000:
- set .@rand,rand(1,3);
- if (.@rand == 1)
- {
- donpcevent "Egg Bomb#job_ranger20::OnEnable";
- }else if (.@rand == 2)
- {
- donpcevent "Egg Bomb#job_ranger21::OnEnable";
- }else
- {
- donpcevent "Egg Bomb#job_ranger22::OnEnable";
- }
- end;
-
-OnTimer80000:
- set .@rand,rand(1,3);
- if (.@rand == 1)
- {
- donpcevent "Egg Bomb#job_ranger23::OnEnable";
- }else if (.@rand == 2)
- {
- donpcevent "Egg Bomb#job_ranger24::OnEnable";
- }else
- {
- donpcevent "Egg Bomb#job_ranger25::OnEnable";
- }
- end;
-
-OnTimer85000:
- set .@rand,rand(1,3);
- if (.@rand == 1)
- {
- donpcevent "Egg Bomb#job_ranger26::OnEnable";
- }else if (.@rand == 2)
- {
- donpcevent "Egg Bomb#job_ranger27::OnEnable";
- }else
- {
- donpcevent "Egg Bomb#job_ranger28::OnEnable";
- }
- end;
-
-OnTimer90000:
- set .@rand,rand(1,3);
- if (.@rand == 1)
- {
- donpcevent "Egg Bomb#job_ranger14::OnEnable";
- }else if (.@rand == 2)
- {
- donpcevent "Egg Bomb#job_ranger15::OnEnable";
- }else
- {
- donpcevent "Egg Bomb#job_ranger16::OnEnable";
- }
- end;
-
-OnTimer95000:
- set .@rand,rand(1,3);
- if (.@rand == 1)
- {
- donpcevent "Egg Bomb#job_ranger17::OnEnable";
- }else if (.@rand == 2)
- {
- donpcevent "Egg Bomb#job_ranger18::OnEnable";
- }else
- {
- donpcevent "Egg Bomb#job_ranger19::OnEnable";
- }
- end;
-
-OnTimer100000:
- set .@rand,rand(1,3);
- if (.@rand == 1)
- {
- donpcevent "Egg Bomb#job_ranger20::OnEnable";
- }else if (.@rand == 2)
- {
- donpcevent "Egg Bomb#job_ranger21::OnEnable";
- }else
- {
- donpcevent "Egg Bomb#job_ranger22::OnEnable";
- }
- end;
-
-OnTimer105000:
- set .@rand,rand(1,3);
- if (.@rand == 1)
- {
- donpcevent "Egg Bomb#job_ranger23::OnEnable";
- }else if (.@rand == 2)
- {
- donpcevent "Egg Bomb#job_ranger24::OnEnable";
- }else
- {
- donpcevent "Egg Bomb#job_ranger25::OnEnable";
- }
- end;
-
-OnTimer110000:
- set .@rand,rand(1,3);
- if (.@rand == 1)
- {
- donpcevent "Egg Bomb#job_ranger26::OnEnable";
- }else if (.@rand == 2)
- {
- donpcevent "Egg Bomb#job_ranger27::OnEnable";
- }else
- {
- donpcevent "Egg Bomb#job_ranger28::OnEnable";
- }
- end;
-
-OnTimer113000:
- mapannounce "job3_rang02","Test Supervisor, Freeze : The test is ooooooooooooooveeeeerrr!!!!!!!!!!!!!!!!!!!!!!!!!!",bc_map;
- donpcevent "Egg Bomb#job_ranger14::OnDisable";
- donpcevent "Egg Bomb#job_ranger15::OnDisable";
- donpcevent "Egg Bomb#job_ranger16::OnDisable";
- donpcevent "Egg Bomb#job_ranger17::OnDisable";
- donpcevent "Egg Bomb#job_ranger18::OnDisable";
- donpcevent "Egg Bomb#job_ranger19::OnDisable";
- donpcevent "Egg Bomb#job_ranger20::OnDisable";
- donpcevent "Egg Bomb#job_ranger21::OnDisable";
- donpcevent "Egg Bomb#job_ranger22::OnDisable";
- donpcevent "Egg Bomb#job_ranger23::OnDisable";
- donpcevent "Egg Bomb#job_ranger24::OnDisable";
- donpcevent "Egg Bomb#job_ranger25::OnDisable";
- donpcevent "Egg Bomb#job_ranger26::OnDisable";
- donpcevent "Egg Bomb#job_ranger27::OnDisable";
- donpcevent "Egg Bomb#job_ranger28::OnDisable";
- end;
-
-OnTimer116000:
- mapannounce "job3_rang02","Test Supervisor, Freeze : Well let's see the result?!",bc_map;
- end;
-
-OnTimer119000:
- set .point_result01,$@job_rang_point03;
- mapannounce "job3_rang02","Test Supervisor, Freeze : Your score is ..."+.point_result01+" out of 20!",bc_map;
- end;
-
-OnTimer121000:
- if (.point_result01 > 9)
- {
- mapannounce "job3_rang02","Test Supervisor, Freeze : You have been successful so far! You've passed all practical tests! Let's move to the waitingroom!!!!!",bc_map;
- mapwarp "job3_rang02","job3_rang01",89,38;
- }else
- {
- mapannounce "job3_rang02","Test Supervisor, Freeze : It's too bad but you couldn't pass the 10 points, so you failed!!!!",bc_map;
- }
- end;
-
-OnTimer124000:
- mapannounce "job3_rang02","Test Supervisor, Freeze : It's too bad, but you'll need to retake the test from the beginning! Please go back!",bc_map;
- mapwarp "job3_rang02","tur_dun01",93,165;
- end;
-
-OnTimer127000:
- mapannounce "job3_rang02","Test Supervisor, Freeze : It's too bad, but you'll need to retake the test from the beginning! Please go back!",bc_map;
- set $@job_rang_point03,0;
- mapwarp "job3_rang02","tur_dun01",93,165;
- donpcevent "Test Supervisor#jr_13::OnDisable";
- end;
-
-OnTimer130000:
- set $@job_rang_point03,0;
- donpcevent "Practical Test::OnEnable";
- donpcevent "Third Test Timer#jr_12::OnDisable";
- stopnpctimer;
- end;
-
-OnInit:
- set $@job_rang_point03,0;
- disablenpc "Third Test Timer#jr_12";
- end;
-
-OnEnable:
- enablenpc "Third Test Timer#jr_12";
- initnpctimer;
- end;
-
-OnDisable:
- set $@job_rang_point03,0;
- stopnpctimer;
- disablenpc "Third Test Timer#jr_12";
- end;
-}
-
-job3_rang02,251,49,3 script Test Supervisor#jr_13 732,{
-
- if (job_ranger01 == 6)
- {
- if (checkquest(8261) == -1)
- {
- mes "[Test Supervisor, Freeze]";
- mes "Congrats for passing the 2nd practical test! I am the 3rd practical test supervisor Freeze!";
- next;
- mes "[Test Supervisor, Freeze]";
- mes "For the 3rd test, I'll test how much you could use a wolf effectively. When you become a Ranger in the future, you'll learn an wolf!";
- next;
- mes "[Test Supervisor, Freeze]";
- mes "^0000ffThe tester is provided with a disposable Wolf summoning Flute! When you remove egg bombs coming out from here and there by controlling the summoned wolf, you get points!^000000";
- next;
- mes "[Test Supervisor, Freeze]";
- mes "Tester cannot move during the test, and the test completes when all bombs are removed quickly and accurately within the given time only by using a wolf!";
- next;
- mes "[Test Supervisor, Freeze]";
- mes "^0000ffThe way to control an wolf is to press the alt key and left-click the surface, then the wolf moves to the point where you've clicked on!^000000";
- mes "^0000ffWhen you target the bomb and press one more, it starts to attack!^000000";
- next;
- mes "[Test Supervisor, Freeze]";
- mes "The 3rd test time limit is about 3 minutes, when you get 10 over 20 points, you can pass the practical test!";
- next;
- mes "[Test Supervisor, Freeze]";
- mes "Well, then first get this Wolf' flutes and after summoning the wolf, talk to me!";
- getitem 12380,1;
- setquest 8261;
- close;
- }
- else if (checkquest(8261) == 1)
- {
- if (getmercinfo(1) == 2034)
- {
- erasequest 8261;
- mes "[Test Supervisor, Freeze]";
- mes "Good! Then I'll start the test right now!";
- next;
- mes "[Test Supervisor, Freeze]";
- mes "Keep in mind! You need to remove the egg bomb before it gets exploded by only using a wolf!";
- next;
- mes "[Test Supervisor, Freeze]";
- mes "Then, Good luck!";
-// sc_start SC_STONE,120000,10; // Commented until the Mercenary M_DESERT_WOLF_B is working correctly.
- close2;
- donpcevent "Test Supervisor#jr_13::OnDisable";
- donpcevent "Third Test Timer#jr_12::OnEnable";
- end;
- }else if (countitem(12380) < 1)
- {
- mes "[Test Supervisor, Freeze]";
- mes "Huh?! There's no wolf, no Test Flute, where did you get rid of them?!";
- next;
- mes "[Test Supervisor, Freeze]";
- mes "I'll give you one more time specially, so hold yourself together!";
- next;
- mes "[Test Supervisor, Freeze]";
- mes "Summon the wolf quickly, and talk to me again!";
- getitem 12380,1;
- close;
- }
- mes "[Test Supervisor, Freeze]";
- mes "Ha? What are you doing?";
- next;
- mes "[Test Supervisor, Freeze]";
- mes "Play the Test Flute quickly to summon the wolf and talk to me!";
- close;
- }
- }
- mes "[Test Supervisor, Freeze]";
- mes "Who are you?";
- next;
- mes "[Test Supervisor, Freeze]";
- mes "This area is for the Ranger Job Change test!";
- mes "And not for Outsiders such as you, so get out!";
- close;
-
-OnTimer3000:
- mapannounce "job3_rang02","Test Supervisor, Freeze : Welcome to the 3rd practical test field! I am the 3rd pratcical Test Supervisor Freeze!",bc_map;
- end;
-
-OnTimer6000:
- mapannounce "job3_rang02","Test Supervisor, Freeze : For the smooth testing progress for the other testers, if you don't talk to me again in 2 minutes to start the 3rd test, the test will end!",bc_map;
- end;
-
-OnTimer9000:
- mapannounce "job3_rang02","Test Supervisor, Freeze : Don't hesitate and let's begin!",bc_map;
- end;
-
-OnTimer60000:
- mapannounce "job3_rang02","Test Supervisor, Freeze : For the smooth testing progress for the other testers, if you don't talk to me again in 1 minute to start the 3rd test, the test will end!",bc_map;
- end;
-
-OnTimer63000:
- mapannounce "job3_rang02","Test Supervisor, Freeze : Don't hesitate and let's begin!",bc_map;
- end;
-
-OnTimer120000:
- mapannounce "job3_rang02","Test Supervisor, Freeze : Why aren't you starting the test?",bc_map;
- end;
-
-OnTimer123000:
- mapannounce "job3_rang02","Test Supervisor, Freeze : You weren't on time for the test, so I am ending the 3rd practical test!",bc_map;
- end;
-
-OnTimer127000:
- set $@job_rang_point03,0;
- mapannounce "job3_rang02","Test Supervisor, Freeze : It's too bad, but try again!",bc_map;
- mapwarp "job3_rang02","tur_dun01",93,165;
- end;
-
-OnTimer130000:
- mapannounce "job3_rang02","Test Supervisor, Freeze : It's too bad, but try again!",bc_map;
- mapwarp "job3_rang02","tur_dun01",93,165;
- end;
-
-OnTimer133000:
- donpcevent "Third Test Timer#jr_12::OnDisable";
- donpcevent "Practical Test::OnEnable";
- donpcevent "Test Supervisor#jr_13::OnDisable";
- stopnpctimer;
- end;
-
-OnInit:
- disablenpc "Test Supervisor#jr_13";
- end;
-
-OnEnable:
- enablenpc "Test Supervisor#jr_13";
- initnpctimer;
- donpcevent "Second Test Timer#jr_08::OnDisable";
- donpcevent "Staff Rust#job_ranger09::OnDisable";
- donpcevent "Plant Summon#jr_10::OnDisable";
- donpcevent "Test Supervisor#jr_11::OnDisable";
- end;
-
-OnDisable:
- stopnpctimer;
- disablenpc "Test Supervisor#jr_13";
- end;
-}
-
-job3_rang02,246,42,0 script Egg Bomb#job_ranger14 139,{
-
-OnInit:
- disablenpc "Egg Bomb#job_ranger14";
- end;
-
-OnEnable:
- enablenpc "Egg Bomb#job_ranger14";
- initnpctimer;
- monster "job3_rang02",246,42,"Egg Bomb",1047,1,"Egg Bomb#job_ranger14::OnMyMobDead";
- mapannounce "job3_rang02","Egg Bomb 'I am almost done now... Don't stop me.'",bc_map;
- end;
-
-OnDisable:
- killmonster "job3_rang02","Egg Bomb#job_ranger14::OnMyMobDead";
- stopnpctimer;
- disablenpc "Egg Bomb#job_ranger14";
- end;
-
-OnMyMobDead:
- set $@job_rang_point03,$@job_rang_point03+1;
- mapannounce "job3_rang02","Egg Bomb : Alas, it was only a dream for a short time...",bc_map;
- donpcevent "Egg Bomb#job_ranger14::OnDisable";
- end;
-
-OnTimer10000:
- mapannounce "job3_rang02","Egg Bomb : Ughhhhhhhhhhhhhh!!! So what did I say!!!",bc_map;
- donpcevent "Egg Bomb#job_ranger14::OnDisable";
- end;
-}
-
-job3_rang02,249,46,0 script Egg Bomb#job_ranger15 139,{
-
-OnInit:
- disablenpc "Egg Bomb#job_ranger15";
- end;
-
-OnEnable:
- enablenpc "Egg Bomb#job_ranger15";
- initnpctimer;
- monster "job3_rang02",249,46,"Egg Bomb",1047,1,"Egg Bomb#job_ranger15::OnMyMobDead";
- mapannounce "job3_rang02","Egg Bomb : Hey, I am going to explode. What are you going to do?",bc_map;
- end;
-
-OnDisable:
- killmonster "job3_rang02","Egg Bomb#job_ranger15::OnMyMobDead";
- stopnpctimer;
- disablenpc "Egg Bomb#job_ranger15";
- end;
-
-OnMyMobDead:
- set $@job_rang_point03,$@job_rang_point03+1;
- mapannounce "job3_rang02","Egg Bomb : The world is meaningless and my dream is so far away...",bc_map;
- donpcevent "Egg Bomb#job_ranger15::OnDisable";
- end;
-
-OnTimer10000:
- mapannounce "job3_rang02","Egg Bomb : Ughhhhhhhhhhhhhh!!! So what did I say!!!",bc_map;
- donpcevent "Egg Bomb#job_ranger15::OnDisable";
- end;
-}
-
-job3_rang02,256,43,0 script Egg Bomb#job_ranger16 139,{
-
-OnInit:
- disablenpc "Egg Bomb#job_ranger16";
- end;
-
-OnEnable:
- enablenpc "Egg Bomb#job_ranger16";
- initnpctimer;
- monster "job3_rang02",256,43,"Egg Bomb",1047,1,"Egg Bomb#job_ranger16::OnMyMobDead";
- mapannounce "job3_rang02","Egg Bomb : I... no, I can't standy anymore!!",bc_map;
- end;
-
-OnDisable:
- killmonster "job3_rang02","Egg Bomb#job_ranger16::OnMyMobDead";
- stopnpctimer;
- disablenpc "Egg Bomb#job_ranger16";
- end;
-
-OnMyMobDead:
- set $@job_rang_point03,$@job_rang_point03+1;
- mapannounce "job3_rang02","Egg Bomb : Don't be relieved. Misery always comes from carelesness.",bc_map;
- donpcevent "Egg Bomb#job_ranger16::OnDisable";
- end;
-
-OnTimer10000:
- mapannounce "job3_rang02","Egg Bomb : Ughhhhhhhhhhhhhh!!! So what did I say!!!",bc_map;
- donpcevent "Egg Bomb#job_ranger16::OnDisable";
- end;
-}
-
-job3_rang02,243,54,0 script Egg Bomb#job_ranger17 139,{
-
-OnInit:
- disablenpc "Egg Bomb#job_ranger17";
- end;
-
-OnEnable:
- enablenpc "Egg Bomb#job_ranger17";
- initnpctimer;
- monster "job3_rang02",243,54,"Egg Bomb",1047,1,"Egg Bomb#job_ranger17::OnMyMobDead";
- mapannounce "job3_rang02","Egg Bomb 'I am almost done now... Don't stop me.'",bc_map;
- end;
-
-OnDisable:
- killmonster "job3_rang02","Egg Bomb#job_ranger17::OnMyMobDead";
- stopnpctimer;
- disablenpc "Egg Bomb#job_ranger17";
- end;
-
-OnMyMobDead:
- set $@job_rang_point03,$@job_rang_point03+1;
- mapannounce "job3_rang02","Egg Bomb : Alas, it was only a dream for a short time...",bc_map;
- donpcevent "Egg Bomb#job_ranger17::OnDisable";
- end;
-
-OnTimer10000:
- mapannounce "job3_rang02","Egg Bomb : Ughhhhhhhhhhhhhh!!! So what did I say!!!",bc_map;
- donpcevent "Egg Bomb#job_ranger17::OnDisable";
- end;
-}
-
-job3_rang02,246,58,0 script Egg Bomb#job_ranger18 139,{
-
-OnInit:
- disablenpc "Egg Bomb#job_ranger18";
- end;
-
-OnEnable:
- enablenpc "Egg Bomb#job_ranger18";
- initnpctimer;
- monster "job3_rang02",246,58,"Egg Bomb",1047,1,"Egg Bomb#job_ranger18::OnMyMobDead";
- mapannounce "job3_rang02","Egg Bomb : Hey, I am going to explode. What are you going to do?",bc_map;
- end;
-
-OnDisable:
- killmonster "job3_rang02","Egg Bomb#job_ranger18::OnMyMobDead";
- stopnpctimer;
- disablenpc "Egg Bomb#job_ranger18";
- end;
-
-OnMyMobDead:
- set $@job_rang_point03,$@job_rang_point03+1;
- mapannounce "job3_rang02","Egg Bomb : The world is meaningless and my dream is so far away...",bc_map;
- donpcevent "Egg Bomb#job_ranger18::OnDisable";
- end;
-
-OnTimer10000:
- mapannounce "job3_rang02","Egg Bomb : Ughhhhhhhhhhhhhh!!! So what did I say!!!",bc_map;
- donpcevent "Egg Bomb#job_ranger18::OnDisable";
- end;
-}
-
-job3_rang02,255,56,0 script Egg Bomb#job_ranger19 139,{
-
-OnInit:
- disablenpc "Egg Bomb#job_ranger19";
- end;
-
-OnEnable:
- enablenpc "Egg Bomb#job_ranger19";
- initnpctimer;
- monster "job3_rang02",255,56,"Egg Bomb",1047,1,"Egg Bomb#job_ranger19::OnMyMobDead";
- mapannounce "job3_rang02","Egg Bomb : I... no, I can't stand anymore!!",bc_map;
- end;
-
-OnDisable:
- killmonster "job3_rang02","Egg Bomb#job_ranger19::OnMyMobDead";
- stopnpctimer;
- disablenpc "Egg Bomb#job_ranger19";
- end;
-
-OnMyMobDead:
- set $@job_rang_point03,$@job_rang_point03+1;
- mapannounce "job3_rang02","Egg Bomb : Don't be relieved. Misery always comes from carelesness.",bc_map;
- donpcevent "Egg Bomb#job_ranger19::OnDisable";
- end;
-
-OnTimer10000:
- mapannounce "job3_rang02","Egg Bomb : Ughhhhhhhhhhhhhh!!! So what did I say!!!",bc_map;
- donpcevent "Egg Bomb#job_ranger19::OnDisable";
- end;
-}
-
-job3_rang02,260,48,0 script Egg Bomb#job_ranger20 139,{
-
-OnInit:
- disablenpc "Egg Bomb#job_ranger20";
- end;
-
-OnEnable:
- enablenpc "Egg Bomb#job_ranger20";
- initnpctimer;
- monster "job3_rang02",260,48,"Egg Bomb",1047,1,"Egg Bomb#job_ranger20::OnMyMobDead";
- mapannounce "job3_rang02","Egg Bomb 'I am almost done now... Don't stop me.'",bc_map;
- end;
-
-OnDisable:
- killmonster "job3_rang02","Egg Bomb#job_ranger20::OnMyMobDead";
- stopnpctimer;
- disablenpc "Egg Bomb#job_ranger20";
- end;
-
-OnMyMobDead:
- set $@job_rang_point03,$@job_rang_point03+1;
- mapannounce "job3_rang02","Egg Bomb : Alas, it was only a dream for a short time...",bc_map;
- donpcevent "Egg Bomb#job_ranger20::OnDisable";
- end;
-
-OnTimer10000:
- mapannounce "job3_rang02","Egg Bomb : Ughhhhhhhhhhhhhh!!! So what did I say!!!",bc_map;
- donpcevent "Egg Bomb#job_ranger20::OnDisable";
- end;
-}
-
-job3_rang02,244,53,0 script Egg Bomb#job_ranger21 139,{
-
-OnInit:
- disablenpc "Egg Bomb#job_ranger21";
- end;
-
-OnEnable:
- enablenpc "Egg Bomb#job_ranger21";
- initnpctimer;
- monster "job3_rang02",244,53,"Egg Bomb",1047,1,"Egg Bomb#job_ranger21::OnMyMobDead";
- mapannounce "job3_rang02","Egg Bomb : Hey, I am going to explode. What are you going to do?",bc_map;
- end;
-
-OnDisable:
- killmonster "job3_rang02","Egg Bomb#job_ranger21::OnMyMobDead";
- stopnpctimer;
- disablenpc "Egg Bomb#job_ranger21";
- end;
-
-OnMyMobDead:
- set $@job_rang_point03,$@job_rang_point03+1;
- mapannounce "job3_rang02","Egg Bomb : The world is meaningless and my dream is so far away...",bc_map;
- donpcevent "Egg Bomb#job_ranger21::OnDisable";
- end;
-
-OnTimer10000:
- mapannounce "job3_rang02","Egg Bomb : Ughhhhhhhhhhhhhh!!! So what did I say!!!",bc_map;
- donpcevent "Egg Bomb#job_ranger21::OnDisable";
- end;
-}
-
-job3_rang02,254,50,0 script Egg Bomb#job_ranger22 139,{
-
-OnInit:
- disablenpc "Egg Bomb#job_ranger22";
- end;
-
-OnEnable:
- enablenpc "Egg Bomb#job_ranger22";
- initnpctimer;
- monster "job3_rang02",254,50,"Egg Bomb",1047,1,"Egg Bomb#job_ranger22::OnMyMobDead";
- mapannounce "job3_rang02","Egg Bomb : I... no, I can't stand anymore!!",bc_map;
- end;
-
-OnDisable:
- killmonster "job3_rang02","Egg Bomb#job_ranger22::OnMyMobDead";
- stopnpctimer;
- disablenpc "Egg Bomb#job_ranger22";
- end;
-
-OnMyMobDead:
- set $@job_rang_point03,$@job_rang_point03+1;
- mapannounce "job3_rang02","Egg Bomb : Don't be relieved. Misery always comes from carelesness.",bc_map;
- donpcevent "Egg Bomb#job_ranger22::OnDisable";
- end;
-
-OnTimer10000:
- mapannounce "job3_rang02","Egg Bomb : Ughhhhhhhhhhhhhh!!! So what did I say!!!",bc_map;
- donpcevent "Egg Bomb#job_ranger22::OnDisable";
- end;
-}
-
-job3_rang02,241,41,0 script Egg Bomb#job_ranger23 139,{
-
-OnInit:
- disablenpc "Egg Bomb#job_ranger23";
- end;
-
-OnEnable:
- enablenpc "Egg Bomb#job_ranger23";
- initnpctimer;
- monster "job3_rang02",241,41,"Egg Bomb",1047,1,"Egg Bomb#job_ranger23::OnMyMobDead";
- mapannounce "job3_rang02","Egg Bomb 'I am almost done now... Don't stop me.'",bc_map;
- end;
-
-OnDisable:
- killmonster "job3_rang02","Egg Bomb#job_ranger23::OnMyMobDead";
- stopnpctimer;
- disablenpc "Egg Bomb#job_ranger23";
- end;
-
-OnMyMobDead:
- set $@job_rang_point03,$@job_rang_point03+1;
- mapannounce "job3_rang02","Egg Bomb : Alas, it was only a dream for a short time...",bc_map;
- donpcevent "Egg Bomb#job_ranger23::OnDisable";
- end;
-
-OnTimer10000:
- mapannounce "job3_rang02","Egg Bomb : Ughhhhhhhhhhhhhh!!! So what did I say!!!",bc_map;
- donpcevent "Egg Bomb#job_ranger23::OnDisable";
- end;
-}
-
-job3_rang02,259,41,0 script Egg Bomb#job_ranger24 139,{
-
-OnInit:
- disablenpc "Egg Bomb#job_ranger24";
- end;
-
-OnEnable:
- enablenpc "Egg Bomb#job_ranger24";
- initnpctimer;
- monster "job3_rang02",259,41,"Egg Bomb",1047,1,"Egg Bomb#job_ranger24::OnMyMobDead";
- mapannounce "job3_rang02","Egg Bomb : Hey, I am going to explode. What are you going to do?",bc_map;
- end;
-
-OnDisable:
- killmonster "job3_rang02","Egg Bomb#job_ranger24::OnMyMobDead";
- stopnpctimer;
- disablenpc "Egg Bomb#job_ranger24";
- end;
-
-OnMyMobDead:
- set $@job_rang_point03,$@job_rang_point03+1;
- mapannounce "job3_rang02","Egg Bomb : The world is meaningless and my dream is so far away...",bc_map;
- donpcevent "Egg Bomb#job_ranger24::OnDisable";
- end;
-
-OnTimer10000:
- mapannounce "job3_rang02","Egg Bomb : Ughhhhhhhhhhhhhh!!! So what did I say!!!",bc_map;
- donpcevent "Egg Bomb#job_ranger24::OnDisable";
- end;
-}
-
-job3_rang02,256,52,0 script Egg Bomb#job_ranger25 139,{
-
-OnInit:
- disablenpc "Egg Bomb#job_ranger25";
- end;
-
-OnEnable:
- enablenpc "Egg Bomb#job_ranger25";
- initnpctimer;
- monster "job3_rang02",256,52,"Egg Bomb",1047,1,"Egg Bomb#job_ranger25::OnMyMobDead";
- mapannounce "job3_rang02","Egg Bomb : I... no, I can't standy anymore!!",bc_map;
- end;
-
-OnDisable:
- killmonster "job3_rang02","Egg Bomb#job_ranger25::OnMyMobDead";
- stopnpctimer;
- disablenpc "Egg Bomb#job_ranger25";
- end;
-
-OnMyMobDead:
- set $@job_rang_point03,$@job_rang_point03+1;
- mapannounce "job3_rang02","Egg Bomb : Don't be relieved. Misery always comes from carelesness.",bc_map;
- donpcevent "Egg Bomb#job_ranger25::OnDisable";
- end;
-
-OnTimer10000:
- mapannounce "job3_rang02","Egg Bomb : Ughhhhhhhhhhhhhh!!! So what did I say!!!",bc_map;
- donpcevent "Egg Bomb#job_ranger25::OnDisable";
- end;
-}
-
-job3_rang02,259,58,0 script Egg Bomb#job_ranger26 139,{
-
-OnInit:
- disablenpc "Egg Bomb#job_ranger26";
- end;
-
-OnEnable:
- enablenpc "Egg Bomb#job_ranger26";
- initnpctimer;
- monster "job3_rang02",259,58,"Egg Bomb",1047,1,"Egg Bomb#job_ranger26::OnMyMobDead";
- mapannounce "job3_rang02","Egg Bomb 'I am almost done now... Don't stop me.'",bc_map;
- end;
-
-OnDisable:
- killmonster "job3_rang02","Egg Bomb#job_ranger26::OnMyMobDead";
- stopnpctimer;
- disablenpc "Egg Bomb#job_ranger26";
- end;
-
-OnMyMobDead:
- set $@job_rang_point03,$@job_rang_point03+1;
- mapannounce "job3_rang02","Egg Bomb : Alas, it was only a dream for a short time...",bc_map;
- donpcevent "Egg Bomb#job_ranger26::OnDisable";
- end;
-
-OnTimer10000:
- mapannounce "job3_rang02","Egg Bomb : Ughhhhhhhhhhhhhh!!! So what did I say!!!",bc_map;
- donpcevent "Egg Bomb#job_ranger26::OnDisable";
- end;
-}
-
-job3_rang02,254,52,0 script Egg Bomb#job_ranger27 139,{
-
-OnInit:
- disablenpc "Egg Bomb#job_ranger27";
- end;
-
-OnEnable:
- enablenpc "Egg Bomb#job_ranger27";
- initnpctimer;
- monster "job3_rang02",254,52,"Egg Bomb",1047,1,"Egg Bomb#job_ranger27::OnMyMobDead";
- mapannounce "job3_rang02","Egg Bomb : Hey, I am going to explode. What are you going to do?",bc_map;
- end;
-
-OnDisable:
- killmonster "job3_rang02","Egg Bomb#job_ranger27::OnMyMobDead";
- stopnpctimer;
- disablenpc "Egg Bomb#job_ranger27";
- end;
-
-OnMyMobDead:
- set $@job_rang_point03,$@job_rang_point03+1;
- mapannounce "job3_rang02","Egg Bomb : The world is meaningless and my dream is so far away...",bc_map;
- donpcevent "Egg Bomb#job_ranger27::OnDisable";
- end;
-
-OnTimer10000:
- mapannounce "job3_rang02","Egg Bomb : Ughhhhhhhhhhhhhh!!! So what did I say!!!",bc_map;
- donpcevent "Egg Bomb#job_ranger27::OnDisable";
- end;
-}
-
-job3_rang02,247,42,0 script Egg Bomb#job_ranger28 139,{
-
-OnInit:
- disablenpc "Egg Bomb#job_ranger28";
- end;
-
-OnEnable:
- enablenpc "Egg Bomb#job_ranger28";
- initnpctimer;
- monster "job3_rang02",247,42,"Egg Bomb",1047,1,"Egg Bomb#job_ranger28::OnMyMobDead";
- mapannounce "job3_rang02","Egg Bomb : I... no, I can't standy anymore!!",bc_map;
- end;
-
-OnDisable:
- killmonster "job3_rang02","Egg Bomb#job_ranger28::OnMyMobDead";
- stopnpctimer;
- disablenpc "Egg Bomb#job_ranger28";
- end;
-
-OnMyMobDead:
- set $@job_rang_point03,$@job_rang_point03+1;
- mapannounce "job3_rang02","Egg Bomb : Don't be relieved. Misery always comes from carelesness.",bc_map;
- donpcevent "Egg Bomb#job_ranger28::OnDisable";
- end;
-
-OnTimer10000:
- mapannounce "job3_rang02","Egg Bomb : Ughhhhhhhhhhhhhh!!! So what did I say!!!",bc_map;
- donpcevent "Egg Bomb#job_ranger28::OnDisable";
- end;
-}
-
-job3_rang01,90,43,3 script Ranger Master#jr_29 832,{
-
- if (job_ranger01 < 6)
- {
- mes "[Ranger Master, Neveragain]";
- mes "... ...Huh?";
- mes "Strange... ...how did you get here?";
- next;
- mes "[Ranger Master, Neveragain]";
- mes "You don't seem to belong here...";
- next;
- mes "[Ranger Master, Neveragain]";
- mes "Leave this place,";
- mes "You shouldn't have come here.";
- close2;
- warp "alberta",117,57;
- end;
- }else if (job_ranger01 == 6)
- {
- if (BaseLevel < 99 || JobLevel < 50)
- {
- mes "[Ranger Master, Neveragain]";
- mes "No.";
- mes "I can tell just by looking at you that you seem to be to unexperienced.";
- next;
- mes "[Ranger Master, Neveragain]";
- mes "Have more pride in your job and get more experience, and then when you grow as a Hunter or a Sniper you can make an aura by yourself, please come back again.";
- close2;
- warp "alberta",117,57;
- end;
- }
- changequest 8259,8262;
- mes "[Ranger Master, Neveragain]";
- mes "Congratulations!";
- mes "You've completed all the rough practical tests!";
- next;
- mes "[Ranger Master, Neveragain]";
- mes "Well, You've had enough experience so I won't need to drag on.";
- next;
- mes "[Ranger Master, Neveragain]";
- mes "Before you do a job change ^0000ffDismiss your Falcon^000000, and check if you've used all of your ^0000ffSkill Points^000000.";
- next;
- switch(select("Wait a minute:I am ready"))
- {
- case 1:
- mes "[Ranger Master, Neveragain]";
- mes "I am not running away so take your time.";
- close;
- case 2:
- if (checkfalcon() == 0)
- {
- if (SkillPoint > 0)
- {
- mes "[Ranger Master, Neveragain]";
- mes "It seems you haven't used all skill points.";
- next;
- mes "[Ranger Master, Neveragain]";
- mes "Please use your skill points, and come back to me.";
- close;
- }
- mes "[Ranger Master, Neveragain]";
- mes "Good. No falcon and you've used up all your skill points.";
- break;
- }else
- {
- mes "[Ranger Master, Neveragain]";
- mes "Didn't you dismiss your falcon??";
- next;
- mes "[Ranger Master, Neveragain]";
- mes "Please dismiss your falcon, and come back to me.";
- close;
- }
- }
- mes "[Ranger Master, Neveragain]";
- mes "Okay, before you really change the job into a ranger, I'll ask you on more time.";
- mes "Do you really want to become a ranger?";
- next;
- switch(select("No:Yes!"))
- {
- case 1:
- mes "[Ranger Master, Neveragain]";
- mes "Umm? That's not the answer that I was waiting for...";
- next;
- mes "[Ranger Master, Neveragain]";
- mes "Even after passing through all the rough practical tests, you don't want to become a ranger... are you sure?";
- close;
- case 2:
- break;
- }
- if(Class == Job_Baby_Hunter){
- mes "[Ranger Master, Neveragain]";
- mes "Your firm answer seems very trustworthy!";
- next;
- nude;
- if (countitem(1703) > 0)
- {
- mes "[Ranger Master, Neveragain]";
- mes "From now on be active as a splendid Ranger!";
- mes "I wish you luck in your future!";
- delitem 1703,1;
- set job_ranger01,7;
- completequest 8262;
- jobchange Job_Baby_Ranger;
- getitem 5748,1;
- getitem 2795,1;
- getitem 6124,1;
- close;
- }
- mes "[Ranger Master, Neveragain]";
- mes "...However,";
- mes "You have to return your test items.";
- mes "What did you do with your testing Bow?";
- close;
- }
- else if (Class == Job_Hunter)
- {
- mes "[Ranger Master, Neveragain]";
- mes "Your firm answer seems very trustworthy!";
- next;
- nude;
- if (countitem(1703) > 0)
- {
- mes "[Ranger Master, Neveragain]";
- mes "From now on be active as a splendid Ranger!";
- mes "I wish you luck in your future!";
- delitem 1703,1;
- set job_ranger01,7;
- completequest 8262;
- jobchange Job_Ranger;
- getitem 5748,1;
- getitem 2795,1;
- getitem 6124,1;
- close;
- }
- mes "[Ranger Master, Neveragain]";
- mes "...However,";
- mes "You have to return your test items.";
- mes "What did you do with your testing Bow?";
- close;
- }else if (Class == Job_Sniper)
- {
- mes "[Ranger Master, Neveragain]";
- mes "Your firm answer seems very trustworthy!";
- next;
- nude;
- if (countitem(1703) > 0)
- {
- mes "[Ranger Master, Neveragain]";
- mes "From now on be active as a splendid Ranger!";
- mes "I wish you luck in your future!";
- delitem 1703,1;
- set job_ranger01,7;
- completequest 8262;
- jobchange Job_Ranger_T;
- getitem 5748,1;
- getitem 2795,1;
- getitem 6124,1;
- close;
- }
- mes "[Ranger Master, Neveragain]";
- mes "...However,";
- mes "You have to return your test items.";
- mes "What did you do with your testing Bow?";
- close;
- }else
- {
- mes "[Ranger Master, Neveragain]";
- mes "...Huh? Who are you?";
- mes "You are not a Hunter or a Sniper?!";
- next;
- mes "[Ranger Master, Neveragain]";
- mes "What are you doing here?";
- mes "You shouldn't have come here. Get out!";
- set job_ranger01,0;
- erasequest 8254;
- erasequest 8255;
- erasequest 8256;
- erasequest 8257;
- erasequest 8258;
- erasequest 8259;
- erasequest 8260;
- erasequest 8261;
- erasequest 8262;
- close2;
- warp "alberta",117,57;
- end;
- }
- }else if (job_ranger01 > 6)
- {
- mes "[Ranger Master, Neveragain]";
- mes "Hey, you look great.";
- mes "What are you doing here?";
- next;
- switch(select("I just came by:Please let me be out"))
- {
- case 1:
- mes "[Ranger Master, Neveragain]";
- mes "Well, there's nothing to see and you came.";
- next;
- mes "[Ranger Master, Neveragain]";
- mes "Take a rest as long as you want.";
- mes "It's the place where you can have a tea easily.";
- close;
- case 2:
- break;
- }
- mes "[Ranger Master, Neveragain]";
- mes "It was good to see you.";
- mes "Don't lose the dignity as a Ranger wherever you go.";
- close2;
- warp "alberta",117,57;
- end;
- }
- mes "[Ranger Master, Neveragain]";
- mes "Hey, you look great.";
- mes "What are you doing here?";
- next;
- switch(select("I just came by:Please let me be out"))
- {
- case 1:
- mes "[Ranger Master, Neveragain]";
- mes "Well, there's nothing to see and you came.";
- next;
- mes "[Ranger Master, Neveragain]";
- mes "Take a rest as long as you want.";
- mes "It's the place where you can have a tea easily.";
- close;
- case 2:
- break;
- }
- mes "[Ranger Master, Neveragain]";
- mes "It was good to see you.";
- mes "Don't lose the dignity as a Ranger wherever you go.";
- close2;
- warp "alberta",117,57;
- end;
-}
-
-job3_rang01,58,1,0 script Test#job_ranger 88,{
-
- if(getgmlevel() > 98)
- {
- switch(select("Enable Waiting Room:Disable Waiting Room:Enable 1st Test:Disable 1st Test:Enable 2nd Test:Disable 2nd Test:Enable 3rd Test:Disable 3rd Test:Cancel"))
- {
- case 1:
- mes "Enabled Waiting Room";
- donpcevent "Practical Test::OnEnable";
- close;
- case 2:
- mes "Disabled Waiting Room";
- donpcevent "Practical Test::OnDisable";
- close;
- case 3:
- mes "1st Test Enabled";
- donpcevent "Test Supervisor#jr_04::OnEnable";
- close;
- case 4:
- mes "1st Test Disabled";
- donpcevent "Test Supervisor#jr_04::OnDisable";
- donpcevent "First Test Timer#jr_05::OnDisable";
- donpcevent "Correct Monster Summon::OnReset";
- donpcevent "False Monster Summon::OnReset";
- close;
- case 5:
- mes "2nd Test Enabled";
- donpcevent "Second Test Timer#jr_08::OnEnable";
- close;
- case 6:
- mes "2nd Test Disabled";
- donpcevent "Second Test Time#job_ranger08::OnDisable";
- close;
- case 7:
- mes "3rd Test has been Enabled";
- donpcevent "3rd Test Timer#job_ranger12::OnEnable";
- close;
- case 8:
- mes "3rd Test has been Disabled";
- donpcevent "Third Test Timer#jr_12::OnDisable";
- donpcevent "Egg Bomb#job_ranger14::OnDisable";
- donpcevent "Egg Bomb#job_ranger15::OnDisable";
- donpcevent "Egg Bomb#job_ranger16::OnDisable";
- donpcevent "Egg Bomb#job_ranger17::OnDisable";
- donpcevent "Egg Bomb#job_ranger18::OnDisable";
- donpcevent "Egg Bomb#job_ranger19::OnDisable";
- donpcevent "Egg Bomb#job_ranger20::OnDisable";
- donpcevent "Egg Bomb#job_ranger21::OnDisable";
- donpcevent "Egg Bomb#job_ranger22::OnDisable";
- donpcevent "Egg Bomb#job_ranger23::OnDisable";
- donpcevent "Egg Bomb#job_ranger24::OnDisable";
- donpcevent "Egg Bomb#job_ranger25::OnDisable";
- donpcevent "Egg Bomb#job_ranger26::OnDisable";
- donpcevent "Egg Bomb#job_ranger27::OnDisable";
- donpcevent "Egg Bomb#job_ranger28::OnDisable";
- close;
- case 9:
- close;
- }
- }
-} \ No newline at end of file
diff --git a/npc/pre-re/jobs/3-1/rune_knight.txt b/npc/pre-re/jobs/3-1/rune_knight.txt
deleted file mode 100644
index d8f05acb8..000000000
--- a/npc/pre-re/jobs/3-1/rune_knight.txt
+++ /dev/null
@@ -1,3984 +0,0 @@
-//===== rAthena Script =======================================
-//= Rune Knight Job Quest
-//===== By: ==================================================
-//= L0ne_W0lf
-//= Credits: Gepard, Muad_Dib
-//===== Current Version: =====================================
-//= 1.1
-//===== Compatible With: =====================================
-//= rAthena SVN
-//===== Description: =========================================
-//= Job change Quest from Knight / Lord Knight -> Rune Knight.
-//= Does not entirely support changing to Baby Third Class.
-//===== Additional Comments: =================================
-//= 1.0 First version.
-//= 1.1 Added forgoten Header. [Masao]
-//============================================================
-
-prt_in,162,24,3 script Splendid-Looking Knight 470,{
-
- if (Class == Job_Rune_Knight || Class == Job_Rune_Knight_T || Class == Job_Baby_Rune) {
- mes "[Rune Knight Manuel]";
- mes "Your are now a member of our select brethren. I can still remember when I first met you.";
- next;
- mes "[Rune Knight Manuel]";
- mes "Strive to live the way of the sword with honor...";
- next;
- mes "[Rune Knight Manuel]";
- mes "Cheers to our new future...";
- close;
- }
- if (job_rune_edq == 0) {
- mes "[Rune Knight Manuel]";
- mes "There are many paths one can take in the world. Most people can see their path but don't really follow it...";
- next;
- mes "[Rune Knight Manuel]";
- mes "Anyway the drinks here are really good. Would you like to have one?";
- next;
- switch (select("Sure, let's have a drink.:I refuse.")) {
- case 1:
- if (Class == Job_Knight || Class == Job_Lord_Knight || Class == Job_Baby_Knight) {
- mes "[Rune Knight Manuel]";
- mes "You walk the way of sword too don't you? Then we can understand each other. Drinks taste better when it's with a fellow Swordman.";
- next;
- mes "[Rune Knight Manuel]";
- mes "I'll buy this round.";
- mes "A toast to friendship~";
- next;
- if ((BaseLevel > 98) && (JobLevel > 49)) {
- mes "[Rune Knight Manuel]";
- mes "In my opinion you seem to be ready to start a new way...";
- next;
- mes "[Rune Knight Manuel]";
- mes "Walking the way of the sword is a perpetual battle. From now on you may have a rough journey ahead of you...";
- next;
- mes "[Rune Knight Manuel]";
- mes "If you want to walk on your new way and surpass your current limits, I'm willing to help you.";
- next;
- mes "[Rune Knight Manuel]";
- mes "The true way of a Swordman who learned harmony to break the limit of a sword is a Rune Knight.";
- next;
- mes "[Rune Knight Manuel]";
- mes "Won't you join our brethren? You look like you're fully qualified to become one of us.";
- next;
- mes "[Rune Knight Manuel]";
- mes "If you are interested, I'll introduce you to the masters who will guide you to the way of the Rune Knight with my recommendation.";
- next;
- switch (select("I am not ready yet.:I'm ready to be a Rune Knight.")) {
- case 1:
- mes "[Rune Knight Manuel]";
- mes "Right. Every challenge always needs preparation. Okay, I'll wait for you.";
- next;
- mes "[Rune Knight Manuel]";
- mes "Of course, I would only accept you if you are one hundred percent sure of your conviction to become a Rune Knight.";
- close;
- case 2:
- mes "[Rune Knight Manuel]";
- mes "You're sure now?";
- mes "Let me send a dispatch to my comrades that you are willing to join our ranks.";
- next;
- set job_rune_edq,1;
- setquest 3200;
- mes "[Rune Knight Manuel]";
- mes "You know the place called Glast Heim? There's a Rune Knight waiting for you there, he will guide you to the entrance of Glast Heim Tower.";
- next;
- mes "[Rune Knight Manuel]";
- mes "My name is Manuel. I am called the Rune Knight of Brilliance. When you tell him that you are a Rune Knight candidate with my recommendation, he will handle the rest.";
- next;
- mes "[Rune Knight Manuel]";
- mes "I will wait for the day that you become our comrade as a true Rune Knight.";
- close;
- }
- }
- mes "[Rune Knight Manuel]";
- mes "If you continually walk the way of the sword, you will eventually feel the limits of your powers. Like myself before...";
- next;
- mes "[Rune Knight Manuel]";
- mes "When the time comes there will be a way to help you surpass that limit. Until the day that your strength has grown comes, we can at least still have a drink together.";
- next;
- mes "[Rune Knight Manuel]";
- mes "A toast to the day that your strength can withstand the powers of a Rune Knight!";
- close;
- }
- mes "[Rune Knight Manuel]";
- mes "I believe that the wind of change is not always a good one.";
- next;
- mes "[Rune Knight Manuel]";
- mes "Just like the taste of this drink. I wish the taste of this drink is kept here forever.";
- close;
- case 2:
- mes "[Rune Knight Manuel]";
- mes "Are you sure? You don't know the true elegance of these drinks...";
- close;
- }
- }
- if (job_rune_edq == 1) {
- mes "[Rune Knight Manuel]";
- mes "The Rune Knight is waiting for you at Glast Heim. He will guide you to the entrance of Glast Heim Tower.";
- next;
- mes "[Rune Knight Manuel]";
- mes "Tell him that you are a candidate to be a Rune Knight and he will handle the rest.";
- next;
- mes "[Rune Knight Manuel]";
- mes "I will wait for the day you become our comrade as a true Rune Knight.";
- close;
- }
- mes "[Rune Knight Manuel]";
- mes "Don't you have things to do right now?";
- next;
- mes "[Rune Knight Manuel]";
- mes "No? Well then never mind.";
- mes "Don't you love the smell of alcohol?";
- close;
-}
-
-glast_01,44,363,3 script Guide, Jungberg 468,{
-
- if (Class == Job_Rune_Knight || Class == Job_Rune_Knight_T || Class == Job_Baby_Rune) {
- mes "[Guide, Jungberg]";
- mes "Oh you must be, "+strcharinfo(0)+".";
- mes "Welcome.";
- next;
- mes "[Guide, Jungberg]";
- mes "We are looking forward to you helping the Rune Knights spread honor throughout the world.";
- next;
- mes "[Guide, Jungberg]";
- mes "So, What can I help you with?";
- next;
- switch (select("I want to go to the gathering place.:Nothing.")) {
- case 1:
- mes "[Guide, Jungberg]";
- mes "Right. I'll send you right now. I'll see you soon.";
- close2;
- warp "job3_rune01",80,65;
- end;
- case 2:
- close;
- }
- }
- if (Class == Job_Knight || Class == Job_Lord_Knight || Class == Job_Baby_Knight) {
- if (job_rune_edq == 0) {
- mes "[Guide, Jungberg]";
- mes "Are you a cursed ghost of this place? Or are you an ignorant adventurer?";
- next;
- mes "[Guide, Jungberg]";
- mes "If you are a breathing human, then listen to me carefullly. I wouldn't risk my life here by hesitating to talk to just anyone.";
- next;
- switch (select("Who are you?:What are you doing here?:Cancel.")) {
- case 1:
- if (Class == Job_Knight || Class == Job_Lord_Knight || Class == Job_Baby_Knight) {
- mes "[Guide, Jungberg]";
- mes "I am the only knight who's keeping the way of the Swordman in this cursed place Glast Heim.";
- next;
- mes "[Guide, Jungberg]";
- mes "If you also follow the way of the Swordman our paths will most certainly cross again when you have reached your full potential.";
- close;
- }
- mes "[Guide, Jungberg]";
- mes "I am the only knight who's keeping the way of the Swordman in this cursed place Glast Heim.";
- next;
- mes "[Guide, Jungberg]";
- mes "Since you don't walk the way of the Sword, you wouldn't understand our spirit. I can manage by myself. Follow your own path.";
- close;
- case 2:
- if (Class == Job_Knight || Class == Job_Lord_Knight || Class == Job_Baby_Knight) {
- mes "[Guide, Jungberg]";
- mes "I am a man walking the way of the Sword. But I'm not exactly the same as the likes of you, Rune-Midgart knight.";
- next;
- mes "[Guide, Jungberg]";
- mes "We are not like the other Knights who are absorbed with pomp and circumstance so you may not know of us yet.";
- next;
- mes "[Guide, Jungberg]";
- mes "We are the Rune Knights. A group that leads the true power as well as the physical strength to the righteous way of the Sword.";
- next;
- mes "[Guide, Jungberg]";
- mes "We have been living in secret here in the deep of Glast Heim for a half century but it's time to let the world know our purpose.";
- next;
- mes "[Guide, Jungberg]";
- mes "Now there are many instructors who are looking for talented Sword wielders in various places of Rune Midgard. They are looking for a people who will join the true way of the Sword.";
- next;
- mes "[Guide, Jungberg]";
- mes "If you wish to join the Rune Knights. Please get a recommendation from one of the guides and come to me again.";
- close;
- }
- mes "[Guide, Jungberg]";
- mes "We are not like the other Knights who are absorbed with pomp and circumstance so you may not know of us yet.";
- next;
- mes "[Guide, Jungberg]";
- mes "We are the Rune Knights. A group that leads the true power as well as the physical strength to the righteous way of the Sword.";
- next;
- mes "[Guide, Jungberg]";
- mes "We have been living in secret here in the deep of Glast Heim for a half century but it's time to let the world know our purpose.";
- next;
- mes "[Guide, Jungberg]";
- mes "Now there are many instructors who are looking for talented Sword wielders in various places of Rune Midgard. They are looking for a people who will join the true way of the Sword.";
- next;
- mes "[Guide, Jungberg]";
- // custom translation
- mes "Unfortunately, you are pursuing a different path than our people...I hope you can follow their path and convictions.";
- close;
- case 3:
- close;
- }
- }
- if (job_rune_edq == 1) {
- mes "[Guide, Jungberg]";
- mes "Are you a cursed ghost of this place? Or are you an ignorant adventurer?";
- next;
- mes "[Guide, Jungberg]";
- mes "If you are a breathing human, then listen to me carefullly. I wouldn't risk my life here by hesitating to talk to just anyone.";
- next;
- switch (select("I came to be a Rune Knight.:Cancel.")) {
- case 1:
- mes "[Guide, Jungberg]";
- mes "Um... Are you the Rune Knight candidate that Manuel talked about?";
- next;
- mes "[Guide, Jungberg]";
- mes "Your name is "+strcharinfo(0)+", right? I can see clearly that you are qualified to become our comrade.";
- next;
- mes "[Guide, Jungberg]";
- mes "Good. I don't have to ask anymore about your qualification to join our brethren....1.S...Now I'll give you your first assignment.";
- next;
- mes "[Guide, Jungberg]";
- mes "Find our Rune Knight gathering place hidden inside of Glast Heim.";
- next;
- mes "[Guide, Jungberg]";
- mes "There's a place that leads to the Rune Knight's secret gathering room inside the Glast Heim Chivalry. Find that place by yourself.";
- next;
- mes "[Guide, Jungberg]";
- mes "If you can find it, there'll be a person waiting to greet you, so let's start.";
- next;
- mes "[Guide, Jungberg]";
- mes "Of course your life might be at risk by the ghosts of Glast Heim...but overcoming the risk shouldn't be hard for a Rune Knight candidate.";
- set job_rune_edq,2;
- changequest 3200,3201;
- close;
- case 2:
- close;
- }
- }
- if (job_rune_edq == 2) {
- mes "[Guide, Jungberg]";
- mes "The 1st assignment is to find out our Rune Knight gathering place hidden inside of Glast Heim.";
- next;
- mes "[Guide, Jungberg]";
- mes "There's a place that leads to the Rune Knights' secret gathering place inside Glast Heim Chivalry. Find that place by yourself.";
- next;
- mes "[Guide, Jungberg]";
- mes "If you can find it, there'll be a person waiting to greet you, so let's start.";
- next;
- mes "[Guide, Jungberg]";
- mes "Of course your life might be at risk by the ghosts of Glast Heim...but overcoming the risk shouldn't be hard for a Rune Knight candidate.";
- close;
- }
- mes "[Guide, Jungberg]";
- mes "It seems that you are still taking the test. Do your best and pass all the tests.";
- next;
- switch (select("I want to go to the gathering place.:Quit the conversation.")) {
- case 1:
- mes "[Guide, Jungberg]";
- mes "All right. I'll send you right away. I'll check you later.";
- close2;
- warp "job3_rune01",80,65;
- end;
- case 2:
- close;
- }
- }
- mes "[Guide, Jungberg]";
- mes "I am the only knight who's keeping the way of the Swordman in this cursed place Glast Heim.";
- next;
- mes "[Guide, Jungberg]";
- mes "Since you don't walk the way of the Sword, you wouldn't understand our spirit. I can manage by myself. Follow your own path.";
- close;
-}
-
-gl_knt02,150,55,3 script Rune Knight Staff 83,{
-
- if (Class == Job_Rune_Knight || Class == Job_Rune_Knight_T || Class == Job_Baby_Rune) {
- mes "[Rune Knight Staff]";
- mes "Welcome, " + strcharinfo(0) + ". Are you going to the gathering place?";
- next;
- switch (select("Yes, take me there.:I'm on other business.:Cancel.")) {
- case 1:
- mes "[Rune Knight Staff]";
- mes "Okay, come in. I'll guide you.";
- close2;
- warp "job3_rune01",80,65;
- end;
- case 2:
- mes "[Rune Knight Staff]";
- mes "Oh, really? Then, keep on your work. I'll continue with my mission.";
- close;
- case 3:
- close;
- }
- }
- if (Class == Job_Knight || Class == Job_Lord_Knight || Class == Job_Baby_Knight) {
- if ((job_rune_edq > 0) && (job_rune_edq < 2)) {
- // custom translation
- mes "[Rune Knight Staff]";
- mes "Ah...this area is off limits, you are prohibited to be here. Please do not do anything to hinder our efforts.";
- next;
- mes "[Rune Knight Staff]";
- mes "although...you seem to have the potential to become a companion to those who follow the path of the sword.";
- next;
- mes "[Rune Knight Staff]";
- mes "I'm sure we'll be crossing paths before long. I believe we will meet again.";
- close;
- }
- if (job_rune_edq > 1) {
- mes "[Rune Knight Staff]";
- mes "You found this place correctly. Jungberg sent me to send you to the gathering place.";
- next;
- mes "[Rune Knight Staff]";
- mes "When you get into the gathering place, talk to Captain Tigris. He's always waiting for new members to show up.";
- next;
- mes "[Rune Knight Staff]";
- mes "Well, please follow me.";
- close2;
- warp "job3_rune01",80,65;
- end;
- }
- close;
- }
- mes "[Rune Knight Staff]";
- mes "Wait! This place is prohibited. I don't mind you going around but, don't ever disturb me again.";
- close;
-}
-
-job3_rune01,80,60,3 script Rune Knight Captain 470,{
-
- if (checkweight(1201,1) == 0) {
- mes "You've got too many things. You cannot proceed anymore. Please try again after losing some weight.";
- close;
- }
- if ((MaxWeight - Weight) < 1000) {
- mes "You've got too many things. You cannot proceed anymore. Please try again after losing some weight.";
- close;
- }
- if (Class == Job_Rune_Knight || Class == Job_Rune_Knight_T || Class == Job_Baby_Rune) {
- if (job_rune_edq == 23) {
- mes "[Captain Tigris]";
- mes "Oh, I see... Please wait a moment.";
- next;
- mes "[Captain Tigris]";
- mes "I forgot to check if you are qualified to get the celebration gift for changing your job..";
- next;
- mes "[Captain Tigris]";
- mes "Let me check the report from the instructors who took care of your tests.";
- next;
- if (job_rune_edq3 == 0) {
- // custom translation
- mes "[Captain Tigris]";
- mes "Ah...perfect. This result is truely rare.";
- next;
- mes "[Captain Tigris]";
- mes "Well, take this. This is a present that I've kept to give to my juniors like you.";
- getitem 2140,1; //Energy_Rune_Guard
- set job_rune_edq,24;
- close;
- }
- else if ((job_rune_edq3 > 2) && (job_rune_edq3 < 6)) {
- // custom translation
- mes "[Captain Tigris]";
- mes "Ah, what a high score. Your results were very good.";
- next;
- mes "[Captain Tigris]";
- mes "Well, take this. This is a present that I've kept to give to my juniors like you.";
- getitem 2794,1; //Magic_Stone_Ring
- set job_rune_edq,24;
- close;
- }
- mes "[Captain Tigris]";
- mes "Umm, not bad. It's not a great record but you tried your best.";
- next;
- mes "[Captain Tigris]";
- mes "Well, take this. This is a present that I've kept to give to my juniors like you.";
- getitem 15002,1; //Rune_Plate
- set job_rune_edq,24;
- close;
- }
- mes "[Captain Tigris]";
- mes "Hey, long time no see, "+strcharinfo(0)+". I don't think you've got any important matters to discuss but make yourself comfortable.";
- close;
- }
- if (Class == Job_Knight || Class == Job_Lord_Knight || Class == Job_Baby_Knight) {
- if (job_rune_edq == 2) {
- mes "A man wearing glorious armor and passion in his eyes is standing in front of me.";
- next;
- mes "He stares at me with an absent look and after a while he begins to talk.";
- next;
- mes "[Captain Tigris]";
- mes "Hey, are you the Rune Knight candidate that Manuel recommended? I am Captain Tigris from the Rune Knights, and your name is??";
- next;
- mes "[Captain Tigris]";
- mes "Oh, I've heard it before but I've forgotten it. Right, were you "+strcharinfo(0)+"? I truly welcome you from the heart for coming here.";
- next;
- mes "[Captain Tigris]";
- mes "Let's see. How many candidates have come to this room? Hey, Lunarea, which candidate is this one here?";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "... 172nd.";
- next;
- mes "[Captain Tigris]";
- mes "She says so my friend. Actually I don't want to see the next one. So please do well.";
- next;
- mes "[Captain Tigris]";
- mes "Let me see... Manual and Jungberg must have finished the basic verification, then let's start the test right away.";
- next;
- mes "[Captain Tigris]";
- mes "Lunarea, proceed with the first test.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "...";
- next;
- mes "This pale-skinned female Rune Knight called Lunarea is nodding her head quietly and watching me.";
- next;
- mes "[Captain Tigris]";
- mes "The test begins now. First, you'll get the 1st test from that beautiful icy lady, so please try your best.";
- next;
- mes "[Captain Tigris]";
- mes "When the test is done, talk to me. Anyway you'll need to care about the tests progressing with other people.";
- next;
- set job_rune_edq,3;
- changequest 3201,3202;
- mes "[Captain Tigris]";
- mes "Well then, I'll be waiting here so take the test.";
- close;
- }
- if (job_rune_edq == 3) {
- mes "[Captain Tigris]";
- mes "Now the test begins. First, you'll get the 1st test from that beautiful icy lady, so please try your best.";
- next;
- mes "[Captain Tigris]";
- mes "When the test is done, talk to me... anyway you'll need to care about the tests progressing with other people.";
- next;
- mes "[Captain Tigris]";
- mes "Well then, I'll be waiting here so take the test.";
- close;
- }
- if ((job_rune_edq > 3) && (job_rune_edq < 6)) {
- mes "[Captain Tigris]";
- mes "Hey you, weren't you testing? Lunarea, what happened? Is the test all done?";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "......";
- next;
- mes "She just shakes her head without saying any word, and stares at me. She has piercing eyes.";
- next;
- mes "[Captain Tigris]";
- mes "Okay Lunarea. Hey, listen to me carefully. Lunarea is a poor talker and quiet but you shouldn't ignore her.";
- next;
- mes "[Captain Tigris]";
- mes "Even for me... no, any one of us who upsets her wouldn't be able to deal with that.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "......";
- next;
- mes "[Captain Tigris]";
- mes "Whoa don't look at me like that. Okay, you see that? Aspiring Rune Knight. Go back to Lunarea and take the test as she says. That'll be good for you.";
- close;
- }
- if (job_rune_edq == 6) {
- mes "[Captain Tigris]";
- mes "Umm, it seems that you've passed Lunarea's test? I guess I won't have to test more for the basics.";
- next;
- mes "[Captain Tigris]";
- mes "Undeniably our Rune Knights have some differences but we should not forget our Swordman roots.";
- next;
- mes "[Captain Tigris]";
- mes "From now on, this will be the real test as a Rune Knight that you want to be. You'll need to prepare to take next test.";
- next;
- mes "[Captain Tigris]";
- mes "Renoa, I know that you've been waiting for a long time but it's your turn.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "It really has been such a long time but Lunarea's test and mine differ like the sky to the earth. I hope you won't be just a muscle-headed fool.";
- next;
- mes "[Captain Tigris]";
- mes "Hahaha. you heard that? It won't be easy this time. I hope you get through it my friend.";
- next;
- mes "[Captain Tigris]";
- mes "Go to that fiery lady in the library room to get the next test done and come back.";
- set job_rune_edq,7;
- changequest 3204,3205;
- close;
- }
- if ((job_rune_edq > 6) && (job_rune_edq < 16)) {
- mes "[Captain Tigris]";
- mes "Now, this will be the real test as a Rune Knight. You've got to prepare to take the next test.";
- next;
- mes "[Captain Tigris]";
- mes "Renoa, I know that you've been waiting for a long time but it's your turn.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "It really has been such a long time but Lunarea's test and mine differ like the sky to the earth. I hope you won't be just a muscle-headed fool.";
- next;
- mes "[Captain Tigris]";
- mes "Hahaha. you heard that? It won't be easy this time. I hope you get through it my friend.";
- next;
- mes "[Captain Tigris]";
- mes "Go to that fiery lady in the library room to get the next test done and come back.";
- close;
- }
- if (job_rune_edq == 16) {
- mes "[Captain Tigris]";
- mes "Oh, I heard that you've passed Renoa's test which only few people could pass.";
- next;
- mes "[Captain Tigris]";
- mes "I heard that the number of candidates who've given up while taking Renoa's test has been high.";
- next;
- mes "[Captain Tigris]";
- mes "You have to understand. I think it was the test that shows exactly the test instructor's personality. Hmm...";
- next;
- mes "[Captain Tigris]";
- mes "Now, there's only the last test left. When you pass this, you will be on your way to officially becoming a Rune Knight.";
- next;
- mes "[Captain Tigris]";
- mes "Take the final test from the Rune Knight Velpino who is at the arsenal's right side.";
- next;
- mes "[Captain Tigris]";
- mes "I'm not kidding, I am really looking forward to your new start as a Rune Knight.";
- mes "So please do your best.";
- set job_rune_edq,17;
- changequest 3215,3216;
- close;
- }
- if ((job_rune_edq > 16) && (job_rune_edq < 22)) {
- mes "[Captain Tigris]";
- mes "Take the final test from the Rune Knight Velpino who is at the arsenal's right side.";
- next;
- mes "[Captain Tigris]";
- mes "I'm not kidding, I am really looking forward to your new start as a Rune Knight. So please do your best.";
- close;
- }
- if (job_rune_edq == 22) {
- mes "[Captain Tigris]";
- mes "Congratulations. Now you've passed all the tests and can walk the way of a Rune Knight.";
- next;
- mes "[Captain Tigris]";
- mes "I'm happy from the bottom of my heart. I'm very proud of you.";
- next;
- mes "[Captain Tigris]";
- mes "Now you can be yourself around us and stand proud as one of us.";
- next;
- mes "[Captain Tigris]";
- mes "There's the evaluations from Lunarea, Renoa and Velpino who took care of your tests.";
- next;
- mes "[Captain Tigris]";
- mes "It's not much but there are some gifts for new Rune Knights who got good scores on the tests.";
- next;
- mes "[Captain Tigris]";
- mes "There will be a difference depending on the scores, but they are all helpful for anyone who is a Rune Knight.";
- next;
- mes "[Captain Tigris]";
- mes "Lastly, there are several things to be aware of as a Knight who's experienced a job change to a Lord Knight in Valhalla.";
- next;
- mes "[Captain Tigris]";
- mes "If there's any equipment that you are wearing now, or anything you're holding, please empty it for your job change moment.";
- next;
- mes "[Captain Tigris]";
- mes "Visit the Kafra Employee to use the storage.";
- next;
- mes "[Captain Tigris]";
- mes "You might know already, if you are riding a Peco Peco, you should have left it behind. If you brought it, leave it and come again.";
- next;
- mes "[Captain Tigris]";
- mes "One more thing. If you have any remained skill-points, use it all and learn the skills. You won't be able to change jobs if you have any more skill points.";
- next;
- mes "[Captain Tigris]";
- mes "Well, my job is done now. Would you like to start your new life as a Rune Knight?";
- next;
- switch (select("Every preparation is done.:I need more time to think.")) {
- case 1:
- if (Weight > 0 || checkcart() || SkillPoint != 0 || checkfalcon() || checkriding()) {
- mes "[Captain Tigris]";
- mes "Weren't you listening?";
- next;
- mes "[Captain Tigris]";
- mes "If there's any equipment that you are wearing now, or anything you're holding. Please empty it for your job change moment.";
- next;
- mes "[Captain Tigris]";
- mes "Talk to the Kafra Employee to use the storage.";
- next;
- mes "[Captain Tigris]";
- mes "You might know already, if you are riding a Peco Peco, you should have left it behind. If you brought it, leave it and come again.";
- next;
- mes "[Captain Tigris]";
- mes "One more thing. If you have any remained skill-points, use it all and learn the skills. You won't be able to change jobs if you have any more skill points.";
- next;
- mes "[Captain Tigris]";
- mes "If you understood, then make your preparations and come back.";
- close;
- }
- if (Class == Job_Knight || Class == Job_Lord_Knight || Class == Job_Baby_Knight && ((JobLevel > 49) && (SkillPoint == 0) && (BaseLevel > 98))) {
- mes "[Captain Tigris]";
- mes "Our Master, Beljeve... and the Great Sage, Serpeone...";
- next;
- mes "[Captain Tigris]";
- mes "This Knight is going to walk the way of the Rune Knights with us, so please give your blessing.";
- next;
- if (Class == Job_Baby_Knight) {
- getitem 5746,1; //Rune_Circlet
- getitem 2795,1; //Green_Apple_Ring
- set job_rune_edq,23;
- completequest 3219;
- jobchange Job_Baby_Rune;
- mes "[Captain Tigris]";
- mes "Remember this moment forever for you are now a Rune Knight.";
- next;
- mes "[Captain Tigris]";
- mes "There's a royal gift from the Rune-Midgarts Kingdom for all new Rune Knights.";
- next;
- mes "[Captain Tigris]";
- mes "Give me a second to get the royal gift and talk to me again.";
- close;
- }
- else if (Class == Job_Knight) {
- getitem 5746,1; //Rune_Circlet
- getitem 2795,1; //Green_Apple_Ring
- set job_rune_edq,23;
- completequest 3219;
- jobchange Job_Rune_Knight;
- mes "[Captain Tigris]";
- mes "Remember this moment forever for you are now a Rune Knight.";
- next;
- mes "[Captain Tigris]";
- mes "There's a royal gift from the Rune-Midgarts Kingdom for all new Rune Knights.";
- next;
- mes "[Captain Tigris]";
- mes "Give me a second to get the royal gift and talk to me again.";
- close;
- }
- else if (Class == Job_Lord_Knight) {
- getitem 5746,1; //Rune_Circlet
- getitem 2795,1; //Green_Apple_Ring
- set job_rune_edq,23;
- completequest 3219;
- jobchange Job_Rune_Knight_T;
- mes "[Captain Tigris]";
- mes "Remember this moment forever for you are now a Rune Knight.";
- next;
- mes "[Captain Tigris]";
- mes "There's a royal gift from the Rune-Midgarts Kingdom for all new Rune Knights.";
- next;
- mes "[Captain Tigris]";
- mes "Give me a second to get the royal gift and talk to me again.";
- close;
- }
- }
- // custom translation
- mes "[Captain Tigris]";
- mes "You seem to be missing something?";
- close;
- case 2:
- close;
- }
- }
- }
- // custom translation
- mes "[Captain Tigris]";
- mes "I don't know how you got here...but you should not have come here.";
- next;
- mes "[Captain Tigris]";
- mes "Go back to where came from.";
- close2;
- warp "gl_knt02",150,55;
- end;
-}
-
-job3_rune01,90,50,3 script Rune Knight Lunarea 469,{
-
- if (Class == Job_Rune_Knight || Class == Job_Rune_Knight_T || Class == Job_Baby_Rune) {
- mes "She holds up her chin quietly, nods lightly and notices me.";
- next;
- mes "Then after a moment she puts her face down and seems absorbed with other thoughts.";
- close;
- }
- if (Class == Job_Knight || Class == Job_Lord_Knight || Class == Job_Baby_Knight) {
- if (job_rune_edq < 3) {
- mes "This pale-skinned absent-looking female Rune Knight doesn't seem to care. Of course she doesn't seem interested with my existence";
- close;
- }
- if (job_rune_edq == 3) {
- mes "She finally opens her mouth and begins to talk.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "5 minutes... When you endure and get rid of all, you succeed.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "In this test, Captain Tigris, Renoa, Velpino and I will visit together.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "If you want to, you can ask help from one of us. But don't think that we will always help.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "Since it's a test, getting help from us is completely your choice. It doesn't matter if you take the test with our help or all by yourself.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "When you are ready to go to the test field talk to me.";
- next;
- switch (select("Move to the test field now.:Give me time to get ready.")) {
- case 1:
- if ($@job_rune_test1 == 0) {
- mes "She nods her head and reaches out her hand lightly. Then she draws her sword and makes a signal.";
- set job_rune_edq, 4;
- changequest 3202,3203;
- set $@job_rune_test1,1;
- close2;
- warp "job3_rune02",38,40;
- end;
- }
- // custom translation
- mes "She nods her head and reaches out her hand lightly. Then she draws her sword and makes a signal.";
- next;
- mes "But her expression suddenly changed a bit as she looked at to speak.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "Now...the testing room is currently occupied...";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "You'll have to wait...it is regulation that the test must take place on a 1:1 level.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "Just wait over 5 minutes and it should be your turn.";
- close;
- case 2:
- close;
- }
- }
- if (job_rune_edq == 4) {
- mes "[Rune Knight, Lunarea]";
- mes "Did you fail? But, there's no limitation to the number of times you can try.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "If you want to take the test again. I can send you to the test field.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "5 minutes... When you endure and get rid of all, you succeed.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "If you are ready to move to the test field talk to me.";
- next;
- switch (select("Move to the test field now.:Please give me time to prepare.")) {
- case 1:
- if (checkquest(3220,PLAYTIME) == -1 || checkquest(3220,PLAYTIME) == 0) {
- if ($@job_rune_test1 == 0) {
- mes "She nods her head and reaches out her hand lightly. Then she draws her sword and makes a signal.";
- set $@job_rune_test1,1;
- erasequest 3220;
- setquest 3220;
- close2;
- warp "job3_rune02",38,40;
- end;
- }
- // custom translation
- mes "She nods her head and reaches out her hand lightly. Then she draws her sword and makes a signal.";
- next;
- mes "But her expression suddenly changed a bit as she looked at to speak.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "Now...the testing room is currently occupied...";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "You'll have to wait...it is regulation that the test must take place on a 1:1 level.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "Just wait over 5 minutes and it should be your turn.";
- close;
- }
- if (checkquest(3220,PLAYTIME) == 1) {
- mes "[Rune Knight, Lunarea]";
- mes "Once someone enters into the test field you cannot enter directly. The test is taken one by one.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "When it's your turn to enter you will be sent there directly.";
- close;
- }
- if (checkquest(3220,PLAYTIME) == 2) {
- erasequest 3220;
- if ($@job_rune_test1 == 0) {
- mes "She nods her head and reaches out her hand lightly. Then she draws her sword and makes a signal.";
- set $@job_rune_test1,1;
- erasequest 3220;
- setquest 3220;
- close2;
- warp "job3_rune02",38,40;
- end;
- }
- // custom translation
- mes "She nods her head and reaches out her hand lightly. Then she draws her sword and makes a signal.";
- next;
- mes "But her expression suddenly changed a bit as she looked at to speak.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "Now...the testing room is currently occupied...";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "You'll have to wait...it is regulation that the test must take place on a 1:1 level.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "It will be your turn when the time is up.";
- close;
- }
- case 2:
- close;
- }
- }
- if (job_rune_edq == 5) {
- mes "[Rune Knight, Lunarea]";
- mes "Was your test successful?";
- next;
- mes "She shows a small smile which is barely visible and looks at me.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "This portion of the test is over. Go talk to Captain Tigris.";
- set job_rune_edq,6;
- changequest 3203,3204;
- close;
- }
- if (job_rune_edq > 5) {
- mes "[Rune Knight, Lunarea]";
- mes "This portion of the test is over. Go talk to Captain Tigris.";
- next;
- mes "[Rune Knight, Lunarea]";
- mes "There are other tests you need to complete. I hope you do a good job.";
- close;
- }
- end;
- }
- mes "This pale-skinned absent-looking female Rune Knight doesn't seem to care. Of course she doesn't seem interested with my existence";
- close;
-}
-
-job3_rune01,55,50,3 script Rune Knight, Renoa 469,{
-
- if (Class == Job_Rune_Knight || Class == Job_Rune_Knight_T || Class == Job_Baby_Rune) {
- mes "[Rune Knight, Renoa]";
- mes "Congratulations for becoming one of us. Junior Rune Knight, "+strcharinfo(0)+".";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Soon you'll see the way we need to go clearly.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Until then, I'll be here to discover more candidates just like you.";
- close;
- }
- if (Class == Job_Knight || Class == Job_Lord_Knight || Class == Job_Baby_Knight) {
- if (job_rune_edq < 7) {
- mes "[Rune Knight, Renoa]";
- mes "Are you the one who wants to be a Rune Knight? There have been so many today.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "It's too bad that there haven't been many candidates that have made it to my part of the test yet so I'm just taking a bit of a rest.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "If you are taking the Rune Knight test I hope that you try your best. This won't be as easy to pass as Lunarea's test ok?";
- close;
- }
- if (job_rune_edq == 7) {
- mes "[Rune Knight, Renoa]";
- mes "Finally! Is it my turn? I'm so happy.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "There have been so many candidates failing Lunarea's test that I've given up counting.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "I am Renoa. I am in charge of the teaching and testing of runes and magic for Rune Knight candidates.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Thank you for all of your trouble taking the test so far. Okay, anyway.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Well first, I'll give you an assignment. Let's start by studying. Go to the library and study these books.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Umm, ^0000FFRunes and Rune Knights^000000, ^0000FFThe Principles of Runes^000000, ^0000FFThe Making and use of Runes^000000. Start with these 3...";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Read the book thoroughly and come back. If you are the type of person who doesn't like reading and studying then it won't be easy for you to live as a Rune Knight.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Don't worry, you won't be required to have the same knowledge as the magicians of Geffen or Juno. But you can't be an idiot either.";
- set job_rune_edq,8;
- changequest 3205,3206;
- close;
- }
- if (job_rune_edq == 8) {
- mes "[Rune Knight, Renoa]";
- mes "Well first, I'll give you an assignment. Let's start by studying. Go to the library and study these books.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Umm, ^0000FFRunes and Rune Knights^000000, ^0000FFThe Principles of Runes^000000, ^0000FFThe Making and use of Runes^000000. Start with these 3...";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Read the book thoroughly and come back. If you are the type of person who doesn't like reading and studying then it won't be easy for you to live as a Rune Knight.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Don't worry, you won't be required to have the same knowledge as the magicians of Geffen or Juno. But you can't be an idiot either.";
- close;
- }
- if (job_rune_edq == 11) {
- mes "[Rune Knight, Renoa]";
- mes "Have you read all the books from the library? It won't be easy to read but if you are determined to be a Rune Knight, you have to have this kind of basic knowledge.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Basically, the power of magic cannot be used without training to draw out the power of nature and the elements.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Therefore, jobs such as Wizard and Sage have come out and the magic became their own sacred field.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "The leader of the Rune Knights, Beljeve, is known to have been in touch with the fairies even before the dimensional door of the Ash Vacuum was made when Satan Morroc resurrected.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "I heard a story from the magical scholars about the technology that can substantialize the essence of magic. I began a study to substantialize it to a rune by getting their help.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Our Rune Knight's were born from the result of that study, which enables practicing both the power of the sword and magic by using runes.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "You look like you don't understand why I'm repeating the teaching of the story already written in the book.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "So for the second test, you need to visit the Laphine magical scholars who had given the direct help to the birth of Rune Knights at Ash Vacuum.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Find the sage, Serpeone who's been studying and helping the Rune Knights who are out in the Rune Midgard's camp at Ash Vacuum.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "The sage has already been in touch with us for a long time so you don't need to worry about understanding Serpeone's language.c";
- next;
- mes "[Rune Knight, Renoa]";
- mes "If you are ready I'll guide you to the warp that moves you directly to Serpeone. Meet her and get instructions from her.";
- set job_rune_edq,12;
- changequest 3206,3207;
- close;
- }
- if ((job_rune_edq > 11) && (job_rune_edq < 14)) {
- mes "[Rune Knight, Renoa]";
- mes "If you are ready I'll open the way to the sage, Serpeone who's in the Rune Midgard post at Ash Vacuum. Are you prepared?";
- next;
- switch (select("Yes, I am prepared.:Not yet.")) {
- case 1:
- mes "[Rune Knight, Renoa]";
- mes "Good. Then I'll send you there now. But, there's one thing I need to tell you.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "You will be sent to the Ash Vacuum. The people dispatched to the Rune Midgard post are certified adventurers and officials.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Beljeve has an agreement with the other alliance countries that the free behavior of our Rune Knights is guaranteed but...";
- next;
- mes "[Rune Knight, Renoa]";
- mes "If you want to move freely through all of Ash Vacuum, you'll have to go through the normal route which is acquiring qualification with the Rune Midgard alliance. It has nothing to do with us.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "The agreement only allows us to send candidates to the Rune Midgard camp and nowhere else.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Good luck.";
- close2;
- warp "mid_camp",235,250;
- end;
- case 2:
- mes "[Rune Knight, Renoa]";
- mes "If you are ready talk to me again. I'm free anytime.";
- close;
- }
- }
- if (job_rune_edq == 14) {
- mes "[Rune Knight, Renoa]";
- mes "Umm, you're back? How's it like in the Ash Vacuum?";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Well, a person of your strength must have been there already no?";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Now its time to take the test concerning runes. I know that you have been through quite a complicated process.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "I am going to give you a test that allows you to deal with runes directly.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "In this test you will be making a rune stone yourself which will also be used for your last test.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "If you remember what you read in the library just before, you'll be able to produce a rune stone here without my explanation.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "If you succeed in making the rune stone it will automatically become the rune stone you'll use for yourself when you become a Rune Knight, so try your best.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "The total number of rune stones you need to make is 20.";
- mes "Remember that well.";
- set job_rune_edq, 15;
- changequest 3213,3214;
- close;
- }
- if (job_rune_edq == 15) {
- mes "[Rune Knight, Renoa]";
- mes "In this test you will be making a rune stone yourself which is going to be used for your last test.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "If you remember the books you've read in the library just before, you'll be able to produce a rune stone here without my explanation.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "If you succeed in making the rune stone automatically it becomes the rune stone you'll use for yourself when you succeed, and it's delivered to Captain Tigris...so try hard.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "The number of total rune stones you need to make is exactly 20. Remember that well.";
- next;
- switch (select("Check number of made runes?:I've made all the 20 rune stones.")) {
- case 1:
- mes "[Rune Knight, Renoa]";
- mes "The number of rune stones made 'til now is "+job_rune_edq2+".";
- close;
- case 2:
- if (job_rune_edq2 == 20) {
- mes "[Rune Knight, Renoa]";
- mes "You've brought just the right amount. I'll hand over all the finished rune stones to Captain Tigris.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Because there is a test waiting for you that uses these rune stones.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Here, you've passed. Go back to Captain Tigris and complete the next test.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Ha! You did a good job considering how difficult my test is. If you were nervous, you can relax now.";
- set job_rune_edq,16;
- changequest 3214,3215;
- close;
- }
- if (job_rune_edq2 > 20) {
- mes "[Rune Knight, Renoa]";
- mes "Wow! What's this? You've made over 20. It's ok for now but remember to follow directions next time.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "You've brought just the right amount. I'll hand over all the made rune stones to Captain Tigris.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Because there a test waiting for you to use these rune stones.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Here, you've passed. Go back to Captain Tigris and complete the next test.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Ha! You did a good job considering how difficult my test is. If you were nervous, you can relax now.";
- set job_rune_edq,16;
- close;
- }
- mes "[Rune Knight, Renoa]";
- mes "Hey! I think I told you to make at least 20.";
- close;
- }
- }
- mes "[Rune Knight, Renoa]";
- mes "Become a proud Rune Knight.";
- close;
- }
- // custom translation
- mes "[Rune Knight, Renoa]";
- mes "HOw...how did you get in here?! Captain we have a spy!";
- next;
- mes "[Captain Tigris]";
- mes "Ah? What are you talking about, Renoa? Do not talk in such a manner! You make us sound like criminals.";
- next;
- mes "[Rune Knight, Renoa]";
- mes "Well, there is an unidentified individual here.";
- next;
- mes "[Captain Tigris]";
- mes "Ah...hey, friend, come over here and let us talk a moment...";
- close;
-}
-
-job3_rune01,58,51,1 script Rune Furnace 844,{
-
- if (job_rune_edq < 15) {
- mes "[Rune Knight Renoa]";
- mes "You don't want to touch that thing. Believe me, I'm not kidding.";
- close;
- }
- if (job_rune_edq == 15) {
- set @job_rune_success,job_rune_edq2;
- set @job_rune_miss,job_rune_edq3;
- set @job_rune_crash,5;
- set @job_rune_book_test_action,0;
- set @job_rune_test_rand,rand(1,24);
- mes "I can see a hole under the huge Rune Stone Statue behind Renoa. Clearly this is a mass-produced rune heating furnace that I read in the book.";
- next;
- switch (select("Use the Rune Heating Furnace:Stop.")) {
- case 1:
- if (@job_rune_test_rand == 1) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "This red hot spiral is...";
- next;
- input .@inputstr$;
- if (.@inputstr$ == "Ehwaz") {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Eiwaz rune was made normally.";
- set @job_rune_success,job_rune_edq2;
- set @job_rune_success_check,@job_rune_success+1;
- set job_rune_edq2,@job_rune_success_check;
- close;
- }
- set @job_rune_miss,job_rune_edq3;
- set @job_rune_miss_check,@job_rune_miss+1;
- set @job_rune_crash_check,@job_rune_crash+@job_rune_miss_check;
- if (rand(1,@job_rune_crash_check) == 3) {
- mes "[Rune Knight Renoa]";
- // occurances of this line are all custom. I couldn't get the damn thing to fail and give me the line.
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Eiwaz rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set @job_rune_miss,job_rune_edq3;
- set @job_rune_miss_check,@job_rune_miss+1;
- set job_rune_edq3,@job_rune_miss_check;
- close;
- }
- if (@job_rune_test_rand == 2) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this violet oblique line shape is...";
- next;
- input .@inputstr$;
- if (.@inputstr$ == "Osilla") {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Othlia rune was made normally.";
- set @job_rune_success,job_rune_edq2;
- set @job_rune_success_check,@job_rune_success+1;
- set job_rune_edq2,@job_rune_success_check;
- close;
- }
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set @job_rune_crash_check, @job_rune_crash + @job_rune_miss_check;
- if (rand(1,@job_rune_crash_check) == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Othlia rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set job_rune_edq3, @job_rune_miss_check;
- close;
- }
- if (@job_rune_test_rand == 3) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "This live emerald diamond rune is...";
- next;
- input .@inputstr$;
- if (.@inputstr$ == "Mannaz") {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Mannaz rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set @job_rune_crash_check, @job_rune_crash + @job_rune_miss_check;
- if (rand(1,@job_rune_crash_check) == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Mannaz rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set job_rune_edq3, @job_rune_miss_check;
- close;
- }
- if (@job_rune_test_rand == 4) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with an emerald round shape is...";
- next;
- input .@inputstr$;
- if (.@inputstr$ == "Ansuz") {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Ansuz rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set @job_rune_crash_check, @job_rune_crash + @job_rune_miss_check;
- if (rand(1,@job_rune_crash_check) == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Ansuz rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set job_rune_edq3, @job_rune_miss_check;
- close;
- }
- if (@job_rune_test_rand == 5) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this skyblue star shape is...";
- next;
- input .@inputstr$;
- if (.@inputstr$ == "Hagalaz") {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Hagalaz rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set @job_rune_crash_check, @job_rune_crash + @job_rune_miss_check;
- if (rand(1,@job_rune_crash_check) == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Hagalaz rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set job_rune_edq3, @job_rune_miss_check;
- close;
- }
- if (@job_rune_test_rand == 6) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "This flashing with a red diamond shape rune is...";
- next;
- input .@inputstr$;
- if (.@inputstr$ == "Kano") {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Kano rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set @job_rune_crash_check, @job_rune_crash + @job_rune_miss_check;
- if (rand(1,@job_rune_crash_check) == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Kano rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set job_rune_edq3, @job_rune_miss_check;
- close;
- }
- if (@job_rune_test_rand == 7) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this skyblue oblique line shape is...";
- next;
- input .@inputstr$;
- if (.@inputstr$ == "Rhydo") {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Raido rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set @job_rune_crash_check, @job_rune_crash + @job_rune_miss_check;
- if (rand(1,@job_rune_crash_check) == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Raido rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set job_rune_edq3, @job_rune_miss_check;
- close;
- }
- if (@job_rune_test_rand == 8) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this yellow round shape is...";
- next;
- input .@inputstr$;
- if (.@inputstr$ == "Turisus") {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Thurisaz rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set @job_rune_crash_check, @job_rune_crash + @job_rune_miss_check;
- if (rand(1,@job_rune_crash_check) == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Thurisaz rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set job_rune_edq3, @job_rune_miss_check;
- close;
- }
- if (@job_rune_test_rand == 9) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this emerald spiral line shape is...";
- next;
- input .@inputstr$;
- if (.@inputstr$ == "Dagaz") {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Dagaz rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set @job_rune_crash_check, @job_rune_crash + @job_rune_miss_check;
- if (rand(1,@job_rune_crash_check) == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Dagaz rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set job_rune_edq3, @job_rune_miss_check;
- close;
- }
- if (@job_rune_test_rand == 10) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this skyblue fan-shape is...";
- next;
- input .@inputstr$;
- if (.@inputstr$ == "Sowilo") {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Sowilo rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set @job_rune_crash_check, @job_rune_crash + @job_rune_miss_check;
- if (rand(1,@job_rune_crash_check) == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Sowilo rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set job_rune_edq3, @job_rune_miss_check;
- close;
- }
- if (@job_rune_test_rand == 11) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this yellow diamond shape is...";
- next;
- input .@inputstr$;
- if (.@inputstr$ == "Laguz") {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Laguz rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set @job_rune_crash_check, @job_rune_crash + @job_rune_miss_check;
- if (rand(1,@job_rune_crash_check) == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Laguz rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set job_rune_edq3, @job_rune_miss_check;
- close;
- }
- if (@job_rune_test_rand == 12) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this violet spiral line is...";
- next;
- input .@inputstr$;
- if (.@inputstr$ == "Isia") {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Isa rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set @job_rune_crash_check, @job_rune_crash + @job_rune_miss_check;
- if (rand(1,@job_rune_crash_check) == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Isa rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set job_rune_edq3, @job_rune_miss_check;
- close;
- }
- if (@job_rune_test_rand == 13) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this silver spiral shape is...";
- next;
- input .@inputstr$;
- if (.@inputstr$ == "Pertz") {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Perth rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set @job_rune_crash_check, @job_rune_crash + @job_rune_miss_check;
- if (rand(1,@job_rune_crash_check) == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Perth rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set job_rune_edq3, @job_rune_miss_check;
- close;
- }
- if (@job_rune_test_rand == 14) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this gold star shape is...";
- next;
- input .@inputstr$;
- if (.@inputstr$ == "Verkana") {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Berkana rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set @job_rune_crash_check, @job_rune_crash + @job_rune_miss_check;
- if (rand(1,@job_rune_crash_check) == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Berkana rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set job_rune_edq3, @job_rune_miss_check;
- close;
- }
- if (@job_rune_test_rand == 15) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this yellow cone shape is...";
- next;
- input .@inputstr$;
- if (.@inputstr$ == "Gebo") {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Gebo rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set @job_rune_crash_check, @job_rune_crash + @job_rune_miss_check;
- if (rand(1,@job_rune_crash_check) == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Gebo rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set job_rune_edq3, @job_rune_miss_check;
- close;
- }
- if (@job_rune_test_rand == 16) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this emerald oblique line is...";
- next;
- input .@inputstr$;
- if (.@inputstr$ == "Algiz") {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Algiz rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set @job_rune_crash_check, @job_rune_crash + @job_rune_miss_check;
- if (rand(1,@job_rune_crash_check) == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Algiz rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set job_rune_edq3, @job_rune_miss_check;
- close;
- }
- if (@job_rune_test_rand == 17) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this gray diamond is...";
- next;
- input .@inputstr$;
- if (.@inputstr$ == "Arwez") {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 ewaz rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set @job_rune_crash_check, @job_rune_crash + @job_rune_miss_check;
- if (rand(1,@job_rune_crash_check) == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 ewaz rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set job_rune_edq3, @job_rune_miss_check;
- close;
- }
- if (@job_rune_test_rand == 18) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this gold round is...";
- next;
- input .@inputstr$;
- if (.@inputstr$ == "Teiwaz") {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Teiwaz rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set @job_rune_crash_check, @job_rune_crash + @job_rune_miss_check;
- if (rand(1,@job_rune_crash_check) == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Teiwaz rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set job_rune_edq3, @job_rune_miss_check;
- close;
- }
- if (@job_rune_test_rand == 19) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this emerald star shape is...";
- next;
- input .@inputstr$;
- if (.@inputstr$ == "Wunjo") {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Wunjo rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set @job_rune_crash_check, @job_rune_crash + @job_rune_miss_check;
- if (rand(1,@job_rune_crash_check) == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Wunjo rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set job_rune_edq3, @job_rune_miss_check;
- close;
- }
- if (@job_rune_test_rand == 20) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this yellow round is...";
- next;
- input .@inputstr$;
- if (.@inputstr$ == "Jera") {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Jara rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set @job_rune_crash_check, @job_rune_crash + @job_rune_miss_check;
- if (rand(1,@job_rune_crash_check) == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Jara rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set job_rune_edq3, @job_rune_miss_check;
- close;
- }
- if (@job_rune_test_rand == 21) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this yellow fan-shape is...";
- next;
- input .@inputstr$;
- if (.@inputstr$ == "Nosiege") {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Nauthiz rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set @job_rune_crash_check, @job_rune_crash + @job_rune_miss_check;
- if (rand(1,@job_rune_crash_check) == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Nauthiz rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set job_rune_edq3, @job_rune_miss_check;
- close;
- }
- if (@job_rune_test_rand == 22) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this violet diamond shape is...";
- next;
- input .@inputstr$;
- if (.@inputstr$ == "Ingz") {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Inguz rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set @job_rune_crash_check, @job_rune_crash + @job_rune_miss_check;
- if (rand(1,@job_rune_crash_check) == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Inguz rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set job_rune_edq3, @job_rune_miss_check;
- close;
- }
- if (@job_rune_test_rand == 23) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this silver round shape is...";
- next;
- input .@inputstr$;
- if (.@inputstr$ == "Fehu") {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Fehu rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set @job_rune_crash_check, @job_rune_crash + @job_rune_miss_check;
- if (rand(1,@job_rune_crash_check) == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Fehu rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set job_rune_edq3, @job_rune_miss_check;
- close;
- }
- if (@job_rune_test_rand == 24) {
- progressbar "ffff00",5;
- mes "The magical power of the rune pitches and tosses while it is getting shaped.";
- next;
- mes "The rune flashing with this violet spiral is...";
- next;
- input .@inputstr$;
- if (.@inputstr$ == "Urj") {
- mes "[Rune Knight Renoa]";
- mes "Wow! This is great. The image of the rune stone in my head and the modelled rune stone matches perfectly. It's well made.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Uruz rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set @job_rune_crash_check, @job_rune_crash + @job_rune_miss_check;
- if (rand(1,@job_rune_crash_check) == 3) {
- mes "[Rune Knight Renoa]";
- mes "Ah, you got lucky! Althought the stones don't match perfectly, they are close enough. It's quite rare, though.";
- next;
- mes "[Rune Knight Renoa]";
- mes "1 Uruz rune was made normally.";
- set @job_rune_success, job_rune_edq2;
- set @job_rune_success_check, @job_rune_success + 1;
- set job_rune_edq2, @job_rune_success_check;
- close;
- }
- mes "[Rune Knight Renoa]";
- mes "It's a natural result. The image of the rune stone in my head and the modelled rune stone didn't match so the rate of success just gets extremely lower.";
- next;
- mes "[Rune Knight Renoa]";
- mes "Refining the rune stone is a failure... Please try again.";
- set @job_rune_miss, job_rune_edq3;
- set @job_rune_miss_check, @job_rune_miss + 1;
- set job_rune_edq3, @job_rune_miss_check;
- close;
- }
- case 2:
- close;
- }
- }
- mes "[Rune Knight Renoa]";
- mes "You don't want to touch that thing. Believe me, I'm not kidding.";
- close;
-}
-
-job3_rune01,40,54,1 script Runes and Rune Knights 844,{
-
- if (job_rune_edq < 8) {
- mes "[Rune Knight Renoa]";
- mes "Besides touching stuff in this place without permission. Would you be able to understand the contents of the book?";
- next;
- mes "[Captain Tigris]";
- mes "Hey Renoa go easy on that Knight. You there too, you'd better stop touching stuff here without a permission.";
- close;
- }
- if (job_rune_edq > 7) {
- while (1) {
- switch (select("The birth of Rune Knights:Runes and Magic Energy:Stop Reading")) {
- case 1:
- set @job_rune_book1_1, @job_rune_book1_1 + 1;
- mes "Rune Knights are the gathering of evolved swordmen who have achieved the harmony of sword and magic.";
- next;
- mes "It had been achieved by the legendary swordman Beljeve who's been known as a Sword Master and a founder of dispensable expenditure.";
- next;
- mes "Rune Knights use rune stones as a medium for magic power rather than using the magical energy made directly within the body.";
- next;
- mes "Magic power could only previously be used by those who can harness magic power within their bodies through a long time of research";
- next;
- mes "However, for the direct research on the rune magical power which had broken the human's normal concept is now ongoing.";
- next;
- mes "It's known that the Sword Master Beljeve felt the limit of his power, so he studied the way to overcome the physical limitation of mortals.";
- next;
- mes "We guess he had been already in touch with the Laphine tribe long before the dimensional rift was discovered to get to the Ash Vacuum.";
- next;
- mes "The Laphine tribe are the fairies from the Ash Vacuum and are known to have a close relationship to the birth of the Rune Knights.";
- next;
- mes "Now it's possible for those who are normally unsuitted to using magic power to carry a medium that can carry magic that normal mortals could not wield before.";
- next;
- mes "The result of studying these techniques are the rune stones tuned in harmony with the physical power of swords.";
- next;
- mes "Beljeve's disciples who started to learn the way to harmoze their swords with rune stones became known as Rune Knights.";
- next;
- break;
- case 2:
- set @job_rune_book1_2, @job_rune_book1_2 + 1;
- mes "A jewel called as a Rune is a medium that contains the formless existence, the magical power and the essence of it can be used directly.";
- next;
- mes "The Laphine Sage, Serpeone and the founder of Rune Knights Beljeve co-researched runes and the result of their research has only recently become to be known to the world.";
- next;
- mes "It's a limitless alternative energy source and research on them is still ongoing. ";
- next;
- mes "Unlike humans, the living things in the Ash Vacuum preserve magical energy by holding it in their bodies.";
- next;
- mes "The discovery of transvering this magical power into runes was refined by Beljeve and Serpeone and shared with the Rune Knights.";
- next;
- break;
- case 3:
- if ((@job_rune_book1_1 > 0) && (@job_rune_book1_2 > 0) && (job_rune_edq == 8)) {
- set job_rune_edq,9;
- } else if ((@job_rune_book1_1 > 0) && (@job_rune_book1_2 > 0) && (job_rune_edq == 9)) {
- set job_rune_edq,10;
- } else if ((@job_rune_book1_1 > 0) && (@job_rune_book1_2 > 0) && (job_rune_edq == 10)) {
- set job_rune_edq,11;
- }
- break;
- }
- break;
- }
- close;
- }
- end;
-}
-
-job3_rune01,43,44,1 script The Principles of Runes 844,{
-
- if (job_rune_edq < 8) {
- mes "[Rune Knight Renoa]";
- mes "Besides touching stuff in this place without permission. Would you be able to understand the contents of the book?";
- next;
- mes "[Captain Tigris]";
- mes "Hey Renoa go easy on that Knight. You there too, you'd better stop touching stuff here without a permission.";
- close;
- }
- if (job_rune_edq > 7) {
- while (1) {
- switch (select("The principle use of Runes:The types of Runes:Stop Reading")) {
- case 1:
- set @job_rune_book2_1, @job_rune_book2_1 + 1;
- mes "A rune is a kind of symbol that's been used on the Rune Midgard continent since ancient times. Up until now it has only been used by occult circles.";
- next;
- mes "A rune is a kind of symbol that's been used on the Rune Midgard continent since ancient times. Up until now it has only been used by occult circles.";
- next;
- mes "Runes are used as a symbol system, however, by the story handed down orally, it's known to be used for fortune-telling or used to draw out the human subconsciousness.";
- next;
- mes "Runes have their own system and types and can draw out various powers according to how they are arranged. But their power level can't currently be measured by known means.";
- next;
- mes "It is fortunate that the Rune Knights discovered their use for positive means. Runes have not been used for dark magic but it is certainly possible for their power to be misused if in the wrong hands.";
- next;
- break;
- case 2:
- set @job_rune_book2_2, @job_rune_book2_2 + 1;
- mes "The runes are created from a a total of 25 small stones and they are very fragile to physical shock. So they require special care when being handled.";
- next;
- mes "The 25 stones have different meanings and among these, 14 when counter-positioned can have entirely different power and meaning from the original so it's essential to study the exceptional aspects.";
- next;
- mes "The other 11 runes have consistent power, not influenced by any position so if you don't master all 11 ordinary runes and the 14 inverse runes, you cannot draw out all the complete power.";
- next;
- mes "Among the 11 ordinary runes, the blank rune is an exception.";
- next;
- mes "The names of the 25 rune stones are the following:";
- next;
- mes "Ehwaz, Osilia, Mannaz, Ansuz, Hagalas, Kano, Rhydo, Turisus, Dagaz, Sowilo, Laguz, Isia, Pertz, Verkana, Gebo, Algiz, Arwez, Teiwaz, Wunjo, Jera, Nosiege, Ingz, Fehu, Urj.";
- next;
- break;
- case 3:
- if ((@job_rune_book2_1 > 0) && (@job_rune_book2_2 > 0) && (job_rune_edq == 8)) {
- set job_rune_edq,9;
- }else if ((@job_rune_book2_1 > 0) && (@job_rune_book2_2 > 0) && (job_rune_edq == 9)) {
- set job_rune_edq,10;
- }else if ((@job_rune_book2_1 > 0) && (@job_rune_book2_2 > 0) && (job_rune_edq == 10)) {
- set job_rune_edq,11;
- }
- break;
- }
- break;
- }
- close;
- }
- end;
-}
-
-job3_rune01,50,36,1 script Runes, Make & Use 844,{
-
- if (job_rune_edq < 8) {
- mes "[Rune Knight Renoa]";
- mes "Besides touching stuff in this place without permission. Would you be able to understand the contents of the book?";
- next;
- mes "[Captain Tigris]";
- mes "Hey Renoa go easy on that Knight. You there too, you'd better stop touching stuff here without a permission.";
- close;
- }
- if (job_rune_edq > 7) {
- while (1) {
- switch (select("The Making of Rune Stones:Rune Stone Ability Details:Stop Reading")) {
- case 1:
- set @job_rune_book3_1, @job_rune_book3_1 + 1;
- mes "The making of Rune stones is achieved through a skill called rune mastery which is learned when one becomes a Rune Knight.";
- next;
- mes "Rune Mastery is like a code that's been put into the body as a mark of a Rune Knight.";
- next;
- mes "Ordinary people can also learn this skill and it needs its own machine called a Rune Furnace.";
- next;
- mes "When you making a Rune stone with a Rune Furnace, the type of rune is determined by the magical energy put into it, and it cannot be changed.";
- next;
- mes "When making a rune stone by using Rune Mastery, it can be made into the rune property that you want but it's classified as a Rune Knights' own ability. ";
- next;
- mes "When you operate the Rune Furnace , the magical energy of the body gets concentrated through it and it enables the change into a Rune Stone.";
- next;
- break;
- case 2:
- set @job_rune_book3_2, @job_rune_book3_2 + 1;
- switch (select("Chapter One:Chapter Two:Chapter Three:Chapter Four:Stop Reading")) {
- case 1:
- mes "Ehwaz - This rune means the enhancement of luck and positive power. It shapes the source in the form of a red spiral in a Rune Furnace.";
- next;
- mes "Osilia - This rune is an equivalent exchangement which means that you lose one and you gain one, and it also means the power that needs a cost. This is shaped into the form of a violet oblique line in a Rune Furnace.";
- next;
- mes "Mannaz - This rune means hope and a new start and also the positive power that can reverse a desperate situation. This is shaped into the form of an emerald diamond in a Rune Furnace.";
- next;
- mes "Ansuz - This rune means preparation or arrangement and the power that can overcome the uneasiness of the coming future. This is shaped into the form of an emerald round in a Rune Furnace. ";
- next;
- mes "Hagalas - This rune means the freedom and the power that resists restraint. This is shaped into the form of a skyblue colored star-shape in a Rune Furnace.";
- next;
- mes "Kano - This rune means flame and passion, and the power that ends everything. The source of it is shaped into the form of a red diamond in a Rune Furnace.";
- next;
- break;
- case 2:
- mes "Rhydo - This rune means the combination and recombination and the power of completion. This is shaped into the skyblue oblique line in a Rune Furnace.";
- next;
- mes "Turisus - This rune means the border and the power of limitation. This is shaped into a yellow round in a Rune Furnace.";
- next;
- mes "Dagaz - This rune means the talent and the power of enduring adversity. This is shaped into an emerald spiral in a Rune Furnace.";
- next;
- mes "Sowilo - This rune means victory and success and the power of arrangement and cessation. This is shaped into the form of a skyblue fan-shape in a Rune Furnace.";
- next;
- mes "Laguz -This rune means uncertainty and the power that protects the inside. This is shaped into a form of a yellow diamond in a Rune Furnace.";
- next;
- mes "Isia - This rune means the power that stops everything. This is shaped into a violet spiral in a Rune Furnace.";
- next;
- break;
- case 3:
- mes "Pertz - This rune means revelation and the power of chance. This is shaped into the form of silver spiral in a Rune Furnace.";
- next;
- mes "Verkana - This rune means richness, birth and the power of defense and protection. This is shaped into the form of a gold-color star in a Rune Furnace.";
- next;
- mes "Gebo - This rune means cooperation and the power of harmony. This is shaped into the form of a yellow cone in a Rune Furnace.";
- next;
- mes "Algiz - This rune means chance and the power of challenge. This is shaped into the form of an emerald oblique line in a Rune Furnace.";
- next;
- mes "Arwez - This rune means change, convulsion and the power of movement. This is shaped into the form of a gray diamond in a Rune Furnace.";
- next;
- mes "Teiwaz - This rune means perfect victory and the power of absolute solution. This is shaped into the form of a gold round in a Rune Furnace.";
- next;
- break;
- case 4:
- mes "Wunjo - This rune means intelligence and the power of wisdom. This is shaped into the form of an emerald star in a Rune Furnace.";
- next;
- mes "Jera - This rune means comfort and the power of rest. This is shaped into the form of a yellow round in a Rune Furnace.";
- next;
- mes "Nosiege - This rune means weakness and the power of attenuating. This is shaped into the form of a yellow fan-shape in a Rune Furnace.";
- next;
- mes "Ingz - This rune means disruption and the power of separation. This is shaped into the form of a violet diamond in a Rune Furnace.";
- next;
- mes "Fehu - This rune means attainment and the power of materialization. This is shaped into the form of a silver round in a Rune Furnace.";
- next;
- mes "Urj - This rune means destiny and the power of restriction. This is shaped into the form of a violet spiral line in a Rune Furnace.";
- next;
- break;
- case 5:
- close2;
- break;
- }
- break;
- case 3:
- if ((@job_rune_book3_1 > 0) && (@job_rune_book3_2 > 0) && (job_rune_edq == 8)) {
- set job_rune_edq,9;
- }else if ((@job_rune_book3_1 > 0) && (@job_rune_book3_2 > 0) && (job_rune_edq == 9)) {
- set job_rune_edq,10;
- }else if ((@job_rune_book3_1 > 0) && (@job_rune_book3_2 > 0) && (job_rune_edq == 10)) {
- set job_rune_edq,11;
- }
- break;
- }
- break;
- }
- close;
- }
- end;
-}
-
-mid_camp,238,250,3 script Rune Knight Sage Guard 468,{
-
- if (Class == Job_Rune_Knight || Class == Job_Rune_Knight_T || Class == Job_Baby_Rune) {
- mes "[Rune Knight Sage Guard]";
- mes "The sage Serpeone is the one who has been with us since the beginning of the Rune Knights.";
- next;
- mes "[Rune Knight Sage Guard]";
- mes "I am very proud as a Rune Knight to serve beside her.";
- close;
- }
- if (Class == Job_Knight || Class == Job_Lord_Knight || Class == Job_Baby_Knight) {
- if (job_rune_edq < 11) {
- mes "[Rune Knight Sage Guard]";
- mes "You might be walking the way of the sword but you are not a Rune Knight yet. Don't wander around here too much if you know what I mean.";
- close;
- }
- if (job_rune_edq > 10) {
- mes "[Rune Knight Sage Guard]";
- mes "Splendide is the land of the Laphine. We are offering a convenience by an agreement between the Rune Knights and the expeditionary team.";
- next;
- mes "[Rune Knight Sage Guard]";
- mes "Our agents are opening the way to Splendide only for the trainees who are taking the Rune Knight job change test.";
- next;
- mes "[Rune Knight Sage Guard]";
- mes "But when you become a Rune Knight, you'll need to make sure that you join the expeditionary team in order to fully explore the Ash Vacuum.";
- close;
- }
- }
- mes "[Rune Knight Sage Guard]";
- mes "Hanging around this man won't be good for you. Keep going the way you were heading.";
- close;
-}
-
-mid_camp,13,138,3 script Dispatched Rune Knight 83,{
-
- if (Class == Job_Rune_Knight || Class == Job_Rune_Knight_T || Class == Job_Baby_Rune) {
- mes "[Dispatched Rune Knight]";
- mes "Thanks for your work. We will continue our mission for the Rune Knight testers.";
- close;
- }
- if (Class == Job_Knight || Class == Job_Lord_Knight || Class == Job_Baby_Knight) {
- if (job_rune_edq < 11) {
- mes "[Dispatched Rune Knight]";
- mes "Shh... Our mission is not something to be revealed to the public. Please just move along.";
- close;
- }
- if (job_rune_edq > 10) {
- mes "[Dispatched Rune Knight]";
- mes "I've been waiting for you Rune Knight candidate. I'm helping the candidates as a favor to Ms. Serpeone.";
- next;
- mes "[Dispatched Rune Knight]";
- mes "Do you want to go out to the Splendide field?";
- next;
- switch (select("Move to Splendide field:Cancel.")) {
- case 1:
- warp "spl_fild01",355,325;
- end;
- case 2:
- close;
- }
- }
- }
- mes "[Dispatched Rune Knight]";
- mes "Shh... Our mission is not something to be revealed to the public. Please just move along.";
- close;
-}
-
-spl_fild02,13,241,0 script #roadblock1 139,10,10,{
-
-OnTouch:
- if ((job_rune_edq > 0) && (job_rune_edq < 23)) {
- mes "-Whispers of the sage Serpeone are delivered to my mind.-";
- next;
- mes "[Sage Serpeone]";
- mes "Until you become an honorable Rune Knight I cannot help you control your powers in Rune Midgard.";
- next;
- mes "[Sage Serpeone]";
- mes "Please understand this and be devoted to this test.";
- close2;
- warp "spl_fild02",25,245;
- end;
- }
- end;
-}
-
-spl_fild01,361,327,3 script Dispatched Rune Knight#2 83,{
-
- if (Class == Job_Rune_Knight || Class == Job_Rune_Knight_T || Class == Job_Baby_Rune) {
- mes "[Dispatched Rune Knight]";
- mes "Thanks for your work. We will continue our mission for the Rune Knight testers.";
- close;
- }
- if (Class == Job_Knight || Class == Job_Lord_Knight || Class == Job_Baby_Knight) {
- if (job_rune_edq < 11) {
- mes "[Dispatched Rune Knight]";
- mes "Shh... Our mission is not something to be revealed to the public. Please just move along.";
- close2;
- }
- if (job_rune_edq > 10) {
- mes "[Dispatched Rune Knight]";
- mes "I've been waiting for you Rune Knight candidate. I'm helping the candidates as a favor to Ms. Serpeone.";
- next;
- mes "[Dispatched Rune Knight]";
- mes "Do you want to go back to the expeditionary team's post?";
- next;
- switch (select("Yes please.:Not yet.")) {
- case 1:
- warp "mid_camp",50,153;
- end;
- case 2:
- close;
- }
- }
- end;
- }
- mes "[Dispatched Rune Knight]";
- mes "Shh... Our mission is not something to be revealed to the public. Please just move along.";
- close;
-}
-
-mid_camp,235,250,3 script Sage Serpeone 435,{
-
- if (Class == Job_Rune_Knight || Class == Job_Rune_Knight_T || Class == Job_Baby_Rune) {
- mes "[Sage Serpeone]";
- mes "Finally you are an honorable Rune Knight. I'm happy to help you.";
- next;
- mes "[Sage Serpeone]";
- mes "The power of Runes are not perfect and more research still needs to be done to make it perfectly safe. It is up to me and other Rune Knights like you to make sure to continue that research.";
- next;
- mes "[Sage Serpeone]";
- mes "Please be devoted to the Runes and hopefully your life will be illuminated by it.";
- close;
- }
- if (Class == Job_Knight || Class == Job_Lord_Knight || Class == Job_Baby_Knight) {
- if (job_rune_edq < 12) {
- mes "[Sage Serpeone]";
- mes "It must be surprising that I, a Laphine, am here in your people's base.";
- next;
- mes "[Sage Serpeone]";
- mes "Some of us have been in contact with humans in special situations since even before the dimensional rift opened up.";
- next;
- mes "[Sage Serpeone]";
- mes "I have been having correspondences with humans for a number of years now. It was for mutual interests. Anyway, that's how I learned your language.";
- next;
- mes "[Sage Serpeone]";
- mes "Maybe there needs to be a machine that can translate the Laphine language to make it easier for humans to understand us.";
- next;
- mes "[Sage Serpeone]";
- mes "More than that... I cannot tell you more. I cannot speak carelessly since I'm speaking for my people here and I am on a special pass to be allowed in your camp.";
- close;
- }
- if (job_rune_edq == 12) {
- mes "[Sage Serpeone]";
- mes "Welcome, you are the one taking the job training test of the Rune Knights. I am Serpeone.";
- next;
- mes "[Sage Serpeone]";
- mes "All Rune Knights that you've met so far are the disciples who were taught by me and Beljeve. Now you are on your way to joining them.";
- next;
- mes "[Sage Serpeone]";
- mes "I think you've already heard a basic explanation and instructions from Renoa. Now it seems that it's my turn to help you out.";
- next;
- mes "[Sage Serpeone]";
- mes "The magical power that the Rune Knights use are not technically the same as the magical power made in the human world.";
- next;
- mes "[Sage Serpeone]";
- mes "Right this place... our sphere where you call as Ash Vacuum...it's the magical power made with";
- next;
- mes "[Sage Serpeone]";
- mes "The living things in this place have been preserving the magical energy in our bodies unlike the living things in the human world.";
- next;
- mes "[Sage Serpeone]";
- mes "The power of the rune stones is the way of shaping the magical power in our bodies into runes which take place of our bodies as a medium.";
- next;
- mes "[Sage Serpeone]";
- mes "So to use the rune stone you need a direct understanding of the other sphere's living things.";
- next;
- mes "[Sage Serpeone]";
- mes "But, it must be too much for you to extract the magical energy from the living things in this land yet.";
- next;
- mes "[Sage Serpeone]";
- mes "Now I'll cast a magic spell on your body so you can gather magic energy from other living things.";
- next;
- mes "[Sage Serpeone]";
- mes "Temporarily you'll able to extract magic energy from evil creatures in the human world. Of course you won't be able to use the energy directly...";
- next;
- mes "[Sage Serpeone]";
- mes "If you store up the energy by getting rid of evil creatures in the human world, I'll convert it to the energy that you can use.";
- next;
- mes "[Sage Serpeone]";
- mes "The vicious souls that they keep even after being dead is the great source of magical powers.";
- next;
- mes "[Sage Serpeone]";
- mes "Please get rid of ^0000FF10 Dullahan^000000, ^0000FF10 Disguise^000000, ^0000FF10 Quve^000000, ^0000FF10 Heirozoist^000000 and gather their energy.";
- next;
- mes "[Sage Serpeone]";
- mes "I am telling you beforehand but I don't test or judge your qualification. A Rune Knight will be the judge of that.";
- next;
- mes "[Sage Serpeone]";
- mes "If you have any problems or any questions, please talk to me.";
- set job_rune_edq,13;
- changequest 3207,3208;
- setquest 3209;
- setquest 3210;
- setquest 3211;
- setquest 3212;
- close;
- }
- if (job_rune_edq == 13) {
- mes "[Sage Serpeone]";
- mes "Are you gathering enough magical energy? Or do you have any questions?";
- next;
- switch (select("I've gathered enough energy.:To the gathering place.:Stop the conversation.")) {
- case 1:
- mes "[Sage Serpeone]";
- mes "Is it so? Then let's check this out.";
- next;
- if ((checkquest(3209,HUNTING) == 2) && (checkquest(3210,HUNTING) == 2) && (checkquest(3211,HUNTING) == 2) && (checkquest(3212,HUNTING) == 2)) {
- mes "[Sage Serpeone]";
- mes "Umm, this is great. Enough amount of living body magical energy has accumulated in your body.";
- next;
- mes "[Sage Serpeone]";
- mes "Rune Knight Renoa will tell you the way of using rune stones.";
- next;
- mes "[Sage Serpeone]";
- mes "Now I think my part is all over. I hope you will become an honorable Rune Knight.";
- next;
- mes "[Sage Serpeone]";
- mes "If you have any business here, I'll send you to the Rune Knight gathering place. If you are ready, please tell me.";
- set job_rune_edq,14;
- changequest 3208,3213;
- completequest 3209;
- completequest 3210;
- completequest 3211;
- completequest 3212;
- close2;
- }
- mes "[Sage Serpeone]";
- mes "You haven't collected enough magical energy yet.";
- next;
- mes "[Sage Serpeone]";
- mes "Please brace yourself and gather enough energy by dispatching those monsters.";
- close;
- case 2:
- mes "[Sage Serpeone]";
- mes "You want to go back to the gathering place? If you want I'll send you back there immediately. But to continue the test you'll need to come and see me again.";
- next;
- mes "[Sage Serpeone]";
- mes "Do you want to go back the Rune Knight gathering place?";
- next;
- switch (select("I want to go back.:I want to cancel.")) {
- case 1:
- warp "job3_rune01",80,65;
- end;
- case 2:
- close;
- }
- case 3:
- close;
- }
- }
- if (job_rune_edq == 14) {
- mes "[Sage Serpeone]";
- mes "Are you ready to go back to the Rune Knight gathering place?";
- next;
- switch (select("I want to go back now.:I am not ready yet.")) {
- case 1:
- warp "job3_rune01",80,65;
- end;
- case 2:
- close;
- }
- }
- if (job_rune_edq > 14) {
- mes "[Sage Serpeone]";
- mes "Are the preparations going well?";
- next;
- mes "[Sage Serpeone]";
- mes "Aren't you in the wrong state right now?";
- next;
- mes "[Sage Serpeone]";
- mes "Then I'll send you to the Rune Knight gathering place where you should be.";
- next;
- switch (select("I'll go back now.:I'll stay.")) {
- case 1:
- warp "job3_rune01",80,65;
- end;
- case 2:
- close;
- }
- }
- end;
- }
- mes "[Sage Serpeone]";
- mes "It must be surprising that I, a Laphine, am here in your people's base.";
- next;
- mes "[Sage Serpeone]";
- mes "Some of us have been in contact with humans in special situations since even before the dimensional rift opened up.";
- next;
- mes "[Sage Serpeone]";
- mes "I have been having correspondences with humans for a number of years now. It was for mutual interests. Anyway, that's how I learned your language.";
- next;
- mes "[Sage Serpeone]";
- mes "Maybe there needs to be a machine that can translate the Laphine language to make it easier for humans to understand us.";
- next;
- mes "[Sage Serpeone]";
- mes "More than that... I cannot tell you more. I cannot speak carelessly since I'm speaking for my people here and I am on a special pass to be allowed in your camp.";
- close;
-}
-
-job3_rune01,114,50,3 script Rune Knight Velpino 468,{
-
- set .@strRetPart1,getequipisequiped(EQI_HEAD_TOP);
- set .@strRetPart2,getequipisequiped(EQI_ARMOR);
- set .@strRetPart5,getequipisequiped(EQI_GARMENT);
- set .@strRetPart6,getequipisequiped(EQI_SHOES);
- set .@strRetPart7,getequipisequiped(EQI_ACC_L);
- set .@strRetPart8,getequipisequiped(EQI_ACC_R);
- set .@strRetPart10,getequipisequiped(EQI_HEAD_MID);
- set .@strRetPart11,getequipisequiped(EQI_HEAD_LOW);
- if (Class == Job_Rune_Knight || Class == Job_Rune_Knight_T || Class == Job_Baby_Rune) {
- mes "[Rune Knight Velpino]";
- mes "You still smell like a fledging. Bring honor to the Rune Knights and raise your power...";
- close;
- }
- if (Class == Job_Knight || Class == Job_Lord_Knight || Class == Job_Baby_Knight) {
- if (job_rune_edq < 17) {
- mes "A very cold feeling Rune Knight dressed in black from head to toe is scowling at me.";
- next;
- mes "Why are all of the Rune Knights blabberers or uncommunicative and combative...?";
- next;
- mes "[Captain Tigris]";
- mes "Hey... What about me? I'm not like that!";
- close;
- }
- if (job_rune_edq == 17) {
- mes "[Rune Knight Velpino]";
- mes "I didn't think that a candidate would make it to me today...";
- next;
- mes "[Rune Knight Velpino]";
- mes "Congratulations! You are at the long-waited final test... I think you've mastered the basics now.";
- next;
- mes "[Rune Knight Velpino]";
- mes "The final test is relatively simple. Everything ends when you get rid of all the magical monsters in this Glast Heim...";
- next;
- mes "[Rune Knight Velpino]";
- mes "The only condition is that you have to get rid of these monsters by using the rune stones you made at the former test.";
- next;
- mes "[Rune Knight Velpino]";
- mes "For this test, only a one-hand weapon, a shield or a two-handed weapon can be equipped.";
- next;
- mes "[Rune Knight Velpino]";
- mes "The only set of weapons you can use should be within the weight limit of 400. Rune stones to be provided are 30 attack-only rune stones and 30 defense-only rune stones.";
- next;
- mes "[Rune Knight Velpino]";
- mes "To use these runes, I will cast a special buff spell over you.";
- next;
- mes "[Rune Knight Velpino]";
- mes "The magical monsters are the 3 kinds of magic monsters from Glast Heim that you might already know... It won't be an easy fight but if you just undergo this final suffering, you'll walk the path of a Rune Knight.";
- next;
- mes "[Rune Knight Velpino]";
- mes "To help the preparation we've made a contract with the Kafra center in Aldebaran by employing a kafra especially for this gathering place. So it would be good to visit her.";
- next;
- mes "[Rune Knight Velpino]";
- mes "If you are ready just talk to me again.";
- set job_rune_edq,18;
- changequest 3216,3217;
- close;
- }
- if ((job_rune_edq > 17) && (job_rune_edq < 21)) {
- set .@rune_crush,countitem(12388);
- set .@rune_storm,countitem(12389);
- set .@rune_millenium,countitem(12390);
- set .@rune_check,.@rune_crush + .@rune_storm + .@rune_millenium;
- if (.@rune_check == 0) {
- mes "[Rune Knight Velpino]";
- mes "If all of your preparations are done, I'll send you to the final test field.";
- set job_rune_edq,18;
- next;
- switch (select("Enter the final test field.:I'm not ready yet.")) {
- case 1:
- if ((.@strRetPart1 == 0) && (.@strRetPart2 == 0) && (.@strRetPart5 == 0) && (.@strRetPart6 == 0) && (.@strRetPart7 == 0) && (.@strRetPart8 == 0) && (.@strRetPart10 == 0) && (.@strRetPart11 == 0)) {
- if (checkquest(3220,PLAYTIME) == -1 || checkquest(3220,PLAYTIME) == 0) {
- if ($@job_rune_test1 == 0) {
- if (Weight < 4001) {
- set $@job_rune_test1,1;
- //ConsumeSpecialItem Rune_Kn_Test_Int
- getitem 12389,30; //Runstone_Storm
- getitem 12390,30; //Runstone_Millennium
- erasequest 3220;
- setquest 3220;
- warp "job3_rune02",38,40;
- end;
- }
- mes "[Rune Knight Velpino]";
- mes "For this test, only a one-hand weapon, a shield or a two-handed weapon can be equipped. Keep your other equipments with the Kafra Employee in the center.";
- close;
- }
- // custom translation
- mes "[Rune Knight Velpino]";
- mes "Looks like there is already an applicant in the test room.";
- next;
- mes "[Rune Knight Velpino]";
- mes "Be patient and wait your turn,";
- close;
- }
- if (checkquest(3220,PLAYTIME) == 1) {
- mes "[Rune Knight Velpino]";
- mes "Haven't you failed at the test... If you fail once, you cannot enter again for 10 minutes.";
- next;
- mes "[Rune Knight Velpino]";
- mes "It's a consideration for the other testers who are waiting for the test, just like you, so come back after the designated time.";
- close;
- }
- if (checkquest(3220,PLAYTIME) == 2) {
- if ($@job_rune_test1 == 0) {
- if (Weight < 4001) {
- set $@job_rune_test1,1;
- //ConsumeSpecialItem Rune_Kn_Test_Int
- getitem 12389,30; //Runstone_Storm
- getitem 12390,30; //Runstone_Millennium
- erasequest 3220;
- setquest 3220;
- warp "job3_rune02",38,40;
- end;
- }
- mes "[Rune Knight Velpino]";
- mes "The only set of weapons you can use should be within the weight limit of 400. Rune stones to be provided are 30 attack-only rune stones and 30 defense-only rune stones.";
- next;
- mes "[Rune Knight Velpino]";
- mes "The remained stuff you are holding should be kept by the Kafra employee in the middle.";
- close;
- }
- // custom translation
- mes "[Rune Knight Velpino]";
- mes "Looks like there is already an applicant in the test room.";
- next;
- mes "[Rune Knight Velpino]";
- mes "Be patient and wait your turn,";
- close;
- }
- }
- mes "[Rune Knight Velpino]";
- mes "For this test, only a one-hand weapon, a shield or a two-handed weapon can be equipped. Keep your other equipments with the Kafra Employee in the center.";
- close;
- case 2:
- close;
- }
- }
- set .@rune_crush,countitem(12388);
- set .@rune_storm,countitem(12389);
- set .@rune_millenium,countitem(12390);
- if (.@rune_crush > 0) {
- mes "[Rune Knight Velpino]";
- mes "Wait, I'll collect all the rune stones provided before. There's a certain limit on using the rune stones that's made for the test.";
- delitem 12388,.@rune_crush; //Runstone_Crush
- next;
- mes "[Rune Knight Velpino]";
- mes "I'll get new rune stones so if your preparation is all done, please talk to me again.";
- close;
- }
- if (.@rune_storm > 0) {
- mes "[Rune Knight Velpino]";
- mes "Wait, I'll collect all the rune stones provided before. There's a certain limit on using the rune stones that's made for the test.";
- delitem 12389,.@rune_storm; //Runstone_Storm
- next;
- mes "[Rune Knight Velpino]";
- mes "I'll get new rune stones so if your preparation is all done, please talk to me again.";
- close;
- }
- if (.@rune_millenium > 0) {
- mes "[Rune Knight Velpino]";
- mes "Wait, I'll collect all the rune stones provided before. There's a certain limit on using the rune stones that's made for the test.";
- delitem 12390,.@rune_millenium; //Runstone_Millennium
- next;
- mes "[Rune Knight Velpino]";
- mes "I'll get new rune stones so if your preparation is all done, please talk to me again.";
- close;
- }
- }
- if (job_rune_edq == 21) {
- mes "[Rune Knight Velpino]";
- mes "You've been very successful up to the last test.";
- next;
- set .@rune_crush,countitem(12388);
- set .@rune_storm,countitem(12389);
- set .@rune_millenium,countitem(12390);
- set .@rune_check,.@rune_crush + .@rune_storm + .@rune_millenium;
- if (.@rune_check == 0) {
- mes "[Rune Knight Velpino]";
- mes "Now all the tests you need to take are over. Go back to Captain Tigris and inform him of this test result, and then feel the deep emotion of being born again as a Rune Knight.";
- next;
- mes "[Rune Knight Velpino]";
- mes "Congratulations!";
- mes "Well I'd better go now for the remaining candidates.";
- set job_rune_edq,22;
- changequest 3218,3219;
- close;
- }
- set .@rune_crush, countitem(12388);
- set .@rune_storm, countitem(12389);
- set .@rune_millenium, countitem(12390);
- if (.@rune_crush > 0) {
- mes "[Rune Knight Velpino]";
- mes "Wait, I'll collect all the rune stones provided before. There's a certain limit on using the rune stones that's made for the test.";
- delitem 12388,.@rune_crush; //Runstone_Crush
- next;
- mes "[Rune Knight Velpino]";
- mes "I'll need to re-use these unused rune stones. Talk to me again once I have taken all the test rune stones.";
- close;
- }
- if (.@rune_storm > 0) {
- mes "[Rune Knight Velpino]";
- mes "Wait, I'll collect all the rune stones provided before. There's a certain limit on using the rune stones that's made for the test.";
- delitem 12389,.@rune_storm; //Runstone_Storm
- next;
- mes "[Rune Knight Velpino]";
- mes "I'll need to re-use these unused rune stones. Talk to me again once I have taken all the test rune stones.";
- close;
- }
- if (.@rune_millenium > 0) {
- mes "[Rune Knight Velpino]";
- mes "Wait, I'll collect all the rune stones provided before. There's a certain limit on using the rune stones that's made for the test.";
- delitem 12390,.@rune_millenium; //Runstone_Millennium
- next;
- mes "[Rune Knight Velpino]";
- mes "I'll need to re-use these unused rune stones. Talk to me again once I have taken all the test rune stones.";
- close;
- }
- }
- mes "A very cold feeling Rune Knight dressed in black from head to toe is scowling at me.";
- close;
- }
- mes "A very cold feeling Rune Knight dressed in black from head to toe is scowling at me.";
- close;
-}
-
-job3_rune02,38,40,0 script #RK Test Hidden Portal 1 139,10,10,{
- end;
-
-OnInit:
- hideoffnpc "#RK Test Hidden Portal 1";
- end;
-
-OnEnable:
- hideoffnpc "#RK Test Hidden Portal 1";
- end;
-
-OnDisable:
- hideonnpc "#RK Test Hidden Portal 1";
- end;
-
-OnTouch:
- if (job_rune_edq == 4) {
- donpcevent "job_rune_edq#1st_tb::OnEnable";
- donpcevent "#RK Test Hidden Portal 1::OnDisable";
- end;
- }
- if ((job_rune_edq > 17) && (job_rune_edq < 21)) {
- donpcevent "job_rune_edq#3rd_tb::OnEnable";
- donpcevent "#RK Test Hidden Portal 1::OnDisable";
- end;
- }
- donpcevent "#RK Test Hidden Portal 1::OnDisable";
- donpcevent "job_rune_edq#1st_tb::OnDisable";
- donpcevent "job_rune_edq#1st_tc::OnDisable";
- donpcevent "job_rune_edq#1st_tcmc::OnDisable";
- donpcevent "job_rune_edq#1st_tcmc2::OnDisable";
- donpcevent "job_rune_edq#1st_tcnc::OnDisable";
- donpcevent "job_rune_edq#3rd_tb::OnDisable";
- donpcevent "job_rune_edq#3rd_tc::OnDisable";
- set $@job_rune_test1,0;
- set $@job_rune_test2,0;
- donpcevent "#RK Test Hidden Portal 1::OnEnable";
- mapwarp "job3_rune02","job3_rune01",80,65;
- end;
-}
-
-job3_rune02,1,1,0 script job_rune_edq#1st_tb 139,{
- end;
-
-OnInit:
- hideonnpc "job_rune_edq#1st_tb";
- end;
-
-OnEnable:
- initnpctimer;
- end;
-
-OnDisable:
- stopnpctimer;
- hideonnpc "job_rune_edq#1st_tb";
- end;
-
-OnTimer5000:
- mapannounce "job3_rune02","I'll start the first test of the Rune Knight Job Change.",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- end;
-
-OnTimer8000:
- mapannounce "job3_rune02","The content of the test is to get rid of all the monsters for 5 minutes and survive.",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- end;
-
-OnTimer11000:
- mapannounce "job3_rune02","If you fail to survive or cannot get rid of all the monsters within the time limit, I'll consider it a failure.",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- end;
-
-OnTimer14000:
- mapannounce "job3_rune02","Now let's start the test.",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- donpcevent "job_rune_edq#1st_tc::OnEnable";
- donpcevent "job_rune_edq#1st_tb::OnDisable";
- end;
-}
-
-job3_rune02,1,2,0 script job_rune_edq#1st_tc 139,{
- end;
-
-OnInit:
- hideonnpc "job_rune_edq#1st_tc";
- end;
-
-OnEnable:
- initnpctimer;
- donpcevent "job_rune_edq#1st_tcmc::OnEnable";
- donpcevent "job_rune_edq#1st_tcnc::OnEnable";
- end;
-
-OnDisable:
- stopnpctimer;
- hideonnpc "job_rune_edq#1st_tc";
- end;
-
-OnTimer300000:
- killmonster "job3_rune02","job_rune_edq#1st_tc::OnMyMobDead";
- mapannounce "job3_rune02","You reached the limit time so I'll consider the test as a failure.",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- end;
-
-OnTimer305000:
- donpcevent "#RK Test Hidden Portal 1::OnDisable";
- donpcevent "job_rune_edq#1st_tb::OnDisable";
- donpcevent "job_rune_edq#1st_tc::OnDisable";
- donpcevent "job_rune_edq#1st_tcmc::OnDisable";
- donpcevent "job_rune_edq#1st_tcmc2::OnDisable";
- donpcevent "job_rune_edq#1st_tcnc::OnDisable";
- donpcevent "job_rune_edq#3rd_tb::OnDisable";
- donpcevent "job_rune_edq#3rd_tc::OnDisable";
- donpcevent "#RK Test Hidden Portal 1::OnEnable";
- mapwarp "job3_rune02","job3_rune01",80,65;
- set $@job_rune_test1,0;
- set $@job_rune_test2,0;
- stopnpctimer;
- end;
-}
-
-job3_rune02,3,10,0 script job_rune_edq#1st_tcmc 139,{
- end;
-
-OnInit:
- hideonnpc "job_rune_edq#1st_tcmc";
- end;
-
-OnEnable:
- hideoffnpc "job_rune_edq#1st_tcmc";
- initnpctimer;
- end;
-
-OnDisable:
- killmonster "job3_rune02","job_rune_edq#1st_tcmc::OnMyMobDead";
- stopnpctimer;
- hideonnpc "job_rune_edq#1st_tcmc";
- end;
-
-OnReset:
- killmonster "job3_rune02","job_rune_edq#1st_tcmc::OnMyMobDead";
- end;
-
-OnTimer5000:
- monster "job3_rune02",0,0,"Raydric",1467,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- end;
-
-OnTimer50000:
- set .@job_rune_p,rand(1,6);
- if (.@job_rune_p == 1) {
- monster "job3_rune02",0,0,"Raydric",1467,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- end;
- }
- else if (.@job_rune_p == 2 || .@job_rune_p == 4) {
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- end;
- }
- else if (.@job_rune_p == 3 || .@job_rune_p == 5) {
- monster "job3_rune02",0,0,"Phendark",1484,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rybio",1483,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- end;
- }
- else if (.@job_rune_p == 6) {
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- end;
- }
- end;
-
-OnTimer100000:
- set .@job_rune_p,rand(1,6);
- if (.@job_rune_p == 1) {
- monster "job3_rune02",0,0,"Raydric",1467,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- end;
- }
- else if (.@job_rune_p == 2 || .@job_rune_p == 4) {
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- end;
- }
- else if (.@job_rune_p == 3 || .@job_rune_p == 5) {
- monster "job3_rune02",0,0,"Phendark",1484,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rybio",1483,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- end;
- }
- else if (.@job_rune_p == 6) {
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- end;
- }
- end;
-
-OnTimer150000:
- set .@job_rune_p,rand(1,6);
- if (.@job_rune_p == 1) {
- monster "job3_rune02",0,0,"Raydric",1467,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- end;
- }
- else if (.@job_rune_p == 2 || .@job_rune_p == 4) {
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- end;
- }
- else if (.@job_rune_p == 3 || .@job_rune_p == 5) {
- monster "job3_rune02",0,0,"Phendark",1484,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rybio",1483,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- end;
- }
- else if (.@job_rune_p == 6) {
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- end;
- }
- end;
-
-OnTimer200000:
- set .@job_rune_p,rand(1,6);
- if (.@job_rune_p == 1) {
- monster "job3_rune02",0,0,"Raydric",1467,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- end;
- }
- else if (.@job_rune_p == 2 || .@job_rune_p == 4) {
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- end;
- }
- else if (.@job_rune_p == 3 || .@job_rune_p == 5) {
- monster "job3_rune02",0,0,"Phendark",1484,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Rybio",1483,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- end;
- }
- else if (.@job_rune_p == 6) {
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_tcmc::OnMyMobDead";
- end;
- }
- end;
-
-OnTimer250000:
- killmonster "job3_rune02","job_rune_edq#1st_tcmc::OnMyMobDead";
- donpcevent "job_rune_edq#1st_tcmc2::OnEnable";
- donpcevent "job_rune_edq#1st_tcmc::OnDisable";
- end;
-
-OnMyMobDead:
- end;
-}
-
-job3_rune02,3,11,0 script job_rune_edq#1st_tcmc2 139,{
- end;
-
-OnInit:
- hideonnpc "job_rune_edq#1st_tcmc2";
- end;
-
-OnEnable:
- hideoffnpc "job_rune_edq#1st_tcmc2";
- initnpctimer;
- set .@job_rune_p,rand(1,6);
- if (.@job_rune_p == 1) {
- monster "job3_rune02",0,0,"Raydric",1467,1,"job_rune_edq#1st_tcmc2::OnMyMobDead";
- monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_tcmc2::OnMyMobDead";
- monster "job3_rune02",0,0,"Raydric Archer",1453,1,"job_rune_edq#1st_tcmc2::OnMyMobDead";
- end;
- }
- else if (.@job_rune_p == 2 || .@job_rune_p == 4) {
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_tcmc2::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_tcmc2::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_tcmc2::OnMyMobDead";
- monster "job3_rune02",0,0,"Rideword",1478,1,"job_rune_edq#1st_tcmc2::OnMyMobDead";
- end;
- }
- else if (.@job_rune_p == 3 || .@job_rune_p == 5) {
- monster "job3_rune02",0,0,"Phendark",1484,1,"job_rune_edq#1st_tcmc2::OnMyMobDead";
- monster "job3_rune02",0,0,"Rybio",1483,1,"job_rune_edq#1st_tcmc2::OnMyMobDead";
- end;
- }
- else if (.@job_rune_p == 6) {
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_tcmc2::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_tcmc2::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_tcmc2::OnMyMobDead";
- monster "job3_rune02",0,0,"Wraith",1475,1,"job_rune_edq#1st_tcmc2::OnMyMobDead";
- end;
- }
- end;
-
-OnDisable:
- killmonster "job3_rune02","job_rune_edq#1st_tcmc2::OnMyMobDead";
- stopnpctimer;
- hideonnpc "job_rune_edq#1st_tcmc2";
- end;
-
-OnMyMobDead:
- if (mobcount ("job3_rune02","job_rune_edq#1st_tcmc2::OnMyMobDead") < 1) {
- set job_rune_edq,5;
- erasequest 3220;
- killmonster "job3_rune02","job_rune_edq#1st_tcmc2::OnMyMobDead";
- mapannounce "job3_rune02","Congratulations. You've passed the first test.",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- mapwarp "job3_rune02","job3_rune01",80,65;
- donpcevent "job_rune_edq#1st_tb::OnDisable";
- donpcevent "job_rune_edq#1st_tc::OnDisable";
- donpcevent "job_rune_edq#1st_tcnc::OnDisable";
- donpcevent "job_rune_edq#1st_tcmc::OnDisable";
- donpcevent "job_rune_edq#1st_tcmc2::OnDisable";
- donpcevent "#RK Test Hidden Portal 1::OnEnable";
- set $@job_rune_test1,0;
- set $@job_rune_test2,0;
- end;
- }
- end;
-}
-
-job3_rune02,1,10,0 script job_rune_edq#1st_tcnc 139,{
- end;
-
-OnInit:
- hideonnpc "job_rune_edq#1st_tcnc";
- end;
-
-OnEnable:
- hideoffnpc "job_rune_edq#1st_tcnc";
- initnpctimer;
- end;
-
-OnDisable:
- hideonnpc "job_rune_edq#1st_tcnc";
- set $@job_rune_test2,0;
- donpcevent "Captain Tigris#jrt1::OnDisable";
- donpcevent "Rune Knight Lunarea#jrt1::OnDisable";
- donpcevent "Rune Knight Renoa#jrt1::OnDisable";
- donpcevent "Rune Knight Velpino#jrt1::OnDisable";
- stopnpctimer;
- end;
-
-OnUse:
- mapannounce "job3_rune02","Captain Tigris : Gentleman, Let's watch the test for a while.",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- stopnpctimer;
- set $@job_rune_test2,0;
- donpcevent "Captain Tigris#jrt1::OnDisable";
- donpcevent "Rune Knight Lunarea#jrt1::OnDisable";
- donpcevent "Rune Knight Renoa#jrt1::OnDisable";
- donpcevent "Rune Knight Velpino#jrt1::OnDisable";
- donpcevent "job_rune_edq#1st_tcnc::OnEnable";
- end;
-
-OnTimer30000:
- mapannounce "job3_rune02","Captain Tigris : Rune Knight Candidates... If you want to borrow our power talk to one of us.",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- donpcevent "Captain Tigris#jrt1::OnEnable";
- donpcevent "Rune Knight Lunarea#jrt1::OnEnable";
- donpcevent "Rune Knight Renoa#jrt1::OnEnable";
- donpcevent "Rune Knight Velpino#jrt1::OnEnable";
- end;
-
-OnTimer60000:
- mapannounce "job3_rune02","Captain Tigris : It seems you don't need our help... Let's watch the test for a while.",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- stopnpctimer;
- donpcevent "Captain Tigris#jrt1::OnDisable";
- donpcevent "Rune Knight Lunarea#jrt1::OnDisable";
- donpcevent "Rune Knight Renoa#jrt1::OnDisable";
- donpcevent "Rune Knight Velpino#jrt1::OnDisable";
- donpcevent "job_rune_edq#1st_tcnc::OnEnable";
- end;
-}
-
-job3_rune02,34,46,5 script Captain Tigris#jrt1 470,{
-
- set .@tigris,rand(1,6);
- set .@rune_test2,$@job_rune_test2;
- if ((job_rune_edq == 4) && (.@rune_test2 == 0)) {
- if (.@tigris == 1) {
- set $@job_rune_test2,1;
- // custom translation
- mapannounce "job3_rune02","Captain Tigris : May Beljeve bless you!",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- sc_start SC_BLESSING,24000,10;
- initnpctimer;
- end;
- }
- else if ((.@tigris == 2) || (.@tigris == 4)) {
- set $@job_rune_test2,1;
- mapannounce "job3_rune02","Captain Tigris : The Spark of life... may flame again.",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- percentheal 100,100;
- skilleffect "AL_HEAL",1500;
- initnpctimer;
- end;
- }
- else if (.@tigris == 3) {
- set $@job_rune_test2,1;
- // custom translation
- mapannounce "job3_rune02","Captain Tigris : Evil spirits! Return to your graves!",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- specialeffect2 EF_METEORSTORM;
- donpcevent "job_rune_edq#1st_tcmc::OnReset";
- initnpctimer;
- end;
- }
- else if (.@tigris == 5) {
- set $@job_rune_test2,1;
- // custom translation
- mapannounce "job3_rune02","Captain Tigris : For a Rune Knight, this kind of ordeal is nothing!",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- sc_start SC_STUN,10000,0;
- initnpctimer;
- end;
- }
- else if (.@tigris == 6) {
- set $@job_rune_test2,1;
- // custom translation
- mapannounce "job3_rune02","Captain Tigris : For a Rune Knight, this kind of ordeal is nothing!",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- sc_start SC_BLEEDING,10000,0;
- initnpctimer;
- end;
- }
- }
- donpcevent "job_rune_edq#1st_tcnc::OnUse";
- end;
-
-OnInit:
- hideonnpc "Captain Tigris#jrt1";
- end;
-
-OnEnable:
- hideoffnpc "Captain Tigris#jrt1";
- end;
-
-OnDisable:
- hideonnpc "Captain Tigris#jrt1";
- end;
-
-OnTimer5000:
- donpcevent "job_rune_edq#1st_tcnc::OnUse";
- set $@job_rune_test2,0;
- stopnpctimer;
- end;
-}
-
-job3_rune02,43,46,3 script Rune Knight Lunarea#jrt1 469,2,2,{
- set .@tigris,rand(1,6);
- set .@rune_test2,$@job_rune_test2;
- if ((job_rune_edq == 4) && (.@rune_test2 == 0)) {
- if (.@tigris == 1) {
- set $@job_rune_test2, 1;
- // custom translation
- mapannounce "job3_rune02","Rune Knight Lunarea : Quickly...find and strike at the enemy's vital points!",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- sc_start SC_INCREASEAGI,24000,10;
- initnpctimer;
- end;
- }
- else if (.@tigris == 2 || .@tigris == 4) {
- set $@job_rune_test2,1;
- mapannounce "job3_rune02","Rune Knight Lunarea : It's not over... you need more power...",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- percentheal 100,100;
- skilleffect "AL_HEAL",1500;
- initnpctimer;
- end;
- }
- else if (.@tigris == 3) {
- set $@job_rune_test2,1;
- // custom translation
- mapannounce "job3_rune02","Rune Knight Lunarea : Everything shall return from whence it came!",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- //UseSkillToPC 35 0 0 0
- skilleffect "AL_CURE",0;
- initnpctimer;
- end;
- }
- else if (.@tigris == 5) {
- set $@job_rune_test2,1;
- mapannounce "job3_rune02","Rune Knight Lunarea : There can't be growth without a trial.",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- sc_start SC_POISON,30000,0;
- initnpctimer;
- end;
- }
- else if (.@tigris == 6) {
- set $@job_rune_test2,1;
- mapannounce "job3_rune02","Rune Knight Lunarea : There can't be growth without a trial.",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- sc_start SC_CURSE,30000,0;
- initnpctimer;
- end;
- }
- }
- donpcevent "job_rune_edq#1st_tcnc::OnUse";
- end;
-
-OnInit:
- hideonnpc "Rune Knight Lunarea#jrt1";
- end;
-
-OnEnable:
- hideoffnpc "Rune Knight Lunarea#jrt1";
- end;
-
-OnDisable:
- hideonnpc "Rune Knight Lunarea#jrt1";
- end;
-
-OnTimer5000:
- donpcevent "job_rune_edq#1st_tcnc::OnUse";
- set $@job_rune_test2,0;
- stopnpctimer;
- end;
-}
-
-job3_rune02,43,34,1 script Rune Knight Renoa#jrt1 469,2,2,{
- set .@tigris, rand(1,6);
- set .@rune_test2, $@job_rune_test2;
- if ((job_rune_edq == 4) && (.@rune_test2 == 0)) {
- if (.@tigris == 1) {
- set $@job_rune_test2,1;
- // custom translation
- mapannounce "job3_rune02","Rune Knight Renoa : The rune of Blast! May it give you strength!",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- sc_start SC_INCREASEAGI,24000,10;
- initnpctimer;
- end;
- }
- else if (.@tigris == 2 || .@tigris == 4) {
- set $@job_rune_test2,1;
- mapannounce "job3_rune02","Rune Knight Renoa : The rune of birth! May give you the power of life!",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- percentheal 100,100;
- skilleffect "AL_HEAL",1500;
- initnpctimer;
- end;
- }
- else if (.@tigris == 3) {
- set $@job_rune_test2,1;
- // custom translation
- mapannounce "job3_rune02","Rune Knight Renoa : I am faster than others! Stronger than others!",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- specialeffect2 EF_PIERCESELF;
- donpcevent "job_rune_edq#1st_tcmc::OnReset";
- initnpctimer;
- end;
- }
- else if (.@tigris == 5) {
- set $@job_rune_test2,1;
- mapannounce "job3_rune02","Rune Knight Renoa : For a Rune Knight, this kind of ordeal is nothing!",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- sc_start SC_POISON,30000,0;
- initnpctimer;
- end;
- }
- else if (.@tigris == 6) {
- set $@job_rune_test2,1;
- mapannounce "job3_rune02","Rune Knight Renoa : For a Rune Knight, this kind of ordeal is nothing!",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- sc_start SC_CURSE,30000,0;
- initnpctimer;
- end;
- }
- }
- donpcevent "job_rune_edq#1st_tcnc::OnUse";
- end;
-
-OnInit:
- hideonnpc "Rune Knight Renoa#jrt1";
- end;
-
-OnEnable:
- hideoffnpc "Rune Knight Renoa#jrt1";
- end;
-
-OnDisable:
- hideonnpc "Rune Knight Renoa#jrt1";
- end;
-
-OnTimer5000:
- set $@job_rune_test2,0;
- donpcevent "job_rune_edq#1st_tcnc::OnUse";
- stopnpctimer;
- end;
-}
-
-job3_rune02,34,34,7 script Rune Knight Velpino#jrt1 468,{
-
- set .@tigris,rand(1,6);
- set .@rune_test2,$@job_rune_test2;
- if ((job_rune_edq == 4) && (.@rune_test2 == 0)) {
- if (.@tigris == 1) {
- set $@job_rune_test2,1;
- mapannounce "job3_rune02","Rune Knight Velpino : You are not one who gets to fall down in this kind of place.",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- percentheal 100,100;
- skilleffect "AL_HEAL",1500;
- initnpctimer;
- end;
- }
- else if (.@tigris == 2 || .@tigris == 4) {
- set $@job_rune_test2, 1;
- // custom translation
- mapannounce "job3_rune02","Rune Knight Velpino : Charge! Knock them all down!",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- sc_start SC_INCREASEAGI,24000,10;
- initnpctimer;
- end;
- }
- else if (.@tigris == 3) {
- set $@job_rune_test2,1;
- // custom translation
- mapannounce "job3_rune02","Rune Knight Velpino : You are not alone. We are by your side.",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- sc_start SC_BLESSING,24000,10;
- initnpctimer;
- end;
- }
- else if (.@tigris == 5) {
- set $@job_rune_test2,1;
- // custom translation
- mapannounce "job3_rune02","Rune Knight Velpino : Fight and win! Do not hesitate in the face of this test!",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- sc_start SC_FREEZE,10000,0;
- initnpctimer;
- end;
- }
- else if (.@tigris == 6) {
- set $@job_rune_test2,1;
- mapannounce "job3_rune02","Rune Knight Velpino : It's not a big trial for a true Rune Knight!",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- sc_start SC_SLEEP,10000,0;
- initnpctimer;
- end;
- }
- }
- donpcevent "job_rune_edq#1st_tcnc::OnUse";
- end;
-
-OnInit:
- hideonnpc "Rune Knight Velpino#jrt1";
- end;
-
-OnEnable:
- hideoffnpc "Rune Knight Velpino#jrt1";
- end;
-
-OnDisable:
- hideonnpc "Rune Knight Velpino#jrt1";
- end;
-
-OnTimer5000:
- set $@job_rune_test2,0;
- donpcevent "job_rune_edq#1st_tcnc::OnUse";
- stopnpctimer;
- end;
-}
-
-job3_rune02,2,1,0 script job_rune_edq#3rd_tb 139,{
- end;
-
-OnInit:
- hideonnpc "job_rune_edq#3rd_tb";
- end;
-
-OnEnable:
- initnpctimer;
- end;
-
-OnDisable:
- stopnpctimer;
- hideonnpc "job_rune_edq#3rd_tb";
- end;
-
-OnTimer5000:
- mapannounce "job3_rune02","I'll start the last test of the Rune Knight Job change.",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- end;
-
-OnTimer8000:
- mapannounce "job3_rune02","Get rid of monsters appearing here within 8 minutes by using the provided rune stones.",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- end;
-
-OnTimer11000:
- mapannounce "job3_rune02","If you die or can't get rid of all the monsters within the time limit, I'll consider the try as a failure.",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- end;
-
-OnTimer14000:
- mapannounce "job3_rune02","Now I'll start the test.",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- donpcevent "job_rune_edq#3rd_tc::OnEnable";
- donpcevent "job_rune_edq#3rd_tb::OnDisable";
- end;
-}
-
-job3_rune02,2,2,0 script job_rune_edq#3rd_tc 139,{
- end;
-
-OnInit:
- hideonnpc "job_rune_edq#3rd_tc";
- end;
-
-OnEnable:
- initnpctimer;
- donpcevent "job_rune_edq#3rd_tc1::OnEnable";
- end;
-
-OnDisable:
- stopnpctimer;
- donpcevent "job_rune_edq#3rd_tc1::OnDisable";
- donpcevent "job_rune_edq#3rd_tc2::OnDisable";
- donpcevent "job_rune_edq#3rd_tc3::OnDisable";
- hideonnpc "job_rune_edq#3rd_tc";
- end;
-
-OnTimer480000:
- mapannounce "job3_rune02","You reached the limit time so I'll consider the test as a failure.",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- end;
-
-OnTimer482000:
- mapwarp "job3_rune02","job3_rune01",80,65;
- donpcevent "job_rune_edq#1st_tb::OnDisable";
- donpcevent "job_rune_edq#1st_tc::OnDisable";
- donpcevent "job_rune_edq#1st_tcnc::OnDisable";
- donpcevent "job_rune_edq#1st_tcmc2::OnDisable";
- donpcevent "job_rune_edq#1st_tcmc::OnDisable";
- donpcevent "job_rune_edq#3rd_tb::OnDisable";
- donpcevent "job_rune_edq#3rd_tc::OnDisable";
- donpcevent "#RK Test Hidden Portal 1::OnEnable";
- set $@job_rune_test1,0;
- set $@job_rune_test2,0;
- stopnpctimer;
- end;
-}
-
-job3_rune02,2,3,0 script job_rune_edq#3rd_tc1 139,{
- end;
-
-OnInit:
- hideonnpc "job_rune_edq#3rd_tc1";
- end;
-
-OnEnable:
- hideoffnpc "job_rune_edq#3rd_tc1";
- monster "job3_rune02",40,40,"Executioner",2039,1,"job_rune_edq#3rd_tc1::OnMyMobDead";
- end;
-
-OnDisable:
- killmonster "job3_rune02","job_rune_edq#3rd_tc1::OnMyMobDead";
- hideonnpc "job_rune_edq#3rd_tc1";
- end;
-
-OnMyMobDead:
- if (mobcount ("job3_rune02","job_rune_edq#3rd_tc1::OnMyMobDead") < 1) {
- set job_rune_edq,19;
- killmonster "job3_rune02","job_rune_edq#3rd_tc1::OnMyMobDead";
- donpcevent "job_rune_edq#3rd_tc2::OnEnable";
- donpcevent "job_rune_edq#3rd_tc1::OnDisable";
- end;
- }
- end;
-}
-
-job3_rune02,2,4,0 script job_rune_edq#3rd_tc2 139,{
- end;
-
-OnInit:
- hideonnpc "job_rune_edq#3rd_tc2";
- end;
-
-OnEnable:
- hideoffnpc "job_rune_edq#3rd_tc2";
- monster "job3_rune02",40,40,"Ogretooth",2040,1,"job_rune_edq#3rd_tc2::OnMyMobDead";
- end;
-
-OnDisable:
- killmonster "job3_rune02","job_rune_edq#3rd_tc2::OnMyMobDead";
- hideonnpc "job_rune_edq#3rd_tc2";
- end;
-
-OnMyMobDead:
- if (mobcount ("job3_rune02","job_rune_edq#3rd_tc2::OnMyMobDead") < 1) {
- set job_rune_edq,20;
- killmonster "job3_rune02","job_rune_edq#3rd_tc2::OnMyMobDead";
- donpcevent "job_rune_edq#3rd_tc3::OnEnable";
- donpcevent "job_rune_edq#3rd_tc2::OnDisable";
- end;
- }
- end;
-}
-
-job3_rune02,2,5,0 script job_rune_edq#3rd_tc3 139,{
- end;
-
-OnInit:
- hideonnpc "job_rune_edq#3rd_tc3";
- end;
-
-OnEnable:
- hideoffnpc "job_rune_edq#3rd_tc3";
- monster "job3_rune02",40,40,"Mysteltainn",2041,1,"job_rune_edq#3rd_tc3::OnMyMobDead";
- end;
-
-OnDisable:
- killmonster "job3_rune02","job_rune_edq#3rd_tc3::OnMyMobDead";
- hideonnpc "job_rune_edq#3rd_tc3";
- end;
-
-OnMyMobDead:
- if (mobcount ("job3_rune02","job_rune_edq#3rd_tc3::OnMyMobDead") < 1) {
- set job_rune_edq,21;
- changequest 3217,3218;
- erasequest 3220;
- killmonster "job3_rune02","job_rune_edq#3rd_tc3::OnMyMobDead";
- mapannounce "job3_rune02","Congratulations. You've passed the second test.",bc_map,"0xFFFF00"; //FW_NORMAL 12 0 0
- mapwarp "job3_rune02","job3_rune01",80,65;
- donpcevent "job_rune_edq#1st_tb::OnDisable";
- donpcevent "job_rune_edq#1st_tc::OnDisable";
- donpcevent "job_rune_edq#1st_tcnc::OnDisable";
- donpcevent "job_rune_edq#1st_tcmc2::OnDisable";
- donpcevent "job_rune_edq#1st_tcmc::OnDisable";
- donpcevent "job_rune_edq#3rd_tb::OnDisable";
- donpcevent "job_rune_edq#3rd_tc::OnDisable";
- donpcevent "#RK Test Hidden Portal 1::OnEnable";
- set $@job_rune_test1,0;
- set $@job_rune_test2,0;
- end;
- }
- end;
-}
-
-job3_rune01,92,62,3 script Kafra Employee 114,{
- cutin "kafra_04",2;
- mes "[Kafra Employee]";
- mes "Hello. Kafra Service are always with you.";
- mes "What can I help you with?";
- next;
- switch(select("Use Storage:Rent a Pushcart:Use Teleport Service:Check Other Information:Cancel")) {
- case 1:
- if(basicskillcheck() && getskilllv("NV_BASIC") < 6){
- mes "[Kafra Employee]";
- mes "I'm sorry, but you";
- mes "need the Novice's";
- mes "Basic Skill Level 6 to";
- mes "use the Storage Service.";
- }
- else if ((countitem(7059) != 0) || (Zeny >= 50)) {
- if (countitem(7059) != 0)
- delitem 7059,1; //Cargo_Free_Ticket
- else {
- set RESRVPTS,RESRVPTS+5;
- set zeny,zeny-80;
- }
- mes "[Kafra Employee]";
- mes "Here, let me open";
- mes "your Storage for you.";
- mes "Thank you for using";
- mes "the Kafra Service.";
- close2;
- cutin "kafra_04",255;
- openstorage;
- end;
- }
- else {
- mes "[Kafra Employee]";
- mes "I'm sorry, but you don't";
- mes "have enough zeny to use";
- mes "the Storage Service. Our";
- mes "Storage access fee is 80 zeny.";
- }
- break;
- case 2:
- if (BaseClass != Job_Merchant) {
- mes "[Kafra Employee]";
- mes "I'm sorry, but the";
- mes "Pushcart rental service";
- mes "is only available to Merchants,";
- mes "Blacksmiths, Master Smiths,";
- mes "Alchemists, Biochemists,";
- mes "Mechanics and Geneticists.";
- }
- else if (checkcart()) {
- mes "[Kafra Employee]";
- mes "You already have";
- mes "a Pushcart equipped.";
- mes "Unfortunately, we can't";
- mes "rent more than one to";
- mes "each customer at a time.";
- }
- else {
- if (!getskilllv("MC_CART")) {
- mes "[Kafra Employee]";
- mes "You do not have the skill level required to rent a Pushcart.";
- }
- if (countitem(7061) != 0)
- delitem 7061,1; //Cart_Free_Ticket
- else {
- mes "[Kafra Employee]";
- mes "The Pushcart rental";
- mes "fee is 700 zeny. Would";
- mes "you like to rent a Pushcart?";
- next;
- switch(select("Rent a Pushcart.:Cancel")) {
- case 1:
- if (Zeny >= 700) {
- set RESRVPTS,RESRVPTS+85;
- set zeny,zeny-700;
- }
- else {
- mes "[Kafra Employee]";
- mes "I'm sorry, but you";
- mes "don't have enough";
- mes "zeny to pay the Pushcart";
- mes "rental fee of 700 zeny.";
- }
- break;
- case 2:
- break;
- }
- }
- setcart;
- }
- break;
- case 3:
- mes "[Kafra Employee]";
- mes "Please tell me the destination.";
- next;
- switch(select("Izlude -> 600 z:Geffen -> 1200 z:Payon -> 1200 z:Morroc -> 1200 z:Alberta -> 1800 z:Cancel.")) {
- case 1:
- if ((countitem(7060) != 0) || (Zeny >= 600)) {
- if (countitem(7060) != 0)
- delitem 7060,1; //Warp_Free_Ticket
- else {
- set zeny,zeny-600;
- set RESRVPTS,RESRVPTS+60;
- }
- cutin "kafra_04",255;
- warp "izlude",91,105;
- end;
- }
- else {
- mes "[Kafra Employee]";
- mes "I'm sorry, but you don't have";
- mes "enough zeny for the Teleport";
- mes "Service. The fee to teleport";
- mes "to Izlude is 600 zeny.";
- }
- break;
- case 2:
- if ((countitem(7060) != 0) || (Zeny >= 1200)) {
- if (countitem(7060) != 0)
- delitem 7060,1; //Warp_Free_Ticket
- else {
- set zeny,zeny-1200;
- set RESRVPTS,RESRVPTS+120;
- }
- cutin "kafra_04",255;
- warp "geffen",120,39;
- end;
- }
- else {
- mes "[Kafra Employee]";
- mes "I'm sorry, but you don't have";
- mes "enough zeny for the Teleport";
- mes "Service. The fee to teleport";
- mes "to Geffen is 1,200 zeny.";
- }
- break;
- case 3:
- if ((countitem(7060) != 0) || (Zeny >= 1200)) {
- if (countitem(7060) != 0) {
- delitem 7060,1; //Warp_Free_Ticket
- }
- else {
- set zeny,zeny-1200;
- set RESRVPTS,RESRVPTS+120;
- }
- cutin "kafra_04",255;
- warp "payon",161,58;
- end;
- }
- else {
- mes "[Kafra Employee]";
- mes "I'm sorry, but you don't have";
- mes "enough zeny for the Teleport";
- mes "Service. The fee to teleport";
- mes "to Payon is 1,200 zeny.";
- }
- break;
- case 4:
- if ((countitem(7060) != 0) || (Zeny >= 1200)) {
- if (countitem(7060) != 0)
- delitem 7060,1; //Warp_Free_Ticket
- else {
- set zeny,zeny-1200;
- set kf_100_pit,kf_100_pit+1;
- set kf_10_pit,kf_10_pit+2;
- }
- cutin "kafra_04",255;
- warp "morocc",156,46;
- end;
- }
- else {
- mes "[Kafra Employee]";
- mes "I'm sorry, but you don't have";
- mes "enough zeny for the Teleport";
- mes "Service. The fee to teleport";
- mes "to Morroc is 1,200 zeny.";
- }
- break;
- case 5:
- if ((countitem(7060) != 0) || (Zeny >= 1800)) {
- if (countitem(7060) != 0)
- delitem 7060,1; //Warp_Free_Ticket
- else {
- set zeny,zeny-1800;
- set RESRVPTS,RESRVPTS+180;
- }
- cutin "kafra_04",255;
- warp "alberta",117,56;
- end;
- }
- else {
- mes "[Kafra Employee]";
- mes "I'm sorry, but you don't have";
- mes "enough zeny for the Teleport";
- mes "Service. The fee to teleport";
- mes "to Alberta is 1,800 zeny.";
- }
- break;
- case 6:
- break;
- }
- break;
- case 4:
- switch(select("Check Special Reserve Points.:Cancel")) {
- case 1:
- mes "[Kafra Employee]";
- mes "Let's see...";
- mes "" + strcharinfo(0) + "...";
- mes "Ah, you have a total of";
- mes "" + RESRVPTS + " Special Reserve Points.";
- next;
- mes "[Kafra Employee]";
- mes "You can exchange your";
- mes "Special Reserve Points for";
- mes "rewards at the Kafra Main Office in Al De Baran. Please use our";
- mes "convenient services to see the benefits of our rewards program.";
- break;
- case 2:
- break;
- }
- break;
- case 5:
- mes "[Kafra Employee]";
- mes "We, here at Kafra Corporation,";
- mes "are always endeavoring to provide you with the best services. We hope that we meet your adventuring needs and standards of excellence.";
- break;
- }
- close2;
- cutin "kafra_04",255;
- end;
-}
-
-/*
-sec_in02,34,167,3 script ·ûÎÄÆïʿתְÈ볡¹ÜÀíÔ± 470,{
- mes "ÇëÊäÈëÃÜÂë¡£";
- next;
- input .@inputstr$;
- if (.@inputstr$ == "1854") {
- mes "·ûÎÄÆïʿתְ¹ÜÀíÄ£¿é¿ªÊ¼";
- next;
- switch (select("¼ì²éÈ«¾Ö±äÁ¿:ÐÞ¸ÄÈ«¾Ö±äÁ¿")) {
- case 1:
- set .@rune_global, $@job_rune_test1;
- mes "µ±Ç°·ûÎÄÆïʿתְ±äÁ¿ÊÇ "+.@rune_global+" ¡£";
- mes "µ±Ç°·ûÎÄÆïÊ¿¿¼³¡ÖеÄÈËÊýΪ "+getmapusers("job3_rune02")+ "ÈË¡£";
- close;
- case 2:
- set .@rune_global, $@job_rune_test1;
- set $@job_rune_test1, 0;
- mes "½«·ûÎÄÆïʿתְȫ¾Ö±äÁ¿ÐÞ¸ÄΪ0¡£¿¼³¡¿ÉÒÔʹÓá£";
- close;
- }
- }
- close;
-}
-*/ \ No newline at end of file
diff --git a/npc/pre-re/jobs/3-1/warlock.txt b/npc/pre-re/jobs/3-1/warlock.txt
deleted file mode 100644
index 8c517c991..000000000
--- a/npc/pre-re/jobs/3-1/warlock.txt
+++ /dev/null
@@ -1,2109 +0,0 @@
-//===== rAthena Script =======================================
-// Warlock Job change Quest
-//===== By: ==================================================
-//= Masao
-//= Credits: Muad_Dib, Gepard & L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.2a
-//===== Compatible With: =====================================
-//= Any rAthena SVN
-//===== Description: =========================================
-//= [AEGIS Conversion]
-//= Job change Quest from Wizard / High Wizard -> Warlock.
-//===== Additional Comments: =================================
-//= 1.0 First Version.
-//= 1.1 Fixed some conversion mistakes, replaced numbers with
-//= constants, added item names in comments.
-//= 1.2 Fixed the problem where NPC are not enabled and chamber will never open
-//= for the second try or use.
-//= 1.2a Fixed a typo. [Euphy]
-//============================================================
-
-morocc,103,144,0 script distorted place morroc 139,1,1,{
-
-OnTouch:
- if (job_wl > 1){
- if (Class == Job_Warlock || Class == Job_Warlock_T || Class == Job_Baby_Warlock){
- mes " - There is a strange distortion here - ";
- close;
- }
- mes " - There is a strange distortion here - ";
- next;
- switch(select("Extend your hand.:Ignore it.")){
- case 1:
- mes " - I extend my arm as a fierce sound resonates in my ear and a cool wave surrounds me - ";
- close2;
- warp "spl_in02",79,102;
- end;
- case 2:
- mes " - You ignore it. - ";
- close;
- }
- }
- if ((BaseLevel > 94) && (Class == Job_Wizard || Class == Job_High_Wizard || Class == Job_Baby_Wizard)){
- mes " - There is a strange distortion here - ";
- next;
- switch(select( "Search the area.:Ignore it.")){
- case 1:
- mes " - There appears to be nothing here. But I can definitely feel something around here... - ";
- next;
- switch(select("Extend arm.:Leave it alone.")){
- case 1:
- mes " - I extend my arm as a fierce sound resonates in my ear and a cool wave surrounds me - ";
- close2;
- warp "spl_in02",79,102;
- end;
- case 2:
- mes " - You decide to leave it alone. - ";
- close;
- }
- case 2:
- mes " - You ignore it. - ";
- close;
- }
- }
- end;
-}
-
-splendide,141,284,0 script Distorted place molco 139,1,1,{
-
-OnTouch:
- if (job_wl > 1){
- mes " - There is a strange - ";
- mes "- distortion here -";
- next;
- switch(select("Extend your hand.:Ignore it.")){
- case 1:
- mes " - I extend my arm as a fierce sound resonates in my ear and a cool wave surrounds me - ";
- close2;
- warp "spl_in02",79,102;
- end;
- case 2:
- mes " - You ignore the distortion. - ";
- close;
- }
- }
- if (BaseLevel > 94){
- mes " - I can feel a strange distortion around me - ";
- next;
- switch(select( "Search the area.:Ignore it.")){
- case 1:
- mes " - There appears to be nothing here. But I can definitely feel something around here... - ";
- next;
- switch(select("Extend arm.:Leave it alone.")){
- case 1:
- mes " - I extend my arm as a fierce sound resonates in my ear and a cool wave surrounds me - ";
- close2;
- warp "spl_in02",79,102;
- end;
- case 2:
- mes " - You decide to leave it alone. - ";
- close;
- }
- case 2:
- mes " - You ignore it. - ";
- close;
- }
- }
- end;
-}
-
-spl_in02,77,107,5 script Assistant#Warlock 446,{
-
- if (job_wl < 1){
- if (Class == Job_Wizard || Class == Job_High_Wizard || Class == Job_Baby_Wizard){
- mes "[Assistant]";
- mes "Huh!!! Human!?!";
- mes "How did you enter here?";
- mes "This is only connected with a special gate!";
- next;
- mes "[Assistant]";
- mes "I don't know how...";
- mes "But we should leave before my master spots you...!";
- next;
- mes "[???]";
- mes "What's that noise out there?";
- mes "I warned them to be quiet while I'm meditating.";
- next;
- mes "[Assistant]";
- mes "Huh!?!";
- mes "Master...";
- mes "It's nothing...";
- next;
- mes "[Master]";
- mes "Oh~ there's a human being in front of me.";
- next;
- mes "[Assistant]";
- mes "Oh this thing?";
- mes "I was just leading it out.";
- next;
- mes "[Master]";
- mes "Yoop!!!";
- next;
- mes "[Yoop]";
- mes "Yeap...!!";
- next;
- mes "[Master]";
- mes "There's the warp portal beyond you... Is it an illusion?";
- next;
- mes "[Yoop]";
- mes "Sorry!!!";
- mes "It's my mistake...";
- next;
- mes "[Master]";
- mes "Fool...";
- mes "I'll deal with you after you send the human away.";
- next;
- mes "[Master]";
- mes "MushSartas Ir Cyamar";
- mes "UdenLo";
- next;
- mes " - The fairy with the green hair chants a spell. - ";
- mes " - I feel like something special surrounds me. - ";
- specialeffect2 EF_DISPELL;
- next;
- mes "[Master]";
- mes "Oh, that's interesting.";
- mes "How dare you resist me human?";
- next;
- if ((BaseLevel > 98) && (JobLevel > 49)){
- mes "[Master]";
- mes "Oh, that's interesting.";
- mes "How dare you resist me human?";
- next;
- menu "I'm not sure. Who are you?",-;
- mes "[Master]";
- mes "I am the leader of the ^000077Warlock^000000s.";
- mes "'^000077Sila Egnoloria^000000'";
- mes "If you are a Wizard, it would be good of you to memorize my name.";
- next;
- menu "What is a ^000077Warlock^000000?",-;
- mes "[Master Egnoloria]";
- mes "Oh...are you interested?";
- next;
- mes "[Master Egnoloria]";
- mes "A ^000077Warlock^000000 is someone who uses the magic of the giants of Jotunheim.";
- mes "It can't be defined in any other words.";
- next;
- mes "[Master Egnoloria]";
- mes "Only the strong magic can explain it.";
- mes "kkk";
- next;
- menu "Could I become Warlock?",-;
- mes "[Master Egnoloria]";
- mes "You?";
- mes "You wanna become a Warlock?";
- mes "Hahaha";
- next;
- mes "[Master Egnoloria]";
- mes "You're so interesting.";
- mes "It would be difficult for a human to become a Warlock.";
- mes "The strong power would gnaw at your weak body.";
- next;
- mes "[Master Egnoloria]";
- mes "If you dare to face death, you can try to become one.";
- next;
- switch(select("What do I need to do?:Cancel.")){
- case 1:
- mes "[Master Egnoloria]";
- mes "Are you serious?";
- mes "You hunger for power don't you human.";
- next;
- mes "[Master Egnoloria]";
- mes "The strong desire to be more powerful makes your soul more beautiful.";
- next;
- mes "[Master Egnoloria]";
- mes "But, I need to check that you're qualified.";
- next;
- mes "[Master Egnoloria]";
- mes "Yoop!";
- next;
- mes "[Yoop]";
- mes "Yeap!!";
- next;
- mes "[Master Egnoloria]";
- mes "Give this to the human.";
- next;
- mes "[Master Egnoloria]";
- mes "Talk to the guy with the weird hair.";
- mes "He'll let you know what you should do.";
- set job_wl,2;
- setquest 11106;
- close;
- case 2:
- mes "[Master Egnoloria]";
- mes "Good.";
- mes "You are a human being so that's for you.";
- mes "kkk";
- set job_wl,1;
- close2;
- warp "splendide",200,100;
- end;
- }
- }
- mes "[Master]";
- mes "You're still quite far too low of a level to even consider this.";
- close2;
- warp "splendide",200,100;
- end;
- }
- mes "[Assistant]";
- mes "Huh!!! Human!?!";
- mes "How did you enter here?";
- mes "This is only connected with a special gate!";
- next;
- mes "[Assistant]";
- mes "I don't know how...";
- mes "But we should leave before my master spots you...!";
- next;
- mes "[???]";
- mes "What's that noise out there?";
- mes "I warned them to be quiet while I'm meditating.";
- next;
- mes "[Assistant]";
- mes "Huh!?!";
- mes "Master...";
- mes "It's nothing...";
- next;
- mes "[Master]";
- mes "Oh~ there's a human being in front of me.";
- next;
- mes "[Assistant]";
- mes "Oh this thing?";
- mes "I was just leading it out.";
- next;
- mes "[Master]";
- mes "Yoop!!!";
- next;
- mes "[Yoop]";
- mes "Yeap...!!";
- next;
- mes "[Master]";
- mes "There's the warp portal beyond you... Is it an illusion?";
- next;
- mes "[Yoop]";
- mes "Sorry!!!";
- mes "It's my mistake...";
- next;
- mes "[Master]";
- mes "Fool...";
- mes "I'll deal with you after you send the human away.";
- next;
- mes "[Master]";
- mes "MushSartas Ir Cyamar";
- mes "UdenLo";
- close2;
- warp "splendide",200,100;
- end;
- }
- if (job_wl == 1){
- mes "[Yoop]";
- mes "You're... we've met before.";
- mes "Can you imagine how severely I was scolded by my master?!";
- mes "If you have any business with me, just go away!";
- next;
- switch(select("Leave.:Stay.")){
- case 1:
- mes "[Yoop]";
- mes "Leave me alone...!";
- close2;
- warp "splendide",200,100;
- end;
- case 2:
- mes "[Yoop]";
- mes "What?!";
- mes "Just do whatever you want...";
- mes "My master will deal with you then.";
- close;
- }
- }
- if (job_wl == 2){
- mes "[Yoop]";
- mes "Dear, master! My pony-tail is funny looking?!";
- mes "Oh, but I spent a lot time on it!";
- next;
- mes "[Master Egnoloria]";
- mes "It's noisy.";
- mes "I need to meditate";
- mes "so do as I said.";
- next;
- mes "[Yoop]";
- mes "Huh..";
- mes "Oh, yeah!";
- next;
- mes "[Yoop]";
- mes "Hey, human!";
- mes "Would you like to";
- mes "become a Warlock?";
- next;
- if (SkillPoint != 0) {
- mes "[Yoop]";
- mes "First, use all of your remaining job skills points before continuing.";
- set job_wl,3;
- close;
- }
- mes "[Yoop]";
- mes "This is the Master's";
- mes "decision so let me know.";
- next;
- mes "[Yoop]";
- mes "We need to test if your body can withstand being a Warlock.";
- mes "So you need to gather materials to prove yourself.";
- next;
- mes "[Yoop]";
- mes "Please gather ^000077Glittering Crystal^000000s and ^000077Giant Bradium Fragment^000000s.";
- next;
- mes "[Yoop]";
- mes "You must be wearing these Magical Stone Rings to get these items while hunting.";
- mes "You need to hunt Naga and Bradium Golems while wearing these rings.";
- next;
- mes "[Yoop]";
- mes "Show us how strong you are. And don't forget to wear this.";
- set job_wl,4;
- getitem 2796,1; //Magical_Stone
- getitem 2797,1; //Magical_Stone_
- changequest 11106,11107;
- next;
- mes "[Yoop]";
- mes "Bring these stones with you or else you won't be able to return!";
- mes "Be careful!";
- next;
- mes "[Yoop]";
- mes "The person next to my Master will let you out if you talk to him.";
- next;
- mes "[Yoop]";
- mes "My lab is located on the north western part of Splendide. Bring these to me when you've gathered them.";
- close;
- }
- if (job_wl == 3){
- if (SkillPoint != 0) {
- mes "[Yoop]";
- mes "First, use all of your remaining job skills points before continuing.";
- close;
- }
- mes "[Yoop]";
- mes "We need to test if your body can withstand being a Warlock.";
- mes "So you need to gather materials to prove yourself.";
- next;
- mes "[Yoop]";
- mes "Please gather ^000077Glittering Crystal^000000s and ^000077Giant Bradium Fragment^000000s.";
- next;
- mes "[Yoop]";
- mes "You must be wearing these Magical Stone Rings to get these items while hunting.";
- mes "You need to hunt Naga and Bradium Golems while wearing these rings.";
- next;
- mes "[Yoop]";
- mes "Show us how strong you are. And don't forget to wear this.";
- set job_wl,4;
- getitem 2796,1; //Magical_Stone
- getitem 2797,1; //Magical_Stone_
- changequest 11106,11107;
- next;
- mes "[Yoop]";
- mes "Bring these stones with you or else you won't be able to return!";
- mes "Be careful!";
- next;
- mes "[Yoop]";
- mes "The person next to my Master will let you out if you talk to him.";
- next;
- mes "[Yoop]";
- mes "My lab is located on the north western part of Splendide. Bring these to me when you've gathered them.";
- close;
- }
- if (job_wl == 4){
- if (countitem(6152) < 1 || countitem(6151) < 1){
- mes "[Yoop]";
- mes "Please gather ^000077Glittering Crystal^000000s and ^000077Giant Bradium Fragment^000000s.";
- next;
- mes "[Yoop]";
- mes "You must be wearing these Magical Stone Rings to get these items while hunting.";
- mes "You need to hunt Naga and Bradium Golems while wearing these rings.";
- next;
- mes "[Yoop]";
- mes "Bring these stones with you or else you won't be able to return!";
- mes "Be careful!";
- next;
- mes "[Yoop]";
- mes "The person next to my Master will let you out if you talk to him.";
- next;
- mes "[Yoop]";
- mes "My lab is located on the north western part of Splendide. Bring these to me when you've gathered them.";
- close;
- }
- mes "[Yoop]";
- mes "I can't conduct the task here. I need to go to my lab.";
- mes "My lab is located on the north western part of Splendide.";
- close;
- }
- if (job_wl == 5){
- mes "[Yoop]";
- mes "This stone is well made.";
- mes "Please go to my Master.";
- close;
- }
- mes "[Yoop]";
- mes "A Magic Chamber is created from magic materials.";
- next;
- mes "[Yoop]";
- mes "This combined stone is formed differently according to the raw materials and the way of treating it.";
- next;
- mes "[Yoop]";
- mes "But most of stones are quite similar!";
- mes "We can't differentiate them easily.";
- next;
- mes "[Yoop]";
- mes "Even I don't know how it all works.";
- close;
-}
-
-spl_in02,60,231,5 script Yoop#Warlock 446,{
-
- if (job_wl < 4){
- mes "[Yoop]";
- mes "Who are you.";
- mes "Get out of here!";
- close;
- }
- if (job_wl == 4){
- mes "[Yoop]";
- mes "You're back??";
- next;
- switch(select("I brought the materials.:I've lost the Magical Stones.:Nothing.")){
- case 1:
- if (countitem(6152) < 1 || countitem(6151) < 1){
- mes "[Yoop]";
- mes "Please gather ^000077Glittering Crystal^000000s and ^000077Giant Bradium Fragment^000000s.";
- next;
- mes "[Yoop]";
- mes "You must be wearing these Magical Stone Rings to get these items while hunting.";
- mes "You need to hunt Naga and Bradium Golems while wearing these rings.";
- next;
- mes "[Yoop]";
- mes "Bring these stones with you or else you won't be able to return!";
- mes "Be careful!";
- close;
- }
- else if ((countitem(6152) > 0) && (countitem(6151) > 0)){
- if (countitem(2796) < 1 || countitem(2797) < 1){
- if (isequipped(2796) || isequipped(2797)){
- mes "[Yoop]";
- //Custom translation
- mes "Please unequip the stones and talk to me again.";
- close;
- }
- mes "[Yoop]";
- mes "It seems that you don't have it?";
- mes "You lost it?";
- next;
- mes "[Yoop]";
- mes "Please find that stone and come back to me.";
- close;
- }
- if (isequipped(2796) || isequipped(2797)){
- mes "[Yoop]";
- //Custom translation
- mes "Please unequip the stones and talk to me again.";
- close;
- }
- mes "[Yoop]";
- mes "While I am concentrating on working on this stone. Can you go back to my master?";
- mes "I will follow up once it's done.";
- delitem 2796,countitem(2796); //Magical_Stone
- delitem 2797,countitem(2797); //Magical_Stone_
- delitem 6152,countitem(6152); //Glittering_Crystal
- delitem 6151,countitem(6151); //Peice_Of_Great_Bradium
- set job_wl,5;
- changequest 11107,11108;
- close;
- }
- case 2:
- mes "[Yoop]";
- mes "What?!";
- mes "I asked you to double check it and make sure you wore it!";
- next;
- mes "[Yoop]";
- mes "Please check whether you missplaced it or if you already have it equipped.";
- next;
- switch(select("I found it.:nah.")){
- case 1:
- mes "[Yoop]";
- mes "Don't tease me!";
- mes "It's not hard to tell if you have it or not!";
- close;
- case 2:
- if ((countitem(2797) < 1) && (countitem(2796) < 1)){
- if (!isequipped(2796) || !isequipped(2797)){
- if (countitem(732) >= 2){
- switch(select("Give 2x 3 Carat Diamonds.:Just quit it.")){
- case 1:
- mes "[Yoop]";
- mes " I will overlook your fault.";
- mes "Please be careful with it.";
- delitem 732,2; //Crystal_Jewel__
- getitem 2796,1; //Magical_Stone
- getitem 2797,1; //Magical_Stone_
- close;
- case 2:
- mes "[Yoop]";
- mes "Just show me your good faith!";
- close;
- }
- }
- mes "[Yoop]";
- mes "How can you can say that?";
- mes "^000077Just apologize.^000000!";
- mes "I guess I could give you more stones if you give me say 2x 3 carat diamond...";
- close;
- }
- mes "[Yoop]";
- mes "How can you can say that?";
- mes "^000077Just apologize.^000000!";
- mes "I guess I could give you more stones if you give me say 2x 3 carat diamond...";
- close;
- }
- mes "[Yoop]";
- mes "How can you can say that?";
- mes "^000077Just apologize.^000000!";
- mes "I guess I could give you more stones if you give me say 2x 3 carat diamond...";
- close;
- }
- case 3:
- mes "[Yoop]";
- mes "What...?";
- mes "Don't bother me, I am quite busy.";
- close;
- }
- }
- mes "[Yoop]";
- mes "I am focusing on meditating.";
- mes "So I can create magic.";
- next;
- mes "[Yoop]";
- mes "And... you seem to have more talent on this than regular mages.";
- mes "Maybe if I become an alchemist, I might be better than I am now don't you think?";
- next;
- mes "[Yoop]";
- mes "I'm studying to better myself.";
- next;
- mes "[Yoop]";
- mes "If am inside of 'the room of time and magic', I will catch up with your power!";
- mes "Hahahaha...";
- close;
-}
-
-spl_in02,84,103,3 script Assistant#Warlock2 445,{
-
- if (job_wl < 1){
- if (Class == Job_Wizard || Class == Job_High_Wizard || Class == Job_Baby_Wizard){
- mes "[Assistant]";
- mes "Huh!!! Human!?!";
- mes "How did you enter here?";
- mes "This is only connected with a special gate!";
- next;
- mes "[Assistant]";
- mes "I don't know how...";
- mes "But we should leave before my master spots you...!";
- next;
- mes "[???]";
- mes "What's that noise out there?";
- mes "I warned them to be quiet while I'm meditating.";
- next;
- mes "[Assistant]";
- mes "Huh!?!";
- mes "Master...";
- mes "It's nothing...";
- next;
- mes "[Master]";
- mes "Oh~ there's a human being in front of me.";
- next;
- mes "[Assistant]";
- mes "Oh this thing?";
- mes "I was just leading it out.";
- next;
- mes "[Master]";
- mes "Yoop!!!";
- next;
- mes "[Yoop]";
- mes "Yeap...!!";
- next;
- mes "[Master]";
- mes "There's the warp portal beyond you... Is it an illusion?";
- next;
- mes "[Yoop]";
- mes "Sorry!!!";
- mes "It's my mistake...";
- next;
- mes "[Master]";
- mes "Fool...";
- mes "I'll deal with you after you send the human away.";
- next;
- mes "[Master]";
- mes "MushSartas Ir Cyamar";
- mes "UdenLo";
- next;
- mes " - The fairy with the green hair chants a spell. - ";
- mes " - I feel like something special surrounds me. - ";
- specialeffect2 EF_DISPELL;
- next;
- mes "[Master]";
- mes "Oh, that's interesting.";
- mes "How dare you resist me human?";
- next;
- if (BaseLevel > 98){
- mes "[Master]";
- mes "Oh, that's interesting.";
- mes "How dare you resist me human?";
- next;
- menu "I'm not sure. Who are you?",-;
- mes "[Master]";
- mes "I am the leader of the ^000077Warlock^000000s.";
- mes "'^000077Sila Egnoloria^000000'";
- mes "If you are a Wizard, it would be good of you to memorize my name.";
- next;
- menu "What is a ^000077Warlock^000000?",-;
- mes "[Master Egnoloria]";
- mes "Oh...are you interested?";
- next;
- mes "[Master Egnoloria]";
- mes "A ^000077Warlock^000000 is someone who uses the magic of the giants of Jotunheim.";
- mes "It can't be defined in any other words.";
- next;
- mes "[Master Egnoloria]";
- mes "Only the strong magic can explain it.";
- next;
- menu "Could I become Warlock?",-;
- mes "[Master Egnoloria]";
- mes "You?";
- mes "You wanna become a Warlock?";
- mes "Hahaha";
- next;
- mes "[Master Egnoloria]";
- mes "You're so interesting.";
- mes "It would be difficult for a human to become a Warlock.";
- mes "The strong power would gnaw at your weak body.";
- next;
- mes "[Master Egnoloria]";
- mes "If you dare to face death, you can try to become one.";
- next;
- switch(select("What do I need to do?:Cancel.")){
- case 1:
- mes "[Master Egnoloria]";
- mes "Are you serious?";
- mes "You hunger for power don't you human.";
- next;
- mes "[Master Egnoloria]";
- mes "The strong desire to be more powerful makes your soul more beautiful.";
- next;
- mes "[Master Egnoloria]";
- mes "But, I need to check that you're qualified.";
- next;
- mes "[Master Egnoloria]";
- mes "Yoop!";
- next;
- mes "[Yoop]";
- mes "Yeap!!";
- next;
- mes "[Master Egnoloria]";
- mes "Give this to the human.";
- next;
- mes "[Master Egnoloria]";
- mes "Talk to the guy with the weird hair.";
- mes "He'll let you know what you should do.";
- set job_wl,2;
- setquest 11106;
- close;
- case 2:
- mes "[Master Egnoloria]";
- mes "Good.";
- mes "You are a human being so that's for you.";
- mes "kkk";
- set job_wl,1;
- close2;
- warp "splendide",200,100;
- end;
- }
- }
- mes "[Master]";
- mes "You're still quite far too low of a level to even consider this.";
- close2;
- warp "splendide",200,100;
- end;
- }
- mes "[Assistant]";
- mes "Huh!!! Human!?!";
- mes "How did you enter here?";
- mes "This is only connected with a special gate!";
- next;
- mes "[Assistant]";
- mes "I don't know how...";
- mes "But we should leave before my master spots you...!";
- next;
- mes "[???]";
- mes "What's that noise out there?";
- mes "I warned them to be quiet while I'm meditating.";
- next;
- mes "[Assistant]";
- mes "Huh!?!";
- mes "Master...";
- mes "It's nothing...";
- next;
- mes "[Master]";
- mes "Oh~ there's a human being in front of me.";
- next;
- mes "[Assistant]";
- mes "Oh this thing?";
- mes "I was just leading it out.";
- next;
- mes "[Master]";
- mes "Yoop!!!";
- next;
- mes "[Yoop]";
- mes "Yeap...!!";
- next;
- mes "[Master]";
- mes "There's the warp portal beyond you... Is it an illusion?";
- next;
- mes "[Yoop]";
- mes "Sorry!!!";
- mes "It's my mistake...";
- next;
- mes "[Master]";
- mes "Fool...";
- mes "I'll deal with you after you send the human away.";
- next;
- mes "[Master]";
- mes "MushSartas Ir Cyamar";
- mes "UdenLo";
- close2;
- warp "splendide",200,100;
- end;
- }
- if (job_wl == 1){
- mes "[Assistant]";
- mes "Human! What do you want?";
- close;
- }
- if ((job_wl > 1) && (job_wl < 6)){
- mes "[Assistant]";
- mes "It's not me you are looking for currently.";
- close;
- }
- if (job_wl == 6){
- if(checkweight(1201,1) == 0){
- mes "You've got too many items.";
- mes "You'd best remove some and come back.";
- close;
- }
- mes "[Yoop]";
- mes "The test isn't that hard.";
- mes "We can create the magic stone in the magic room.";
- next;
- mes "[Yoop]";
- mes "Be careful of the monsters in the test room.";
- mes "These are rainbow Rubies sealed with a Warlock's magic.";
- mes "Use these during the test.";
- next;
- mes "[Yoop]";
- mes "I will guide you into the magic room.";
- set job_wl,7;
- changequest 11109,11110;
- getitem 12384,5; //Rainbow_Ruby_Water
- getitem 12385,5; //Rainbow_Ruby_Fire
- getitem 12386,5; //Rainbow_Ruby_Wind
- getitem 12387,5; //Rainbow_Ruby_Earth
- close2;
- warp "job3_war01",23,20;
- end;
- }
- if (job_wl == 7){
- if(checkweight(1201,1) == 0){
- mes "You've got too many items.";
- mes "You'd best remove some and come back.";
- close;
- }
- mes "[Assistant]";
- mes "Would you like to try it again?";
- mes "Let me give you more rubies.";
- next;
- if (countitem(12384))
- delitem 12384,countitem(12384); //Rainbow_Ruby_Water
- if (countitem(12385))
- delitem 12385,countitem(12385); //Rainbow_Ruby_Fire
- if (countitem(12386))
- delitem 12386,countitem(12386); //Rainbow_Ruby_Wind
- if (countitem(12387))
- delitem 12387,countitem(12387); //Rainbow_Ruby_Earth
- getitem 12384,5; //Rainbow_Ruby_Water
- getitem 12385,5; //Rainbow_Ruby_Fire
- getitem 12386,5; //Rainbow_Ruby_Wind
- getitem 12387,5; //Rainbow_Ruby_Earth
- close2;
- warp "job3_war01",23,20;
- end;
- }
- if (job_wl == 8){
- mes "[Assistant]";
- mes "You have successfully crystallized the Hollow Stone.";
- mes "I'm sorry that I've doubted you.";
- if (countitem(12384))
- delitem 12384,countitem(12384); //Rainbow_Ruby_Water
- if (countitem(12385))
- delitem 12385,countitem(12385); //Rainbow_Ruby_Fire
- if (countitem(12386))
- delitem 12386,countitem(12386); //Rainbow_Ruby_Wind
- if (countitem(12387))
- delitem 12387,countitem(12387); //Rainbow_Ruby_Earth
- next;
- mes "[Assistant]";
- mes "All of the tests are done. Now talk to Master Engoloria.";
- mes "I'm so happy that you have succeeded.";
- set job_wl,9;
- changequest 11111,11112;
- close;
- }
- if (job_wl == 9){
- mes "[Assistant]";
- mes "All of the tests are done. Now talk to Master Engoloria.";
- mes "I'm so happy that you have succeeded.";
- close;
- }
- mes "[Assistant]";
- mes "I can feel that you have strong magic.";
- mes "I envy you.";
- next;
- mes "[Assistant]";
- mes "It deserves something special.";
- mes "Don't abuse it.";
- close;
-}
-
-spl_in02,78,110,5 script Assistant#Warlock3 443,{
-
- if (job_wl < 1){
- if (Class == Job_Wizard || Class == Job_High_Wizard || Class == Job_Baby_Wizard){
- mes "[Assistant]";
- mes "Huh!!! Human!?!";
- mes "How did you enter here?";
- mes "This is only connected with a special gate!";
- next;
- mes "[Assistant]";
- mes "I don't know how...";
- mes "But we should leave before my master spots you...!";
- next;
- mes "[???]";
- mes "What's that noise out there?";
- mes "I warned them to be quiet while I'm meditating.";
- next;
- mes "[Assistant]";
- mes "Huh!?!";
- mes "Master...";
- mes "It's nothing...";
- next;
- mes "[???]";
- mes "Oh~ there's a human being in front of me.";
- next;
- mes "[Assistant]";
- mes "Oh this thing?";
- mes "I was just leading it out.";
- next;
- mes "[Master]";
- mes "Yoop!!!";
- next;
- mes "[Yoop]";
- mes "Yeap...!!";
- next;
- mes "[Master]";
- mes "There's the warp portal beyond you... Is it an illusion?";
- next;
- mes "[Yoop]";
- mes "Sorry!!!";
- mes "It's my mistake...";
- next;
- mes "[Master]";
- mes "Fool...";
- mes "I'll deal with you after you send the human away.";
- next;
- mes "[Master]";
- mes "MushSartas Ir Cyamar";
- mes "UdenLo";
- next;
- mes " - The fairy with the green hair chants a spell. - ";
- mes " - I feel like something special surrounds me. - ";
- specialeffect2 EF_DISPELL;
- next;
- mes "[Master]";
- mes "Oh, that's interesting.";
- mes "How dare you resist me human?";
- next;
- if (BaseLevel > 98){
- mes "[Master]";
- mes "Oh, that's interesting.";
- mes "How dare you resist me human?";
- next;
- menu "I'm not sure. Who are you?",-;
- mes "[Master]";
- mes "I am the leader of the ^000077Warlock^000000s.";
- mes "'^000077Sila Egnoloria^000000'";
- mes "If you are a Wizard, it would be good of you to memorize my name.";
- next;
- menu "What is a ^000077Warlock^000000?",-;
- mes "[Master Egnoloria]";
- mes "Oh...are you interested?";
- next;
- mes "[Master Egnoloria]";
- mes "A ^000077Warlock^000000 is someone who uses the magic of the giants of Jotunheim.";
- mes "It can't be defined in any other words.";
- next;
- mes "[Master Egnoloria]";
- mes "Only the strong magic can explain it.";
- mes "kkk";
- next;
- menu "Could I become Warlock?",-;
- mes "[Master Egnoloria]";
- mes "You?";
- mes "You wanna become a Warlock?";
- mes "Hahaha";
- next;
- mes "[Master Egnoloria]";
- mes "You're so interesting.";
- mes "It would be difficult for a human to become a Warlock.";
- mes "The strong power would gnaw at your weak body.";
- next;
- mes "[Master Egnoloria]";
- mes "If you dare to face death, you can try to become one.";
- next;
- switch(select("What do I need to do?:Cancel.")){
- case 1:
- mes "[Master Egnoloria]";
- mes "Are you serious?";
- mes "You hunger for power don't you human.";
- next;
- mes "[Master Egnoloria]";
- mes "The strong desire to be more powerful makes your soul more beautiful.";
- next;
- mes "[Master Egnoloria]";
- mes "But, I need to check that you're qualified.";
- next;
- mes "[Master Egnoloria]";
- mes "Yoop!";
- next;
- mes "[Yoop]";
- mes "Yeap!!";
- next;
- mes "[Master Egnoloria]";
- mes "Give this to the human.";
- next;
- mes "[Master Egnoloria]";
- mes "Talk to the guy with the weird hair.";
- mes "He'll let you know what you should do.";
- set job_wl,2;
- setquest 11106;
- close;
- case 2:
- mes "[Master Egnoloria]";
- mes "Good.";
- mes "You are a human being so that's for you.";
- mes "kkk";
- set job_wl,1;
- close2;
- warp "splendide",200,100;
- end;
- }
- }
- mes "[Master]";
- mes "You're still quite far too low of a level to even consider this.";
- close2;
- warp "splendide",200,100;
- end;
- }
- mes "[Assistant]";
- mes "Huh!!! Human!?!";
- mes "How did you enter here?";
- mes "This is only connected with a special gate!";
- next;
- mes "[Assistant]";
- mes "I don't know how...";
- mes "But we should leave before my master spots you...!";
- next;
- mes "[???]";
- mes "What's that noise out there?";
- mes "I warned them to be quiet while I'm meditating.";
- next;
- mes "[Assistant]";
- mes "Huh!?!";
- mes "Master...";
- mes "It's nothing...";
- next;
- mes "[???]";
- mes "Oh~ there's a human being in front of me.";
- next;
- mes "[Assistant]";
- mes "Oh this thing?";
- mes "I was just leading it out.";
- next;
- mes "[Master]";
- mes "Yoop!!!";
- next;
- mes "[Yoop]";
- mes "Yeap...!!";
- next;
- mes "[Master]";
- mes "There's the warp portal beyond you... Is it an illusion?";
- next;
- mes "[Yoop]";
- mes "Sorry!!!";
- mes "It's my mistake...";
- next;
- mes "[Master]";
- mes "Fool...";
- mes "I'll deal with you after you send the human away.";
- next;
- mes "[Master]";
- mes "MushSartas Ir Cyamar";
- mes "UdenLo";
- close2;
- warp "splendide",200,100;
- end;
- }
- if (job_wl == 1){
- mes "[Assistant]";
- mes "......";
- mes "If you don't have anything to say to me, would you just leave?";
- next;
- switch(select("Leave:Stay")){
- case 1:
- mes "[Assistant]";
- mes "Then be careful!";
- close2;
- warp "splendide",200,100;
- end;
- case 2:
- mes "[Assistant]";
- mes "......";
- close;
- }
- }
- if (job_wl == 2){
- mes "[Assistant]";
- mes "......";
- mes "I don't have a pony-tail...";
- next;
- switch(select("Leave:Cancel.")){
- case 1:
- mes "[Assistant]";
- mes "Then be careful.";
- close2;
- warp "splendide",200,100;
- end;
- case 2:
- mes "[Assistant]";
- mes "......";
- close;
- }
- }
- mes "[Assistant]";
- mes "Please be quiet while my master is meditating.";
- next;
- switch(select("Leave:Cancel.")){
- case 1:
- mes "[Assistant]";
- mes "Then be careful.";
- close2;
- warp "splendide",200,100;
- end;
- case 2:
- mes "[Assistant]";
- mes "......";
- close;
- }
-}
-
-spl_in02,80,108,5 script Guild Master#Warlock 465,{
-
- if (job_wl < 1){
- if (Class == Job_Wizard || Class == Job_High_Wizard || Class == Job_Baby_Wizard){
- mes "[Assistant]";
- mes "Huh!!! Human!?!";
- mes "How did you enter here?";
- mes "This is only connected with a special gate!";
- next;
- mes "[Assistant]";
- mes "I don't know how...";
- mes "But we should leave before my master spots you...!";
- next;
- mes "[???]";
- mes "What's that noise out there?";
- mes "I warned them to be quiet while I'm meditating.";
- next;
- mes "[Assistant]";
- mes "Huh!?!";
- mes "Master...";
- mes "It's nothing...";
- next;
- mes "[Master]";
- mes "Oh~ there's a human being in front of me.";
- next;
- mes "[Assistant]";
- mes "Oh this thing?";
- mes "I was just leading it out.";
- next;
- mes "[Master]";
- mes "Yoop!!!";
- next;
- mes "[Yoop]";
- mes "Yeap...!!";
- next;
- mes "[Master]";
- mes "There's the warp portal beyond you... Is it an illusion?";
- next;
- mes "[Yoop]";
- mes "Sorry!!!";
- mes "It's my mistake...";
- next;
- mes "[Master]";
- mes "Fool...";
- mes "I'll deal with you after you send the human away.";
- next;
- mes "[Master]";
- mes "MushSartas Ir Cyamar";
- mes "UdenLo";
- next;
- mes " - The fairy with the green hair chants a spell. - ";
- mes " - I feel like something special surrounds me. - ";
- specialeffect2 EF_DISPELL;
- next;
- mes "[Master]";
- mes "Oh, that's interesting.";
- mes "How dare you resist me human?";
- next;
- if (BaseLevel > 98){
- mes "[Master]";
- mes "Oh, that's interesting.";
- mes "How dare you resist me human?";
- next;
- menu "I'm not sure. Who are you?",-;
- mes "[Master]";
- mes "I am the leader of the ^000077Warlock^000000s.";
- mes "'^000077Sila Egnoloria^000000'";
- mes "If you are a Wizard, it would be good of you to memorize my name.";
- next;
- menu "What is a ^000077Warlock^000000?",-;
- mes "[Master Egnoloria]";
- mes "Oh...are you interested?";
- next;
- mes "[Master Egnoloria]";
- mes "A ^000077Warlock^000000 is someone who uses the magic of the giants of Jotunheim.";
- mes "It can't be defined in any other words.";
- next;
- mes "[Master Egnoloria]";
- mes "Only the strong magic can explain it.";
- mes "kkk";
- next;
- menu "Could I become Warlock?",-;
- mes "[Master Egnoloria]";
- mes "You?";
- mes "You wanna become a Warlock?";
- mes "Hahaha";
- next;
- mes "[Master Egnoloria]";
- mes "You're so interesting.";
- mes "It would be difficult for a human to become a Warlock.";
- mes "The strong power would gnaw at your weak body.";
- next;
- mes "[Master Egnoloria]";
- mes "If you dare to face death, you can try to become one.";
- next;
- switch(select("What do I need to do?:Cancel.")){
- case 1:
- mes "[Master Egnoloria]";
- mes "Are you serious?";
- mes "You hunger for power don't you human.";
- next;
- mes "[Master Egnoloria]";
- mes "The strong desire to be more powerful makes your soul more beautiful.";
- next;
- mes "[Master Egnoloria]";
- mes "But, I need to check that you're qualified.";
- next;
- mes "[Master Egnoloria]";
- mes "Yoop!";
- next;
- mes "[Yoop]";
- mes "Yeap!!";
- next;
- mes "[Master Egnoloria]";
- mes "Give this to the human.";
- next;
- mes "[Master Egnoloria]";
- mes "Talk to the guy with the weird hair.";
- mes "He'll let you know what you should do.";
- set job_wl,2;
- setquest 11106;
- close;
- case 2:
- mes "[Master Egnoloria]";
- mes "Good.";
- mes "You are a human being so that's for you.";
- mes "kkk";
- set job_wl,1;
- close2;
- warp "splendide",200,100;
- end;
- }
- }
- mes "[Master]";
- mes "You're still quite far too low of a level to even consider this.";
- close2;
- warp "splendide",200,100;
- end;
- }
- mes "[Assistant]";
- mes "Huh!!! Human!?!";
- mes "How did you enter here?";
- mes "This is only connected with a special gate!";
- next;
- mes "[Assistant]";
- mes "I don't know how...";
- mes "But we should leave before my master spots you...!";
- next;
- mes "[???]";
- mes "What's that noise out there?";
- mes "I warned them to be quiet while I'm meditating.";
- next;
- mes "[Assistant]";
- mes "Huh!?!";
- mes "Master...";
- mes "It's nothing...";
- next;
- mes "[Master]";
- mes "Oh~ there's a human being in front of me.";
- next;
- mes "[Assistant]";
- mes "Oh this thing?";
- mes "I was just leading it out.";
- next;
- mes "[Master]";
- mes "Yoop!!!";
- next;
- mes "[Yoop]";
- mes "Yeap...!!";
- next;
- mes "[Master]";
- mes "There's the warp portal beyond you... Is it an illusion?";
- next;
- mes "[Yoop]";
- mes "Sorry!!!";
- mes "It's my mistake...";
- next;
- mes "[Master]";
- mes "Fool...";
- mes "I'll deal with you after you send the human away.";
- next;
- mes "[Master]";
- mes "MushSartas Ir Cyamar";
- mes "UdenLo";
- close2;
- warp "splendide",200,100;
- end;
- }
- if (job_wl == 1){
- mes "[Master Egnoloria]";
- mes "Do you have something to ask me?";
- next;
- switch(select("How can I be a Warlock?:Cancel.")){
- case 1:
- mes "[Master Egnoloria]";
- mes "Are you serious?";
- mes "You hunger for power don't you human.";
- next;
- mes "[Master Egnoloria]";
- mes "The strong desire to be more powerful makes your soul more beautiful.";
- next;
- mes "[Master Egnoloria]";
- mes "But, I need to check that you're qualified.";
- next;
- mes "[Master Egnoloria]";
- mes "Yoop!";
- next;
- mes "[Yoop]";
- mes "Yeap!!";
- next;
- mes "[Master Egnoloria]";
- mes "Give this to the human.";
- next;
- mes "[Master Egnoloria]";
- mes "Talk to the guy with the weird hair.";
- mes "He'll let you know what you should do.";
- set job_wl,2;
- setquest 11106;
- close;
- case 2:
- mes "[Master Egnoloria]";
- mes "Good.";
- mes "You are a human being so that's for you.";
- mes "kkk";
- close2;
- warp "splendide",200,100;
- end;
- }
- }
- if (job_wl == 2){
- mes "[Master Egnoloria]";
- mes "I'm meditating, I said talk to Yoop ok.";
- mes "Yoop has a funny pony-tail.";
- mes "And don't disturb me.";
- close;
- }
- if (job_wl == 3 || job_wl == 4){
- mes "[Master Egnoloria]";
- mes "......";
- next;
- mes "[Assistant]";
- mes "Master is meditating.";
- mes "Be quiet.";
- close;
- }
- if (job_wl == 5){
- mes "[Master Egnoloria]";
- mes "I've heard from Yoop that a very useful stone can be created.";
- mes "Kkk.";
- next;
- mes "[Master Egnoloria]";
- mes "It can be used to make magical jewelry that can cast powerful magic.";
- next;
- mes "[Master Egnoloria]";
- mes "Yoop.";
- next;
- mes "[Yoop]";
- mes "Yeap, Master!";
- next;
- mes "[Master Egnoloria]";
- mes "Please take him to the magical room.";
- next;
- mes "[Yoop]";
- mes "Yup, Master.";
- mes "Please follow me.";
- emotion e_ic,"Assistant#Warlock2";
- set job_wl,6;
- changequest 11108,11109;
- close;
- }
- if ((job_wl > 5) && (job_wl < 9)){
- mes "[Master Egnoloria]";
- mes "......";
- next;
- mes "[Yoop]";
- mes "My master is meditating now, please follow me.";
- close;
- }
- if (job_wl == 9){
- if (BaseLevel == 99){
- if(checkweight(1201,1) == 0){
- mes "You've got too many items.";
- mes "Please come back after reducing the number of items you have.";
- close;
- }
- if (SkillPoint != 0) {
- mes "[Master Egnoloria]";
- //Custom Translation
- mes "Unless you like being your current job, you should use all your skill points.";
- close;
- }
- if (Class == Job_Baby_Wizard){
- mes "[Master Egnoloria]";
- mes "Beautiful light...";
- mes "Don't make me disappointed at you...";
- next;
- mes "[Master Egnoloria]";
- mes "You have become a member of the Warlocks.";
- mes "Be proud.";
- next;
- mes "[Master Egnoloria]";
- mes "This crystallized magical stone will keep you safe.";
- set job_wl,10;
- jobchange Job_Baby_Warlock;
- completequest 11112;
- getitem 5753,1; //Magic_Stone_Hat
- getitem 2795,1; //Green_Apple_Ring
- close;
- }
- if (Class == Job_Wizard){
- mes "[Master Egnoloria]";
- mes "Beautiful light...";
- mes "Don't make me disappointed at you...";
- next;
- mes "[Master Egnoloria]";
- mes "You have become a member of the Warlocks.";
- mes "Be proud.";
- next;
- mes "[Master Egnoloria]";
- mes "This crystallized magical stone will keep you safe.";
- set job_wl,10;
- jobchange Job_Warlock;
- completequest 11112;
- getitem 5753,1; //Magic_Stone_Hat
- getitem 2795,1; //Green_Apple_Ring
- close;
- }
- if(Class == Job_High_Wizard){
- if ((JobLevel > 49) && (JobLevel < 60)){
- mes "[Master Egnoloria]";
- mes "Beautiful light...";
- mes "Don't make me disappointed at you...";
- next;
- mes "[Master Egnoloria]";
- mes "You have become a member of the Warlocks.";
- mes "Be proud.";
- next;
- mes "[Master Egnoloria]";
- mes "This crystallized magical stone will keep you safe.";
- set job_wl,11;
- jobchange Job_Warlock_T;
- completequest 11112;
- getitem 5753,1; //Magic_Stone_Hat
- getitem 2795,1; //Green_Apple_Ring
- close;
- }else if ((JobLevel > 59) && (JobLevel < 70)){
- mes "[Master Egnoloria]";
- mes "Beautiful light...";
- mes "Don't make me disappointed at you...";
- next;
- mes "[Master Egnoloria]";
- mes "You have become a member of the Warlocks.";
- mes "Be proud.";
- next;
- mes "[Master Egnoloria]";
- mes "This crystallized magical stone will keep you safe.";
- set job_wl,12;
- jobchange Job_Warlock_T;
- completequest 11112;
- getitem 5753,1; //Magic_Stone_Hat
- getitem 2795,1; //Green_Apple_Ring
- close;
- }else if (JobLevel == 70){
- mes "[Master Egnoloria]";
- mes "Beautiful light...";
- mes "Don't make me disappointed at you...";
- next;
- mes "[Master Egnoloria]";
- mes "You have become a member of the Warlocks.";
- mes "Be proud.";
- next;
- mes "[Master Egnoloria]";
- mes "This crystallized magical stone will keep you safe.";
- set job_wl,13;
- jobchange Job_Warlock_T;
- completequest 11112;
- getitem 5753,1; //Magic_Stone_Hat
- getitem 2795,1; //Green_Apple_Ring
- close;
- }
- }
- mes "[Master Egnoloria]";
- //Custom Translation
- mes "Ah......?";
- close;
- }
- mes "[Master Egnoloria]";
- //Custom Translation
- mes "Ah......?";
- mes "How come you've made it this far...";
- close;
- }
- if (job_wl > 9){
- mes "[Master Egnoloria]";
- mes "How are you adjusting to the power of a Warlocks?";
- mes "If you get careless, you will be overthrown by your own power.";
- close;
- }
-}
-
-job3_war01,22,22,7 script Yoop#WRR 439,{
-
- mes "[Yoop]";
- mes "If you ask Ebein to be sent to the magical room, he would send you there.";
- mes "wait in the queue to enter the Chamber of Magic.";
- close;
-}
-
-job3_war01,29,25,0 script Ebein#WRR 437,{
-
- mes "[Ebein]";
- mes "Would you like to take a test?";
- mes "If you stand by in the waiting room, you'll be able to go into the Chamber of Magic.";
- next;
- mes "[Ebein]";
- mes "If there're others inside the room, you just need to wait for a while.";
- next;
- switch(select("Go to the waiting room.:Go outside.")){
- case 1:
- mes "[Ebein]";
- mes "Then please enter the room yourself.";
- mes "Make sure you have enough potions to survive the test as the monsters are very powerful in the Chamber.";
- close;
- case 2:
- mes "[Ebein]";
- mes "......";
- mes "Then I will send you outside.";
- mes "Bye...";
- close2;
- warp "spl_in02",79,102;
- end;
- }
-end;
-
-}
-
-job3_war01,29,25,5 script The chamber of magic 437,{
- end;
-
-OnInit:
- disablenpc "The chamber of magic";
- waitingroom "The chamber of magic",20,"The chamber of magic::OnStartArena",1;
- enablewaitingroomevent;
- end;
-
-OnStartArena:
- warpwaitingpc "job3_war02",29,25;
- donpcevent "The chamber of magic#W::OnEnable";
- initnpctimer;
- disablewaitingroomevent;
- end;
-
-OnTimer10000:
- if(getmapusers("job3_war02")==0)
- {
- donpcevent "The chamber of magic#W::OnResetNPC";
- donpcevent "The chamber of magic#W2::OnResetNPC";
- donpcevent "The chamber of magic#W3::OnResetNPC";
- donpcevent "Hollow Stone#W::OnResetNPC";
- stopnpctimer;
- enablewaitingroomevent;
- end;
- }
- initnpctimer;
-end;
-
-OnEnable:
- enablewaitingroomevent;
- end;
-
-OnDisable:
- disablewaitingroomevent;
- end;
-}
-
-job3_war02,1,1,0 script The chamber of magic#W 66,{
- end;
-
-OnInit:
- disablenpc "The chamber of magic#W";
- end;
-
-OnEnable:
- enablenpc "The chamber of magic#W";
- monster "job3_war02",23,32,"Magic Monster",2047,1,"The chamber of magic#W::OnMyMobDead";
- monster "job3_war02",23,21,"Magic Monster",2048,1,"The chamber of magic#W::OnMyMobDead";
- monster "job3_war02",34,32,"Magic Monster",2049,1,"The chamber of magic#W::OnMyMobDead";
- monster "job3_war02",34,21,"Magic Monster",2050,1,"The chamber of magic#W::OnMyMobDead";
- monster "job3_war02",23,32,"Magic Monster",2047,1,"The chamber of magic#W::OnMyMobDead";
- monster "job3_war02",23,21,"Magic Monster",2048,1,"The chamber of magic#W::OnMyMobDead";
- monster "job3_war02",34,32,"Magic Monster",2049,1,"The chamber of magic#W::OnMyMobDead";
- monster "job3_war02",34,21,"Magic Monster",2050,1,"The chamber of magic#W::OnMyMobDead";
- set .MyMobCount,8;
- initnpctimer;
- end;
-
-OnReset:
- killmonster "job3_war02","The chamber of magic#W::OnMyMobDead";
- end;
-
-OnDisable:
- disablenpc "The chamber of magic#W";
- end;
-
-OnMyMobDead:
- set .MyMobCount,.MyMobCount-1;
- if(.MyMobCount < 1){
- stopnpctimer;
- mapannounce "job3_war02","The Monster Invasion has been stopped.",bc_map;
- donpcevent "The chamber of magic#W2::OnEnable";
- }
- end;
-
-OnTimer3000:
- mapannounce "job3_war02","A Magical Power fragment has been created in the Magic Chamber Room.",bc_map;
- end;
-
-OnTimer4000:
- mapannounce "job3_war02","Defend this room from monsters for 5 minutes.",bc_map;
- end;
-
-OnTimer5000:
- mapannounce "job3_war02","Destroy all the monsters, and the Chamber will stabilize.",bc_map;
- end;
-
-OnTimer63000:
- mapannounce "job3_war02","There's 4 min left to stabilize the chamber....",bc_map;
- end;
-
-OnTimer123000:
- mapannounce "job3_war02","There's 3 min left to stabilize the chamber....",bc_map;
- end;
-
-OnTimer183000:
- mapannounce "job3_war02","There's 2 min left to stabilize the chamber....",bc_map;
- end;
-
-OnTimer243000:
- mapannounce "job3_war02","There's 1 min left to stabilize the chamber....",bc_map;
- end;
-
-OnTimer273000:
- mapannounce "job3_war02","There's 30 seconds left to stabilize the chamber....",bc_map;
- end;
-
-OnTimer283000:
- mapannounce "job3_war02","There's 20 seconds left to stabilize the chamber....",bc_map;
- end;
-
-OnTimer293000:
- mapannounce "job3_war02","There's 10 seconds left to stabilize the chamber....",bc_map;
- end;
-
-OnTimer303000:
- mapannounce "job3_war02", "The magic stabilization has failed. The fragment has lost it's power.",bc_map; // custom translation.
- donpcevent "The chamber of magic#W::OnReset";
- donpcevent "The chamber of magic#W2::OnReset";
- donpcevent "The chamber of magic#W3::OnReset";
- end;
-
-OnTimer304000:
- mapwarp "job3_war02","spl_in02",79,102;
- end;
-
-OnTimer305000:
- donpcevent "The chamber of magic#W::OnDisable";
- donpcevent "The chamber of magic#W2::OnDisable";
- donpcevent "The chamber of magic#W3::OnDisable";
- donpcevent "The chamber of magic::OnEnable";
- stopnpctimer;
- end;
-
-OnResetNPC:
- donpcevent "The chamber of magic#W::OnReset";
- donpcevent "The chamber of magic#W2::OnReset";
- donpcevent "The chamber of magic#W3::OnReset";
- donpcevent "The chamber of magic#W::OnDisable";
- donpcevent "The chamber of magic#W2::OnDisable";
- donpcevent "The chamber of magic#W3::OnDisable";
- stopnpctimer "The chamber of magic#W";
-end;
-}
-
-job3_war02,1,2,0 script The chamber of magic#W2 66,{
- end;
-
-OnInit:
- disablenpc "The chamber of magic#W2";
- end;
-
-OnEnable:
- enablenpc "The chamber of magic#W2";
- monster "job3_war02",23,32,"Magic Monster",2047,1,"The chamber of magic#W2::OnMyMobDead";
- monster "job3_war02",23,21,"Magic Monster",2048,1,"The chamber of magic#W2::OnMyMobDead";
- monster "job3_war02",34,32,"Magic Monster",2049,1,"The chamber of magic#W2::OnMyMobDead";
- monster "job3_war02",34,21,"Magic Monster",2050,1,"The chamber of magic#W2::OnMyMobDead";
- monster "job3_war02",23,32,"Magic Monster",2047,1,"The chamber of magic#W2::OnMyMobDead";
- monster "job3_war02",23,21,"Magic Monster",2048,1,"The chamber of magic#W2::OnMyMobDead";
- monster "job3_war02",34,32,"Magic Monster",2049,1,"The chamber of magic#W2::OnMyMobDead";
- monster "job3_war02",34,21,"Magic Monster",2050,1,"The chamber of magic#W2::OnMyMobDead";
- set .MyMobCount,8;
- initnpctimer;
- end;
-
-OnReset:
- killmonster "job3_war02","The chamber of magic#W2::OnMyMobDead";
- end;
-
-OnDisable:
- disablenpc "The chamber of magic#W2";
- end;
-
-OnMyMobDead:
- set .MyMobCount,.MyMobCount-1;
- if(.MyMobCount < 1){
- stopnpctimer;
- mapannounce "job3_war02","The Monster Invasion has been stopped.",bc_map;
- donpcevent "The chamber of magic#W3::OnEnable";
- }
- end;
-
-OnTimer4000:
- mapannounce "job3_war02","Defend this room from monsters for 5 minutes.",bc_map;
- end;
-
-OnTimer5000:
- mapannounce "job3_war02","Destroy all the monsters, and the Chamber will stabilize.",bc_map;
- end;
-
-OnTimer63000:
- mapannounce "job3_war02","There's 4 min left to stabilize the chamber....",bc_map;
- end;
-
-OnTimer123000:
- mapannounce "job3_war02","There's 3 min left to stabilize the chamber....",bc_map;
- end;
-
-OnTimer183000:
- mapannounce "job3_war02","There's 2 min left to stabilize the chamber....",bc_map;
- end;
-
-OnTimer243000:
- mapannounce "job3_war02","There's 1 min left to stabilize the chamber....",bc_map;
- end;
-
-OnTimer273000:
- mapannounce "job3_war02","There's 30 seconds left to stabilize the chamber....",bc_map;
- end;
-
-OnTimer283000:
- mapannounce "job3_war02","There's 20 seconds left to stabilize the chamber....",bc_map;
- end;
-
-OnTimer293000:
- mapannounce "job3_war02","There's 10 seconds left to stabilize the chamber....",bc_map;
- end;
-
-OnTimer303000:
- mapannounce "job3_war02","The magic stabilization has failed. The fragment has lost it's power.",bc_map; // custom translation.
- donpcevent "The chamber of magic#W::OnReset";
- donpcevent "The chamber of magic#W2::OnReset";
- donpcevent "The chamber of magic#W3::OnReset";
- end;
-
-OnTimer304000:
- mapwarp "job3_war02", "spl_in02",79,102;
- end;
-
-OnTimer305000:
- donpcevent "The chamber of magic#W::OnDisable";
- donpcevent "The chamber of magic#W2::OnDisable";
- donpcevent "The chamber of magic#W3::OnDisable";
- donpcevent "The chamber of magic::OnEnable";
- stopnpctimer;
- end;
-
-
-OnResetNPC:
- donpcevent "The chamber of magic#W::OnReset";
- donpcevent "The chamber of magic#W2::OnReset";
- donpcevent "The chamber of magic#W3::OnReset";
- donpcevent "The chamber of magic#W::OnDisable";
- donpcevent "The chamber of magic#W2::OnDisable";
- donpcevent "The chamber of magic#W3::OnDisable";
- stopnpctimer "The chamber of magic#W2";
-end;
-
-}
-
-job3_war02,1,3,0 script The chamber of magic#W3 66,{
- end;
-
-OnInit:
- disablenpc "The chamber of magic#W3";
- end;
-
-OnEnable:
- enablenpc "The chamber of magic#W3";
- monster "job3_war02",23,32,"Magic Monster",1002,1,"The chamber of magic#W3::OnMyMobDead";
- monster "job3_war02",23,21,"Magic Monster",1002,1,"The chamber of magic#W3::OnMyMobDead";
- monster "job3_war02",34,32,"Magic Monster",1002,1,"The chamber of magic#W3::OnMyMobDead";
- monster "job3_war02",34,21,"Magic Monster",1002,1,"The chamber of magic#W3::OnMyMobDead";
- monster "job3_war02",23,32,"Magic Monster",1002,1,"The chamber of magic#W3::OnMyMobDead";
- monster "job3_war02",23,21,"Magic Monster",1002,1,"The chamber of magic#W3::OnMyMobDead";
- monster "job3_war02",34,32,"Magic Monster",1002,1,"The chamber of magic#W3::OnMyMobDead";
- monster "job3_war02",34,21,"Magic Monster",1002,1,"The chamber of magic#W3::OnMyMobDead";
- set .MyMobCount,8;
- initnpctimer;
- end;
-
-OnReset:
- killmonster "job3_war02","The chamber of magic#W3::OnMyMobDead";
- end;
-
-OnDisable:
- disablenpc "The chamber of magic#W3";
- end;
-
-OnMyMobDead:
- set .MyMobCount,.MyMobCount-1;
- if(.MyMobCount < 1){
- stopnpctimer;
- mapannounce "job3_war02","The Monster Invasion has been stopped.",bc_map;
- donpcevent "Hollow Stone#W::OnEnable";
- }
- end;
-
-OnTimer4000:
- mapannounce "job3_war02", "Defend this room from monsters for 1 min.",bc_map;
- end;
-
-OnTimer5000:
- mapannounce "job3_war02", "Destroy all the monsters, and the Chamber will stabilize.",bc_map;
- end;
-
-OnTimer33000:
- mapannounce "job3_war02", "There's 30 seconds left to stabilize the chamber....",bc_map;
- end;
-
-OnTimer43000:
- mapannounce "job3_war02", "There's 20 seconds left to stabilize the chamber....",bc_map;
- end;
-
-OnTimer53000:
- mapannounce "job3_war02", "There's 10 seconds left to stabilize the chamber....",bc_map;
- end;
-
-OnTimer58000:
- mapannounce "job3_war02", "There's 5 seconds left to stabilize the chamber....",bc_map;
- end;
-
-OnTimer63000:
- mapannounce "job3_war02", "The magic stabilization has failed. The fragment has lost it's power.",bc_map; // custom translation.
- donpcevent "The chamber of magic#W::OnReset";
- donpcevent "The chamber of magic#W2::OnReset";
- donpcevent "The chamber of magic#W3::OnReset";
- end;
-
-OnTimer64000:
- mapwarp "job3_war02","spl_in02",79,102;
- end;
-
-OnTimer65000:
- donpcevent "The chamber of magic#W::OnDisable";
- donpcevent "The chamber of magic#W2::OnDisable";
- donpcevent "The chamber of magic#W3::OnDisable";
- donpcevent "The chamber of magic::OnEnable";
- stopnpctimer;
- end;
-
-
-OnResetNPC:
- donpcevent "The chamber of magic#W::OnReset";
- donpcevent "The chamber of magic#W2::OnReset";
- donpcevent "The chamber of magic#W3::OnReset";
- donpcevent "The chamber of magic#W::OnDisable";
- donpcevent "The chamber of magic#W2::OnDisable";
- donpcevent "The chamber of magic#W3::OnDisable";
- stopnpctimer "The chamber of magic#W3";
-end;
-}
-
-job3_war02,1,4,0 script Hollow Stone#W 66,{
- end;
-
-OnInit:
- disablenpc "Hollow Stone#W";
- end;
-
-OnEnable:
- enablenpc "Hollow Stone#W";
- donpcevent "The chamber of magic#W::OnReset";
- donpcevent "The chamber of magic#W::OnDisable";
- donpcevent "The chamber of magic#W2::OnReset";
- donpcevent "The chamber of magic#W2::OnDisable";
- donpcevent "The chamber of magic#W3::OnReset";
- donpcevent "The chamber of magic#W3::OnDisable";
- monster "job3_war02",29,27,"Hollow Stone",2035,1,"Hollow Stone#W::OnMyMobDead";
- initnpctimer;
- end;
-
-OnReset:
- killmonster "job3_war02","Hollow Stone#W::OnMyMobDead";
- end;
-
-OnDisable:
- disablenpc "Hollow Stone#W";
- end;
-
-OnMyMobDead:
- mapannounce "job3_war02","The Hollow Stone is Crystallized with enough magic power.",bc_map; // custom translation
- set job_wl,8;
- changequest 11110,11111;
- donpcevent "Hollow Stone#W::OnReset";
- donpcevent "Hollow Stone#W::OnDisable";
- stopnpctimer;
- donpcevent "Ebein#E::OnEnable";
- donpcevent "Ebein#E2::OnEnable";
- end;
-
-OnTimer1000:
- mapannounce "job3_war02","The Hollow Stone needs to be crystallized with magic.",bc_map;
- end;
-
-OnTimer2000:
- mapannounce "job3_war02","The Hollow Stone will absorb any magic thrown at it.",bc_map;
- end;
-
-OnTimer3000:
- mapannounce "job3_war02","You have 10 minutes to crystallize the Hollow Stone your magic.",bc_map;
- end;
-
-OnTimer303000:
- mapannounce "job3_war02","There's 5 min left to crystallize the stone....",bc_map;
- end;
-
-OnTimer363000:
- mapannounce "job3_war02","There's 4 min left to crystallize the stone....",bc_map;
- end;
-
-OnTimer423000:
- mapannounce "job3_war02","There's 3 min left to crystallize the stone....",bc_map;
- end;
-
-OnTimer483000:
- mapannounce "job3_war02","There's 2 min left to crystallize the stone....",bc_map;
- end;
-
-OnTimer543000:
- mapannounce "job3_war02","There's 1 min left to crystallize the stone....",bc_map;
- end;
-
-OnTimer573000:
- mapannounce "job3_war02","There's 30 seconds left to crystallize the stone....",bc_map;
- end;
-
-OnTimer583000:
-
- mapannounce "job3_war02","There's 20 seconds left to crystallize the stone....",bc_map;
- end;
-
-OnTimer593000:
- mapannounce "job3_war02","There's 10 seconds left to crystallize the stone....",bc_map;
- end;
-
-
-OnTimer603000:
- mapannounce "job3_war02","The Hollow Stone Crystalization has failed.",bc_map;
- donpcevent "Hollow Stone#W::OnReset";
- end;
-
-OnTimer605000:
- mapwarp "job3_war02","spl_in02",79,102;
- end;
-
-OnTimer607000:
- donpcevent "Hollow Stone#W::OnDisable";
- stopnpctimer;
- donpcevent "The chamber of magic::OnEnable";
- end;
-
-OnResetNPC:
- donpcevent "Hollow Stone#W::OnReset";
- donpcevent "Hollow Stone#W::OnDisable";
- stopnpctimer "Hollow Stone#W";
-end;
-}
-
-job3_war01,1,1,0 script Ebein#E 66,{
- end;
-
-OnInit:
- disablenpc "Ebein#E";
- end;
-
-OnEnable:
- initnpctimer;
- enablenpc "Ebein#E";
- end;
-
-OnDisable:
- disablenpc "Ebein#E";
- end;
-
-OnTimer2000:
- mapannounce "job3_war02","Congratulations! You've successfully made a magic crystal.",bc_map; //Custom translation
- end;
-
-OnTimer3000:
- mapannounce "job3_war02","The Magic Chamber is starting to fill with magic power.",bc_map;
- end;
-
-OnTimer6000:
- donpcevent "Ebein#E::OnDisable";
- stopnpctimer;
- donpcevent "The chamber of magic::OnEnable";
- end;
-
-}
-
-job3_war02,1,1,0 script Ebein#E2 66,{
- end;
-
-OnInit:
- disablenpc "Ebein#E2";
- end;
-
-OnEnable:
- initnpctimer;
- enablenpc "Ebein#E2";
- end;
-
-OnDisable:
- disablenpc "Ebein#E2";
- end;
-
-OnTimer3000:
- mapannounce "job3_war02","Congratulations! You've successfully made a magic crystal.",bc_map; //Custom translation
- end;
-
-OnTimer5000:
- mapannounce "job3_war02","The Magic Chamber is starting to fill with magic power.",bc_map;
- mapwarp "job3_war02","spl_in02",79,102;
- end;
-
-OnTimer6000:
- donpcevent "Ebein#E2::OnDisable";
- stopnpctimer;
- end;
-}
-
-/*
-job3_war01,1,2,0 script ??? 66,{
- switch(select("?????:?????:??????:??????:??????:??????:??")) {
- case 1:
- mes "??????";
- donpcevent "??? ?::OnEnable";
- close;
- case 2:
- mes "??????";
- donpcevent "??? ?::OnDisable";
- close;
- case 3:
- mes "??? ? ???";
- donpcevent "??? ?#?????::OnEnable";
- close;
- case 4:
- mes "??? ? ???";
- donpcevent "??? ?#?????::OnReset";
- donpcevent "??? ?#?????::OnDisable";
- donpcevent "??? ?#?????2::OnReset";
- donpcevent "??? ?#?????2::OnDisable";
- donpcevent "??? ?#?????3::OnReset";
- donpcevent "??? ?#?????3::OnDisable";
- close;
- case 5:
- mes "??? ? ???";
- donpcevent "??? ?#?????::OnEnable";
- close;
- case 6:
- mes "??? ? ???";
- donpcevent "??? ?#?????::OnReset";
- donpcevent "??? ?#?????::OnDisable";
- close;
- case 7:
- close;
- }
-}
-*/ \ No newline at end of file
diff --git a/npc/pre-re/jobs/3-2/genetic.txt b/npc/pre-re/jobs/3-2/genetic.txt
deleted file mode 100644
index 435f6fa15..000000000
--- a/npc/pre-re/jobs/3-2/genetic.txt
+++ /dev/null
@@ -1,1471 +0,0 @@
-//===== rAthena Script =======================================
-// Genetic Job change Quest
-//===== By: ==================================================
-//= Masao
-//= Credits: Muad_Dib & Aeomin
-//===== Current Version: =====================================
-//= 1.1
-//===== Compatible With: =====================================
-//= Any rAthena SVN
-//===== Description: =========================================
-//= [AEGIS Conversion]
-//= Job change Quest from Alchemist / Creator -> Genetic.
-//===== Additional Comments: =================================
-//= 1.0 First Version.
-//= 1.1 Fixed Scatter Stuff NPC's - [JayPee].
-//============================================================
-
-alde_alche,35,186,5 script Alchemist Union Member 805,{
-
- if ((BaseLevel == 99) && (JobLevel > 49)){
- if (Class == Job_Alchemist || Class == Job_Creator || Job_Baby_Alchemist){
- if (SkillPoint == 0){
- if (job_gen == 0){
- mes "[Alchemist Union Member]";
- mes "Our Alchemist Union brings up many junior alchemists with various promotions and investigations.";
- next;
- mes "[Alchemist Union Member]";
- mes "They have spread to all corners of Rune-Midgart and were active in many fields like sciences or special item production methods.";
- next;
- mes "[Alchemist Union Member]";
- mes "We call the members of our new union ^3131FF'Geneticists'^000000.";
- next;
- mes "[Alchemist Union Member]";
- mes "Geneticists are the ones who have reached their peak potential in the world of Alchemy. They are the ones who currently spearhead alchemy throughout all of Rune-Midgart.";
- next;
- mes "[Alchemist Union Member]";
- mes "I see you have a certain level of experience in this area. Perhaps you would like to meet other geneticists?";
- next;
- mes "[Alchemist Union Member]";
- mes "Just recently, an research paper from a geneticist caused a sensation.";
- mes "Someone experienced like yourself, would understand her research, and would be able to discuss it with her, right?";
- next;
- mes "[Alchemist Union Member]";
- mes "Maybe her research results can be of benefit to your research, and with some luck you could become a geneticist too!";;
- next;
- mes "[Alchemist Union Member]";
- mes "What do you think? Would you like to meet this geneticist?";
- next;
- switch(select("Meet with her.:Don't meet with her.")){
- case 1:
- mes "[Alchemist Union Member]";
- mes "Wise choice!";
- mes "The infamous geneticist 'Devries'.";
- next;
- mes "[Alchemist Union Member]";
- mes "You can find her in the Alchemy Lab at the western part of Lighthalzen. There is also another geneticist studying weaponry there, you might want to pay her a visit too.";
- set job_gen,1;
- setquest 2215;
- close;
- case 2:
- mes "[Alchemist Union Member]";
- mes "Aren't you interested in the study of life?";
- close;
- }
- }
- mes "[Alchemist Union Member]";
- mes "The geneticist causing academic sensation is studying at the Alchemy Lab in the western part of Lighthalzen.";
- mes "If you are interested, go meet with her.";
- close;
- }
- mes "[Alchemist Union Member]";
- mes "- You still have unused skill points. Come back when you have used all of them.";
- close;
- }
- }
- mes "[Alchemist Union Member]";
- mes "Our Alchemist Union brings up many junior alchemists with various promotions and investigations.";
- next;
- mes "[Alchemist Union Member]";
- mes "They have spread to all corners of Rune-Midgart and were active in many fields like sciences or special item production methods.";
- next;
- mes "[Alchemist Union Member]";
- mes "We call the members of our new union ^3131FF'Geneticists'^000000.";
- next;
- mes "[Alchemist Union Member]";
- mes "Geneticists are the ones who have reached their peak potential in the world of Alchemy. They are the ones who currently spearhead alchemy throughout all of Rune-Midgart.";
- close;
-}
-
-job3_gen01,25,58,3 script Devries#gen 865,{
-
- if (SkillPoint == 0){
- if (job_gen == 1){
- mes "[Devries]";
- mes "Argh. The bloodsucking plant sample C is withering again.";
- mes "Should I change the ingredient of the growth care?";
- mes "Hey please cheer up soon!";
- next;
- mes "[Devries]";
- mes "Eh? This is the first time we meet, right?";
- mes "Looking at your clothing, could you be a fellow alchemist?";
- next;
- mes "[Devries]";
- mes "Recently the number of young alchemists is increasing, but very few have the passion to study and do research!";
- next;
- mes "[Devries]";
- mes "Take a look at this, this bomb is very powerful! But my Poison Spores are more beautiful! I have lots of goodies!";
- next;
- mes "[Devries]";
- mes "Although the Alchemist Union said that they support their researchers, but all of my hard work only got me this 'Easy to Plant Mushroom'!";
- next;
- mes "[Devries]";
- mes "Somehow mushrooms spread over the entire lab! I even find spores all over my house!";
- next;
- menu "You have a weird accent.",-;
- mes "[Devries]";
- mes "I am from Rune-Midgart!";
- mes "Have you ever been to the Rune-Midgarts Kingdom? Everyone in Rune-Midgart speaks like this.";
- next;
- switch(select("Really?!:I'm from Rune-Midgart too.")){
- case 1:
- mes "[Devries]";
- mes "Really?";
- mes "Do you come from a Rune-Midgart village?";
- mes "My village is very big, everyone there speaks with this accent.";
- next;
- break;
- case 2:
- emotion e_lv;
- mes "[Devries]";
- mes "Ah! No wonder you look so familiar.";
- mes "I am happy to meet a fellow Rune-Midgartian here in the Schwartzvalt Republic!";
- next;
- break;
- }
- mes "- Bang Bang Bang -";
- next;
- emotion e_ag;
- mes "[Devries]";
- mes "Aaaghh! It's that woman again!";
- next;
- menu "What is that noise?",-;
- mes "[Devries]";
- mes "That's my classmate, Demi Calberine. That noise is from her experiments.";
- mes "Demi is an mini cannon specialist, she always makes a lot of noise.";
- next;
- emotion e_sob;
- mes "[Devries]";
- mes "Look!";
- mes "My mushrooms and plants are scared!";
- mes "I can't even concentrate on my research. This is so annoying!!";
- next;
- mes "- Kala Kala -";
- next;
- mes "[Devries]";
- mes "Whenever I am in a bad mood, I need to eat some of Orleans cookies.";
- next;
- mes "[Devries]";
- mes "It's a luxury cookie from Prontera. When I put one in my mouth it reminds me of Asgard.";
- mes "When I finish eating a delicious cookie, the noise from Demi Calberine just goes away.";
- next;
- mes "[Devries]";
- mes "Would you like one?";
- mes "Aw, I already ate the last one.";
- next;
- mes "[Devries]";
- mes "But that's okay! I have a few boxes in my room on the second floor.";
- mes "Because of the temptation, I've bought a large amount, hehehe.";
- next;
- mes "- Ke Ke Ke Ke Ke Ke Ke -";
- specialeffect EF_ENDURE;
- next;
- specialeffect EF_REPAIRWEAPON;
- mes "- Ke Ke Ke Ke! Ke Ke Ke Ke Ke Ke!!! -";
- next;
- specialeffect EF_CRASHEARTH;
- mes "- Bang! Bang!! Bang!!! Bang!!!! -";
- next;
- mes "[Devries]";
- mes "..................";
- next;
- mes "[Devries]";
- mes "Ooooh uh";
- mes "Eh Aaaaahhh!!!";
- next;
- mes "[Devries]";
- mes "Demi!!!!! Demi!!!!";
- next;
- mes "- It looks like you need to calm Devries down. -";
- set job_gen,2;
- close;
- }else if (job_gen == 2){
- mes "[Devries]";
- mes "Uh Aaaaaaah!!!!";
- mes "Demi!!!!! Demi!!!!";
- next;
- mes "- It looks like you need to calm Devries down. -";
- close;
- }else if (job_gen == 3){
- mes "[Devries]";
- mes "Uh Aaaaaahhhh!!!!";
- mes "Demi!!!!! Demi!!!!";
- next;
- menu "Give the cookies to Devries.",-;
- mes "- Devries took the cookies and started eating like a hungry wolf. -";
- next;
- mes "- Ka Ka Ka -";
- mes "- Ka Ka Ka -";
- mes "- Ka Ka Ka -";
- next;
- mes "[Devries]";
- mes "Ah,";
- mes "The sweet butter taste,";
- mes "really calms me down.";
- next;
- emotion e_rice;
- mes "[Devries]";
- mes "Demi works very persistent today too.";
- mes "Hehehe, what a hard working colleague.";
- next;
- mes "- As expected, the cookie works really well. -";
- emotion e_no1;
- next;
- mes "[Devries]";
- mes "You also like alchemy, which has brought you here, right?";
- next;
- mes "[Devries]";
- mes "Oh, right, I haven't introduced myself.";
- mes "My name is Devries.";
- mes "I'm interested in new and special life.";
- next;
- mes "[Devries]";
- mes "What's your name, young alchemist?";
- next;
- menu "I am "+strcharinfo(0)+".",-;
- mes "[Devries]";
- mes "Oh, "+strcharinfo(0)+".";
- mes "What an interesting name. Nice to meet you.";
- next;
- mes "[Devries]";
- mes "But I am terrible with names...... Is it okay if I call you Bubbles?";
- next;
- mes "[Devries]";
- mes "Bubbles, have you heard of my research?";
- mes "You did read my research paper before you came here, right?";
- next;
- switch(select("No.:Yes, I did.")){
- case 1:
- mes "[Devries]";
- mes "Ah, it's written all over your face.";
- mes "Don't be shy.";
- break;
- case 2:
- mes "[Devries]";
- mes "Am I right?";
- mes "It's easy to communicate with people from the same place.";
- break;
- }
- next;
- mes "[Devries]";
- mes "Now, you used the method I mentioned earlier to calm me down.";
- next;
- mes "[Devries]";
- mes "I'm very satisfied with how you paid attention to details.";
- mes "You have the quality to become a geneticist.";
- next;
- mes "[Devries]";
- mes "^FF0000After becoming a geneticist, you can no longer study alchemy or bio-chemistry.^000000";
- mes "If you accept, you may take the test.";
- next;
- switch(select("Maybe later.:I want to become a Geneticist!")){
- case 1:
- mes "[Devries]";
- mes "Okay then.";
- mes "Even though your knowledge is not that great as that of geneticists, a fundamental knowledge is also important.";
- mes "Bubbles, come back to me once you've finished your studies.";
- set job_gen,4;
- close;
- case 2:
- mes "[Devries]";
- mes "Good!";
- mes "Let's do our best together!";
- set job_gen,5;
- close;
- }
- }else if (job_gen == 4){
- mes "[Devries]";
- mes "Bubbles!";
- mes "Are you prepared to take the test?";
- next;
- switch(select("Not yet.:Yes!")){
- case 1:
- mes "[Devries]";
- mes "You have to try hard! There is no shortcut when obtaining knowledge!";
- close;
- case 2:
- mes "[Devries]";
- mes "Very good!";
- mes "Let's do our best together!";
- set job_gen,5;
- close;
- }
- }else if (job_gen == 5){
- mes "[Devries]";
- mes "Bubbles, what do you think of plants?";
- mes "Do you like plants? Which one are you interested in?";
- next;
- mes "- Bang Bang Bang Bang -";
- next;
- emotion e_swt2;
- mes "[Devries]";
- mes "Ah, Demi Calberine is doing it again?";
- mes "Hopefully she fails again......Demi...must...not succeed...";
- next;
- mes "[Devries]";
- mes "Where was I?";
- mes "Oh, right. In alchemy, plants are very important.";
- mes "Alchemists would make Geographers and Hydra's grow fast, and they would help them when in a battle...";
- next;
- mes "- Bang!! Bang!! Bang!! Bang!! -";
- next;
- emotion e_hmm;
- mes "[Devries]";
- mes ".......................";
- next;
- emotion e_hmm;
- mes "[Devries]";
- mes "Like technologies, plants are easily to...";
- next;
- mes "- Bang!!!! -";
- next;
- emotion e_hmm;
- mes "[Devries]";
- mes "...sexual reproduction...";
- next;
- mes "- Bang!!!! -";
- mes "- Ke Ke Ke Ke Ke Ke!! -";
- mes "- Bang Bang Bang Bang Bang!!!! -";
- mes "- Bang!! Bang!! Bang!! Bang!! -";
- next;
- emotion e_hmm;
- mes "[Devries]";
- mes ".......................";
- next;
- emotion e_hmm;
- mes "[Devries]";
- mes "Bubbles.";
- next;
- emotion e_hmm;
- mes "[Devries]";
- mes "To become a geneticist, you must pass the test";
- next;
- mes "[Devries]";
- mes "It's called the 'Perfect Soundproof System'!";
- mes "You must use plants and experiment samples on the 1st floor of the lab. Release me from Demi Calberine's scary noise.";
- next;
- mes "[Devries]";
- mes "Okay then, let's get started!";
- set job_gen,6;
- close;
- }else if (job_gen == 6){
- mes "[Devries]";
- mes "It's called the 'Perfect Soundproof System'!";
- mes "You must use plants and experiment samples on the 1st floor of the lab. Release me from Demi Calberine's scary noise.";
- next;
- mes "[Devries]";
- mes "There are some related guides in the cabinet that you may use.";
- mes "Okay then, let's get started!";
- close;
- }else if ((job_gen > 6) && (job_gen < 60)){
- mes "[Devries]";
- mes "Is there a problem?";
- next;
- switch(select("Nothing.:The experiment failed.")){
- case 1:
- mes "[Devries]";
- mes "Better get started, or I'll start to scream!!!";
- close;
- case 2:
- mes "[Devries]";
- mes "Why not redo the experiment?";
- mes "Why are you asking me these things?";
- set job_gen,7;
- if (checkquest(2209) == 1){
- erasequest 2209;
- }
- if (checkquest(2210) == 1){
- erasequest 2210;
- }
- if (checkquest(2211) == 1){
- erasequest 2211;
- }
- if (checkquest(2212) == 1){
- erasequest 2212;
- }
- if (checkquest(2213) == 1){
- erasequest 2213;
- }
- if (checkquest(2214) == 1){
- erasequest 2214;
- }
- close;
- }
- }else if (job_gen == 60 || job_gen == 61){
- mes "- Bang Bang Bang Ke Ke Ke Ke -";
- next;
- mes "- Bang Bang Bangg Bang Bang Bang -";
- next;
- mes "[Devries]";
- mes "What is Demi Calberine doing?";
- mes "That is really loud.";
- next;
- mes "[Devries]";
- mes "Did you finish the experiment, Bubbles?";
- mes "Show me the seed.";
- next;
- if ((countitem(6273) == 0) && (countitem(6272) == 0)){
- mes "[Devries]";
- mes "What is this?";
- mes "How can you claim success when you have a unfinished experiment?";
- mes "Hurry up and redo the experiment.";
- set job_gen,7;
- if (checkquest(2209) == 1){
- erasequest 2209;
- }
- if (checkquest(2210) == 1){
- erasequest 2210;
- }
- if (checkquest(2211) == 1){
- erasequest 2211;
- }
- if (checkquest(2212) == 1){
- erasequest 2212;
- }
- if (checkquest(2213) == 1){
- erasequest 2213;
- }
- if (checkquest(2214) == 1){
- erasequest 2214;
- }
- close;
- }
- mes "[Devries]";
- mes "Show me the seed you created.";
- mes "What will it be?";
- next;
- mes "[Devries]";
- mes "Put the seed in the Super Cultivator, adjust the temperature...";
- next;
- mes "[Devries]";
- mes "Ah!";
- next;
- if (job_gen == 60){
- specialeffect EF_FLASHER;
- specialeffect EF_PHARMACY_OK;
- mes "[Devries]";
- mes "Bubbles, look at this!";
- mes "What a fascination plant!";
- next;
- mes "[Devries]";
- mes "Spike vines are everywhere in the culture machine!";
- mes "These vines are very high concentrated and hard, like a brick wall!";
- next;
- mes "[Devries]";
- mes "This is it, Bubbles!";
- mes "The properties of this plant can be used for varying things!";
- next;
- mes "[Devries]";
- mes "Great, Bubbles.";
- mes "I thought you would have a decent result, but it came out better then I expected!";
- next;
- mes "[Devries]";
- mes "I need to submit your experiment result to the Alchemist Union.";
- mes "I will write a letter, stating that Bubbles is terrific, and has the qualifications to become a geneticist.";
- next;
- mes "[Devries]";
- mes "The union's reply might take a while, can you wait for it?";
- mes "In the meantime, go meet Demi Calberine upstairs.";
- next;
- mes "[Devries]";
- mes "She is a fellow geneticist, specializing in mini cannons.";
- mes "Go take a look at her experiment results.";
- mes "Could you give this message to her? Tell her to conduct her experiments quietly.";
- delitem 6273,1;
- set job_gen,62;
- changequest 2215,2216;
- if (checkquest(2209) == 1){
- erasequest 2209;
- }
- if (checkquest(2210) == 1){
- erasequest 2210;
- }
- if (checkquest(2211) == 1){
- erasequest 2211;
- }
- if (checkquest(2212) == 1){
- erasequest 2212;
- }
- if (checkquest(2213) == 1){
- erasequest 2213;
- }
- if (checkquest(2214) == 1){
- erasequest 2214;
- }
- close;
- }
- specialeffect EF_SPELLBREAKER;
- specialeffect EF_PHARMACY_FAIL;
- mes "[Devries]";
- mes "Uh oh! You failed, Bubbles";
- mes "it did not grow at all, it's withered already.";
- mes "Go and redo the experiment!";
- delitem 6272,1;
- set job_gen,7;
- if (checkquest(2209) == 1){
- erasequest 2209;
- }
- if (checkquest(2210) == 1){
- erasequest 2210;
- }
- if (checkquest(2211) == 1){
- erasequest 2211;
- }
- if (checkquest(2212) == 1){
- erasequest 2212;
- }
- if (checkquest(2213) == 1){
- erasequest 2213;
- }
- if (checkquest(2214) == 1){
- erasequest 2214;
- }
- close;
- }else if ((job_gen > 61) && (job_gen < 76)){
- if (checkquest(2223,2) == 2){
- mes "[Devries]";
- mes "Ah, hold on.";
- mes "It looks like the mail has already arrived.";
- set job_gen,76;
- completequest 2223;
- close;
- }
- mes "[Devries]";
- mes "Whilst waiting for the Union's reply, go see Demi Calberine's experiment results.";
- close;
- }else if (job_gen == 76){
- mes "[Devries]";
- mes "Bubbles!";
- mes "Good news!";
- next;
- if ((Class == Job_Alchemist || Class == Job_Creator || Job_Baby_Alchemist) && ((JobLevel > 49) && (SkillPoint == 0) && (BaseLevel > 98))){
- if (checkcart() == 0){
- mes "[Devries]";
- mes "Put that heavy and dirty cart away. On such a happy moment, that thing will just ruin it.";
- close;
- }
- if(checkweight(1201,1) == 0){
- mes "- Wait a minute !! -";
- mes "- Currently you're carrying -";
- mes "- too many items with you. -";
- mes "- Please try again -";
- mes "- after you lose some weight. -";
- close;
- }
- mes "[Devries]";
- mes "The letter from the Alchemist Union has arrived.";
- mes "Let me read it to you, Bubbles!";
- next;
- mes "<Dear geneticist Devries:>";
- mes "<We recently heard of your activities, many have heard of your news.>";
- next;
- mes "[Devries]";
- mes "This is from my hometown.";
- next;
- mes "<Many have heard of your experiment results and they have already been put into commercial use, we are very happy about this.>";
- mes "<This will certainly help the field of alchemy.>";
- next;
- mes "<You also attached a research paper.>";
- mes "<Including a experiment from an alchemist named "+strcharinfo(0)+". A new fast growing plant type that is as hard as a brick wall.>";
- mes "Myself and other Alchemist Union Members studied this paper, and found it to be very interesting.>";
- next;
- mes "<Other geneticists are also interested in the use of this plant, we hope to see some related research papers in the near future.>";
- next;
- mes "<Devries>";
- mes "<We think "+strcharinfo(0)+" has the qualifications to become a geneticist.>";
- mes "<Please let him know, that we hope that he keeps up his outstanding work after becoming a geneticist.>";
- next;
- mes "<The Alchemist Union is proud of having talented people like Ms. Devries, Ms. Demi Calberine, and "+strcharinfo(0)+".>";
- mes "<We highly anticipate the results of your next experiment.>";
- next;
- mes "[Devries]";
- mes "Congratulations, Bubbles";
- mes "From now on, you are a Geneticist!!";
- if(Class == Job_Baby_Alchemist){
- jobchange Job_Baby_Genetic;
- }
- else if (Class == Job_Alchemist){
- jobchange Job_Genetic;
- } else {
- jobchange Job_Genetic_T;
- }
- set job_gen,77;
- getitem 5752,1;
- getitem 2795,1;
- next;
- mes "[Devries]";
- mes "Just like in the Union's letter, I'm also looking forward to your future research.";
- mes "Let's work hard! Strive to become the best geneticist!";
- close;
- }
- }else if (job_gen == 77){
- mes "[Devries]";
- mes "Bubbles, want to join my Love Orleans club? It's a club for those that love cookies. Of course, we don't think of doing weird things with Charles Orleans.";
- close;
- }
- mes "[Devries]";
- mes "- You still have some unused skill points. -";
- close;;
- }
- mes "[Devries]";
- mes "Am I that beautiful to you? Or why are you staring at me like that?";
- close;
-}
-
-job3_gen01,83,72,3 script Delivery Box#generic 111,{
-
- mes "- There's a big box. -";
- if (job_gen == 2){
- next;
- switch(select("Open it.:Check the address.:Do nothing.")){
- case 1:
- mes "- The box contains 6 bag of cookies -";
- next;
- switch(select("Take the cookies.:Do nothing.")){
- case 1:
- mes "- You took a bag of cookies from the box -";
- set job_gen,3;
- close;
- case 2:
- mes "You do nothing.";
- close;
- }
- case 2:
- mes "[From: Rune-Midgarts Kingdom, Prontera, Charles Orleans]";
- mes "[Recipient: Schwaltzvalt Republic, Lighthalzen, Devries]";
- close;
- case 3:
- mes "You do nothing.";
- close;
- }
- }
- close;
-}
-
-job3_gen01,12,56,3 script Plant Guide#generic 111,{
-
- mes "<The Easiest Alchemy in the World>";
- mes "Written by Bob Ross.";
- next;
- switch(select("Animals:Plants:Minerals:Etc.")){
- case 1:
- mes "...Using animals in alchemy can easily be practiced by anyone.";
- mes "You can put the animals that you want to use on the white tray, imagine the goal you want to make and then practice the alchemy.";
- mes "It's very easy.";
- next;
- mes "...The animals that are used in alchemy might in the danger of getting extinct because of being captured by thoughtless alchemists.";
- mes "So I won't mention them.";
- close;
- case 2:
- mes "...The guide of alchemy using plants is easy to follow, even for a little kid.";
- mes "You can put the plants on the table, and break or cut them, connect them using a simple tool, then do alchemy.";
- mes "That's really an extraordinary method.";
- next;
- mes "...The plants usually used for alchemy are Bigibigi Grass and Muka Trees that have sharp thorns but are delicate inside and Bogi Creeper whose growth speed is really fast but parasitic on living things.";
- if (job_gen == 6){
- set job_gen,7;
- }
- close;
- case 3:
- mes "...Using minerals in alchemy is a way that beginners find pretty easy.";
- mes "You can put the minerals you want to in the beautifully crafted box, and sing any song that you can think of twice and then practice the alchemy.";
- mes "That's really an easy way.";
- next;
- mes "...A mineral that's usually used for alchemy is 'Phracon' which doesn't cost a lot.";
- close;
- case 4:
- mes "...Alchemy is the easiest thing in the world.";
- mes "This writer shows a cobalt blue alchemy demonstration in front of students every week, and always get a big applaud from them.";
- mes "I'm sure that you would be into the alchemy world at the moment you read this book.";
- close;
- }
-}
-
-job3_gen01,36,55,3 script Bigibigi Grass#gen 844,{
-
- if (job_gen == 7){
- if (checkquest(2209) == -1 || checkquest(2209) == 0){
- mes "- The size is quite big to be normal grass so it's called Bigibigi Grass. -";
- next;
- switch(select("Use as experiment sample.:Leave it alone.")){
- case 1:
- mes "- You have obtained Bigibigi Grass. -";
- setquest 2209;
- close;
- case 2:
- mes "- This plant doesn't look suitable as an experiment sample. -";
- close;
- }
- }
- mes "- You already have Bigibigi Grass. -";
- close;
- }else if (job_gen == 6){
- mes "Information related to this plant can be found in the Plant Guide in the cabinet.";
- close;
- }
- mes "- The size is quite big to be normal grass so it's called Bigibigi Grass. -";
- close;
-}
-
-job3_gen01,36,45,3 script Muka Tree#gen 844,{
-
- if (job_gen == 7){
- if (checkquest(2210) == -1 || checkquest(2210) == 0){
- mes "- This is the Muka Tree which protects its delicate inside with sharp thorns. -";
- next;
- switch(select("Use as experiment sample.:Leave it alone.")){
- case 1:
- mes "- You have obtained some parts of Muka Tree.-";
- setquest 2210;
- close;
- case 2:
- mes "- This plant doesn't look suitable as an experiment sample. -";
- close;
- }
- }
- mes "- You already have Muka Tree. -";
- close;
- }else if (job_gen == 6){
- mes "Information related to this plant can be found in the Plant Guide in the cabinet.";
- close;
- }
- mes "- This is the Muka Tree which protects its delicate inside with sharp thorns. -";
- close;
-}
-
-job3_gen01,42,55,3 script Bogi Vine#gen 844,{
-
- if (job_gen == 7){
- if (checkquest(2211) == -1 || checkquest(2211) == 0){
- mes "- This is a Bogi Vine which has a very fast growth speed. -";
- next;
- switch(select("Use as experiment sample.:Leave it alone.")){
- case 1:
- mes "- You have obtained some parts of Bogi Vine. -";
- setquest 2211;
- close;
- case 2:
- mes "- This plant doesn't look suitable as an experiment sample. -";
- close;
- }
- }
- mes "- You already have Bogi Vine. -";
- close;
- }else if (job_gen == 6){
- mes "Information related to this plant can be found in the Plant Guide in the cabinet.";
- close;
- }
- mes "- This is a Bogi Vine which has a very fast growth speed. -";
- close;
-}
-
-job3_gen01,30,58,3 script Aolatura#gen 844,{
-
- if (job_gen == 7){
- if (checkquest(2212) == -1 || checkquest(2212) == 0){
- mes "- This is known to blossom then thousand flowers as it only blooms once per lifetime. -";
- next;
- switch(select("Use as experiment sample.:Leave it alone.")){
- case 1:
- mes "- You have obtained Aolatura. -";
- setquest 2212;
- close;
- case 2:
- mes "- This plant doesn't look suitable as an experiment sample. -";
- close;
- }
- }
- mes "- You already have Aolatura. -";
- close;
- }else if (job_gen == 6){
- mes "Information related to this plant can be found in the Plant Guide in the cabinet.";
- close;
- }
- mes "- This is known to blossom then thousand flowers as it only blooms once per lifetime. -";
- close;
-}
-
-job3_gen01,30,63,3 script Congra#gen 844,{
-
- if (job_gen == 7){
- if (checkquest(2213) == -1 || checkquest(2213) == 0){
- mes "- It's a plant that has a big and solid stem with enormous leaves. -";
- next;
- switch(select("Use as experiment sample.:Leave it alone.")){
- case 1:
- mes "- You have obtained Congra. -";
- setquest 2213;
- close;
- case 2:
- mes "- This plant doesn't look suitable as an experiment sample. -";
- close;
- }
- }
- mes "- You already have Congra. -";
- close;
- }else if (job_gen == 6){
- mes "Information related to this plant can be found in the Plant Guide in the cabinet.";
- close;
- }
- mes "- It's a plant that has a big and solid stem with enormous leaves. -";
- close;
-}
-
-job3_gen01,32,38,3 script Sticky Grass#gen 844,{
-
- if (job_gen == 7){
- if (checkquest(2214) == -1 || checkquest(2214) == 0){
- mes "- I may not know the name but it's sticky and can stick to just about anything. -";
- next;
- switch(select("Use as experiment sample.:Leave it alone.")){
- case 1:
- mes "- You have obtained Sticky Grass -";
- setquest 2214;
- close;
- case 2:
- mes "- This plant doesn't look suitable as an experiment sample. -";
- close;
- }
- }
- mes "- You already have Sticky Grass -";
- close;
- }else if (job_gen == 6){
- mes "Information related to this plant can be found in the Plant Guide in the cabinet.";
- close;
- }
- mes "- I may not know the name but it's sticky and can stick to just about anything. -";
- close;
-}
-
-job3_gen01,7,50,3 script Testing Table#gen 844,{
-
- if (job_gen == 7){
- mes "- This is a testing table with a lot of tools. I think I can study the combinations here with plants. -";
- next;
- switch(select("Conduct experiment.:Don't conduct experiment.")){
- case 1:
- if ((checkquest(2209) == -1 || checkquest(2209) == 0) && (checkquest(2210) == -1 || checkquest(2210) == 0) && (checkquest(2211) == -1 || checkquest(2211) == 0) && (checkquest(2212) == -1 || checkquest(2212) == 0) && (checkquest(2213) == -1 || checkquest(2213) == 0) && (checkquest(2214) == -1 || checkquest(2214) == 0)){
- mes "["+strcharinfo(0)+"]";
- mes "Hmm, I need to bring a plant sample to experiment with.";
- close;
- }
- mes "What do you want to do with the prepared plant sample?";
- next;
- switch(select("Break:Crush:Smash")){
- case 1:
- break;
- case 2:
- break;
- case 3:
- break;
- }
- while(1){
- if (.@fortune == 7){
- break;
- }else{
- mes "What next?";
- next;
- set .@rand,rand(1,2);
- if (.@rand == 1){
- switch(select("Burn into Ashes.:Dip in distilled Water.:Cook it with Steam.")){
- case 1:
- break;
- case 2:
- break;
- case 3:
- break;
- }
- }
- switch(select("Put it into a Testing Flask and Shake.:Cool it down.:Warm it up.")){
- case 1:
- break;
- case 2:
- break;
- case 3:
- break;
- }
- set .@fortune,rand(1,7);
- }
- }
- mes "What next?";
- next;
- menu "Inject it into a Testing Seed.",-;
- mes "Which Seed do you want to use?";
- next;
- switch(select("Testing Seed Type A:Testing Seed Type B:Testing Seed Type C:Testing Seed Type D")){
- case 1:
- break;
- case 2:
- break;
- case 3:
- break;
- case 4:
- break;
- }
- mes "Put the seed into the prepared sample.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Okay, now I need to bring this seed to Devries!";
- if ((checkquest(2209) == -1 || checkquest(2209) == 0) && (checkquest(2210) == -1 || checkquest(2210) == 0) && (checkquest(2211) == -1 || checkquest(2211) == 0)){
- set job_gen,61;
- getitem 6272,1;
- close;
- }
- if (checkquest(2209) == 1){
- set job_gen,job_gen+10;
- }
- if (checkquest(2210) == 1){
- set job_gen,job_gen+10;
- }
- if (checkquest(2211) == 1){
- set job_gen,job_gen+10;
- }
- set .@score,job_gen + JobLevel - 20;
- set .@result,rand(1,100);
- if (.@result < .@score){
- set job_gen,60;
- getitem 6273,1;
- close;
- }
- set job_gen,61;
- getitem 6272,1;
- close;
- case 2:
- mes "- It's not the time to start the experiment yet. -";
- close;
- }
- }else if ((job_gen > 7) && (job_gen < 60)){
- mes "- It looks like there is a problem with the experiment. I better redo the experiment. -";
- set job_gen,7;
- if (countitem(6273) > 0){
- delitem 6273,1;
- }
- if (countitem(6272) > 0){
- delitem 6272,1;
- }
- if (checkquest(2209) == 1){
- erasequest 2209;
- }
- if (checkquest(2210) == 1){
- erasequest 2210;
- }
- if (checkquest(2211) == 1){
- erasequest 2211;
- }
- if (checkquest(2212) == 1){
- erasequest 2212;
- }
- if (checkquest(2213) == 1){
- erasequest 2213;
- }
- if (checkquest(2214) == 1){
- erasequest 2214;
- }
- close;
- }else if (job_gen == 60 || job_gen == 61){
- mes "- It looks like I only need to bring the created seed to Devries now. -";
- close;
- }
- mes "- This is a testing table with a lot of tools. I think I can study the combinations here with plants. -";
- close;
-}
-
-//npc "job3_gen01" "Super Cultivator#gen" CLEAR_NPC 21 67 3 0 0
-
-job3_gen01,91,48,3 script Demi Calberine#gen 982,{
-
- if (job_gen < 62){
- mes "[Demi Calberine]";
- mes "Hmm~ Where'd that bolt go?";
- close;
- }else if (job_gen == 62){
- mes "[Demi Calberine]";
- mes "I want to sit on a blue cart~";
- mes "And make a beautiful picture of me with my cannon~";
- mes "With my love~";
- mes "Shot forever~?";
- next;
- mes "[Demi Calberine]";
- mes "Hmm~ Where'd that bolt go?";
- mes "Why aren't their enough bolts? Didn't I just order a bunch yesterday?";
- next;
- menu "Hi",-;
- mes "[Demi Calberine]";
- mes "Huh~?";
- mes "What...who are you?";
- next;
- mes "[Demi Calberine]";
- mes "Ah, no, this is not the time to talk!";
- mes "Uh! Come help me!";
- next;
- mes "[Demi Calberine]";
- mes "A customer ordered a cart with a mini cannon that I have to finish today, but I can't find the parts!";
- next;
- mes "[Demi Calberine]";
- mes "Er Ah~I think they fell somewhere around here...";
- mes "I only need 12 pieces! I need to work on other parts as well... Please help me find them!";
- changequest 2216,2217;
- set job_gen,63;
- close;
- }else if ((job_gen > 62) && (job_gen < 74)){
- mes "[Demi Calberine]";
- mes "Ah, oh no, oh no~~~";
- mes "Did you find the missing pieces yet? No, not yet? You promised, please hurry up!";
- close;
- }else if (job_gen == 74){
- mes "[Demi Calberine]";
- mes "This cart is low on power, maybe if install this here...";
- next;
- menu "I found the pieces.",-;
- mes "[Demi Calberine]";
- mes "Ah, you scared me!";
- mes "Why do you like to scare people???";
- mes "Are these my missing bolts?";
- mes "Where did you find them?";
- next;
- menu "Didn't you ask me to go find them?",-;
- mes "[Demi Calberine]";
- mes "Oh? Oh?";
- mes "Really? Hehehehehe.";
- mes "Must be my bad memory.";
- next;
- mes "[Demi Calberine]";
- mes "Wait a minute.";
- mes "Now that I have these pieces, I should be able to finish it now.";
- next;
- mes "- Ke Ke Ke Ke -";
- next;
- mes "[Demi Calberine]";
- mes "Very good, the mini cannon is installed on the cart...let's take it for a test shall we?";
- next;
- mes "- Chi... -";
- next;
- mes "- Bang! Bang! Bang! Bang! -";
- next;
- mes "[Demi Calberine]";
- mes "Good! Success!";
- mes "Phew, thanks to you, I was able to finish this on time.";
- mes "Thank you very much.";
- next;
- mes "[Demi Calberine]";
- mes "Ah, what's do you need";
- mes "Do you want to make a custom order or something?";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "I'm a geneticist apprentice.";
- mes "I heard Demi Calberine was obsessed with mini cannons.";
- next;
- mes "[Demi Calberine]";
- mes "Yes, I can make many types of mini cannons.";
- mes "Recently a lot of people want me to modify their carts, I installed new features such as mini cannons.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Cart modification?";
- next;
- mes "[Demi Calberine]";
- mes "Yes, when you are going downhill, don't you want to sit on the cart and slide down?";
- mes "Don't you feel bored dragging the cart everywhere?";
- next;
- mes "[Demi Calberine]";
- mes "The cart is no longer just for item storage.";
- mes "Installing a mini cannon on the cart, will help you attack your enemies, and increases your power.";
- next;
- mes "[Demi Calberine]";
- mes "Devries below seems to be conducting playhouse like experiments.";
- mes "I cannot understand why experiments like that are so popular, tsk.";
- emotion e_rice;
- next;
- mes "[Demi Calberine]";
- mes "Please look at this mini cannon.";
- mes "As big as the size of my palm, it's the smallest and lightest cannon in the world.";
- mes "Don't you think it's cute? Eh~";
- emotion e_awsm;
- next;
- menu "Can my cart be modified too?",-;
- mes "[Demi Calberine]";
- mes "Sorry, only geneticists can have their carts modified.";
- mes "This is a rule from the Alchemy Union, I have no choice in the matter.";
- next;
- mes "[Demi Calberine]";
- mes "But don't be disappointed.";
- mes "Just become a geneticist? Hehehe.";
- next;
- mes "[Demi Calberine]";
- mes "And not all carts can be modified.";
- mes "They have to meet a certain standard.";
- next;
- mes "[Demi Calberine]";
- mes "Before becoming a geneticist, please practice your Cart Revolution skill.";
- mes "You need your muscles and cart movement to be in perfect balance.";
- next;
- mes "[Demi Calberine]";
- mes "If you want, ^FF0000I can show you a nice area to practise in.^000000";
- mes "^FF0000Though I don't like her^000000, it is a nice place, hehe.";
- next;
- mes "[Demi Calberine]";
- mes "With this oppurtunity, you just need to have fun practising your Cart Revolution skill.";
- mes "Use your cart to kill ^FF0000100 Poison Spores^000000, watch your fatique, and familiarize yourself with the cart.";
- next;
- mes "[Demi Calberine]";
- mes "Okay, I need to start work on the next order.";
- mes "If you want to practice, come back here.";
- mes "I will help to modify your cart anytime.";
- next;
- mes "- KaBoom -";
- next;
- mes "- What happened? The floor seems to have disappeared. -";
- set job_gen,75;
- changequest 2217,2223;
- close2;
- warp "job3_gen01",23,32;
- end;
- }else if (job_gen == 75){
- if (checkquest(2223,2) == 2){
- mes "[Demi Calberine]";
- mes "It looks like Devries found out that I put you into her mushroom cage.";
- mes "Just look at her face, nice. Such anger.";
- close;
- }
- mes "[Demi Calberine]";
- mes "Er ah, didn't you finish practising?";
- mes "Do you want to enter the mushroom cage?";
- next;
- switch(select("Yes:No")){
- case 1:
- mes "[Demi Calberine]";
- mes "have fun swinging your cart around~";
- close2;
- warp "job3_gen01",23,32;
- end;
- case 2:
- mes "[Demi Calberine]";
- mes "Hm, too bad. I want to see Devries's angry face.";
- close;
- }
- }else if (job_gen > 75){
- mes "[Demi Calberine]";
- mes "It looks like Devries found out that I put you into her mushroom cage.";
- mes "Just look at her face, nice. Such anger.";
- close;
- }
- mes "[Demi Calberine]";
- mes "Hmm~ Where'd that bolt go?";
- close;
-}
-
-job3_gen01,84,45,3 script Scattered Stuff#gen1 111,{
- goto OnDetails;
-end;
-
-OnInit:
- enablenpc "Scattered Stuff#gen1";
- end;
-
-OnDetails:
- if ((job_gen > 62) && (job_gen < 74)){
- mes "- There is stuff scattered everywhere, what a mess in the lab. -";
- next;
- mes "- You found some small pieces of metal. -";
- set job_gen,job_gen+1;
- disablenpc "Scattered Stuff#gen1";
- initnpctimer;
- close;
- }else if (job_gen == 74){
- mes "- You have collected all the parts. -";
- close;
- }
- end;
-
-OnTimer7000:
- enablenpc "Scattered Stuff#gen1";
- stopnpctimer;
- end;
-}
-
-job3_gen01,77,41,3 script Scattered Stuff#gen2 111,{
- goto OnDetails;
-end;
-
-OnInit:
- enablenpc "Scattered Stuff#gen2";
- end;
-
-OnDetails:
- if ((job_gen > 62) && (job_gen < 74)){
- mes "- There is stuff scattered everywhere, what a mess in the lab. -";
- next;
- mes "- You found some small pieces of metal. -";
- set job_gen,job_gen+1;
- disablenpc "Scattered Stuff#gen2";
- initnpctimer;
- close;
- }else if (job_gen == 74){
- mes "- You have collected all the parts. -";
- close;
- }
- end;
-
-OnTimer7000:
- enablenpc "Scattered Stuff#gen2";
- stopnpctimer;
- end;
-}
-
-job3_gen01,78,57,3 script Scattered Stuff#gen3 111,{
- goto OnDetails;
-end;
-
-OnInit:
- enablenpc "Scattered Stuff#gen3";
- end;
-
-OnDetails:
- if ((job_gen > 62) && (job_gen < 74)){
- mes "- There is stuff scattered everywhere, what a mess in the lab. -";
- next;
- mes "- You found some small pieces of metal. -";
- set job_gen,job_gen+1;
- disablenpc "Scattered Stuff#gen3";
- initnpctimer;
- close;
- }else if (job_gen == 74){
- mes "- You have collected all the parts. -";
- close;
- }
- end;
-
-OnTimer7000:
- enablenpc "Scattered Stuff#gen3";
- stopnpctimer;
- end;
-}
-
-job3_gen01,89,59,3 script Scattered Stuff#gen4 111,{
- goto OnDetails;
-end;
-
-OnInit:
- enablenpc "Scattered Stuff#gen4";
- end;
-
-OnDetails:
- if ((job_gen > 62) && (job_gen < 74)){
- mes "- There is stuff scattered everywhere, what a mess in the lab. -";
- next;
- mes "- You found some small pieces of metal. -";
- set job_gen,job_gen+1;
- disablenpc "Scattered Stuff#gen4";
- initnpctimer;
- close;
- }else if (job_gen == 74){
- mes "- You have collected all the parts. -";
- close;
- }
- end;
-
-OnTimer7000:
- enablenpc "Scattered Stuff#gen4";
- stopnpctimer;
- end;
-}
-
-job3_gen01,90,51,3 script Scattered Stuff#gen5 111,{
- goto OnDetails;
-end;
-
-OnInit:
- enablenpc "Scattered Stuff#gen5";
- end;
-
-OnDetails:
- if ((job_gen > 62) && (job_gen < 74)){
- mes "- There is stuff scattered everywhere, what a mess in the lab. -";
- next;
- mes "- You found some small pieces of metal. -";
- set job_gen,job_gen+1;
- disablenpc "Scattered Stuff#gen5";
- initnpctimer;
- close;
- }else if (job_gen == 74){
- mes "- You have collected all the parts. -";
- close;
- }
- end;
-
-OnTimer7000:
- enablenpc "Scattered Stuff#gen5";
- stopnpctimer;
- end;
-}
-
-job3_gen01,83,27,3 script Scattered Stuff#gen6 111,{
- goto OnDetails;
-end;
-
-OnInit:
- enablenpc "Scattered Stuff#gen6";
- end;
-
-OnDetails:
- if ((job_gen > 62) && (job_gen < 74)){
- mes "- There is stuff scattered everywhere, what a mess in the lab. -";
- next;
- mes "- You found some small pieces of metal. -";
- set job_gen,job_gen+1;
- disablenpc "Scattered Stuff#gen6";
- initnpctimer;
- close;
- }else if (job_gen == 74){
- mes "- You have collected all the parts. -";
- close;
- }
- end;
-
-OnTimer7000:
- enablenpc "Scattered Stuff#gen6";
- stopnpctimer;
- end;
-}
-
-job3_gen01,74,45,3 script Scattered Stuff#gen7 111,{
- goto OnDetails;
-end;
-
-OnInit:
- enablenpc "Scattered Stuff#gen7";
- end;
-
-OnDetails:
- if ((job_gen > 62) & (job_gen < 74)){
- mes "- There is stuff scattered everywhere, what a mess in the lab. -";
- next;
- mes "- You found some small pieces of metal. -";
- set job_gen,job_gen+1;
- disablenpc "Scattered Stuff#gen7";
- initnpctimer;
- close;
- }else if (job_gen == 74){
- mes "- You have collected all the parts. -";
- close;
- }
- end;
-
-OnTimer7000:
- enablenpc "Scattered Stuff#gen7";
- stopnpctimer;
- end;
-}
-
-job3_gen01,18,39,3 script Warning#gen 837,{
-
- mes "= Warning =";
- mes "If you bully my spores, I'll scream!!!";
- if (job_gen > 74){
- next;
- switch(select("Get out of the cage.:Stay here.")){
- case 1:
- mes "- I better get out before Devries catches me. -";
- close2;
- warp "job3_gen01",21,38;
- end;
- case 2:
- mes "- Action cancelled. -";
- close;
- }
- }
- close;
-}
-
-job3_gen01,80,12,1 script Stacked Magazines#gen 111,{
-
- mes "- 'Monthly Bang!' magazines are piled up in disorder. -";
- close;
-}
-
-job3_gen01,83,20,1 script Bed#gen 111,{
-
- mes "- A checker patterned blanket set which looks like it was picked carefully is too good for this dirty bed. -";
- close;
-}
-
-job3_gen01,85,25,1 script Opened Book#gen 111,{
-
- mes "< Do you want to have my pretty room? Do you have enough zeny? Is there enough room? Run to the Lighthalzen Department Store right away and get the most high-end wall papers and interior accessories! >";
- next;
- mes "< Luxurious candles that'll lighten up your room, a huge golden mirror that every lady owns, you can not miss any of them! >";
- close;
-}
-
-job3_gen01,81,81,0 script dbroom 139,2,2,{
-
-OnTouch:
- mes "- It's a room that looks like a storehouse, thanks to so many parcels piled up in the room. -";
- close;
-}
-
-job3_gen01,7,59,0 script from1to2gen 45,1,1,{
-
-OnTouch:
- warp "job3_gen01",72,52;
- end;
-}
-
-job3_gen01,71,56,0 script #from2to1gen 45,1,1,{
-
-OnTouch:
- warp "job3_gen01",11,60;
- end;
-}
-
-lighthalzen,52,132,0 script lighttogen 45,1,1,{
-
-OnTouch:
- warp "job3_gen01",45,50;
- end;
-}
-
-job3_gen01,49,49,0 script gentolight 45,1,1,{
-
-OnTouch:
- warp "lighthalzen",54,132;
- end;
-}
-
-job3_gen01,24,32,0 script Devries Vision 139,2,2,{
-
-OnTouch:
- if (checkquest(2223,2) == 2){
- mapannounce "job3_gen01","Devries: Huh? Did a cat got through the mushroom cage?",bc_map;
- warp "job3_gen01",21,38;
- }
- end;
-}
-
-job3_gen01,26,34,0,0 monster Poison Spore 1428,1,7000,0,0
-job3_gen01,23,33,0,0 monster Poison Spore 1428,1,7000,0,0
-job3_gen01,21,30,0,0 monster Poison Spore 1428,1,7000,0,0
-job3_gen01,26,34,0,0 monster Poison Spore 1428,1,7000,0,0
-job3_gen01,23,33,0,0 monster Poison Spore 1428,1,7000,0,0
-job3_gen01,21,30,0,0 monster Poison Spore 1428,1,7000,0,0
-job3_gen01,26,34,0,0 monster Poison Spore 1428,1,7000,0,0
-job3_gen01,23,33,0,0 monster Poison Spore 1428,1,7000,0,0
-job3_gen01,21,30,0,0 monster Poison Spore 1428,1,7000,0,0
-job3_gen01,26,34,0,0 monster Poison Spore 1428,1,7000,0,0
-job3_gen01,23,33,0,0 monster Poison Spore 1428,1,7000,0,0
-job3_gen01,21,30,0,0 monster Poison Spore 1428,1,7000,0,0
-job3_gen01,26,34,0,0 monster Poison Spore 1428,1,7000,0,0
-job3_gen01,23,33,0,0 monster Poison Spore 1428,1,7000,0,0
-job3_gen01,21,30,0,0 monster Poison Spore 1428,1,7000,0,0
-job3_gen01,26,34,0,0 monster Poison Spore 1428,1,7000,0,0
-job3_gen01,23,33,0,0 monster Poison Spore 1428,1,7000,0,0
-job3_gen01,21,30,0,0 monster Poison Spore 1428,1,7000,0,0 \ No newline at end of file
diff --git a/npc/pre-re/jobs/3-2/minstrel.txt b/npc/pre-re/jobs/3-2/minstrel.txt
deleted file mode 100644
index d6cef4d08..000000000
--- a/npc/pre-re/jobs/3-2/minstrel.txt
+++ /dev/null
@@ -1,2598 +0,0 @@
-//===== rAthena Script =======================================
-// Minstrel Job change Quest
-//===== By: ==================================================
-//= Masao
-//= Credits: Muad_Dib
-//===== Current Version: =====================================
-//= 1.1
-//===== Compatible With: =====================================
-//= Any rAthena SVN
-//===== Description: =========================================
-//= [AEGIS Conversion]
-//= Job change Quest from Bard / Clown -> Minstrel.
-//===== Additional Comments: =================================
-//= 1.0 First Version.
-//= 1.1 Fix the checking of requirements before job change to Minstel - [JayPee]
-//============================================================
-
-alberta,196,133,4 script Bard#job_min 486,{
-
- if (job_min == 0){
- if (Class == Job_Bard || Class == Job_Clown || Class == Job_Baby_Bard){
- if ((BaseLevel > 98) && (JobLevel > 49)){
- mes "[Bard]";
- mes "The voice of heaven revolves around in my ears";
- mes "like a wandering wind,";
- next;
- mes "[Bard]";
- mes "Even though I close my eyes and cover my ears,";
- mes "I can hear a voice from somewhere,";
- next;
- mes "[Bard]";
- mes "It put temptation in exhausted crewman to deep sleep,";
- mes "made them feel as if they were in a land of dreams.";
- next;
- mes "[Girl]";
- mes "Ahhh!! Awesome!!";
- next;
- mes "[Boy]";
- mes "Encore!! Encore!!!";
- next;
- mes "[Old Man passing by]";
- mes "Eeeee~ that's not real song...";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Clap.";
- mes "I can feel the rhythm.";
- mes "Can I hear one more song?";
- next;
- mes "[Bard]";
- mes "Hum?";
- mes "Juding by your outfit I think you are good at singing, why don't you sing us a song?";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "??!!";
- next;
- mes "[Bard]";
- mes "Hahaha!";
- mes "Just kidding.";
- mes "Were you serious? Haha.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "...";
- next;
- mes "[Karian]";
- mes "Sorry~";
- mes "Don't be upset...";
- mes "My name is Karian, I'm just going around.";
- next;
- mes "[Karian]";
- mes "Do you want to go somewhere?";
- mes "Alberta is perfect for traveling.";
- next;
- mes "[Karian]";
- mes "But when you go to sea, you have to be careful.";
- mes "If you run into a Siren, then it's only a matter of time before she kills you.";
- next;
- mes "[Karian]";
- mes "No man can survive after hearing ^f57d7dthe voice of a Siren^000000.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "I'm "+strcharinfo(0)+".";
- mes "Are you here in Alberta to travel?";
- next;
- mes "[Karian]";
- mes "Um.. I'm not trying to leave...";
- mes "...";
- next;
- mes "[Karian]";
- mes "Yes!";
- mes "I'm looking for '^f57d7dMaestro Song^000000'.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "^f57d7d'Maestro Song'^000000, you mean the poet of legend?";
- next;
- mes "[Karian]";
- mes "That's right.";
- mes "According to a rumor that I heard, he is a rich noble.";
- mes "But other than that fact, I can't get anymore information.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Why can't you get anymore information?";
- next;
- mes "[Karian]";
- mes "Well?";
- mes "That's why I tried to go Prontera...";
- mes "Umm...";
- next;
- mes "[Karian]";
- mes "If you are interested, why don't help me find out where ^f57d7d'Maestro Song'^000000 is?";
- next;
- switch(select("Ok.:No.")){
- case 1:
- mes "[" +strcharinfo(0)+ "]";
- mes "Ok, I will.";
- set job_min,1;
- setquest 11135;
- next;
- break;
- case 2:
- mes "["+strcharinfo(0)+"]";
- mes "I'm not interested.";
- next;
- mes "[Karian]";
- mes "Are you? It can't be helped.";
- mes "See you later~";
- close;
- }
- mes "[Karian]";
- mes "It's good to travel by yourself but sometimes you feel that you want to have friends around.";
- next;
- mes "[Karian]";
- mes "Then "+strcharinfo(0)+".";
- mes "Can you collect some ^f57d7dInformation on 'Maestro Song'^000000 in ^f57d7dProntera^000000?";
- mes "Because I have something to investigate in Alberta.";
- next;
- mes "[Karian]";
- mes "Please come back here after finishing the investigation.";
- close;
- }
- mes "[Bard]";
- mes "You have to be careful when you are going to sea.";
- mes "If you run into a Siren, then it's only a matter of time before she kills you.";
- next;
- mes "[Bard]";
- mes "There is no one who can live when he hears^f57d7dthe voice of Siren^000000.";
- close;
- }
- mes "[Bard]";
- mes "You have to be careful when you are going to sea.";
- mes "If a Siren fascinates you, then it's only a matter of time before she kills you.";
- next;
- mes "[Bard]";
- mes "No man can survive after hearing ^f57d7dthe voice of a Siren^000000.";
- close;
- }else if (job_min == 1){
- mes "[Karian]";
- mes "It's good to travel by yourself but sometimes you feel that you want to have friends around.";
- next;
- mes "[Karian]";
- mes "Then "+strcharinfo(0)+".";
- mes "Can you collect some ^f57d7dInformation on 'Maestro Song'^000000 in ^f57d7dProntera^000000?";
- mes "Because I have something to investigate in Alberta.";
- next;
- mes "[Karian]";
- mes "Please come back here after finishing the investigation.";
- close;
- }else if ((job_min > 1) && (job_min < 4)){
- mes "[Karian]";
- mes "Can you collect some ^f57d7d information on 'Maestro Song'^000000 in ^f57d7dProntera^000000?";
- mes "Because I have something to investigate in Alberta.";
- next;
- mes "[Karian]";
- mes "please come back here after finishing the investigation.";
- close;
- }else if (job_min == 4){
- mes "[Karian]";
- mes ""+strcharinfo(0)+"! Did you already go to Prontera?";
- mes "Did you get any useful information?";
- next;
- mes "[Karian]";
- mes "Hum~ did you?";
- mes "I think that's not enough to use...";
- next;
- mes "[Karian]";
- mes "Huhu~ But I got some useful information from some of the captains here in Alberta.";
- next;
- mes "[Karian]";
- mes "I heard that there is a ship which had a man who could be ^f57d7dMaestro Song^000000.";
- mes "A few years ago, it was a ship headed for ^f57d7dHugel^000000.";
- next;
- mes "[Karian]";
- mes "It doesn't exist any more, so I need to take an airship...";
- mes "It's my first time to take it.";
- next;
- mes "[Karian]";
- mes "Um..";
- mes "Anyway let's meet at the airship in Izlude.";
- set job_min,5;
- changequest 11138,11139;
- close;
- }else if (job_min == 100){
- mes "[Karian]";
- mes "The voice of heaven revolves around my ears";
- mes "like a wandering wind,";
- next;
- mes "[Bard]";
- mes "Even though I close my eyes and cover my ears,";
- mes "I can hear a voice from somewhere,";
- next;
- mes "[Bard]";
- mes "It put temptation in exhausted crewman to deep sleep,";
- mes "make them feel as if they are in the land of dreams.";
- next;
- mes "[Karian]";
- mes "Ah!!! "+strcharinfo(0)+" Long time no see!";
- mes "What? What am I doing here?";
- next;
- mes "[Karian]";
- mes "Well?";
- mes "Let me leave here?";
- close;
- }
- mes "[Bard]";
- mes "The voice of heaven revolves around in my ears";
- mes "like wandering wind,";
- next;
- mes "[Bard]";
- mes "Even though I close my eyes and cover my ears,";
- mes "I can hear the voice from somewhere,";
- next;
- mes "[Bard]";
- mes "It put temptation in exhausted crewman to deep sleep,";
- mes "make them feel as if they are in the land of dreams.";
- close;
-}
-
-prontera,141,97,4 script Warmhearted woman 701,{
-
- if (job_min == 1){
- mes "[Warmhearted woman]";
- mes "Maestro Song?";
- mes "I haven't heard that name before.";
- next;
- mes "[Warmhearted woman]";
- mes "Is he a legendary poet?";
- mes "I don't know who he is, but I guess he is a grand man?";
- next;
- mes "[Warmhearted woman]";
- mes "Ah! Ask a ^f57d7dman wearing glasses near the gate of the castle^000000 about a song.";
- mes "He will make a book of 100 hit songs~";
- next;
- mes "[Warmhearted woman]";
- mes "He must know something about making that book.";
- set job_min,2;
- changequest 11135,11136;
- close;
- }else if (job_min == 2){
- mes "[Warmhearted woman]";
- mes "Ah! Ask a ^f57d7dman wearing glasses near the gate of the castle^000000 about the song.";
- mes "They will make a book of 100 hit songs~";
- next;
- mes "[Warmhearted woman]";
- mes "He must know something about making that book.";
- close;
- }
- mes "[Warmhearted woman]";
- mes "I heard that a ^f57d7dman wearing glasses near the gate of the castle^000000 is making a 100 hit song book~";
- close;
-}
-
-prontera,140,331,6 script Glasses-wearing Man 883,{
-
- if (job_min == 2){
- mes "[Glasses-wearing Man]";
- mes "You mean Maestro Song?";
- mes "I don't know details of his life but I heard that he wrote great songs.";
- next;
- mes "[Glasses-wearing Man]";
- mes "I don't get how a boy raised in a rich environment could write a song like this.";
- next;
- mes "[Glasses-wearing Man]";
- mes "He is still on a trip, but thesedays we haven't heard new songs from him.";
- next;
- mes "[Glasses-wearing Man]";
- mes "So we are worried.";
- next;
- mes "[Glasses-wearing Man]";
- mes "It would be better to ask the ^f57d7dwoman standing in front of the tool shop^000000.";
- set job_min,3;
- changequest 11136,11137;
- close;
- }else if (job_min == 3){
- mes "[Glasses-wearing Man]";
- mes "It would better to ask the ^f57d7dwoman standing in front of the tool shop^000000.";
- close;
- }
- mes "[Glasses-wearing Man]";
- mes "100 hit songs!!";
- mes "Whoever want to be a Minstrel should know about this!";
- next;
- mes "[Glasses-wearing Man]";
- mes "Once this book is completed, I'll be rich!";
- mes "Haha!!";
- close;
-}
-
-prontera,146,218,4 script Woman#job_min 90,{
-
- if (job_min == 3){
- mes "[Woman]";
- mes "Do you know who Maestro Song is?";
- mes "I think he must be my little boy.";
- next;
- mes "[Woman]";
- mes "A few years ago, he went off to sea but he never came back.";
- next;
- mes "[Woman]";
- mes "He liked to sing a lot but we didn't let him sing.";
- next;
- mes "[Woman]";
- mes "His father didn't like him singing much.";
- next;
- mes "[Woman]";
- mes "So he broke every instrument in the house...";
- mes "It was terrible.";
- mes "Where is my little boy... sniff.";
- next;
- mes "- I can't get anymore -";
- mes "- useful information. -";
- mes "- I'll go back to Alberta -";
- mes "- and talk to that Bard. -";
- set job_min,4;
- changequest 11137,11138;
- close;
- }else if (job_min == 4){
- mes "- I can't get anymore -";
- mes "- useful information. -";
- mes "- Go back to Alberta. -";
- mes "- and talk to that Bard. -";
- close;
- }
- mes "[Woman]";
- mes "Where is my little boy... sniff.";
- close;
-}
-
-airplane,222,67,6 script Karian#job_min1 486,{
-
- if (job_min == 5){
- mes "[Karian]";
- mes "Yup!!!!!!!!!!!!!!!!!!";
- next;
- mes "[Karian]";
- mes "Please leave me alone.";
- mes "I feel nauseated.";
- next;
- mes "[Karian]";
- mes "Acchh...";
- set job_min,6;
- changequest 11139,11140;
- close2;
- warp "hu_in01",267,8;
- end;
- }
- mes "[Karian]";
- mes "Yup!!!!!!!!";
- next;
- mes "[Karian]";
- mes "Please leave me alone.";
- mes "I feel nauseated.";
- next;
- mes "[Karian]";
- mes "Acchh...";
- close;
-}
-
-hu_in01,267,5,3 script Karian#job_min2 486,{
-
- if (job_min == 6){
- mes "[Karian]";
- mes "Eeeeh it's so painful.";
- mes "I don't want to feel like this ever again.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Are you ok?";
- next;
- mes "[Karian]";
- mes "...";
- mes "No...";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "I'm feeling ok.";
- mes "So, I'm going to find out information in town, you can take a rest.";
- next;
- mes "[Karian]";
- mes "Sorry, blech! I still feel bad...";
- mes "You can get good information from the ^f57d7dPub^000000. Owww...";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "You don't have to tell me everything. I can take care of it.";
- next;
- mes "[Karian]";
- mes "...";
- set job_min,7;
- changequest 11140,11141;
- close;
- }else if (job_min == 7){
- mes "[Karian]";
- mes "Sorry... Owww!";
- mes "You can get good information from the ^f57d7dPub^000000. Owww...";
- close;
- }else if (job_min == 8){
- mes "[Karian]";
- mes "Wooo.";
- mes "Did you get anything?";
- next;
- mes "- Karian doesn't look -";
- mes "- like he's doing well -";
- mes "- you can get information -";
- mes "- from a man in the Pub. -";
- close;
- }else if (job_min == 9){
- mes "[Karian]";
- mes "Owww...";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "How do you feel?";
- next;
- mes "[Karian]";
- mes "Oww...";
- mes "I feel better.";
- next;
- mes "[Karian]";
- mes "Did you get anything?";
- mes "I'm sorry that I can't be more helpful to you.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "No, it's ok.";
- mes "I met a man in the Pub, he said that he got a song from 'Maestro Song'.";
- next;
- mes "[Karian]";
- mes "Pub?";
- mes "You got a song?";
- mes ".....";
- mes "Bleech...";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Hey! Are you sure that you are ok?";
- next;
- mes "[Karian]";
- mes "I don't become airsick,";
- mes "It's just bad memories.";
- mes "So did you hear something?";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "I heard a song named ^f57d7d'Metallic Sound'^000000.";
- next;
- mes "[Karian]";
- mes "What?!?!?!?!!!!!";
- mes "You heard that?!";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Why? Do you know that song?";
- next;
- mes "[Karian]";
- mes "Ahh...";
- mes "Y, yes...";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Hmm...";
- next;
- mes "[Karian]";
- mes "I met him before.";
- mes "He has a great voice...";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Yes.";
- mes "I blacked out as I heard that song.";
- next;
- mes "[Karian]";
- mes "He has the destructive power of voice.";
- mes "And he...";
- mes "What else?";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Ah!!";
- mes "^f57d7d'Maestro Song'^000000 went to ^f57d7dThanatos Tower^000000.";
- mes "I don't know why he went there.";
- next;
- mes "[Karian]";
- mes "Did he? I must go there!";
- set job_min,10;
- changequest 11142,11143;
- close;
- }else if (job_min == 10){
- mes "[Karian]";
- mes "What are you doing? Let's go to Thanatos tower.";
- close;
- }
- mes "[Karian]";
- mes "Of course it's easy to take an airship, but sometimes it can be good to walk.";
- next;
- mes "[Karian]";
- mes "It isn't about my sickness.";
- close;
-}
-
-hu_in01,361,103,3 script Tone-deaf person 995,{
-
- if (job_min == 7){
- mes "[Tone-deaf person]";
- mes "Lala~ lala~";
- mes "Humming~?";
- next;
- mes "[Tone-deaf person]";
- mes "lalala~";
- mes "lullula~";
- next;
- mes "- It's very hard to hear. -";
- mes "- You start to have doubts -";
- mes "- that such sounds could -";
- mes "- be made from humans. -";
- next;
- switch(select("You move to other side.:Keep listening.")){
- case 1:
- close;
- case 2:
- break;
- }
- mes "[Tone-deaf person]";
- mes "Turuturu~";
- mes "Dadada~";
- next;
- mes "[Tone-deaf person]";
- mes "Shubashuba~ shaaa~";
- mes "Blahblah~";
- mes "Lalala...";
- mes "......!!";
- next;
- if (Class == Job_Bard || Class == Job_Baby_Bard){
- mes "[Tone-deaf person]";
- mes "Hum!! Hey you, you were listening to my song.";
- mes "You look like a Bard, how about you sing for me as rewarding my song?";
- next;
- }else{
- mes "[Tone-deaf person]";
- mes "Hum!! Hey you, you were listening to my song.";
- mes "You look like a Clown, how about you sing for me as rewarding my song?";
- next;
- }
- mes "["+strcharinfo(0)+"]";
- mes "What?!";
- next;
- mes "[Tone-deaf person]";
- mes "Sing for me.";
- mes "Come on~";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Ok...";
- mes "Hum hum...";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "You are standing in the middle of Asgard's field.";
- mes "You hand the friut of heaven over to me~";
- mes "You are loved by every god~";
- next;
- mes "[Tone-deaf person]";
- mes "Hooo~ You sing well. I can feel better when I hear ^f57d7d'Idun's apple'^000000~";
- next;
- mes "[Tone-deaf person]";
- mes "As you can see!";
- mes "I'm a guy who can enjoy songs!";
- next;
- mes "[Tone-deaf person]";
- mes "I think it is nothing to be proud of. But I'm good at singing.";
- mes "When I was young, I tried to be a Bard but I had to succeed the family business.";
- next;
- mes "[Tone-deaf person]";
- mes "For a long time I lost my dream, I'm already old.";
- next;
- mes "[Tone-deaf person]";
- mes "I have famliy that needed my protection.";
- mes "But one day I believe that my dreams come true!";
- next;
- mes "[Tone-deaf person]";
- mes "In my spare time, I heard the stories of a tourist in the Pub.";
- mes "When I left there, I didn't want to become a laughing stock.";
- next;
- mes "[Tone-deaf person]";
- mes "And I can show my song to those who know the song.";
- next;
- mes "[Tone-deaf person]";
- mes "They are usually suprised when they hear the song.";
- mes "They are suprised by my skill.";
- mes "Huhu";
- next;
- mes "[Tone-deaf person]";
- mes "But ^f57d7d'Maestro Song'^000000 didn't get discouraged by my song.";
- mes "Of course he isn't good enough to me.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Did you meet ^f57d7d'Maestro Song'^000000?";
- next;
- mes "[Tone-deaf person]";
- mes "Hmm? Have you met him?";
- mes "I did. A few years ago.";
- next;
- mes "[Tone-deaf person]";
- mes "When he heard my song, he said that he can't hear songs like this anywhere.";
- next;
- mes "[Tone-deaf person]";
- mes "I could have the opportunity to sing for him in Hugel.";
- mes "There is no one who has skill like that.";
- next;
- mes "[Tone-deaf person]";
- mes "Before he left, I got a song that reminds me of him.";
- next;
- mes "[Tone-deaf person]";
- mes "He said that he will go to Thanatos.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Did you get a song?";
- next;
- mes "[Tone-deaf person]";
- mes "Yes!";
- mes "He conceded my ability!";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Can I hear the song?";
- next;
- mes "[Tone-deaf person]";
- mes "Hum...";
- mes "Wait.";
- mes "I have to find a piece of paper.";
- mes "I put it in my vest.";
- next;
- mes "[Tone-deaf person]";
- mes "Rummaging rummaging.";
- mes "Browsing browsing .";
- set job_min,8;
- close;
- }else if (job_min == 8){
- mes "[Tone-deaf person]";
- mes "I got it.";
- mes "Hum!";
- mes "Listen carefully!";
- mes "^f57d7d'Metallic Sound!!'^000000";
- next;
- mes "[Tone-deaf person]";
- mes "$$$$$$@@@@@!!!!";
- mes "&&$%&@@@$#$~~";
- mes "$#^#$####$$!!!@@#!!!!!";
- percentheal -30,-30;
- next;
- mes "[Tone-deaf person]";
- mes "!@@@$$%^@@#%^%!!!!!!";
- mes "!!!!!!!##$$^^^#^!!!";
- mes "&$$%@@@%@##%~~~";
- percentheal -30,-30;
- next;
- mes "-You lose consciousness.-";
- mes "-This voice must have-";
- mes "-huge destructive-";
- mes "-power.-";
- percentheal -30,-30;
- next;
- mes "-And I can't remember-";
- mes "-the end of this song.-";
- next;
- mes "[Tone-deaf person]";
- mes "Hey~";
- next;
- mes "[Tone-deaf person]";
- mes "Open your eyes~";
- next;
- mes "[Tone-deaf person]";
- mes "Clap";
- mes "Hey~";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Eeeee...";
- next;
- mes "[Tone-deaf person]";
- mes "I think you are qualified, but you seem to need more training.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "......";
- next;
- mes "-You're so exhausted.-";
- mes "-So go back to the hotel.-";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Thank you for your song.";
- mes "I have to go back...";
- next;
- mes "[Tone-deaf person]";
- mes "Ah?";
- mes "Ok see you later.";
- mes "If you want to hear my song, you can visit me.";
- mes "Hahahh";
- set job_min,9;
- changequest 11141,11142;
- close;
- }else if (job_min == 9){
- mes "["+strcharinfo(0)+"]";
- mes "......";
- next;
- mes "-I'm so exhausted.-";
- mes "-you got information-";
- mes "-so go back to the hotel.-";
- close;
- }else if (job_min == 10){
- mes "[Tone-deaf person]";
- mes "Are you leaving??";
- mes "If you want to hear my song, you can visit me.";
- mes "Hahahah";
- close;
- }else if (job_min == 100){
- mes "[Tone-deaf person]";
- mes "Oh!!";
- mes "You seem to be strong!";
- mes "You are no less competent than I am.";
- close;
- }
- mes "[Tone-deaf person]";
- mes "Lala~ lalal~";
- mes "Lulu~?";
- next;
- mes "[Tone-deaf person]";
- mes "Lalalal~";
- mes "Lululul~";
- next;
- mes "-It's very hard to hear.-";
- mes "-You start to have doubts-";
- mes "-that such a sound can be-";
- mes "-coming out a human.-";
- close;
-}
-
-tha_scene01,140,200,0 script min_receipt 139,3,3,{
-
-OnTouch:
- if (job_min == 10){
- mes "-There is a piece of paper on the ground.-";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "What is this?";
- next;
- mes "[Karian]";
- mes "What does it say?";
- donpcevent "Karian#cmd1::OnEnable";
- next;
- mes "===================";
- mes "==photo exchange==";
- mes "======receipt======";
- mes "===================";
- mes "Name : Maestro Song";
- next;
- mes "- Bring this receipt and exchange it";
- mes "";
- mes "- Juno's store manager : Mr. Click.";
- next;
- mes "- Directions : Around Juno's plaza.";
- getitem 6271,1;
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Photo exchange receipt?";
- mes "How did he drop it...";
- next;
- mes "[Karian]";
- mes "Juno's store...";
- mes "Let's go to Juno...";
- set job_min,11;
- changequest 11143,11144;
- donpcevent "Karian#cmd1::OnDisable";
- close;
- }else if (job_min == 11){
- if (countitem(6271) < 1){
- mes "-There is a piece of paper on the ground.-";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "What is this?";
- next;
- mes "[Karian]";
- mes "What does it say?";
- donpcevent "Karian#cmd1::OnEnable";
- next;
- mes "===================";
- mes "==photo exchange==";
- mes "======receipt======";
- mes "===================";
- mes "Name : Maestro Song";
- next;
- mes "- Bring this receipt and exchange it";
- mes "";
- mes "- Juno's store manager : Mr. Click.";
- next;
- mes "- Directions : Around Juno's plaza.";
- getitem 6271,1;
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Photo exchange receipt?";
- mes "How did he drop it...";
- next;
- mes "[Karian]";
- mes "Juno's store...";
- mes "Let's go to Juno...";
- donpcevent "Karian#cmd1::OnDisable";
- close;
- }
- }
-}
-
-tha_scene01,139,204,6 script Karian#cmd1 486,{
- end;
-
-OnInit:
- disablenpc "Karian#cmd1";
- end;
-
-OnEnable:
- enablenpc "Karian#cmd1";
- initnpctimer;
- end;
-
-OnDisable:
- disablenpc "Karian#cmd1";
- stopnpctimer;
- end;
-
-OnTimer15000:
- donpcevent "Karian#cmd1::OnDisable";
- stopnpctimer;
- end;
-}
-
-yuno,143,170,6 script Mr. Click#job_min 748,{
-
- if (job_min == 11){
- mes "[Mr. Click]";
- mes "Hi~ welcome~";
- mes "I can take a picture for you.";
- mes "Do you want to take a pic?";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "No...";
- mes "Do you remember this receipt?";
- next;
- mes "[Mr. Click]";
- mes "Let me see~";
- mes "Umm...";
- next;
- mes "[Mr. Click]";
- mes "Yes...";
- mes "It looks so old.";
- next;
- mes "[Mr. Click]";
- mes "It's okay.";
- mes "Tourists usually don't pick up their pictures.";
- next;
- mes "[Mr. Click]";
- mes "So there are plenty of photos I've been holding on to.";
- next;
- mes "[Mr. Click]";
- mes "I can find that so easily.";
- mes "I keep lots of old stuff.";
- mes "No problem.";
- next;
- mes "[Mr. Click]";
- mes "browsing~";
- next;
- mes "[Mr. Click]";
- mes "browsing~";
- next;
- mes "[Mr. Click]";
- mes "I think I found it!";
- mes "The photo crashed down, but it's ok.";
- mes "No problem.";
- next;
- mes "[Mr. Click]";
- mes "Here, take a look.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "The picture!";
- mes "Let me see it!";
- next;
- mes "[Karian]";
- mes "Hurry.";
- donpcevent "Karian#cmd2::OnEnable";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "...";
- next;
- mes "[Karian]";
- mes "Oh~ Good pic, isn't it?";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "I expected I would see the face of 'Maestro Song', but he's wearing a mask...";
- mes "He's wearing a mask?!";
- mes "We came here for this?";
- next;
- mes "[Karian]";
- mes "Ah! look at this!";
- mes "Something is on the back of the picture.";
- next;
- mes "-I want to have a Teddy Bear. I need 33?";
- mes "-In front of Thanatos tower.";
- mes "-Maestro Song.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "What does it mean?";
- next;
- mes "[Karian]";
- mes "Well...";
- next;
- mes "[Karian]";
- mes "Um... Teddy Bear...";
- mes "Between Einbroch and Lighthalzen, there is an area that teddybears live.";
- next;
- mes "[Karian]";
- mes "We might be able to get something there.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Then why would he need 33?";
- next;
- mes "[Karian]";
- mes "Well... Go there and we might be able to find out something.";
- next;
- mes "[Karian]";
- mes "Umm... Then I'll pass by Einbroch and go to Lighthalzen. Why don't you go to the place that Teddy Bears are?";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Ok. Then let's meet at Lighthalzen's hotel.";
- mes "I'll get the 33 Teddy Bears.";
- donpcevent "Karian#cmd2::OnDisable";
- set job_min,12;
- getitem 6270,1;
- changequest 11144,11145;
- close;
- }else if (job_min == 12){
- mes "[Mr. Click]";
- mes "Then take care.";
- next;
- mes "[Karian]";
- mes "Let's go there!";
- donpcevent "Karian#cmd2::OnEnable";
- next;
- mes "[Karian]";
- mes "Then I'll pass by Einbroch and go to Lighthalzen. Why don't you go to the place that Teddy Bears are?";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Then let's meet at Lighthalzen's hotel.";
- mes "I'll get the 33 Teddy Bears.";
- donpcevent "Karian#cmd2::OnDisable";
- close;
- }
- mes "[Mr. Click]";
- mes "Hi~ welcome~";
- mes "I can take a picture for you.";
- mes "Do you want to take a pic?";
- close;
-}
-
-yuno,146,168,0 script Karian#cmd2 486,{
- end;
-
-OnInit:
- disablenpc "Karian#cmd2";
- end;
-
-OnEnable:
- enablenpc "Karian#cmd2";
- initnpctimer;
- end;
-
-OnDisable:
- disablenpc "Karian#cmd2";
- stopnpctimer;
- end;
-
-OnTimer100000:
- donpcevent "Karian#cmd2::OnDisable";
- stopnpctimer;
- end;
-}
-
-lighthalzen,162,126,3 script Little Girl#job_min 62,3,3,{
-
-OnTouch:
- if (checkquest(11145,2) == 2){
- if (job_min == 12){
- mes "[Little Girl]";
- mes "Ah!!!!";
- mes "Teddy bear!!!";
- next;
- mes "[Little Girl]";
- mes "Why do you have lots of teddy bears?";
- mes "Where did you get them old man?";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Hey, I'm not an old man.";
- next;
- mes "[Little Girl]";
- mes "And my name isn't 'Hey'!";
- mes "My name is 'Rion'!";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Sorry~ sorry~";
- mes "What if I give you a teddy bear.";
- next;
- mes "[Rion]";
- mes "Ah!";
- mes "Are you sure?";
- mes "Hooray!!!";
- next;
- mes "[Rion]";
- mes "A man who I saw before didn't give me teddybears even though he had lots of them!";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Is he the guy in this pic?";
- next;
- mes "[Rion]";
- mes "I can't rememebr well.";
- mes "But I think he is.";
- next;
- mes "[Rion]";
- mes "My mother said that he was rolling in a room with teddy bears.";
- next;
- mes "[Rion]";
- mes "And he wears teddy bear outfits and goes to the ^f57d7dIce Cave^000000.";
- next;
- mes "[Rion]";
- mes "My mother works here.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Ice Cave?";
- next;
- mes "[Rion]";
- mes "Mother said that it's freezing.";
- next;
- mes "[Karian]";
- mes "Hey~ "+strcharinfo(0)+"~";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Ah, Karian. Did you just get here?";
- next;
- mes "[Karian]";
- mes "Yes.";
- mes "It was much farther away than I'd expected.";
- donpcevent "Karian#cmd3::OnEnable";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "You... walked here?";
- next;
- mes "[Karian]";
- mes "...";
- mes "I didn't want to take the airship again...";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Oh... got it.";
- mes "Then did you get anything in Einbroch?";
- next;
- mes "[Karian]";
- mes "I think 'Maestro Song' went to Einbroch, but he left soon because of air.";
- mes "How about you? Did you find something about the teddy bears?";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "'Maestro Song' might be in an Ice Cave.";
- next;
- mes "[Karian]";
- mes "Might be?";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "This little... ah... Rion saw him.";
- next;
- mes "[Karian]";
- mes "Then it's time to go to the Ice Cave?";
- mes "Huu... legs hurt.";
- mes "Ok, let's go to there.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Okay.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Thanks, Rion.";
- mes "I'll give you all the teddy bears I have.";
- next;
- mes "[Rion]";
- mes "Really?!";
- mes "Waaah!!!!!!!!!";
- mes "I'm so happy!!!";
- mes "Thank you, "+strcharinfo(0)+".";
- set job_min,13;
- changequest 11145,11146;
- donpcevent "Karian#cmd3::OnDisable";
- close;
- }else if (job_min == 13){
- mes "[Rion]";
- mes "I heard that 'Maestro Song' when I went to the Ice Cave.";
- mes "Thank you for the Teddy Bears!";
- close;
- }else if (job_min > 13){
- mes "[Rion]";
- mes "I'm having a lot of fun playing with the Teddy Bears!";
- close;
- }
- mes "[Little Girl]";
- mes "I'm having a lot of fun playing with the Teddy Bears!";
- close;
- }
- mes "[Little Girl]";
- mes "Do you like teddy bears?";
- mes "I love 'em!!!!!";
- close;
-}
-
-lighthalzen,160,124,6 script Karian#cmd3 486,{
- end;
-
-OnInit:
- disablenpc "Karian#cmd3";
- end;
-
-OnEnable:
- enablenpc "Karian#cmd3";
- initnpctimer;
- end;
-
-OnDisable:
- disablenpc "Karian#cmd3";
- stopnpctimer;
- end;
-
-OnTimer100000:
- donpcevent "Karian#cmd3::OnDisable";
- stopnpctimer;
- end;
-}
-
-ice_dun01,157,15,0 script Ice Cave Minstrel1 139,2,2,{
-
-OnTouch:
- if (job_min == 13){
- mes "-A long time ago-";
- close2;
- warp "ice_dun01",157,23;
- end;
- }
- end;
-}
-
-ice_dun01,157,23,0 script Ice Cave Minstrel2 139,2,2,{
-
-OnTouch:
- if (job_min == 13){
- mes "-THe giant born to ice-";
- close2;
- warp "ice_dun01",141,41;
- end;
- }
- end;
-}
-
-ice_dun01,141,41,0 script Ice Cave Minstrel3 139,2,2,{
-
-OnTouch:
- if (job_min == 13){
- mes "-died-";
- close2;
- warp "ice_dun01",120,35;
- end;
- }
- end;
-}
-
-ice_dun01,120,35,0 script Ice Cave Minstrel4 139,2,2,{
-
-OnTouch:
- if (job_min == 13){
- mes "-His body became the ground-";
- close2;
- warp "ice_dun01",104,30;
- end;
- }
- end;
-}
-
-ice_dun01,104,30,0 script Ice Cave Minstrel5 139,2,2,{
-
-OnTouch:
- if (job_min == 13){
- mes "-His bones became a mountain-";
- close2;
- warp "ice_dun01",86,23;
- end;
- }
- end;
-}
-
-ice_dun01,86,23,0 script Ice Cave Minstrel6 139,2,2,{
-
-OnTouch:
- if (job_min == 13){
- mes "-his skin became soil-";
- close2;
- warp "ice_dun01",75,19;
- end;
- }
- end;
-}
-
-ice_dun01,75,19,0 script Ice Cave Minstrel7 139,2,2,{
-
-OnTouch:
- if (job_min == 13){
- mes "-His blood became a river-";
- close2;
- warp "ice_dun01",56,12;
- end;
- }
- end;
-}
-
-ice_dun01,56,12,0 script Ice Cave Minstrel8 139,2,2,{
-
-OnTouch:
- if (job_min == 13){
- mes "-his hair became a plant-";
- close2;
- warp "ice_dun01",29,26;
- end;
- }
- end;
-}
-
-ice_dun01,29,26,0 script Ice Cave Minstrel9 139,2,2,{
-
-OnTouch:
- if (job_min == 13){
- mes "-His head became the sky-";
- close2;
- warp "ice_dun01",25,46;
- end;
- }
- end;
-}
-
-ice_dun01,25,46,0 script Ice Cave Minstrel10 139,2,2,{
-
-OnTouch:
- if (job_min == 13){
- mes "-His tears from his-";
- close2;
- warp "ice_dun01",20,66;
- end;
- }
- end;
-}
-
-ice_dun01,20,66,0 script Ice Cave Minstrel11 139,2,2,{
-
-OnTouch:
- if (job_min == 13){
- mes "-eyes became dew-";
- close2;
- warp "ice_dun01",22,85;
- end;
- }
- end;
-}
-
-ice_dun01,22,85,0 script Ice Cave Minstrel12 139,2,2,{
-
-OnTouch:
- if (job_min == 13){
- mes "-on the leaves-";
- percentheal -90,0;
- set job_min,14;
- changequest 11146,11147;
- close2;
- warp "ra_in01",361,129;
- end;
- }
- end;
-}
-
-ra_in01,361,129,0 script jmRachelHotel 139,2,2,{
-
-OnTouch:
- if (job_min == 14){
- mes "[Old Woman]";
- mes "Huu!!";
- mes "Wake up!";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Where am I...?";
- set job_min,15;
- close;
- }
- end;
-}
-
-ra_in01,358,130,4 script Old Woman#job_min 979,{
-
- if (job_min == 14){
- mes "[Old Woman]";
- mes "Huu!!";
- mes "Wake up!";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Where am I...?";
- set job_min,15;
- close;
- }else if (job_min == 15){
- mes "[Old Woman]";
- mes "You're in Rachel.";
- mes "You arere strange. You have to wear warmer clothes if you want to go into the Ice Cave.";
- next;
- mes "[Old Woman]";
- mes "You're lucky that my husband found you when he did.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Sorry.";
- next;
- mes "[Old Woman]";
- mes "Anyway!! Be careful!";
- mes "You don't believe your youth alone will protect you.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "I'll be careful.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Do you know that song written on the wall of the Ice cave?";
- next;
- mes "[Old Woman]";
- mes "Did you go there to see?";
- mes "A few years ago, one man wearing a mask carved that on the Ice cave.";
- next;
- mes "[Old Woman]";
- mes "I couldn't see his face because of the mask,";
- next;
- mes "[Old Woman]";
- mes "but he got a cold and felt so painful.";
- next;
- mes "[Old Woman]";
- mes "And then he decided to go to Comodo.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Comodo?";
- next;
- mes "[Old Woman]";
- mes "Yes, I heard that Comodo is a very fun place, I want to go there before I die.";
- next;
- mes "[Old Woman]";
- mes "If you want to go there you have to take an airship to the Rune-Midgarts Kingdom.";
- next;
- mes "[Old Woman]";
- mes "That's not easy.";
- next;
- mes "[Karian]";
- mes "What?! An Airship?!";
- mes "Eee I don't want to go on an airship again!";
- donpcevent "Karian#cmd4::OnEnable";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Take it easy...";
- mes "Is there another way to go there?";
- next;
- mes "[Old Woman]";
- mes "Without an airship?";
- mes "You can walk...";
- mes "But it takes a long time...";
- next;
- mes "[Old Woman]";
- mes "Ah! It's Comodo over southern Veins.";
- next;
- mes "[Old Woman]";
- mes "We don't have a proper boat.";
- mes "In southern of Veins, there is a port. If you are lucky you can take it...";
- donpcevent "Karian#cmd4::OnDisable";
- set job_min,16;
- changequest 11147,11148;
- close;
- }else if (job_min == 16){
- mes "[Old Woman]";
- mes "Ah! It's Comodo over southern Veins.";
- next;
- mes "[Old Woman]";
- mes "We don't have a proper boat.";
- mes "In southern of Veins, there is a port. If you are lucky you can take it...";
- close;
- }
- mes "[Old Woman]";
- mes "I heard that Comodo is a very fun place, I want to go there before I die.";
- next;
- mes "[Old Woman]";
- mes "If you want to go there you have to take an Airship to the Rune-Midgarts Kingdom.";
- next;
- mes "[Old Woman]";
- mes "It's the fastest way.";
- close;
-}
-
-ra_in01,357,128,0 script Karian#cmd4 486,{
- end;
-
-OnInit:
- disablenpc "Karian#cmd4";;
- end;
-
-OnEnable:
- enablenpc "Karian#cmd4";;
- initnpctimer;
- end;
-
-OnDisable:
- disablenpc "Karian#cmd4";;
- stopnpctimer;
- end;
-
-OnTimer100000:
- donpcevent "Karian#cmd4::OnDisable";
- stopnpctimer;
- end;
-}
-
-ve_fild07,131,132,5 script =Notice=#job_min 837,{
-
- if (job_min == 16){
- mes "===Notice===";
- mes "Maestro Song, Go to Comodo by boat!";
- mes "Be ambitious!";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Will it be okay...";
- next;
- mes "[Karian]";
- mes "Don't worry, trust me!!";
- donpcevent "Karian#cmd5::OnEnable";
- next;
- mes "-It's not easy to trust her-";
- next;
- switch(select("I don't like this.:Take the kayak.")){
- case 1:
- mes "[Karian]";
- mes "I never ride airships ever...";
- donpcevent "Karian#cmd5::OnDisable";
- close;
- case 2:
- mes "[Karian]";
- mes "Ok Then let's go!!!!!";
- next;
- mes "-If you take a small boat,-";
- mes "-and go ahead-";
- mes "-to Comodo,-";
- mes "-You should see-";
- mes "-other small boats.-";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Hmm...";
- mes "I didn't think that there was anyone who would cross over this sea with a boat.";
- mes "You sure I'll see other boats?";
- next;
- mes "[Karian]";
- mes "They will be headed the other direction.";
- donpcevent "Karian#cmd5::OnDisable";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Where are you going?";
- next;
- mes "[Karian]";
- mes "Well? I haven't heard of the place's name before.";
- mes "It's just called 'island' from what I heard.";
- next;
- mes "-For a whlie the silence-";
- mes "-continues. Karian starts-";
- mes "-to hum as she rows.-";
- next;
- mes "-Listening to Karian hum-";
- mes "-You suddenly feel like-";
- mes "-you're sitting in water.-";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Hey! There's a water leak!!";
- next;
- mes "[Karian]";
- mes "Ahhhh!!!!!!!!!!!!!!";
- next;
- set .@rand,rand(7,9);
- if (.@rand == 7){
- switch(select("Throw the water out.:Row.:Dance.")){
- case 1:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- case 2:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 3:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- }
- }else if (.@rand == 8){
- switch(select("Row.:Throw the water out.:Dance.")){
- case 1:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 2:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- case 3:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- }
- }
- switch(select("Dance.:Row.:Throw the water out.")){
- case 1:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- case 2:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 3:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- }
- set .@rand,rand(7,9);
- if (.@rand == 7){
- switch(select("Throw the water out.:Row.:Dance.")){
- case 1:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- case 2:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 3:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- }
- }else if (.@rand == 8){
- switch(select("Row.:Throw the water out.:Sleep.")){
- case 1:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 2:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- case 3:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- }
- }
- switch(select("Sleep.:Row.:Throw the water out.")){
- case 1:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- case 2:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 3:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- }
- set .@rand,rand(7,9);
- if (.@rand == 7){
- switch(select("Throw the water out.:Row.:Sleep.")){
- case 1:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- case 2:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 3:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- }
- }else if (.@rand == 8){
- switch(select("Row.:Throw the water out.:Sing.")){
- case 1:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 2:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- case 3:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- }
- }
- switch(select("Sing.:Row.:Throw the water out.")){
- case 1:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- case 2:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 3:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- }
- set .@rand,rand(7,9);
- if (.@rand == 7){
- switch(select("Throw the water out.:Row.:Have some water.")){
- case 1:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- case 2:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 3:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- }
- }else if (.@rand == 8){
- switch(select("Row.:Throw the water out.:Have some water.")){
- case 1:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 2:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- case 3:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- }
- }
- switch(select("Have some water.:Row.:Throw the water out.")){
- case 1:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- case 2:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 3:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- }
- set .@rand,rand(7,9);
- if (.@rand == 7){
- switch(select("Throw the water out.:Row.:Shout 'Viva'.")){
- case 1:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- case 2:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 3:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- }
- }else if (.@rand == 8){
- switch(select("Row.:Throw the water out.:Shout 'Viva'.")){
- case 1:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 2:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- case 3:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- }
- }
- switch(select("Shout 'Viva'.:Row.:Throw the water out.")){
- case 1:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- case 2:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 3:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- }
- set .@rand,rand(7,9);
- if (.@rand == 7){
- switch(select("Throw the water out.:Row.:Go fishing.")){
- case 1:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- case 2:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 3:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- }
- }else if (.@rand == 8){
- switch(select("Row.:Throw the water out.:Go fishing.")){
- case 1:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 2:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- case 3:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- }
- }
- switch(select("Go fishing.:Row.:Throw the water out.")){
- case 1:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- case 2:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 3:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- }
- set .@rand,rand(7,9);
- if (.@rand == 7){
- switch(select("Throw the water out.:Row.:Listen to my song.")){
- case 1:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- case 2:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 3:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- }
- }else if (.@rand == 8){
- switch(select("Row.:Throw the water out.:Listen to my song.")){
- case 1:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 2:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- case 3:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- }
- }
- switch(select("Listen to my song.:Row.:Throw the water out.")){
- case 1:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- case 2:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 3:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- }
- set .@rand,rand(7,9);
- if (.@rand == 7){
- switch(select("Throw the water out.:Row.:Pray.")){
- case 1:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- case 2:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 3:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- }
- }else if (.@rand == 8){
- switch(select("Row.:Throw the water out.:Pray.")){
- case 1:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 2:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- case 3:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- }
- }
- switch(select("Pray.:Row.:Throw the water out.")){
- case 1:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- case 2:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 3:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- }
- set .@rand,rand(7,9);
- if (.@rand == 7){
- switch(select("Throw the water out.:Row.:Eat some food.")){
- case 1:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- case 2:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 3:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- }
- }else if (.@rand == 8){
- switch(select("Row.:Throw the water out.:Eat some food.")){
- case 1:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 2:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- case 3:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- }
- }
- switch(select("Eat some food.:Row.:Throw the water out.")){
- case 1:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- case 2:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- case 3:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- }
- set .@rand,rand(7,9);
- if (.@rand == 7){
- switch(select("Throw the water out.:Row.:Give up.")){
- case 1:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- case 2:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 3:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- }
- }else if (.@rand == 8){
- switch(select("Row.:Throw the water out.:Give up.")){
- case 1:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 2:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- case 3:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- }
- }
- switch(select("Give up.:Row.:Throw the water out.")){
- case 1:
- mes "[Karian]";
- mes "What the hell do you think you're doing?";
- close;
- case 2:
- mes "[Karian]";
- mes "The boat is sinking!!!";
- close;
- case 3:
- mes "[Karian]";
- mes "I'll row and you just throw the water out!!";
- next;
- break;
- }
- mes "-I've escaped from the-";
- mes "-throes of death a-";
- mes "-countless amount of times.-";
- set job_min,17;
- changequest 11148,11149;
- close2;
- warp "comodo",184,108;
- end;
- }
- }
- mes "===Notice===";
- mes "Maestro Song, Go to Comodo by boat!";
- mes "Be ambitious!";
- close;
-}
-
-ve_fild07,129,132,5 script Karian#cmd5 486,{
- end;
-
-OnInit:
- disablenpc "Karian#cmd5";
- end;
-
-OnEnable:
- enablenpc "Karian#cmd5";
- initnpctimer;
- end;
-
-OnDisable:
- disablenpc "Karian#cmd5";
- stopnpctimer;
- end;
-
-OnTimer30000:
- donpcevent "Karian#cmd5::OnDisable";
- stopnpctimer;
- end;
-}
-
-comodo,184,108,0 script jmComodo Almost Dead 139,2,2,{
-
-OnTouch:
- if (job_min == 17){
- mes "["+strcharinfo(0)+"]";
- mes "I'm... I'm alive~";
- next;
- mes "[Karian]";
- mes "That was a close call.";
- donpcevent "Karian#cmd6::OnEnable";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "You're the one that insisted that we ride on that boat. That's how we ended up like this in the first place!";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "We wouldn't have suffered like this if we just took the Airship.";
- next;
- mes "[Karian]";
- mes "But I told you that I don't ride airships!";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "I can't believe this!";
- next;
- mes "[Karian]";
- mes "Well, let's forget about the past!";
- mes "Since we're in Comodo, let's just have some fun okay?";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Then what should we do about looking for 'Maestro Song'??";
- next;
- mes "[Karian]";
- mes "Oh yeah...";
- mes "Why don't we ask the villagers?";
- donpcevent "Karian#cmd6::OnDisable";
- set job_min,18;
- changequest 11149,11150;
- close;
- }
- end;
-}
-
-comodo,184,109,0 script Karian#cmd6 486,{
- end;
-
-OnInit:
- disablenpc "Karian#cmd6";
- end;
-
-OnEnable:
- enablenpc "Karian#cmd6";
- initnpctimer;
- end;
-
-OnDisable:
- disablenpc "Karian#cmd6";
- stopnpctimer;
- end;
-
-OnTimer100000:
- donpcevent "Karian#cmd6::OnDisable";
- stopnpctimer;
- end;
-}
-
-comodo,192,119,0 script Kayak Master#job_min 98,{
-
- if (job_min == 18){
- mes "[Kayak Master]";
- mes "What?";
- mes "Maestro Song?";
- mes "I don't know~";
- next;
- mes "[Kayak Master]";
- mes "Go to the diner located in the northern part of Comodo.";
- mes "If he visits this town, he would likely go there first.";
- next;
- mes "[Kayak Master]";
- mes "The hostess is good at memorizing the faces of customers.";
- mes "It's good for business you know?";
- set job_min,19;
- changequest 11150,11151;
- close;
- }
- mes "[Kayak Master]";
- mes "The sea is man's dream.";
- next;
- mes "[Kayak Master]";
- mes "It's my hope that I can cross over to Hugel someday!";
- close;
-}
-
-comodo,159,316,4 script Woman Roasting Meat 701,{
-
- if (job_min == 19){
- mes "[Woman Roasting Meat]";
- mes "Maestro Song?";
- mes "Yes, I remember that face because he visited a few years ago.";
- next;
- mes "[Woman Roasting Meat]";
- mes "He ate a whole plate of baby back ribs by himself...";
- mes "How can I forget his face?";
- next;
- mes "[Woman Roasting Meat]";
- mes "It was kind of a big fuss.";
- mes "It was so crowded because of him.";
- next;
- mes "[Woman Roasting Meat]";
- mes "Finally, he became exhaused and he wanted to go somewhere quiet.";
- next;
- mes "[Woman Roasting Meat]";
- mes "I told him that there was a quiet place near Morroc, and he left.";
- next;
- mes "[Woman Roasting Meat]";
- mes "I regret that.";
- next;
- mes "[Woman Roasting Meat]";
- mes "He raised our income a lot while he was here...";
- set job_min,20;
- changequest 11151,11152;
- close;
- }else if (job_min == 20){
- mes "[Woman Roasting Meat]";
- mes "Where is the quiet place?";
- mes "Well I'm not sure but there is a mysterious building in south-eastern part of Morroc.";
- next;
- mes "[Woman Roasting Meat]";
- mes "I heard that some mysterious people gather there.";
- mes "I think they're part of some secret guild called ash... or assa... Oh I forget...";
- close;
- }
- mes "[Woman Roasting Meat]";
- mes "He ate a whole plate of baby back ribs by himself.";
- next;
- mes "[Woman Roasting Meat]";
- mes "I'll never forget him.";
- close;
-}
-
-moc_fild16,206,232,0 script jmTransfer news 139,3,3,{
-
-OnTouch:
- if (job_min == 20){
- mes "["+strcharinfo(0)+"]";
- mes "Um? What is this?";
- mes "Something covered by sand?";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Ah It's!!";
- mes "I think 'Maestro Song' dropped it!";
- next;
- mes "[Karian]";
- mes "What?! How do you know?";
- donpcevent "Karian#cmd7::OnEnable";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "The lyrics from the man I met in hugel on the receipt...";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "and this poem written on this paper.";
- mes "The calligraphy style is the same.";
- next;
- mes "[Karian]";
- mes "I want to see clock tower...";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "But this poem can't be a clue...";
- mes "...";
- mes "What?";
- next;
- mes "[Karian]";
- mes "......";
- mes "I want to see clock tower.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Clock tower?";
- mes "What are you saying all of a sudden?";
- next;
- mes "[Karian]";
- mes "The... huge clock tower in Al De Baran.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "I know but...";
- next;
- mes "[Karian]";
- mes "Will you join me?";
- next;
- switch(select("Refuse.:Accept.")){
- case 1:
- mes "[Karian]";
- mes "Come on~Come on~";
- mes "Come on~Come on~";
- mes "Come on~~~~~~~~~";
- next;
- mes "[Karian]";
- mes "We don't have anymore clues.";
- next;
- mes "[Karian]";
- mes "Hey! Let's go~~";
- donpcevent "Karian#cmd7::OnDisable";
- set job_min,21;
- changequest 11152,11153;
- close;
- case 2:
- mes "["+strcharinfo(0)+"]";
- mes "Ok that's not a bad idea...";
- next;
- mes "[Karian]";
- mes "Ok!!!";
- mes "Hey! Let's go~~";
- donpcevent "Karian#cmd7::OnDisable";
- set job_min,21;
- changequest 11152,11153;
- close;
- }
- }
- end;
-}
-
-moc_fild16,204,231,0 script Karian#cmd7 486,{
- end;
-
-OnInit:
- disablenpc "Karian#cmd7";
- end;
-
-OnEnable:
- enablenpc "Karian#cmd7";
- initnpctimer;
- end;
-
-OnDisable:
- disablenpc "Karian#cmd7";
- stopnpctimer;
- end;
-
-OnTimer100000:
- donpcevent "Karian#cmd7::OnDisable";
- stopnpctimer;
- end;
-}
-
-aldebaran,140,130,0 script jmAldebaran Clock Tower 139,3,3,{
-
-OnTouch:
- if (job_min == 21){
- mes "["+strcharinfo(0)+"]";
- mes "Anyway why do you want to visit this place?";
- next;
- mes "[Karian]";
- mes "......";
- donpcevent "Karian#cmd8::OnEnable";
- next;
- mes "[Karian]";
- mes "This is my friend's favorite place.";
- mes "When we feel tired, we see that tower.";
- next;
- mes "[Karian]";
- mes "Let me go back to my hometown.";
- mes "There are many beautiful flowers.";
- mes "The birds sing for me.";
- mes "It's this old town.";
- next;
- mes "[Karian]";
- mes "I harvest crops";
- mes "for my church.";
- mes "There is no warmer";
- mes "place than where";
- mes "I was raised.";
- next;
- mes "[Karian]";
- mes "Let me go back to my hometown.";
- mes "Let me play in the lake until I die.";
- mes "I'll take a rest";
- mes "at the end of my life.";
- next;
- mes "[Karian]";
- mes "Where is Misa and Masa.";
- mes "They already went to the";
- mes "brilliant mountain where";
- mes "it is full of freedom and";
- mes "pleasure I want to go";
- mes "there soon.";
- next;
- mes "[Karian]";
- mes "It's a song that my friend always sang for me.";
- mes "I haven't sung it in a long time...";
- next;
- mes "[Karian]";
- mes "Why don't we go back to Prontera?";
- next;
- mes "[Karian]";
- mes "I can't get rid of the the memories that I was impressed with when I entered Prontera's gates.";
- set job_min,22;
- changequest 11153,11154;
- donpcevent "Karian#cmd8::OnDisable";
- close;
- }else if (job_min == 22){
- mes "[Karian]";
- mes "Let's go back to Prontera?";
- next;
- mes "[Karian]";
- mes "I can't get rid of the the memories that I was impressed with when I entered Prontera's gates.";
- close;
- }
- end;
-}
-
-aldebaran,142,128,2 script Karian#cmd8 486,{
- end;
-
-OnInit:
- disablenpc "Karian#cmd8";
- end;
-
-OnEnable:
- enablenpc "Karian#cmd8";
- initnpctimer;
- end;
-
-OnDisable:
- disablenpc "Karian#cmd8";
- stopnpctimer;
- end;
-
-OnTimer100000:
- donpcevent "Karian#cmd8::OnDisable";
- stopnpctimer;
- end;
-}
-
-prontera,155,40,0 script jmprt1 139,2,2,{
-
-OnTouch:
- if (job_min == 22){
- mes "[Karian]";
- mes "I've finally come back.";
- mes "Back to Prontera...";
- donpcevent "Karian#cmd9::OnEnable";
- next;
- mes "[Karian]";
- mes "I'm so tired.";
- mes "I want to take a rest~";
- mes "Come here, "+strcharinfo(0)+".";
- set job_min,23;
- close;
- }
- end;
-}
-
-prontera,155,49,4 script Karian#cmd9 486,{
- end;
-
-OnInit:
- disablenpc "Karian#cmd9";
- end;
-
-OnEnable:
- enablenpc "Karian#cmd9";
- initnpctimer;
- end;
-
-OnDisable:
- disablenpc "Karian#cmd9";
- stopnpctimer;
- end;
-
-OnTimer300000:
- donpcevent "Karian#cmd9::OnDisable";
- stopnpctimer;
- end;
-}
-
-prontera,155,42,0 script prtjm1 139,1,1,{
-
-OnTouch:
- if (job_min == 23){
- mes "-Let me go back to my hometown.-";
- set job_min,24;
- close2;
- warp "prontera",155,44;
- end;
- }
- end;
-}
-
-prontera,155,44,0 script prtjm2 139,1,1,{
-
-OnTouch:
- if (job_min == 24){
- mes "-There are many beautiful flowers.-";
- set job_min,25;
- close2;
- warp "prontera",155,46;
- end;
- }
- end;
-}
-
-prontera,155,46,0 script prtjm3 139,1,1,{
-
-OnTouch:
- if (job_min == 25){
- mes "-The birds sing for me.-";
- set job_min,26;
- close2;
- warp "prontera",155,48;
- end;
- }
- end;
-}
-
-prontera,155,48,0 script prtjm4 139,1,1,{
-
-OnTouch:
- if (job_min == 26 || job_min == 27){
- mes "-It's this old town.-";
- next;
- if(SkillPoint != 0){
- mes "[Karian]";
- mes "Hey... Don't you know how to use your skill points?";
- mes "You should use them.";
- close;
- }
- if(checkweight(1201,1) == 0){
- mes "^3355FFWait a minute! You're";
- mes "carrying too many items";
- mes "right now: store some of";
- mes "your extra things in Kafra";
- mes "Storage, and then come back.^000000";
- close;
- }
- if (JobLevel < 50 || BaseLevel < 99){
- mes "[Karian]";
- mes "Hey... why are you so low?";
- mes "How did you lose levels?";
- close;
- }
- if (Class == Job_Bard || Class == Job_Clown || Class == Job_Baby_Bard){
- mes "["+strcharinfo(0)+"]";
- mes "-It's a poem that you picked up in the desert.-";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "-How does Karian know-";
- mes "-that song's not a poem?-";
- next;
- mes "[Karian]";
- mes "Why are you looking at me?";
- mes "How was it? Have fun??";
- set job_min,27;
- donpcevent "Karian#cmd9::OnDisable";
- close2;
- warp "prt_in",101,174;
- end;
- }
- mes "[Karian]";
- mes "Hey... you changed your outfit?";
- mes "How'd you do that?";
- close;
- }
- end;
-}
-
-prt_in,94,172,4 script Karian#job_min3 480,{
-
-if(job_min >= 27)
-{
- if (job_min > 99){
- switch(select("Talk.:Leave.")){
- case 1:
- mes "[Maestro Song]";
- mes "The name 'Karian'?";
- mes "He gave it to me.";
- next;
- mes "[Maestro Song]";
- mes "He said that when he hears my song, he feels warmhearted.";
- mes "'Kallianga' means hot air.";
- next;
- mes "[Maestro Song]";
- mes "He likes to sing..";
- next;
- mes "[Maestro Song]";
- mes "And he's good at singing for sure?";
- next;
- mes "[Maestro Song]";
- mes "Ah! If it's okay with you, I want to take a pic with you in Juno?";
- next;
- mes "[Maestro Song]";
- mes "I want to have something to remember you by.";
- close;
- case 2:
- mes "[Maestro Song]";
- mes "See you.";
- mes "It was really fun.";
- close2;
- warp "prontera",156,99;
- end;
- }
- }
- if(checkweight(1201,1) == 0){
- mes "^3355FFWait a minute! You're";
- mes "carrying too many items";
- mes "right now: store some of";
- mes "your extra things in Kafra";
- mes "Storage, and then come back.^000000";
- close;
- }
- if (JobLevel < 50 || BaseLevel < 99){
- mes "[Karian]";
- mes "Hey... why are you so low?";
- mes "How did you lose levels?";
- close;
- }
- if (SkillPoint != 0){
- mes "[Karian]";
- mes "Hey... Don't you know how to use your skill points?";
- mes "You should use them.";
- close;
- }
- if (Class == Job_Bard || Class == Job_Clown || Class == Job_Baby_Bard){
- mes "[Karian]";
- mes "I'm sorry about the lie.";
- mes "The song written on this paper...";
- next;
- mes "[Karian]";
- mes "I really want to find my friend's article left behind.";
- mes "I couldn't find it by myself.";
- next;
- mes "[Karian]";
- mes "I gave it to my friend but he kept it precious...";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Did you give it to him?";
- mes "Wait a second!";
- mes "Just who are you?";
- next;
- mes "[Maestro Song]";
- mes "Yes! I'm 'Maestro Song'!";
- mes "Are you suprised!?";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "......";
- next;
- mes "[Maestro Song]";
- mes "This is my present to you.";
- next;
- if (Class == Job_Baby_Bard){
- mes "[Maestro Song]";
- mes "You are also my friend.";
- set job_min,100;
- jobchange Job_Baby_Minstrel;
- completequest 11154;
- getitem 5751,1;
- getitem 2795,1;
- close;
- }if (Class == Job_Bard){
- mes "[Maestro Song]";
- mes "You are also my friend.";
- set job_min,100;
- jobchange Job_Minstrel;
- completequest 11154;
- getitem 5751,1;
- getitem 2795,1;
- close;
- }else if (Class == Job_Clown){
- mes "[Maestro Song]";
- mes "You are also my friend.";
- set job_min,100;
- jobchange Job_Minstrel_T;
- completequest 11154;
- getitem 5751,1;
- getitem 2795,1;
- close;
- }
- mes "[Maestro Song]";
- mes "Huh?";
- close;
- }
-}
- mes "[Karian]";
- mes "How did you get in here?";
- close;
-} \ No newline at end of file
diff --git a/npc/pre-re/jobs/3-2/royal_guard.txt b/npc/pre-re/jobs/3-2/royal_guard.txt
deleted file mode 100644
index a7dc7591e..000000000
--- a/npc/pre-re/jobs/3-2/royal_guard.txt
+++ /dev/null
@@ -1,517 +0,0 @@
-//===== rAthena Script =======================================
-// Royal Guard Job change Quest
-//===== By: ==================================================
-//= brAthena
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= Any rAthena or brAthena SVN
-//===== Description: =========================================
-//= [AEGIS Conversion]
-//= Job change Quest from Crusader / Paladin -> Royal Guard.
-//===== Additional Comments: =================================
-//= 1.0 First Version.
-//============================================================
-prt_castle,48,163,3 script Gentleman#4386457567 57,{
- if(!checkweight(1201,1)) {
- mes "You have too many items. please arrange them then try again.";
- close;
- }
- if(MaxWeight - Weight < 1000) {
- mes "You have too much items, please make more light.";
- close;
- }
- if(Class == 4066 || Class == 4073 || Class == 4102) {
- mes "[Middle-aged Gentleman]";
- mes "Uh? What am I doing? I came here for an errand...";
- next;
- mes "^000099Maybe my feeling has moved to another body^000000";
- close;
- }
- if(JobLevel < 50 || SkillPoint || BaseLevel < 99) {
- mes "[Middle-aged Gentleman]";
- mes "Oh you are so young. Keep working hard.";
- close;
- }
- if(checkriding() || checkcart() || checkfalcon()) {
- mes "[Middle-aged Gentleman]";
- mes "You are dragging something. If you're riding something you better dismount it before proceeding.";
- close;
- }
- if((Class != 14) && (Class != 4015) && (Class != 4037)) {
- mes "[Middle-aged Gentleman]";
- mes "I don't have anything to say to you. Find another person.";
- close;
- }
- if(job_royal < 1) {
- mes "[Middle-aged Gentleman]";
- mes "What was I saying... (mumble) the remaining segment is in Glass Heim around 13.......";
- next;
- mes "[Middle-aged Gentleman]";
- mes "Uhh?";
- mes "Did you need something?";
- next;
- select "I haven't seen you before.";
- mes "[Middle-aged Gentleman]";
- mes "Hehehe, don't worry about me.";
- next;
- mes "[Middle-aged Gentleman]";
- mes "If you don't have business with me, just keep going my friend.";
- next;
- select "You don't look like a Knight...";
- mes "[Middle-aged Gentleman]";
- mes "You're a curious one. Who are you? What do you want?";
- next;
- select "Just looking around!:This is my office!:Who am I? Who are you?";
- mes "[Middle-aged Gentleman]";
- mes "Do you want to argue with me? Do you know who I am?";
- next;
- if(select("Not really, who are you?:Sorry, I won't hurt your feelings.") == 2) {
- mes "["+strcharinfo(0)+"]";
- mes "Sorry. I had to be sure. I didn't know that you are from the royal palace.";
- next;
- mes "[Middle-aged Gentleman]";
- mes "That's enough. Don't make this mistake again.";
- close;
- }
- mes "["+strcharinfo(0)+"]";
- mes "I'm a member here and have the authority to find out what your business is here.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "You are a stranger and I'm not sure if you belog here.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "If you tell me your identity, I will apologize.";
- next;
- mes "[Middle-aged Gentleman]";
- mes "You are so persistent.";
- mes "If you really want, I will introduce myself.";
- next;
- mes "[Middle-aged Gentleman]";
- mes "I am Heinrich.";
- mes "I'm collecting information about King Schmidtz's trace which has disappeared.";
- next;
- select "Schmidzt's trace? Is it a treasure?";
- mes "[Heinrich]";
- mes "Most archaeologists are eager to get treasure. I'm looking for traces of the ^000099Royal Guard^000000 and their sons who belong to the Schmidtz line.";
- next;
- select "Royal Guard?";
- mes "[Heinrich]";
- mes "Sounds interesting doesn't it? I can't really say but their history and files are under strict security.";
- next;
- select "Can't you tell me?";
- mes "[Heinrich]";
- mes "I can't really talk about the Royal Guard to just anyone who asks about them.";
- next;
- mes "[Heinrich]";
- mes "BUT!! I want to believe you...";
- next;
- if(select("I want to know more.:Stop talking.") == 2) {
- mes "[Heinrich]";
- mes "Good idea.";
- next;
- mes "[Heinrich]";
- mes "Just forget it and let your mind do more worthy things.";
- close;
- }
- mes "[Heinrich]";
- mes "You are impetuous.";
- next;
- mes "[Heinrich]";
- mes "It's not a simple story to tell a person like you. Go back.";
- set job_royal,1;
- setquest 12090;
- close;
- }
- mes "[Heinrich]";
- if(job_royal == 1) {
- mes "You are persistent friend.";
- mes "Do you have more things to talk to me about?";
- next;
- select "If you can't trust me, test me pal.";
- mes "[Heinrich]";
- mes "Test?";
- mes "Did you say the test? Huhu!";
- next;
- mes "[Heinrich]";
- mes "Friend, you have shown your interest about my job, are you sure? Or are you kidding me?";
- next;
- select "I'm serious!";
- mes "[Heinrich]";
- mes "Really?";
- mes "Good. You might have the wrong idea about what a Royal Guard is. So, in your opinion, what do you think is the key to being a Royal Guard?";
- next;
- select "Decision and Bravery:Calm Judgment:Sharp wisdom:Benevolent spirit";
- mes "[Heinrich]";
- mes "Good choice.";
- mes "Actually, the other 3 are also needed to have the Royal Guard spirit, friend.";
- next;
- mes "[Heinrich]";
- mes "But according to research documents about the Royal Guard, the best belief is 'asceticism and endurance'.";
- next;
- mes "[Heinrich]";
- mes "Did you get it?";
- mes "Asceticism and Endurance young one. It is a bit different from what you answered.";
- next;
- mes "[Heinrich]";
- mes "You seem to have a large interest about this story but I can't tell you more.";
- next;
- mes "[Heinrich]";
- mes "Only those who have qualification can hear the Royal Guard history.";
- next;
- select "What can I do to hear that story?";
- mes "^000099Heinrich has an agonized look on his face. Then he looked like he fell asleep. Finally he says with wreckless abandon.^000000";
- next;
- mes "[Heinrich]";
- mes "You are too stubborn.";
- mes "If so I will test you to see your asceticism and endurance.";
- next;
- mes "[Heinrich]";
- mes "Long ago King Schmidtz gave a title to a brave soldier who come back with 100 Sacred Marks.";
- next;
- mes "[Heinrich]";
- mes "If you want to hear more story, you have to show me your similar attitude.";
- next;
- if(select("That's an unfair demand.:I will try.") == 2) {
- mes "[Heinrich]";
- mes "Good idea, it would better to find something more worthy.";
- close;
- }
- mes "[Heinrich]";
- mes "Ok, let's do it this way. Actually it's too difficult to collect 100 Sacred Marks, just show your ambition by collecting 100 Burning Hearts.";
- next;
- mes "[Heinrich]";
- mes "If you bring them I can tell you more of the story. That means you show your endurance to me.";
- next;
- mes "[Heinrich]";
- mes "Don't forget to bring the 100 Burning Hearts.";
- set job_royal,2;
- changequest 12090,12091;
- close;
- }
- if(job_royal == 2) {
- if(countitem(7097) < 100) {
- mes "Don't forget to bring 100 Burning Heart.";
- close;
- }
- mes "Did you get all of them?";
- mes "Most people just ignore me or give up the mission.";
- next;
- mes "[Heinrich]";
- mes "Wait while I arrange the stuff that you brought.";
- delitem 7097,100;
- set job_royal,3;
- changequest 12091,12092;
- close;
- }
- if(job_royal == 3) {
- mes "...";
- mes "Good. I can feel truth from your heart. Now I can tell you more of the story.";
- next;
- select "Ok tell me more.";
- mes "[Heinrich]";
- mes "The best members of the Crusader and Paladin classes can gain the qualification of the Royal Guard.";
- next;
- mes "[Heinrich]";
- mes "They are agents of the divine order and judge with swift punishment.";
- next;
- mes "[Heinrich]";
- mes "We still have many opinions about how they could have survived. Surely someone had to have believed that their history was not false.";
- next;
- select "Are there still documents?";
- mes "[Heinrich]";
- mes "Hmm, documents you say...";
- next;
- mes "[Heinrich]";
- mes "Unfortunately after King Schmidtz disappeared, traces of the Royal Guard disappeared.";
- next;
- mes "[Heinrich]";
- mes "Their history, belief, vision and fighting skill seemingly disappeared without any of the documents being saved.";
- next;
- mes "[Heinrich]";
- mes "It's like it disappeared with the king.";
- next;
- select "So the reason of finding their traces...";
- mes "[Heinrich]";
- mes "I was worried about past Royal Guards that might not have been able to pass down their history.";
- next;
- mes "[Heinrich]";
- mes "The mysterious power... can't appear anymore in the world. How disappointing is it~!";
- next;
- mes "[Heinrich]";
- mes "That's why I'm concentrating to revive their job.";
- next;
- select "How much progress have you made?";
- mes "[Heinrich]";
- mes "Fortunately, I excavated most of the treasures and interpreted them. I just have one trace left to find.";
- next;
- select "The rest of the traces?";
- mes "[Heinrich]";
- mes "The Royal Guard carved the mark of King Schmidtz on their clothes. The trace of this custom is the last clue.";
- next;
- mes "[Heinrich]";
- mes "According to reports from other cities the last trace possibly exists in a monastery inside of Glass Heim.";
- next;
- mes "[Heinrich]";
- mes "But it is too dangerous for me there so I almost gave up.";
- next;
- mes "[Heinrich]";
- mes "Now I can't tell you why the trace is there.";
- next;
- if(select("Interesting. Can I go there?:Seems really dangerous.") == 2) {
- mes "[Heinrich]";
- mes "Good idea, that's useless work to explore there.";
- close;
- }
- mes "[Heinrich]";
- mes "Are you kidding?";
- mes "You shouldn't treat it like it's just some normal chore.";
- next;
- select "I'm not kidding. I'm serious.";
- mes "[Heinrich]";
- mes "If you say it like that I don't have anymore options.";
- next;
- mes "[Heinrich]";
- mes "I don't know if it will be helpful or not. I will write an explanation in detail.";
- next;
- mes "^000099Here's the last trace of the Royal Guard. Open the quest window and check the position.^000000";
- set job_royal,4;
- changequest 12092,12093;
- close;
- }
- if(job_royal == 4) {
- if(!countitem(6274)) {
- mes "Our staff has already left to find the last trace, so don't work too hard.";
- close;
- }
- mes "You surprised me. How did you get it? So far no one could get it.";
- next;
- mes "[Heinrich]";
- mes "Thank you so much.";
- mes "Thanks to your effort I can find the last clue. How amazing~!";
- next;
- mes "^000099Heinrich hesitated and brought an old shield from the side of the office.^000000";
- next;
- mes "[Heinrich]";
- mes "Our staff excavated it. They assumed that King Schmidtz used it. But it wasn't used by him.";
- next;
- select "Sure it's wasn't used by the King?";
- mes "[Heinrich]";
- mes "I can't be entirely sure.";
- mes "Maybe you are right but, according to when we did the initial identification we can be sure it wasn't used.";
- next;
- mes "[Heinrich]";
- mes "But it's an old treasure so, somehow it will be useful. I might know how to use it.";
- next;
- select "Can I keep it?";
- mes "[Heinrich]";
- mes "Of course.";
- mes "Someday it might be useful to you.";
- next;
- mes "^000099You get the shield from Heinrich. There are some letters carved on the inside of the shield.";
- next;
- mes "If you want to see the letters, please check the quest window.^000000";
- next;
- mes "[Heinrich]";
- mes "Ok~~ now.";
- mes "I'll be deciphering the cloth for now so I will be very busy!";
- delitem 6274,1;
- getitem 6275,1;
- set job_royal,5;
- changequest 12093,12094;
- close;
- }
- if(!countitem(6275)) {
- mes "What? Did you lose the shield? What is the one on your back?";
- getitem 6275,1;
- close;
- }
- mes "Thanks to your help I can finish the excavation work. Thanks a lot.";
- close;
-}
-
-glast_01,240,366,5 script Memory of King Schmidtz 844,{
- if(!checkweight(1201,1) || MaxWeight - Weight < 1000) {
- mes "You are too heavy. Make yourself lighter.";
- close;
- }
- if(job_royal == 5 && (Class == 14 || Class == 4015 || Class == 4037)) {
- if(countitem(6275) < 1) {
- mes "^000099You seem to have lost the shield. Go back to Heinrich and ask for help^000000.";
- close;
- }
- mes "[Memory of King Schmidtz]";
- mes "Who are you?";
- next;
- select "I brought a relic...";
- mes "[Memory of King Schmidtz]";
- mes "My relic?";
- next;
- mes "[Memory of King Schmidtz]";
- mes "Too bad. Here is one more friend who has been cheated by Heinrich.";
- next;
- select "Do you know Heinrich?";
- mes "[Memory of King Schmidtz]";
- mes "He was my faithful adjutant. And he has continued to be so for hundreds of years.";
- next;
- select "How has he lived for hundreds...";
- mes "[Memory of King Schmidtz]";
- mes "Maybe his body is just a cast. He found a way to move from body to body in order to stay alive.";
- next;
- mes "[Memory of King Schmidtz]";
- mes "He doesn't want to accept my death and wanders the world, continuing to find Royal Guards.";
- next;
- select "What's the meaning of this shield?";
- mes "[Memory of King Schmidtz]";
- mes "The shield from Heinrich is our contract before I died.";
- next;
- mes "[Memory of King Schmidtz]";
- mes "Heinrich was charged with finding the proper people to become Royal Guards, the shield was to be the contract.";
- next;
- mes "[Memory of King Schmidtz]";
- mes "To him, this was the last order that I gave to him.";
- next;
- mes "[Memory of King Schmidtz]";
- mes "Now he doesn't need to do it anymore, but will remain as a fool whom can't forget his King's final order.";
- next;
- select "So what now? Can I leave?";
- mes "[Memory of King Schmidtz]";
- mes "Sorry but I can't send you now.";
- next;
- mes "[Memory of King Schmidtz]";
- mes "This is a contract with Heinrich so I have to keep it. You look faithful and brave.";
- next;
- mes "[Memory of King Schmidtz]";
- mes "Now, it's time to keep the promise with Heinrich. It's up to you.";
- next;
- mes "[Memory of King Schmidtz]";
- mes "I'm planning to accept you as a member of the Royal Guard to continue their lost traditions. Are you ready to do it?";
- next;
- if(select("Sure, of course:Not yet") == 2) {
- mes "[Memory of King Schmidtz]";
- mes "Umm, maybe Heinrich had wrong judgement.";
- close;
- }
- mes "[Memory of King Schmidtz]";
- mes "If so, I will proceed to making you a Royal Guard.";
- next;
- if(select("Great.:Not yet.") == 2) {
- mes "[Memory of King Schmidtz]";
- mes "Perhaps Heinrich had the wrong image of you.";
- close;
- }
- mes "[Memory of King Schmidtz]";
- mes "Congratulations! Young Royal Guard.";
- mes "Be a symbol of honor and continue the great tradition of your new name.";
- close2;
- specialeffect2 EF_MAPPILLAR;
- progressbar "FFFF00",7;
- specialeffect2 EF_LORD;
- delitem 6275,1;
- erasequest 12094;
- if(class == 4037){
- jobchange 4102;
- }
- else if(class == 14){
- jobchange 4066;
- }else{
- jobchange 4073;
- }
- getitem 5757,1;
- getitem 2795,1;
- end;
- }
-}
-
-gl_church,173,88,0 script Delicate trace#01 844,{
- if(job_royal == 4 && !countitem(6274)) {
- progressbar "ffff00",5;
- if(set(.@rand,rand(70)) >= 65) {
- mes "While investigating, the topography breaks. It would be better to dig other places for a while.";
- disablenpc strnpcinfo(0);
- initnpctimer;
- close;
- }
- getitem (.@rand >= 5 ? 7049:6274),1;
- end;
- }
- mes "There is a trace that someone has already dug here.";
- close;
-
- OnTimer60000:
- enablenpc strnpcinfo(0);
- stopnpctimer;
- OnTimer1000:
- OnTimer20000:
- OnTimer40000:
- specialeffect EF_MAPPILLAR;
- end;
-}
-gl_church,158,103,0 duplicate(Delicate trace#01) Delicate trace#02 844
-gl_church,139,90,0 duplicate(Delicate trace#01) Delicate trace#03 844
-gl_church,126,62,0 duplicate(Delicate trace#01) Delicate trace#04 844
-gl_church,148,5,0 duplicate(Delicate trace#01) Delicate trace#05 844
-gl_church,185,72,0 duplicate(Delicate trace#01) Delicate trace#06 844
-gl_church,185,72,0 duplicate(Delicate trace#01) Delicate trace#07 844
-gl_church,211,94,0 duplicate(Delicate trace#01) Delicate trace#08 844
-gl_church,185,125,0 duplicate(Delicate trace#01) Delicate trace#09 844
-gl_church,143,125,0 duplicate(Delicate trace#01) Delicate trace#10 844
-gl_church,105,115,0 duplicate(Delicate trace#01) Delicate trace#11 844
-
-gl_church,158,100,0 script #Clue of traces 111,4,4,{
- end;
- OnTouch:
- if(job_royal == 4 && !countitem(6274)) {
- specialeffect2 EF_FREEZE;
- mes "I can feel strong power around here. It would be better to explore around here.";
- viewpoint 1,173,88 ,1, "0xFFFF00";
- viewpoint 1,158,103,2, "0xFFFF00";
- viewpoint 1,139,90 ,3, "0xFFFF00";
- viewpoint 1,126,62 ,4, "0xFFFF00";
- viewpoint 1,148,5 ,5, "0xFFFF00";
- viewpoint 1,185,72 ,6, "0xFFFF00";
- viewpoint 1,211,94 ,7, "0xFFFF00";
- viewpoint 1,185,125,8, "0xFFFF00";
- viewpoint 1,143,125,9, "0xFFFF00";
- viewpoint 1,105,115,10,"0xFFFF00";
- close;
- }
-}
-
-sec_in02,12,43,3 script Caller 57,1,1,{
- switch(select("Royal Guard:Rune Knight:Call Player")) {
- case 1:
- mes "1~5";
- next;
- if(input(.@val,1,5)) {
- mes "Set item to adjust the Royal Guard";
- mes "You can only set a bumber betweeen 1 to 5.";
- close;
- }
- set job_royal,.@val;
- mes "Completed";
- close;
- case 2:
- mes "1~24";
- next;
- if(input(1,24)) {
- mes "Set item to adjust the Rune Knight";
- mes "You can only set a bumber betweeen 1 to 24.";
- close;
- }
- set job_rune_edq,.@val;
- mes "Completed";
- close;
- case 3:
- mes "1~5";
- next;
- if(input(1,5)) {
- mes "Item Adjust call";
- mes "You can only set a bumber betweeen 1 to 5.";
- close;
- }
- set job_soc,.@val;
- mes "Completed";
- close;
- }
-} \ No newline at end of file
diff --git a/npc/pre-re/jobs/3-2/shadow_chaser.txt b/npc/pre-re/jobs/3-2/shadow_chaser.txt
deleted file mode 100644
index 2792134e2..000000000
--- a/npc/pre-re/jobs/3-2/shadow_chaser.txt
+++ /dev/null
@@ -1,2346 +0,0 @@
-//===== rAthena Script =======================================
-// Shadow Chaser Job change Quest
-//===== By: ==================================================
-//= ultragunner
-//= Credits: Oshinoke
-//===== Current Version: =====================================
-//= 1.1
-//===== Compatible With: =====================================
-//= rAthena
-//===== Description: =========================================
-//= Job change Quest from Rogue / Stalker -> Shadow Chaser.
-//= Based on Official pRO server
-//===== Additional Comments: =================================
-//= 1.0 First Version.
-//= 1.1 Standardized. [Euphy]
-//============================================================
-
-morocc,156,70,3 script Girl#H-1 93,{
- mes "[Girl]";
- if (Class == Job_Rogue || Class == Job_Stalker || Class == Job_Baby_Rogue) {
- if (BaseLevel == 99 && JobLevel > 49) {
- if (job_sha == 0) {
- mes "Hey! Stop!";
- mes "Are you interested in hearing a funny story?";
- next;
- select("What story?");
- mes "[Girl]";
- mes "Have you been to the guild recently?";
- mes "Some interesting things have happened lately.";
- mes "Maybe new guests...";
- next;
- mes "[Girl]";
- mes "I heard it has to do with something called a Shadow Chaser.";
- mes "You should go and check it out.";
- next;
- mes "[Girl]";
- mes "Everytime they visit us, they are on new missions.";
- mes "What missions are they doing I wonder?";
- set job_sha,1;
- } else if (job_sha == 1) {
- mes "If you have any interest... just go! Do you know where the guild is?";
- next;
- mes "[Girl]";
- mes "It is in a fortress under Pharos lighthouse.";
- mes "Sigh....";
- mes "You must visit there!";
- } else if (job_sha > 1 && job_sha < 28) {
- mes "Wow, you look busy.";
- mes "Have you heard that there are visitors?";
- mes "They're on a treasure hunt!";
- next;
- mes "[Girl]";
- mes "It must be fun.";
- mes "I wanna try!";
- }
- close;
- } else {
- mes "You're not ready.";
- close;
- }
- }
- mes "Eh...";
- mes "I don't have anything for you...";
- close;
-}
-
-in_rogue,378,103,3 script Scary Man#H-10 810,{
- if (job_sha == 1) {
- mes "[Urupa]";
- mes "We give a quiz and nobody has yet to solve it.";
- mes "You want it to be solved?";
- mes "This is a code.";
- mes "Look at it.";
- next;
- mes "- The message is -";
- mes "- written in a cipher. -";
- mes "The mission seems to be to break the code...";
- next;
- mes "[Urupa]";
- mes "This is the code.";
- mes "It is just numbering a cipher to make the message make sense.";
- mes "For example...";
- next;
- callsub L_Code,1;
- mes "[Urupa]";
- mes "Now here's what needs to be to solved.";
- mes "Decipher the code and go where it tells you...";
- next;
- mes "[Urupa]";
- mes "Here we go!";
- next;
- callsub L_Code,2;
- next;
- set job_sha,2;
- setquest 7160;
- mes "[Urupa]";
- mes "So write this down!";
- mes "I expected that you would take this adventure!";
- close;
- } else if (job_sha > 1 && job_sha < 3) {
- mes "[Urupa]";
- mes "You want one more explanation?";
- mes "Or do you just want the code?";
- next;
- switch(select("More explanation.:Get the code.")) {
- case 1:
- callsub L_Code,1;
- mes "[Urupa]";
- mes "Now it's up to you!";
- mes "So go! Go!";
- close;
- case 2:
- mes "[Urupa]";
- mes "Let me show you the code again...";
- next;
- mes "[Urupa]";
- mes "Here we go!";
- next;
- callsub L_Code,2;
- close;
- }
- } else if (job_sha > 2 && job_sha < 28) {
- mes "[Urupa]";
- mes "Ok, have you solved it yet?";
- mes "Good luck!";
- close;
- } else if (Class == Job_Shadow_Chaser || Class == Job_Shadow_Chaser_T || Class == Job_Baby_Chaser) {
- mes "[Urupa]";
- mes "Nothing special?";
- mes "As you see... I am ok here!";
- close;
- }
- mes "[Scary man]";
- mes "What's your business?";
- mes "I don't have anything to do with you.";
- mes "I don't care for people like you.";
- mes "I just deal with the extraordinary.";
- close;
-
-L_Code:
- if (getarg(0)==1) {
- mes "[Urupa]";
- mes "3511543433";
- mes "This means PAYON.";
- next;
- mes "[Urupa]";
- mes "The numbers have to be paired.";
- mes "3511543433";
- mes "35 11 54 34 33 breaks down into 5 pairs!";
- next;
- mes "[Urupa]";
- mes "So the pairs mean:";
- mes "35-P, 11-A,";
- mes "54-Y, 34-O, 33-N.";
- next;
- mes "[Urupa]";
- mes "Here are the numbers all in a row.";
- mes "33, 34, 35!";
- mes "N, O, P?";
- next;
- } else {
- mes " ";
- mes "^aaaaff43231114345243^000000";
- mes "^aaaaff11441531241542^000000";
- mes "^aaaaff2433^000000";
- mes "^aaaaff3542343344154211^000000";
- next;
- mes "[Urupa]";
- mes "Could you do that?";
- mes "If you visit there, you might be surprised...";
- }
- return;
-}
-
-function script sc_gldmes {
- if (getarg(0)==1) {
- mes "[Vin]";
- mes "Ah? What's this?";
- mes "Lotte, you know what this means?";
- next;
- mes "[Lotte]";
- mes "Hmm '3847147298' this is the only thing I've used on...";
- mes "Then, why'd they use numbers to name the villages?";
- next;
- mes "[Lotte]";
- mes "Vin! This is crap!";
- next;
- mes "[Vin]";
- mes "What?";
- next;
- mes "[Scary man]";
- mes "Hey there!?";
- next;
- switch(select("Yes? Me?:Sorry, I am busy...")) {
- case 1:
- mes "[Scary man]";
- mes "Yes! You there!";
- mes "Let me introduce myself to you.";
- mes "My name is Urupa.";
- mes "If you are interested, could you come over here?";
- close;
- case 2:
- mes "[Scary man]";
- mes "What? You're just going to give up like that?";
- mes "So disappointing...";
- close;
- }
- } else {
- mes "[Vin]";
- mes "Ah? What's this?";
- next;
- mes "[Lotte]";
- mes "Hmm '3847147298' this is the only";
- mes "thing I've used on...";
- mes "Then, why'd they use numbers to";
- mes "name the villages?";
- next;
- mes "[Lotte]";
- mes "Vin! This is crap!";
- next;
- mes "[Vin]";
- mes "What?";
- next;
- mes "[Scary man]";
- mes "You are supposed to figure this one out!";
- mes "But you are still so... weak.";
- close;
- }
-}
-
-in_rogue,375,102,5 script Guild Member#H-11 828,{
- if (Class == Job_Rogue || Class == Job_Stalker || Class == Job_Baby_Rogue) {
- if (job_sha == 1) callfunc "sc_gldmes",1;
- else if (job_sha > 1) && (job_sha < 28) {
- mes "[Vin]";
- mes "Yes...";
- mes "Sooner or later I'll solve it";
- mes "myself if I dare to get the";
- mes "map...!";
- close;
- }
- else callfunc "sc_gldmes",2;
- } else if (Class == Job_Shadow_Chaser || Class == Job_Shadow_Chaser_T || Class == Job_Baby_Chaser) {
- mes "[Vin]";
- mes "Huh! This is a Shadow Chaser!";
- mes "How unbelievable!";
- mes "But it seems familiar, doesn't it?";
- next;
- mes "[Vin]";
- mes "Hmm......";
- mes "..........";
- mes "Oh my! I can't remember...!";
- close;
- }
- mes "[Vin]";
- mes "Ah? Who's there?";
- mes "We are flooded with guests";
- mes "today...";
- close;
-}
-
-in_rogue,378,100,2 script Guild Member#H-12 747,{
- if (Class == Job_Rogue || Class == Job_Stalker || Class == Job_Baby_Rogue) {
- if (job_sha == 1) callfunc "sc_gldmes",1;
- else if (job_sha > 1) && (job_sha < 28) {
- mes "[Lotte]";
- mes "What?";
- mes "Damn...";
- next;
- mes "[Lotte]";
- mes "I just hate numbers!";
- close;
- }
- else callfunc "sc_gldmes",2;
- } else if (Class == Job_Shadow_Chaser || Class == Job_Shadow_Chaser_T || Class == Job_Baby_Chaser) {
- mes "[Lotte]";
- mes "Wow!";
- mes "You are the one!";
- mes "The extraordinarily smart and emotionally advanced...";
- next;
- mes "[Lotte]";
- mes "SHADOW CHASER!";
- mes "Wow, when could I become one?";
- close;
- }
- mes "[Lotte]";
- mes "I don't need anything.";
- close;
-}
-
-s_atelier,65,123,4 script Manager#H-2 903,{
- if (job_sha == 2) {
- mes "[Manager]";
- mes "Where's Max!?";
- mes "Damn, there're so many strangers around.";
- mes "Hey...";
- next;
- switch(select("Show the deciphered code!:...")) {
- case 1:
- mes "[Manager]";
- mes "Wow, you deciphered it?";
- mes "So, what's the right answer?";
- next;
- input .@SCAtelier$;
- mes "[Manager]";
- if (.@SCAtelier$ != "shadows atelier in prontera") {
- mes "Remember to put the code exactly as it should be deciphered.";
- mes "Maybe you should try again...";
- close;
- }
- mes "Good.";
- mes "You just got it.";
- mes "Then why have you come over here?";
- next;
- select("The code says here's the one...");
- mes "[Manager]";
- mes "So you are the one.";
- mes "Could you wait for a sec?";
- set job_sha,3;
- close;
- case 2:
- mes "[Manager]";
- mes "Only allowed for people";
- mes "involved....";
- mes "Could you ask the clerk at the shop?";
- close;
- }
- } else if (job_sha == 3) {
- mes "[Graham]";
- mes "Now let me introduce myself to you!";
- mes "I am Graham, the manager of this shadow gallery...";
- next;
- mes "[Graham]";
- mes "You may have already guessed.";
- mes "This is an additional facility for rogues.";
- mes "We adopt things like art and other historical stuff.";
- next;
- mes "[Graham]";
- mes "These things are illegal.";
- mes "Such things you guys bring us from historical places...";
- mes "Ok.";
- next;
- mes "[Graham]";
- mes "So we've got to know things";
- mes "like...";
- mes "special codes and information where the treasures are.";
- next;
- mes "[Graham]";
- mes "We need you guys...";
- mes "So we've asked assistance from the Rogue guild.";
- next;
- select("Any other places you guys work?");
- mes "[Graham]";
- mes "Ah, yes...";
- mes "We are in Prontera, Juno, Rachel, and Lighthalzen.";
- mes "Ok?";
- next;
- mes "[Graham]";
- mes "Anyway....";
- mes "We all really want to know where the treasures are.";
- mes "So the code is to break into each of those places.";
- next;
- mes "[Graham]";
- mes "You seem like the right one.";
- mes "So I will give you the code.";
- mes "Please find the treasure!";
- next;
- set job_sha,4;
- switch(select("No way!:I'll give it a try!")) {
- case 1:
- mes "[Graham]";
- mes "What the hell?";
- mes "If you are not going to help then I'll just find someone else.";
- close;
- case 2:
- mes "[Graham]";
- mes "You are so powerful!";
- mes "So here...";
- next;
- callsub L_Code;
- }
- } else if (job_sha == 4) {
- mes "[Graham]";
- mes "Are you interested in it now?";
- next;
- switch(select("Not at all.:Hmm, I'll take it.")) {
- case 1:
- mes "[Graham]";
- mes "Damn it.";
- close;
- case 2:
- mes "[Graham]";
- mes "You are just so picky...";
- mes "Here...";
- next;
- callsub L_Code;
- }
- } else if (job_sha > 4 && job_sha < 8) {
- mes "[Graham]";
- mes "Did you find something?";
- next;
- switch(select("I need an explanation.:What's the code again?")) {
- case 1:
- mes "[Graham]";
- mes "You are so powerful!";
- next;
- callsub L_Code,1;
- case 2:
- mes "[Graham]";
- mes "I've given you the code.";
- mes "So crazy...";
- mes "Don't you have a memo of it?";
- close;
- }
- } else if (job_sha == 8) {
- mes "[Graham]";
- mes "So, any improvements?";
- next;
- select("Show him the key.");
- mes "[Graham]";
- mes "Deception!";
- mes "You are deceiving me!";
- next;
- mes "[Graham]";
- mes "This is all?";
- mes "Only one key.";
- mes "How deceptive!";
- mes "Just as I thought, it's a kind of treasure.";
- next;
- mes "[Graham]";
- mes "You just gave me a shock.";
- mes "Ok...";
- mes "The code is kept in galleries.";
- next;
- mes "[Graham]";
- mes "Ok there's more galleries than this one...";
- mes "Juno and Rachel have the codes...";
- next;
- mes "[Graham]";
- mes "This is just what I was guessing.";
- mes "The codes kept by other galleries aren't treasures at all...";
- next;
- mes "[Graham]";
- mes "Go to Rachel...";
- next;
- mes "[Graham]";
- mes "Find the gallery in Rachel...";
- mes "Tell 'em that you just came from Graham and ask for the code.";
- next;
- erasequest 7165;
- setquest 7166;
- set job_sha,9;
- mes "[Graham]";
- mes "Ok?";
- mes "Then go there!";
- close;
- } else if (job_sha > 8 && job_sha < 11) {
- mes "[Graham]";
- mes "There're four galleries...";
- mes "Prontera, Rachel, Juno, and Lighthalzen.";
- next;
- mes "[Graham]";
- mes "One of the codes kept by the galleries is already deciphered.";
- mes "It's just one key....";
- next;
- mes "[Graham]";
- mes "But here's what I am guessing.";
- mes "The codes are linked to each other.";
- mes "And the purpose is different for each one.";
- next;
- mes "[Graham]";
- mes "For example...";
- mes "If one is just a key then the others are things requiring the key.";
- next;
- mes "[Graham]";
- mes "The key must be for opening the box.";
- mes "Can you guess what's inside?";
- next;
- select("Umm, treasure?");
- mes "[Graham]";
- mes "YES.";
- mes "That's why we're here!";
- next;
- mes "[Graham]";
- mes "People think that we are just trading the stuff...";
- mes "But we are here for very special things.";
- next;
- mes "[Graham]";
- mes "Go to ^aaaaffRachel Gallery^000000 and get the code...";
- mes "They will support you if you explain everything.";
- mes "Ok?";
- close;
- } else if (job_sha > 10 && job_sha < 27) {
- mes "[Graham]";
- mes "How about everything?";
- mes "We are dying to know about the key.";
- mes "So you got support from the other galleries...";
- close;
- } else if (Class == Job_Shadow_Chaser || Class == Job_Shadow_Chaser_T || Class == Job_Baby_Chaser || job_sha == 27) {
- mes "[Graham]";
- mes "Shadow Chaser!!";
- mes "Ah!";
- next;
- mes "[Graham]";
- mes "It's not intentionally deceiving...";
- mes "Hahaha!!";
- next;
- mes "[Graham]";
- mes "Isn't it interesting?";
- mes "It's more than just taking exams.";
- mes "We got to know about you and figured out who you are.";
- next;
- mes "[Graham]";
- mes "How's my acting?";
- mes "It worked?";
- next;
- mes "[Graham]";
- mes "If you need anything just ask them what you want.";
- close;
- }
- mes "[Manager]";
- mes "Only allowed for people involved...";
- mes "Could you ask the clerk at the shop?";
- close;
-
-L_Code:
- mes "-note.";
- mes "^aaaaff13 15 18 15 3 3 18 21 9 14^000000";
- mes "key: 0-";
- next;
- select("These are just numbers...");
- mes "[Graham]";
- mes "The only difference from the one from the Rogue Guild is that you don't need to match them in pairs.";
- next;
- mes "[Graham]";
- mes "Also here's the keyword.";
- mes "This case is... 0.";
- next;
- mes "[Graham]";
- mes "Let's see.";
- mes "13 15 18 15 3 3 18 21 9 14 =";
- mes "M O R O C C R U I N";
- next;
- mes "[Graham]";
- mes "Look at this... C = 3.";
- mes "C is the third letter right?";
- next;
- mes "[Graham]";
- mes "Do you get it?";
- mes "But this won't be given with keyword 0. When I give you the keyword you can figure it out for yourself.";
- if (getarg(0,0)) close;
- next;
- mes "[Graham]";
- mes "Now let's think about the mission.";
- mes "Here's the things we've got.";
- next;
- erasequest 7160;
- setquest 7163;
- set job_sha,5;
- mes "^aaaaff5 15 24 8^000000";
- mes "^aaaaff9 12 21 8^000000";
- mes "^aaaaff12 17^000000";
- mes "^aaaaff23 24 21 23 15 8^000000";
- mes "^aaaaff12 22 15 4 17 7^000000";
- mes "^aaaaff23 11 12 21 7^000000";
- mes "^aaaaff9 15 18 18 21^000000";
- mes "^aaaaffkey: 3.^000000";
- next;
- mes "[Graham]";
- mes "You just take it.";
- mes "I have a bad memory.";
- mes "You have all the information so you are on your own now.";
- next;
- mes "[Graham]";
- mes "Once you get something come over here.";
- next;
- mes "- You take the memo from Graham.";
- mes "Don't forget it! -";
- close;
-}
-
-s_atelier,168,65,5 script Manager#H-3 923,{
- if (job_sha == 9) {
- mes "[Manager]";
- mes "Who are you?";
- mes "This place isn't for you.";
- next;
- switch(select("Give me your password!:I was sent by Graham.")) {
- case 1:
- mes "[Manager]";
- mes "You need my password?";
- mes "How much would you pay me?";
- next;
- mes "[Manager]";
- mes "10 million zeny?";
- mes "Ok, I'll take that then!";
- next;
- mes "[Manager]";
- mes "Yeah, right!";
- mes "Who the hell are you?";
- mes "How dare you just ask for my password?";
- close;
- case 2:
- mes "[Manager]";
- mes "Graham?";
- mes "Why?";
- next;
- mes "[Manager]";
- mes "So this key was sent by him.";
- next;
- select("No, I found it as the clue.");
- mes "[Manager]";
- mes "Ah?";
- mes "So doesn't that mean that one code could be exchanged as a treasure?";
- next;
- select("Maybe.");
- mes "[Manager]";
- mes "..........";
- mes "Hmm....";
- next;
- mes "[Manager]";
- mes "Hmm...";
- next;
- mes "- The manager seems -";
- mes "- to be thinking about -";
- mes "- something. Then he -";
- mes "- hands over a paper. -";
- next;
- mes "[Manager]";
- mes "No way.";
- mes "Here's the clue.";
- mes "Try to find it.";
- next;
- mes "[Manager]";
- mes "Anyway, my name is Paul.";
- mes "..........";
- next;
- mes "[Paul]";
- mes "Naturally...";
- mes "I've already solved the clue.";
- next;
- mes "- Here's the paper that -";
- mes "- Paul handed over. -";
- next;
- mes "R-E-N-N-N-D";
- mes "L-N-N-W-W-N-D";
- next;
- mes "[Paul]";
- mes "Isn't it so simple?";
- mes "What do you think?";
- mes "RENNND / LNNWWND can mean only one thing.";
- next;
- switch(select("I think I got it.:I have no clue.")) {
- case 1:
- erasequest 7166;
- setquest 7167;
- set @job_sc_chest2,rand(1,3);
- goto L_icedun;
- case 2:
- erasequest 7166;
- setquest 7167;
- set job_sha,10;
- mes "[Paul]";
- mes "What? You don't know it?";
- mes "Then you'd better think about it more.";
- mes "It's so easy.";
- close;
- }
- }
- } else if (job_sha == 10) {
- mes "[Paul]";
- mes "So did you get what it means?";
- next;
- switch(select("Yes!:No I don't think so.")) {
- case 1:
- erasequest 7166;
- setquest 7167;
- set @job_sc_chest2,rand(1,3);
- goto L_icedun;
- case 2:
- mes "[Paul]";
- mes "Is it that hard?";
- next;
- select("I can't do it...");
- mes "[Paul]";
- mes "No way";
- mes "Can I give you a hint?";
- mes "Compass!";
- close;
- }
- }
-L_icedun:
- if (job_sha < 11) {
- if (@job_sc_chest2 && @job_sc_chest2 < 4) {
- mes "[Paul]";
- mes "Really? Then I don't need to give you the answer.";
- mes "Could you interpret the meaning of each letter?";
- next;
- select("It's kinda the combination of the places.");
- mes "[Paul]";
- mes "So?";
- next;
- select("E-N means East - North");
- mes "[Paul]";
- mes "Ok, enough.";
- mes "Then go and find out.";
- next;
- mes "Memorize this.";
- mes "You might need it. It could be a clue for you.";
- next;
- mes "[Paul]";
- switch(@job_sc_chest2) {
- case 1:
- mes "[S E E D]";
- mes "It's seed.";
- break;
- case 2:
- mes "[F O O T]";
- mes "It's foot.";
- break;
- case 3:
- mes "[C O L D]";
- mes "It's cold.";
- break;
- }
- mes "I don't know what it really means, but it would be helpful to you to figure it out.";
- set job_sha,11;
- set job_chest2, @job_sc_chest2;
- changequest 7167, @job_sc_chest2+7167;
- close;
- }
- } else if (job_sha > 10 && job_sha < 13) {
- mes "[Paul]";
- mes "I've already given you all the info you need.";
- next;
- mes "[Paul]";
- mes "I've given you one more clue.";
- mes "Isn't it enough?";
- next;
- mes "[Paul]";
- mes "As you and Graham mentioned...";
- mes "Go and find it out.";
- next;
- mes "[Paul]";
- mes "If you find real things like treasure,";
- mes "come back here.";
- close;
- } else if (job_sha == 14) {
- mes "[Paul]";
- mes "I was dying waiting for you.";
- mes "So what did you find out?";
- next;
- select("I found the key.:Hmm...");
- mes "- You hand over the 'Illusion Key' that you found in the ice cave. -";
- next;
- mes "[Paul]";
- mes "Illusion! Haha!";
- mes "After deception is illusion!";
- mes "So are you lying to me?";
- next;
- mes "[Paul]";
- mes "I can feel how Graham felt it....";
- mes "We don't dare to get that tiny key...";
- next;
- mes "[Paul]";
- mes "The young guy in Lighthalzen is quite challenging to deal with...";
- mes "So we'd better request assistance from Haled...";
- next;
- mes "[Paul]";
- mes "Hey...";
- mes "if you go to Juno...";
- mes "There's a gallery...";
- next;
- mes "[Paul]";
- mes "So could you ask him to get the password?";
- mes "Hmm...";
- next;
- mes "[Paul]";
- mes "I feel like the red hair guy in the main gallery is teasing me...";
- mes "Anyway...";
- mes "So I really like to know the password and the identity of the key...";
- next;
- erasequest 7168;
- erasequest 7169;
- erasequest 7170;
- erasequest 7172;
- setquest 7173;
- set job_sha,15;
- mes "[Paul]";
- mes "If Haled isn't supportive...";
- mes "Tell him ^aaaaffI know what you did last summer!^000000";
- mes "You shouldn't be wrong...!?";
- close;
- } else if (job_sha > 14 && job_sha < 18) {
- mes "[Paul]";
- mes "You could ask him to get the key...";
- mes "He will help you if you tell him something...";
- next;
- mes "[Paul]";
- mes "If Haled isn't supportive...";
- mes "Tell him ^aaaaffI know what you did last summer!^000000";
- close;
- } else if (job_sha > 16 && job_sha < 27) {
- mes "[Paul]";
- mes "So you are still looking for the treasure... right?";
- mes "I would look for it...";
- close;
- } else if (job_sha == 27) {
- // Is this correct?
- mes "[Paul]";
- mes "Kkkkkkkkkkkkkkkk!";
- next;
- mes "[Paul]";
- mes "Now I almost guessed what would happen later...";
- mes "It can't happen!";
- next;
- mes "[Paul]";
- mes "Are you shocked?";
- mes "Don't think worse.";
- mes "You could get a good person.";
- mes "Hahaha...";
- close;
- } else if (Class == Job_Shadow_Chaser || Class == Job_Shadow_Chaser_T || Class == Job_Baby_Chaser) {
- mes "[Paul]";
- mes "Do you need a painting tool?";
- mes "You can request that to the assistant.";
- mes "We always have it just in case.";
- close;
- }
- mes "[Manager]";
- mes "Who are you?";
- mes "This place isn't for you.";
- next;
- mes "[Manager]";
- mes "What are they doing up there?";
- mes "Bleh...";
- close;
-}
-
-s_atelier,168,129,3 script Manager#H-4 806,{
- if (job_sha == 15) {
- mes "[Manager]";
- mes "What?";
- mes "If you've come here for some money, you are wrong.";
- mes "This isn't a pawnshop.";
- next;
- select("You are... Haled?");
- mes "[Haled]";
- mes "Hmm? I'm the manager of this workplace in Juno. What's the matter?";
- next;
- mes "[Haled]";
- mes "Hmm. You were sent by Graham and Paul?";
- mes "I thought that you just came here to beg for money with fossil pieces.";
- next;
- mes "[Haled]";
- mes "It's a classic way that poor scholars use.";
- mes "Sometimes I buy good stuff so some people know that this is a pawnshop.";
- next;
- mes "[Haled]";
- mes "Let me hear your story.";
- next;
- mes "- You explain everything so far and show the key of arrogance. -";
- next;
- mes "[Haled]";
- mes "So...";
- mes "I totally understand.";
- mes "It's this key's location that shared the information!";
- next;
- mes "[Haled]";
- mes "Anyway. Two are keys and the treasure that I have to open with this key, what can I do?";
- next;
- mes "[Haled]";
- mes "We will investigate Juno's workplace, so give it to me?";
- next;
- mes "- Haled doesn't want to cooperate with you.";
- mes "Remember what Paul said. -";
- next;
- goto L_Paul;
- } else if (job_sha == 16) {
- mes "[Haled]";
- mes "What?";
- mes "You want to talk with me?";
- mes "How about you just hand over that key to me?";
- next;
- goto L_Paul;
- } else if (job_sha == 17) {
- mes "[Haled]";
- mes "Got it.";
- mes "Ok.";
- mes "You need to know where the place with the code is?";
- next;
- mes "[Haled]";
- mes "I don't have a choice.";
- mes "Listen carefully to this poem.";
- next;
- mes "[Haled]";
- mes "^aaaaffThe end of thin root of life-giving water.^000000";
- mes "^aaaaffIt's all of tears and signs of living people.^000000";
- mes "^aaaaffThey are us but also not us.^000000";
- mes "^aaaaffResidents of forgotten night play the waltz of despair.^000000";
- next;
- mes "[Haled]";
- mes "Do you know where it is?";
- mes "You know where it is right?";
- mes "It's only my opinion, but...";
- mes "It can't be possible...";
- next;
- mes "[Haled]";
- mes "Anyway, if you want to do it, go ahead.";
- mes "If you know what this poem means.";
- next;
- erasequest 7173;
- setquest 7174;
- set job_sha,18;
- mes "[Haled]";
- mes "Of course, if you find something, you have to come back.";
- mes "Got it?";
- mes "I'm going to write it down so that you won't forget.";
- close;
- } else if (job_sha > 17 && job_sha < 22) {
- mes "[Haled]";
- mes "I won't be surprised with whatever you find.";
- mes "You have to find the place that the poem speaks of.";
- next;
- mes "[Haled]";
- mes "^aaaaffThe end of thin root of life-giving water.^000000";
- mes "^aaaaffIt's all of tears and signs of living people.^000000";
- mes "^aaaaffThey are us but also not us.^000000";
- mes "^aaaaffResidents of forgotten night play the waltz of despair.^000000";
- next;
- mes "Of course, if you find something, you have to come back.";
- mes "Got it?";
- close;
- }
- if (job_sha == 22) {
- mes "[Haled]";
- mes "Did you find something?";
- next;
- select("Show the Key of Pleasure.");
- mes "[Haled]";
- mes "Ha...........akkk.";
- mes "Another key?";
- mes "Is it the only key?!";
- next;
- mes "[Haled]";
- mes "Then... do I have to ask help from the young man from Lighthalzen?";
- mes "............";
- mes "Ah...";
- next;
- mes "[Haled]";
- mes "I have no choice.";
- mes "Go to Lighthalzen with the three keys.";
- mes "Meet Vicente, who is master of the store in Lighthalzen, and tell him everything.";
- next;
- mes "[Haled]";
- mes "I told you that the old man is persistent and he ruins everything.";
- next;
- mes "[Haled]";
- mes "You have to have all your facts straight to send information to the guild.";
- mes "First you have to work together in one accord.";
- next;
- mes "[Haled]";
- mes "The thing you find can belong to the workplace.";
- mes "It can be shared.";
- next;
- mes "[Haled]";
- mes "I thought that it was a very simple thing.";
- mes "We couldn't share that stuff together.";
- next;
- mes "[Haled]";
- mes "All of the information that I got fromworkplace are key.";
- mes "There must be something to use three key with.";
- next;
- mes "[Haled]";
- mes "Anyway it has to do with deceit and pleasure...";
- mes "Is it teasing me...";
- next;
- erasequest 7176;
- setquest 7177;
- set job_sha,23;
- mes "[Haled]";
- mes "Ok. Let me finish.";
- mes "Go to Vicente in Lighthalzen.";
- close;
- } else if (job_sha > 22 && job_sha < 24) {
- mes "[Haled]";
- mes "Shadow workplace in lighthalzen";
- mes "The manager's name is Vicente.";
- mes "Tell him everything and get one last information.";
- close;
- } else if (job_sha == 24) {
- mes "[Haled]";
- mes "Hey, you!";
- mes "Was Vicente helpful?";
- mes "You have something important...";
- mes "So you have to find out what is it.";
- next;
- mes "[Haled]";
- mes "Keep trying.";
- close;
- } else if (job_sha == 27) {
- mes "[Haled]";
- mes "Hey, you!";
- mes "What's going on?";
- mes "What? Shadow Chaser?";
- next;
- mes "[Haled]";
- mes "Did I know that fact?";
- mes "Sure. I heard a little bit before I used to do work like this.";
- next;
- mes "[Haled]";
- mes "It's honor to me cause It's for to pick a person up belongs to us.";
- mes "Just accept that. You are going to be a good Shadow Chaser.";
- close;
- } else if (Class == Job_Shadow_Chaser || Class == Job_Shadow_Chaser_T || Class == Job_Baby_Chaser) {
- mes "[Haled]";
- mes "I like your face.";
- mes "We don't have any special thing.";
- mes "An assistant sells some paint and tool.";
- close;
- }
- mes "[Manager]";
- mes "What?";
- mes "If you've come here for some money,";
- mes "you are wrong.";
- mes "This isn't a pawnshop.";
- close;
-
-L_Paul:
- mes "["+strcharinfo(0)+"]";
- mes "Paul said....";
- next;
- input .@psaid$;
- if (.@psaid$ != "I know what you did last summer!") {
- set job_sha,16;
- mes "[Haled]";
- mes "So what?";
- mes "He's a wild-eyed person.";
- mes "Did you just speak to me in a threatening tone?";
- close;
- }
- mes "["+strcharinfo(0)+"]";
- mes "Paul said....";
- mes "I know what you did last summer!";
- next;
- mes "[Haled]";
- mes "Ekk... He...";
- mes "Knew everything...";
- mes "Hmm...";
- mes "I can help.";
- mes "I will cooperate.";
- next;
- set job_sha,17;
- mes "[Haled]";
- mes "I need some time to collect my thoughts.";
- mes "Wait for me a bit.";
- close;
-}
-
-tur_dun03,38,209,5 script Blue Flame#H-19 802,{
- if (job_sha == 5) {
- mes "A blue flame is roaring.";
- mes "The deciphered code means...";
- next;
- input .@BLFnpc$;
- if (.@BLFnpc$ != "blue fire in turtle island third floor") {
- mes "["+strcharinfo(0)+"]";
- mes "What was it?";
- mes "I guess I have to make sure I don't use any capital letters.";
- close;
- }
- mes "["+strcharinfo(0)+"]";
- mes "^aaaaffblue fire in turtle island third floor^000000";
- mes "It's clearly pointing to this.";
- next;
- mes "You murmur the sentence when the flame begins growing.";
- next;
- mes "[Unknown voice]";
- mes "Hm? Someone is coming?";
- mes "You are the one who wants to have my treasure?";
- mes "But your limitation is over.";
- next;
- mes "The flame is talking.";
- mes "The voice is snake-like.";
- mes "In the middle of blue flame, there are two marble eyes.";
- next;
- select("Pick it up.");
- mes "[Unknown voice]";
- mes "You are in a hurry.";
- mes "Hahaha, humans usually do things like that.";
- mes "They can't see the truth.";
- next;
- mes "[Unknown voice]";
- mes "How about you?";
- mes "I don't expect that you will do harm to this blue flame.";
- mes "It's the only one with two...";
- next;
- select("Who are you?");
- mes "[Shadow of Deception]";
- mes "Me? I'm a deception.";
- mes "I sneer at people who are stupid.";
- mes "I laugh behind their backs.";
- mes "HahaHaha...";
- next;
- erasequest 7163;
- setquest 7164;
- set job_sha,6;
- mes "The Blue Flame is growing and rolling.";
- mes "They seem to be related.";
- close;
- } else if (job_sha == 6) {
- if (checkquest(7164,HUNTING) != 2) {
- mes "The flame is still rolling with a";
- mes "strong spell.";
- mes "You have to cut the relation with it.";
- close;
- }
- else if (checkquest(7164,HUNTING) == 2) {
- mes "It looks like the blue flame is under the limitation.";
- mes "You can't feel that rolling effect of a spell like before.";
- next;
- select("Pick up the marbles.");
- mes "When you pick them up, you can feel that your weight is lightened.";
- close2;
- set job_sha,7;
- erasequest 7164;
- warp "job3_sha01",22,82;
- end;
- }
- } else if (job_sha == 7) {
- mes "It looks like the blue flame is under the limitation.";
- mes "You can't feel that rolling effect of a spell like before.";
- next;
- select("Pick up the marbles.");
- mes "When you pick it up, you can feel that your weight is lightened.";
- close2;
- warp "job3_sha01",22,82;
- end;
- }
- mes "The flame is rolling.";
- close;
-}
-
-ice_dun02,206,223,5 script Red Flame#H-20 802,{
- if (job_sha == 11) {
- mes "The red flame is roaring.";
- mes "It changed to a woman in black.";
- next;
- mes "[Woman in black]";
- mes "Can you hear me?";
- mes "Huhu.";
- mes "Can you see me?";
- next;
- mes "[Woman in black]";
- mes "You are the chosen one?";
- mes "You can know that.";
- mes "There is a soul that is the same as me.";
- next;
- mes "[Woman in black]";
- mes "I'm a shadow.";
- mes "A wandering shadow.";
- mes "Sad soul.";
- mes "A shadow of illusion without truth.";
- next;
- setquest 7171;
- set job_sha,12;
- mes "[Shadow of Illusion]";
- mes "What do you want?";
- mes "Do you want treasure?";
- mes "Then pick it up.";
- mes "Tear my soul and";
- mes "show the truth.";
- close;
- } else if (job_sha == 12) {
- if (checkquest(7171,HUNTING) != 2) {
- mes "[Shadow of Illusion]";
- mes "Huhu.";
- mes "What's wrong?";
- mes "You couldn't find the half of my soul?";
- mes "Huhu...";
- next;
- mes "[Shadow of Illusion]";
- mes "Ah, hurry and give me rest.";
- mes "I want to die softly.";
- mes "I want to give up the phony life.";
- next;
- mes "[Shadow of Illusion]";
- mes "Huhu...";
- mes "When the false shadow is gone, you can see the truth.";
- mes "Please, tear the false to dazzle who are blind...";
- mes "without any trace..";
- close;
- } else if (checkquest(7171,HUNTING) == 2) {
- mes "You can't feel the soul from the flame.";
- mes "When you go closer, you can't see well because of darkness.";
- close2;
- set job_sha,13;
- erasequest 7171;
- warp "job3_sha01",22,33;
- end;
- }
- } else if (job_sha == 13) {
- mes "You can't feel the soul from the flame.";
- mes "When you go closer, you can't see well because of darkness.";
- close2;
- warp "job3_sha01",22,33;
- end;
- } else if (job_sha > 13 && job_sha < 28) {
- mes "The flame is rolling.";
- mes "You can't see well because of the light of ice.";
- close;
- }
- mes "An unknown red flame is roaring.";
- close;
-}
-
-niflheim,230,276,5 script Red Flame#H-21 802,{
- if (job_sha == 18) {
- mes "["+strcharinfo(0)+"]";
- mes "The poem that Haled told me was pointing to Niflheim.";
- mes "There is a flame that looks like the one from turtle island and ice dungeon.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "The end of living tree's roots.";
- mes "Tears of all living people.";
- mes "Sign of all dead people.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "They are us but also not us.";
- next;
- mes "[Someone's voice]";
- mes "They are us but also not us.";
- next;
- mes "[Someone's voice]";
- mes "Residents of the night forgotten...";
- next;
- select("Who is playing that?");
- mes "[Someone's voice]";
- mes "Who is playing the waltz of desperation?";
- mes ".....";
- next;
- mes "[Someone's voice]";
- mes "Ha...";
- mes "You came here to dig the secret of death.";
- mes "Can you play the waltz of death for me?";
- next;
- mes "[Someone's voice]";
- mes "I don't to be subject to restraint and be with sign of dead people.";
- next;
- mes "[Shadow of Pleasure]";
- mes "I'm a shadow.";
- mes "I show that best of the pleasure in this world.";
- mes "Illusions such that you don't want to be awaken from the dream.";
- next;
- mes "[Shadow of Pleasure]";
- mes "The soul got tangled by cold chains";
- mes "I can't see the dream and the shadow lost the pleasure that will be lasting forever.";
- next;
- mes "[Shadow of Pleasure]";
- mes "Please, help me.";
- mes "Give me two hands to escape from here!";
- next;
- mes "[Shadow of Pleasure]";
- mes "Can you stifle me with two hands?";
- mes "The other side of my senses gas for breath.";
- next;
- mes "[Shadow of Pleasure]";
- mes "That's the evidence that I live.";
- mes "That's the evidence that I cross over the line.";
- mes "With start of life the last pleasure.";
- next;
- mes "[Shadow of Pleasure]";
- mes "Show me the sweet death.";
- next;
- erasequest 7174;
- setquest 7175;
- set job_sha,19;
- mes "The flame is dying.";
- mes "You should handle the shadow of pleasure.";
- close;
- } else if (job_sha == 19) {
- if (checkquest(7175,HUNTING) != 2) {
- mes "You can feel a strong soul in the flame.";
- mes "You should handle the shadow of pleasure.";
- close;
- } else if (checkquest(7175,HUNTING) == 2) {
- mes "You can't feel the soul from the flame.";
- mes "When you go closer, you can't see well because of darkness.";
- set job_sha,20;
- erasequest 7175;
- close2;
- warp "job3_sha01",73,87;
- end;
- }
- } else if (job_sha == 20) {
- mes "You can't feel the soul from the flame.";
- mes "When you go closer, you can't see well because of darkness.";
- close2;
- warp "job3_sha01",73,87;
- end;
- } else if (job_sha > 21 && job_sha < 27) {
- mes "There is a flame.";
- mes "You can't feel anything from it.";
- close;
- }
- mes "That's a mysterious flame.";
- mes "It looks like cursing.";
- mes "Go away from that";
- close;
-}
-
-tha_t01,149,228,0 script #shadowc07 45,1,1,{
- if ((Class == Job_Rogue || Class == Job_Stalker || Class == Job_Baby_Rogue) && job_sha == 24){
- mes "You can feel weird power.";
- mes "You are getting dizzy.";
- close2;
- warp "job3_sha01",71,36;
- end;
- }
- mes "You can feel weird power.";
- mes "You don't know what it is.";
- close;
-}
-
-job3_sha01,22,78,5 script ????#H-22 844,{
- if (job_sha == 7) {
- setarray .@Codes1$[1],"EFDFJWF","FGEGKXG","GHFHLYH","HIGIMZI","IJHJNAJ","JKIKOBK","KLJLPCL","LMKLQDM";
- setarray .@Codes2$[1],"IPOFTUZ","JQPGUVA","IRQHVWB","LSRIWXC","MTSJXYD","NUTKYZE","OVULZAF","PWVMABG";
- set @job_sc_chest1,rand(1,8);
- mes "It's a small box made of a hard turtle's shell.";
- mes "The middle of it...";
- next;
- select("Touch the middle.:Push the middle.");
- mes "When you touch it, something comes out!";
- next;
- mes "DECEIVE";
- next;
- mes ""+@job_sc_chest1;
- next;
- mes .@Codes1$[@job_sc_chest1];
- next;
- mes "It shows some letters and numbers.";
- mes " ";
- mes "Deceive,";
- mes "then "+@job_sc_chest1+",";
- mes "and "+.@Codes1$[@job_sc_chest1]+".";
- next;
- select("What does it mean?");
- mes "["+strcharinfo(0)+"]";
- mes "Is it also code.";
- mes "It must be a kind of rule of code?";
- mes "Ah, something is shown again...?";
- next;
- mes "- You can see some letters on the turtle's shell. -";
- next;
- mes "HONESTY";
- mes "And also letters. They are";
- mes "blinking as if waiting for a code to be input.";
- next;
- input .@sccst1$;
- if (.@sccst1$ == .@Codes2$[@job_sc_chest1]) {
- mes "When you put the correct";
- mes "answer in there, the box opens.";
- mes "There is a small key inside.";
- next;
- getitem 6266,1;
- setquest 7165;
- set job_sha,8;
- mes "- You get the Key of Deception. -";
- close;
- }
- mes "- You put the answer -";
- mes "- but it doesn't work. -";
- mes "- You have failed. -";
- close;
- }
- mes "You don't have to stay in here.";
- next;
- switch(select("Go outside.:Stay here.")) {
- case 1: warp "tur_dun03",42,204;
- case 2: close;
- }
-}
-
-job3_sha01,25,28,5 script ????#H-23 844,{
- if (job_sha == 13) {
- setarray .@Words$[1],"SEED","FOOT","COLD";
- setarray .@Numbers[1],24,25,20;
- mes "There are lots of boxes";
- mes "with numbers on them.";
- next;
- mes "1 2 3 4 5";
- mes "6 7 8 9 0";
- mes " [][]";
- next;
- mes "When you touched that number, it moved.";
- mes "You find the empty space.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "I guess I have to put the number in the empty space...";
- mes "I have two empty squares to put two numbers.";
- mes "What will it be good for?";
- next;
- select("I think it's related to the word given by Paul.");
- mes "["+strcharinfo(0)+"]";
- mes "I got "+.@Words$[job_chest2]+".";
- mes "Now I have to convert it into a number...";
- next;
- switch(select("Input the answer.:I can't get it.")) {
- case 1:
- input .@sccst2;
- if (.@sccst2 == .@Numbers[job_chest2]) {
- mes "You put 2 and "+(.@Numbers[job_chest2]-20)+".";
- mes "The box opens and you get one key.";
- next;
- mes "You picked up the Key of Illusion.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "It's not a treasure.";
- mes "The Key of Illusion? Is it related to the Shadow of Illusion?";
- mes "I got the Key of Deception after I handled Deception...";
- next;
- getitem 6267,1;
- setquest 7172;
- set job_sha,14;
- set job_chest2,0;
- mes "["+strcharinfo(0)+"]";
- mes "Anyway, Paul will be disappointed.";
- mes "A key again....";
- mes "How can I escape from here?";
- next;
- mes "When you push the box, it opens a door leading outside.";
- close2;
- warp "ice_dun02",209,219;
- end;
- }
- mes "When you enter the number, it goes back to the first.";
- close;
- case 2:
- mes "["+strcharinfo(0)+"]";
- mes "Hmm.";
- mes "I can't get it...";
- mes "Is it the same code as the Prontera workplace...?";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "According to that method...";
- mes "A means 11 and B means 12.";
- close;
- }
- }
- // Custom Translation
- mes "You don't have to stay in here.";
- close2;
- warp "ice_dun02",209,219;
- end;
-}
-
-job3_sha01,73,80,5 script ????#H-24 844,{
- if (job_sha == 20) {
- mes "There is a box that looks like a house.";
- mes "There's a small paper in the chimmney.";
- next;
- mes "It says:";
- mes "-----------------";
- mes "20 21 18 14";
- mes "1 14 4";
- mes "19 8 1 11 5";
- mes "-----------------";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "I think it's another code.";
- mes "I should solve it the same way as before.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "There are no clues...";
- mes "1 could equal A,";
- mes "And the the answer is...";
- next;
- input .@sccst3$;
- set job_sha,21;
- if (.@sccst3$ != "TURN AND SHAKE") {
- mes "["+strcharinfo(0)+"]";
- mes "..."+.@sccst3$+"....?";
- mes "What does that mean?";
- close;
- }
- } else if (job_sha == 21) {
- mes "["+strcharinfo(0)+"]";
- mes "Let me think again...";
- mes "20 21 18 14";
- mes "1 14 4";
- mes "19 8 1 11 5";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "It's the same as before.";
- mes "There's no code, so 1 should be A.";
- mes "And the answer is...";
- next;
- input .@sccst3$;
- if (.@sccst3$ != "TURN AND SHAKE") {
- mes "["+strcharinfo(0)+"]";
- mes "..."+.@sccst3$+"....?";
- mes "Again? I don't get it.";
- close;
- }
- }
- if (job_sha == 21) {
- mes "["+strcharinfo(0)+"]";
- mes "Turn... Turn... and";
- mes "Shake? Shake?";
- mes "For what?";
- next;
- L_chest32:
- switch(select("Turn the roof.:Turn the house.:Turn the handle.")) {
- case 1:
- mes "You turn the roof.";
- next;
- switch(select("Shake the roof.:Shake the house.")) {
- case 1:
- mes "Even though you shake the roof, nothing happens.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "That's not it.";
- mes "Hmm...";
- next;
- goto L_chest32;
- case 2:
- mes "You tried to shake the house but it doesn't do anything.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "It's wrong.";
- mes "I'll put it back";
- mes "and try again...";
- next;
- goto L_chest32;
- }
- case 2:
- mes "You grab the whole house and turn it.";
- next;
- switch(select("Shake up and down.:Shake back and forth.:Turn 'round and 'round and shake.:Roll it upside down.")) {
- case 1:
- case 2:
- mes "Nothing happens.";
- mes "You think there is something inside, but it won't come out.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "That's not it.";
- mes "Hmm.";
- next;
- goto L_chest32;
- case 3:
- mes "You shake it slowly.";
- mes "You can hear a noise,";
- mes "but nothing's coming out.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "That's not it.";
- mes "Hmm.";
- next;
- goto L_chest32;
- case 4:
- mes "Rolling it upside down causes something inside to move.";
- next;
- mes "You shake it slowly.";
- mes "You can hear some noise.";
- mes "Something's coming out.";
- next;
- mes "- You got the Key of Pleasure. -";
- next;
- getitem 6268,1;
- erasequest 7175;
- setquest 7176;
- set job_sha,22;
- mes "["+strcharinfo(0)+"]";
- mes "What? A key again!";
- mes "Haled will be disappointed...";
- mes "I better go back.";
- close;
- }
- case 3:
- mes "You tried to turn the small handle but it doesn't work.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "What should I do now?";
- next;
- goto L_chest32;
- }
- }
- mes "You don't have to stay in here.";
- mes "You put the box down and see that there is a door leading outside.";
- close2;
- warp "niflheim",230,270;
- end;
-}
-
-job3_sha01,72,28,5 script ????#H-25 844,{
- if (countitem(6266) == 1 && countitem(6267) == 1 && countitem(6268) == 1) {
- if (job_sha == 24) {
- mes "There is a stone that looks like a small casket with a fabulous pattern around it.";
- next;
- mes "But you can't feel any power from it.";
- mes "You find three holes in there.";
- next;
- mes "Inscribed next to the holes is written Deception, Illusion, and Pleasure.";
- next;
- select("Place the key in the holes.");
- mes "["+strcharinfo(0)+"]";
- mes "At first, Deception...";
- mes "then Illusion...";
- mes "and Pleasure...";
- mes "Let me see.";
- next;
- mes "When you put the keys in, something comes out.";
- next;
- delitem 6266,1;
- delitem 6267,1;
- delitem 6268,1;
- getitem 6269,1;
- erasequest 7178;
- setquest 7179;
- set job_sha,25;
- mes "- You got a brush with a fabulous pattern on it. -";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "What???";
- mes "A brush!!!";
- mes "This isn't treasure!!!";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Ahahhah!!!";
- mes "*sniff*";
- mes "It's not treasure!";
- next;
- select("Now I'm pissed off.");
- mes "["+strcharinfo(0)+"]";
- mes "*Sigh*";
- mes "Guess I should bring this to ^aaaaffVicente^000000!";
- close;
- }
- }
- mes "It's an empty stone statue.";
- close;
-}
-
-s_atelier,25,75,3 script Manager#H-5 899,{
- if (job_sha == 23) {
- mes "[Vicente]";
- mes "Welcome.";
- mes "I've been waiting for you.";
- next;
- select("For me?");
- mes "[Vicente]";
- mes "I wondered when you would visit.";
- mes "I've been waiting a long time for you.";
- mes "Huhu...";
- next;
- mes "[Vicente]";
- mes "How were Graham, Paul and Haled?";
- mes "They are not easy people to deal with, huh?";
- next;
- select("You know everything?");
- mes "[Vicente]";
- mes "Sure.";
- mes "They ignore me because they think that I'm too young.";
- mes "As if they were all perfect.";
- mes "Hahaha...";
- next;
- mes "[Vicente]";
- mes "Did you bring all of the keys?";
- mes "There should be three.";
- mes "You came here to find out how to use them I assume, right?";
- next;
- select("Yeah, you're right!");
- mes "[Vicente]";
- mes "You don't have to be surprised.";
- mes "I can't find how long it took for those three men to investigate before.";
- mes "I already finished my work.";
- next;
- mes "[Vicente]";
- mes "When I went to the final location I found a stone statue.";
- mes "But it needed keys.";
- next;
- mes "[Vicente]";
- mes "Three of them.";
- mes "- Vicente smiles. -";
- next;
- mes "[Vicente]";
- mes "At first, the information that was";
- mes "given from the guild meant only one thing.";
- mes "Because of the saying that they respect the right of our";
- mes "possessions,";
- mes "we shared our information.";
- next;
- mes "[Vicente]";
- mes "So we had to wait for it.";
- mes "I thought the last man would never give it to me...";
- next;
- mes "[Vicente]";
- mes "They thought I wanted to have the treasure for myself.";
- mes "So that's why I've just been";
- mes "waiting for you.";
- next;
- mes "[Vicente]";
- mes "Then let's make a point!";
- mes "Do you know of the Thanatos Tower?";
- next;
- switch(select("Sure.:The tower of death?")) {
- case 1:
- mes "[Vicente]";
- mes "You know that.";
- mes "Then you can understand easily.";
- next;
- break;
- case 2:
- mes "[Vicente]";
- mes "Yes, that tower in northern Juno.";
- mes "There are huge monsters there.";
- next;
- break;
- }
- mes "[Vicente]";
- mes "You told me that you went to the final place with the information?";
- mes "That's the Thanatos Tower.";
- next;
- mes "[Vicente]";
- mes "Fortunately, the location is the 1st floor of that tower.";
- mes "So I'm going to tell what you have to do.";
- next;
- mes "[Vicente]";
- mes "At the 1st floor of the Thanatos Tower, there are members from the Rekenber Corporation.";
- mes "Go north from their desk...";
- next;
- mes "[Vicente]";
- mes "And you can find stairs and a location where light comes out of.";
- mes "That's the location of the";
- mes "information that I have.";
- next;
- mes "[Vicente]";
- mes "Now you know the location you have to go to with the three keys.";
- mes "Find out the secret of the stone statue.";
- next;
- erasequest 7177;
- setquest 7178;
- set job_sha,24;
- mes "[Vicente]";
- mes "You can't imagine what kind of things you might find.";
- mes "That's the final destination of all of the keys.";
- next;
- mes "[Vicente]";
- mes "Good luck.";
- close;
- } else if (job_sha == 24) {
- mes "[Vicente]";
- mes "Listen carefully.";
- mes "The location you need to find is";
- mes "north from the middle of the 1st floor in the Thanatos Tower.";
- mes "You can find stairs and a location where light comes out.";
- next;
- mes "[Vicente]";
- mes "If you find something, come back here.";
- mes "Actually, I want to get the key from you, but...";
- next;
- mes "[Vicente]";
- mes "I just respect your opinion.";
- mes "If you find something, come back here. Got it?";
- close;
- } else if (job_sha == 25) {
- mes "[Vicente]";
- mes "You're back?";
- mes "Did you find anything?";
- next;
- switch(select("Throw the brush.:Grab him by the collar.:Drop the brush.")) {
- case 1:
- mes "[Vicente]";
- mes "Hey, what are you doing?";
- mes "This brush...";
- mes "Is this the treasure hidden in the Thanatos Tower?";
- next;
- break;
- case 2:
- mes "[Vicente]";
- mes "What's wrong with you?";
- mes "You can't tell me more details?";
- close;
- case 3:
- mes "[Vicente]";
- mes "What's the matter?";
- mes "Are you ok?";
- next;
- mes "- Vicente looks at me with a surprised face. -";
- next;
- select("Point at the brush.");
- mes "[Vicente]";
- mes "Is this the treasure hidden in thanatos tower?";
- next;
- break;
- }
- mes "Vicente looks surprised after taking a look at it.";
- next;
- mes "[Vicente]";
- mes "Haha!!";
- mes "Ahahahaha!!!!!";
- mes "I get it now!";
- mes "Congratulations.";
- next;
- mes "[Vicente]";
- mes "It's treasure.";
- mes "You found a big treasure!";
- mes "Talk to me for bit, won't you?";
- next;
- erasequest 7179;
- setquest 7180;
- set job_sha,26;
- mes "[Vicente]";
- mes "There is someone who has been waiting for you.";
- mes "He's been waiting for someone to bring this brush back.";
- mes "Let's go inside.";
- close;
- } else if (job_sha > 25 && job_sha < 28) {
- mes "[Vicente]";
- mes "I'm going to listen to your story.";
- close;
- } else if (Class == Job_Shadow_Chaser || Class == Job_Shadow_Chaser_T || Class == Job_Baby_Chaser) {
- mes "[Vicente]";
- mes "I'm expecting your work from now on.";
- mes "You'll be a good Shadow Chaser.";
- mes "I'm sure of it.";
- close;
- }
- mes "[Manager]";
- mes "You are?";
- mes "Sorry, but we don't trade old art goods.";
- mes "If you need something, then ask an assistant.";
- close;
-}
-
-s_atelier,73,65,3 script Vicente#H-18 899,{
- mes "[Vicente]";
- if (job_sha > 25 && job_sha < 27) {
- mes "This way.";
- mes "He's been waiting for you for a while.";
- mes "Not me, Dumk.";
- close;
- } else if (job_sha == 27) {
- mes "Dumk wants to have you as a Shadow Chaser.";
- mes "Big news, right?";
- close;
- } else if (Class == Job_Shadow_Chaser || Class == Job_Shadow_Chaser_T || Class == Job_Baby_Chaser) {
- mes "I don't have any special reason to visit here.";
- mes "An assistant sells tools and paints.";
- close;
- }
- mes "If you don't have anything special";
- mes "to do here, you'd better leave.";
- mes "No trespassing!";
- close;
-}
-
-s_atelier,70,66,5 script Dumk 481,{
- mes "[Dumk]";
- if ((Class == Job_Shadow_Chaser || Class == Job_Shadow_Chaser_T || Class == Job_Baby_Chaser) && !countitem(6269)) {
- mes "What is it?";
- mes "Have you been enjoying your new skills?";
- next;
- mes "[Dumk]";
- mes "If you want to improve your skills, you have to seek out new uses for paints.";
- next;
- mes "[Dumk]";
- mes "Don't forget.";
- mes "We are Shadow Chasers.";
- mes "Huhu...";
- mes "HuhuHuhu...";
- close;
- }
- if (!countitem(6269)) {
- if (Class == Job_Rogue || Class == Job_Stalker || Class == Job_Baby_Rogue) {
- mes "Vicente, no soliciting!";
- next;
- mes "[Vicente]";
- mes "A solicitor?";
- mes "I don't think so. That's our colleage.";
- next;
- mes "[Dumk]";
- mes "...Ah?";
- close;
- }
- mes "........";
- mes "Heh.";
- next;
- mes "[Vicente]";
- mes "I'm sorry.";
- mes "He is not interested in other people.";
- mes "But you can't enter this space.";
- mes "You can get tools at the store.";
- close;
- }
- // Not sure if this is placed correctly...
- if (BaseLevel != 99 || JobLevel < 50) {
- mes "Sorry, but make sure that you're";
- mes "Base Lvl. 99 / Job Lvl. 50 minimun and set all your Skillpoints.";
- close;
- }
- if (SkillPoint) {
- mes "You are still green!";
- mes "Did you expect to learn the dark arts with your ability?";
- mes "You are wrong!";
- next;
- mes "[Vicente]";
- mes "Haha...";
- mes "Please, understand. Dumk has very bad communication skills.";
- mes "He doesn't talk to anyone who isn't at a high enough level.";
- next;
- mes "[Vicente]";
- mes "And to those who are not ready...";
- mes "^aaaaffYou might not be ready for him.^000000";
- next;
- mes "[Dumk]";
- mes "You talk too much.";
- mes "Heh.";
- next;
- mes "[Vicente]";
- mes "- He is pleased. -";
- mes "Hey.";
- mes "He could be ashamed.";
- close;
- }
- // Not sure if this is correct either...
- if ((MaxWeight - Weight) < 1000) {
- mes "Sorry, but you're overweight.";
- mes "Please store some of your items first.";
- close;
- }
- if (job_sha == 27) {
- mes "So, do you want me to keep talking about Shadow Chasers?";
- next;
- switch(select("What is a Shadow Chaser?:Change me to Shadow Chaser.:I'll come back later.")) {
- case 1:
- mes "[Dumk]";
- mes "Most spells are exclusively for Wizards and their kind.";
- mes "But Knight has since been able to use a kind of magic with things called Runes.";
- next;
- mes "[Dumk]";
- mes "So we tried finding a medium for spells that suit our characteristics.";
- next;
- mes "[Dumk]";
- mes "So finally...";
- mes "We found paint!";
- next;
- mes "[Dumk]";
- mes "Paint gives us lots of feelings.";
- mes "We can feel peaceful and happy or it can give us feelings of sorrow and fear.";
- next;
- mes "[Dumk]";
- mes "We use that to harness the different emotions of people and exploit them when they're most vulnerable.";
- next;
- mes "[Dumk]";
- mes "The effects on our enemies are similar to that of magic spells.";
- next;
- mes "[Dumk]";
- mes "For instance, this power could be used to create blackholes to make your enemies vanish.";
- next;
- mes "[Dumk]";
- mes "So if you want to have that power then you must have artistry.";
- next;
- mes "[Dumk]";
- mes "You have to be a trendsetter when it comes to fashion!";
- mes "The ability to understand art!";
- mes "You should have everything.";
- next;
- select("Then what is the Master Brush?");
- mes "[Dumk]";
- mes "Ah?";
- mes "That was a brush who was a master of dark arts.";
- mes "Now we are looking for someone who can be Shadow Chaser.";
- next;
- mes "[Dumk]";
- mes "This is kind of game.";
- mes "If there is someone who wants to become a Shadow Chaser,";
- mes "we just look the process to find this brush.";
- next;
- mes "[Dumk]";
- mes "We put the codes to make sure that you can think outside of the box.";
- mes "Did you have fun?";
- close;
- case 2:
- mes "[Dumk]";
- mes "You decided!";
- mes "As your case, you can master the art of psychological warfare using paint!";
- mes "The art created is beautiful but dangerous.";
- next;
- mes "[Dumk]";
- mes "We use paint as a medium for spells.";
- mes "We use that to harness the different emotions of people and exploit them when they're most vulnerable.";
- next;
- mes "[Dumk]";
- mes "For instance, this power could be used to create blackholes to make your enemies vanish.";
- next;
- mes "[Dumk]";
- mes "So if you want to have that power then you must have artistry.";
- next;
- mes "[Dumk]";
- mes "You have to be a trendsetter when it comes to fashion!";
- mes "The ability to understand art!";
- mes "You should have everything.";
- next;
- mes "[Dumk]";
- mes "You performed your duties diligently and found the brush.";
- mes "So you are qualified to be a Shadow Chaser.";
- next;
- jobchange roclass(eaclass()|EAJL_THIRD);
- set JobLevel, 1;
- nude;
- getitem 6121,1;
- getitem 6122,1;
- getitem 2795,1;
- getitem 5750,1;
- delitem 6269,1;
- mes "[Dumk]";
- mes "Congratulations.";
- mes "Welcome to your new life.";
- completequest 7180;
- set job_sha,28;
- next;
- mes "[Dumk]";
- mes "It's a fashionable uniform.";
- mes "It uses patterns of leopard and feathers.";
- mes "The fashion world will be shocked.";
- next;
- mes "[Dumk]";
- mes "This shadow peacock I designed myself.";
- mes "It's too hard to create something that absorbs my art sense.";
- mes "Then about this part...";
- next;
- mes "Dumk keeps talking about fashion, art sense, paint and feeling.";
- mes "He's obviously in his own world.";
- next;
- select("About this brush...");
- mes "[Vicente]";
- mes "Ah, I'll explain.";
- mes "We need tools for painting.";
- next;
- mes "[Vicente]";
- mes "The make-up brush is used for face painting.";
- mes "You can get paint from the workplace.";
- next;
- mes "[Vicente]";
- mes "The paint brush is used for painting big spaces.";
- mes "You can get paint from the workplace too.";
- next;
- mes "[Vicente]";
- mes "Don't you remember the location of the workplace?";
- mes "Juno, Prontera, Rachel and Lighthalzen.";
- next;
- mes "[Vicente]";
- mes "If you need paint, go to an assistant.";
- mes "^aaaaffIf you don't have any tools, you can use skill needed paints.^000000";
- next;
- mes "[Vicente]";
- mes "Congratulations to be our person.";
- close;
- case 3:
- mes "[Dumk]";
- mes "What?";
- mes "Why not?";
- mes "You don't want to be a Shadow Chaser?";
- mes "I can teach you so much about painting.";
- next;
- mes "[Dumk]";
- mes "You really won't understand until you become one.";
- next;
- mes "[Dumk]";
- mes "Don't you want to learn how to harness a power stronger than what you know?";
- mes "....";
- next;
- mes "Dumk seemed to be disappointed that you didn't answer him.";
- close;
- }
- }
- mes "It's you? You are the one who found the brush?";
- next;
- select("Show the brush to him.");
- mes "[Dumk]";
- mes "That's it.";
- mes "Did you find it by yourself?";
- next;
- switch(select("Yes.:With my friends.")) {
- case 1:
- mes "[Dumk]";
- mes "Hmm...";
- mes "You have a high ability.";
- mes "Breaking the codes should have been tough.";
- mes "But it wasn't for you.";
- next;
- break;
- case 2:
- mes "[Dumk]";
- mes "Hmm...";
- mes "That's your other skill.";
- mes "People who have no friends must be lonely.";
- next;
- mes "[Dumk]";
- mes "To us, relationships are very important.";
- mes "You get more people, you get more help.";
- next;
- break;
- }
- mes "[Dumk]";
- mes "It's time to introduce myself.";
- mes "I'm Dumk.";
- next;
- select("You are.....");
- mes "[Vicente]";
- mes "Chicken! How about the chicken for this supper?";
- next;
- mes "[Dumk]";
- mes "Why chicken?";
- mes "Why are you interrupting?";
- mes "You wanna be fired?";
- next;
- mes "[Vicente]";
- mes "Sorry...";
- mes "(He turns to you and says it's taboo to talk about chicken.)";
- next;
- mes "[Dumk]";
- mes "Anyway, let's make a point.";
- mes "You.";
- mes "Will you yield to the will of the brush?";
- next;
- select("Yield to? What?");
- mes "[Dumk]";
- mes "This brush was used by the master.";
- mes "Paintings by him have mysterious power.";
- next;
- mes "[Dumk]";
- mes "I can't tell you the root of the power.";
- mes "Someday you will find out.";
- mes "He sublimates power through the medium of his paintings.";
- next;
- select("I don't get it...?");
- mes "[Dumk]";
- mes "We walk in darkness without moonlight.";
- mes "And find out our shining days are over.";
- next;
- mes "[Dumk]";
- mes "We follow to other shadows and we can be real Shadow Chasers!";
- next;
- select("What are you talking about?");
- mes "[Vicente]";
- mes "So, he suggests that you become a Shadow Chaser.";
- next;
- mes "[Vicente]";
- mes "In out guild, there is a special group that have unique skills.";
- mes "They are Shadow Chasers.";
- mes "They usually hide their figure and they think they are different from others.";
- next;
- mes "[Dumk]";
- mes "Don't be so sarcastic, Vicente!";
- mes "I told you.";
- mes "You are qualified to be a Shadow Chaser!";
- next;
- mes "[Dumk]";
- mes "Give that brush to me.";
- mes "I need it again.";
- mes "I'm so thirsty.";
- mes "Wait a minute.";
- set job_sha,27;
- close;
-}
-
-s_atelier,29,119,3 script Max#H-13 97,{
- mes "[Max]";
- mes "Welcome~";
- if (Class == Job_Shadow_Chaser || Class == Job_Shadow_Chaser_T || Class == Job_Baby_Chaser) {
- mes "You are a member of the Rogue guild!";
- mes "What can I help you with?";
- next;
- switch(select("I need a make-up brush.:I need a paint brush.:Nothing.")) {
- case 1:
- set .@i,1;
- case 2:
- mes "[Max]";
- if (countitem(6122-.@i)) {
- mes "Are you kidding me?";
- mes "you already have it? you don't need anything else.";
- next;
- mes "[Max]";
- mes "Visit later and use what you have!";
- close;
- }
- mes "Here's your item.";
- getitem (6122-.@i),1;
- close;
- case 3:
- mes "[Max]";
- mes "If you need more,";
- mes "just visit me!";
- close;
- }
- }
- mes "We sell all art related things here~";
- next;
- switch(select("Paint!?:Where's the manager?")) {
- case 1:
- mes "[Max]";
- mes "You are asking for paint?";
- mes "Could you just ask them to get the paint?~";
- close;
- case 2:
- mes "[Max]";
- mes "There's our manager.";
- mes "Right over there.";
- mes "**points**";
- mes "Are you blind?";
- close;
- }
-}
-
-s_atelier,124,128,3 script RimiGX#H-14 862,{
- mes "[RimiGX]";
- mes "Welcome.";
- if (Class == Job_Shadow_Chaser || Class == Job_Shadow_Chaser_T || Class == Job_Baby_Chaser) {
- mes "What are you looking for?";
- next;
- switch(select("Make a new blush for make-up.:Make a new blush for painting:Nothing.")) {
- case 1:
- set .@i,1;
- case 2:
- mes "[RimiGX]";
- if (countitem(6122-.@i)) {
- mes "I can't offer extra stuff.";
- mes "Visit here when you've lost stuff.";
- close;
- }
- mes "Here's your item.";
- getitem (6122-.@i),1;
- close;
- case 3:
- mes "[RimiGX]";
- mes "Visit me again.";
- close;
- }
- }
- mes "It's the shadow workplace~";
- next;
- switch(select("Where is the paint?:Where is the manager?")) {
- case 1:
- mes "[RimiGX]";
- mes "Paint?";
- mes "Ask an assistant that works over there.";
- close;
- case 2:
- mes "[RimiGX]";
- mes "Manager? He's in inside the workplace.";
- mes "But when you visit him, you should have something to tell him...";
- close;
- }
-}
-
-s_atelier,136,70,3 script Titika#H-15 914,{
- mes "[Titika]";
- mes "Welcome~";
- if (Class == Job_Shadow_Chaser || Class == Job_Shadow_Chaser_T || Class == Job_Baby_Chaser) {
- mes "You are in a guild.";
- mes "What can I help you with?";
- next;
- switch(select("Make a new make-up brush.:Make a new paint brush.:Nothing.")) {
- case 1:
- set .@i,1;
- case 2:
- mes "[Titika]";
- if (countitem(6122-.@i)) {
- mes "You already have a paint brush?";
- mes "I think it's enough...";
- close;
- }
- mes "Here's your item.";
- getitem (6122-.@i),1;
- close;
- case 3:
- mes "[Titika]";
- mes "Visit me again.";
- close;
- }
- }
- mes "This is the Shadow Chaser workplace~";
- next;
- switch(select("Where is the paint?:Where is the manager?")) {
- case 1:
- mes "[Titika]";
- mes "You want paint?";
- mes "Talk to the assistant and ask about the paint tool.";
- close;
- case 2:
- mes "[Titika]";
- mes "My manager is inside the workplace.";
- mes "If you visit him without a special reason, he will ignore you.";
- close;
- }
-}
-
-s_atelier,26,68,3 script Vito#H-16 904,{
- mes "[Vito]";
- mes "Welcome.";
- if (Class == Job_Shadow_Chaser || Class == Job_Shadow_Chaser_T || Class == Job_Baby_Chaser) {
- mes "What are you looking for?";
- next;
- switch(select("Make a new brush for make-up.:Make a new brush for painting.:Nothing.")) {
- case 1:
- set .@i,1;
- case 2:
- mes "[Vito]";
- if (countitem(6122-.@i)) {
- mes "We offer only one brush per person.";
- mes "We can't give out extra brushes.";
- close;
- }
- mes "[Vito]";
- mes "Here's your item.";
- getitem (6122-.@i),1;
- close;
- case 3:
- mes "[Vito]";
- mes "Whenever you need a brush, visit me.";
- mes "See you!";
- close;
- }
- }
- mes "It's the shadow workplace.";
- next;
- switch(select("Where is the paint?:Where is the manager?")) {
- case 1:
- mes "[Vito]";
- mes "Paint?";
- mes "Ask the assistant standing over there.";
- close;
- case 2:
- mes "[Vito]";
- mes "The man standing in front of the counter is the manager.";
- close;
- }
-}
-
-// Quest Mob Spawn
-tur_dun03,0,0,0,0 monster Shadow of Deception 2076,1,0,0
-ice_dun02,0,0,0,0 monster Shadow of Illusion 2077,1,0,0
-niflheim,0,0,0,0 monster Shadow of Pleasure 2078,1,0,0 \ No newline at end of file
diff --git a/npc/pre-re/jobs/3-2/sorcerer.txt b/npc/pre-re/jobs/3-2/sorcerer.txt
deleted file mode 100644
index c3147f9e7..000000000
--- a/npc/pre-re/jobs/3-2/sorcerer.txt
+++ /dev/null
@@ -1,585 +0,0 @@
-//===== rAthena Script =======================================
-// Sorcerer Job change Quest
-//===== By: ==================================================
-//= Masao
-//= Credits: Muad_Dib
-//===== Current Version: =====================================
-//= 1.1
-//===== Compatible With: =====================================
-//= Any rAthena SVN
-//===== Description: =========================================
-//= [AEGIS Conversion]
-//= Job change Quest from Sage / Professor -> Sorcerer.
-//===== Additional Comments: =================================
-//= 1.0 First Version.
-//= 1.1 Cleaning. [Euphy]
-//============================================================
-
-gef_tower,102,34,5 script Merito 742,{
-
- if(checkweight(1201,1) == 0){
- mes "You packed so much in your bag. Try again after emptying your bag.";
- close;
- }
- mes "[Merito]";
- if (Class == Job_Sorcerer || Class == Job_Sorcerer_T || Class == Job_Baby_Sorcerer){
- mes "Please get on with the sprits well~ You should~!";
- close;
- }
- if (JobLevel < 50 || SkillPoint != 0 || BaseLevel < 99){
- mes "Wow~ you are a young adventurer. I envy you.";
- close;
- }
- if ((Class != Job_Sage) && (Class != Job_Professor) && (Class != Job_Baby_Sage)){
- mes "Wow~ you are a young adventurer. I envy you.";
- close;
- }
- if (job_soc < 1){
- mes "Welcome. What can I help you with?";
- next;
- select("Do you know about Sorcerers?");
- mes "[Merito]";
- mes "Wouldn't it be more comfortable to just live as a scholar? Sorcerers are busy communicating with the spirits and don't have much time to read books...";
- next;
- mes "[Merito]";
- mes "What made you want to be a sorcerer?";
- next;
- if(select("The spirit of fire led me here.:The spirit of water led me here.:The spirit of earth led me here:The spirit of meat led me here.")==4) {
- mes "[Merito]";
- mes "That kind of spirit doesn't exist!";
- close;
- }
- mes "[Merito]";
- mes "Oh, I see.";
- mes "You must be born with the natural ability to see that you already communicated with the spirits, or you must be an excellent liar.";
- next;
- mes "[Merito]";
- mes "Hmm... Then first, can you write down your name on this list?";
- next;
- if(select("Write name.:I won't.")==2){
- mes "[Merito]";
- mes "Well, okay. See you again when you get a chance.";
- close;
- }
- mes "[Merito]";
- mes "So, you are ["+strcharinfo(0)+"].";
- next;
- mes "[Merito]";
- mes "Give me a second to register your name.";
- mes "Talk to me again in a second.";
- set job_soc,1;
- close;
- }
- else if (job_soc == 1){
- mes "Good, then I'll give you a short explanation about the Sorcerer.";
- next;
- mes "[Merito]";
- mes "["+strcharinfo(0)+"], can you handle magic skillfully?";
- next;
- if(select("Yes, I can.:No, I'm not really good at it.")==2){
- mes "[Merito]";
- mes "What!? You don't know how to use magic?";
- mes "What are you doing here then? Get out of here. Right now!";
- close;
- }
- mes "[Merito]";
- mes "Okay, that should be obvious.";
- mes "Of course, Sorcerers use magic, too. But, do you know the main difference Sorcerers have from other magical jobs?";
- next;
- switch(select("They know how to sing.:They're all old fogies.:They can deal with the spirits.")){
- case 1:
- mes "[Merito]";
- mes "Well maybe some but that's not the main difference.";
- close;
- case 2:
- mes "[Merito]";
- mes "What! How dare you!?!";
- close;
- case 3:
- break;
- }
- mes "[Merito]";
- mes "That's right. That is the most distinguishing feature that Sorcerers have.";
- next;
- mes "[Merito]";
- mes "When the people who want to be a Sorcerer come, the first thing we do is to check whether they can communicate with spirits or not.";
- next;
- mes "[Merito]";
- mes "So that's the basic introduction, so you just need to decide whether or not you want to take the qualification test.";
- next;
- mes "[Merito]";
- mes "Well, it's all up to you. What are you going to do?";
- next;
- switch(select("I will take the test.:I'll do it later.")){
- case 1:
- mes "[Merito]";
- mes "Okay. ";
- mes "Then I'll hand it over to Karacas who is on the 4th floor. He will guide you through the process of the test.";
- set job_soc,2;
- setquest 12096;
- close;
- case 2:
- mes "[Merito]";
- mes "What? I was sure that you wanted to become a Sorcerer.";
- close;
- }
- }
- else if (job_soc > 1){
- mes "How about your test? Well, Karacas is a little lazy, so that might bother you some...";
- close;
- }
-}
-
-gef_tower,113,161,5 script Karacas 754,{
-
- if(checkweight(1201,1) == 0){
- mes "You packed so much in your bag. Try again after emptying your bag.";
- close;
- }
- mes "[Karacas]";
- if (Class == Job_Sorcerer || Class == Job_Sorcerer_T || Class == Job_Baby_Sorcerer){
- mes "You look happy. Have a great journey.";
- close;
- }
- if (JobLevel < 50 || SkillPoint != 0 || BaseLevel < 99){
- mes "Is there anything I can do for you?";
- close;
- }
- if ((Class != Job_Sage) && (Class != Job_Professor) && (Class != Job_Baby_Sage)){
- mes "Is there anything I can do for you?";
- close;
- }
- if (job_soc < 2){
- mes "More people are visiting Geffen Tower thesedays.";
- close;
- }
- else if (job_soc == 2){
- mes "....";
- next;
- select("Ah... excuse me~");
- mes "[Karacas]";
- mes "... (Z z z~)";
- next;
- selecT("Hm hm!!!~");
- mes "[Karacas]";
- mes "Aaaak!! ";
- mes "Oh, my... ";
- next;
- mes "[Karacas]";
- mes "Wh... where are you from?";
- next;
- select("Merito told me to visit you.");
- mes "[Karacas]";
- mes "I see, give me a moment.";
- mes "The list... has already arrived.";
- next;
- mes "[Karacas]";
- mes "So, you are ["+strcharinfo(0)+"]... right?";
- next;
- if(select("Yes, I am.:No, I'm not!")==2){
- mes "[Karacas]";
- mes "Oh, there must be some mistake in the list, I think. Will you come again later?";
- close;
- }
- mes "[Karacas]";
- mes "Before you take the Sorcerer test, let me give you the basic information.";
- next;
- mes "[Karacas]";
- mes "The way to get a Sorcerer registration ticket is really simple. You just need to go and find one of each spirit scattered around the world, and then convert their power into the shape of a certain material.";
- next;
- mes "[Karacas]";
- mes "Sounds easy, right?";
- next;
- select("Ahh... sir. Is that really possible?");
- mes "[Karacas]";
- mes "Well, it is impossible to meet every spirit by yourself. You need to train yourself very hard to give a shape to the spirits and see them clearly through your eyes.";
- next;
- mes "[Karacas]";
- mes "So, usually we perform a certain ceremony parade toward the place where we can feel the spirits.";
- next;
- mes "[Karacas]";
- mes "I will tell you how to do that. So listen carefully.";
- next;
- mes "[Karacas]";
- mes "Usually we cannot see the spirits with our eyes but there is a way to realize the part of the spirits through a special medium.";
- next;
- mes "[Karacas]";
- mes "For example, if you visit the place where the spirit of wind stays with a certain amount of Wind of Verdure, the reaction of the spirit is amplified.";
- next;
- mes "[Karacas]";
- mes "Likewise, if you approach the place where the spirit of fire seems to stay while you have a certain amount of Red Blood, the spirit will show the adverse reaction.";
- next;
- mes "[Karacas]";
- mes "Sorcerers use this basic principle, this is the essential knowledge that Sorcerers need to have to reach the spirits.";
- next;
- select("So communicating with spirits...");
- mes "[Karacas]";
- mes "Right~";
- mes "This job is based on the power of spirits.";
- next;
- mes "[Karacas]";
- mes "Hmm, but it might be hard for someone like you who's focused only on reading books...";
- next;
- mes "[Karacas]";
- mes "First, you need to bring the following materials needed for the test.";
- next;
- mes "[Karacas]";
- mes "3 Wind of Verdure.";
- mes "3 Crystal Blue.";
- mes "3 Red Blood.";
- mes "3 Green Live.";
- next;
- mes "[Karacas]";
- mes "When you bring these materials, I'll tell you the next step.";
- set job_soc,3;
- changequest 12096,12097;
- close;
- }
- else if (job_soc == 3){
- if ((countitem(992) > 2) && (countitem(991) > 2) && (countitem(990) > 2) && (countitem(993) > 2)){
- mes "Oh, you have all the materials.";
- next;
- select("What should I do next?");
- mes "[Karacas]";
- mes "I'll tell you about it now. First, I'll tell you the places for the test. You better write them down.";
- next;
- mes "[Karacas]";
- mes "1. 1st floor of Ice Cave";
- mes "2. 1st floor of Thor Volcano Dungeon";
- mes "3. 3rd floor of Mjolnir Dead Pit";
- mes "4. 2nd floor of Kunlun Dungeon";
- next;
- mes "[Karacas]";
- mes "We have set up the detecting poles in these 4 places so that ordinary people can communicate with the spirits.";
- next;
- mes "[Karacas]";
- mes "Be aware that these detecting poles are activated only when you have more than the certain amount of property stones.";
- next;
- mes "[Karacas]";
- mes "You need to prepare at least 3 small stones for each property. For example, you need Wind of Verdure, not Rough Wind.";
- next;
- select("So I need the property stones...");
- mes "[Karacas]";
- mes "Yes, you have quick wits!";
- next;
- mes "[Karacas]";
- mes "Once you bring the stones to the poles, put them into the property decomposing machine which is attached to the pole. The detecting pole will be activated, and you can communicate with the spirit.";
- next;
- mes "[Karacas]";
- mes "If you succeed, you can extract a part of the spirit as a reagent. If you fail, the property stone will break up.";
- next;
- mes "[Karacas]";
- mes "Of course if you are lucky enough, if you fail, a Wind of Verdure can be changed into a Rough Wind... Well, that's not a common situation so let's leave that out of the discussion for now.";
- next;
- select("What if I run out of stones?");
- mes "[Karacas]";
- mes "Ahahaha... If you run out of property stones, you simply have to get more.";
- next;
- mes "[Karacas]";
- mes "So people who have this test usually start with as many property stones as they can carry. The amount I told you to get is just the bare minimum.";
- next;
- mes "[Karacas]";
- mes "If you are an advanced Sorcerer, you will be able to talk with spirits without going through this process again. But beginners need to use that kind of medium to talk with them.";
- next;
- select("So the reagent is...?");
- mes "[Karacas]";
- mes "We don't know which reagent is going to be made from the spirits. It differs by the state of spirits.";
- next;
- mes "[Karacas]";
- mes "When you succeed in getting 3 different kinds of reagents, you can come back.";
- next;
- mes "[Karacas]";
- mes "A reagent that one spirit makes won't be over 2 kinds so if you're going to make 3 kinds of reagents, I suggest you go around several places.";
- next;
- mes "[Karacas]";
- mes "Have any questions?";
- next;
- if(select("No.:Please explain it again.")==2){
- mes "[Karacas]";
- mes "Haha, then can I have a cup of water for a minute? Please come and find me again later.";
- next;
- }
- mes "[Karacas]";
- mes "Then I'll write down the progress that I've summarized shortly. Wait...";
- next;
- mes "^000099You got a paper on which the way of communicating with spirits is written. For more information please open your quest window^000000.";
- set job_soc,4;
- changequest 12097,12098;
- close;
- }
- mes "Before I let you know the progressing way, you'll need to bring some required material.";
- next;
- mes "[Karacas]";
- mes "3 Wind of Verdure.";
- mes "3 Crystal Blue.";
- mes "3 Red Blood.";
- mes "3 Green Live.";
- next;
- mes "[Karacas]";
- mes "When you bring these basic things, I'll guide you to the next step.";
- close;
- }
- else if (job_soc == 4){
- if (countitem(6276) && countitem(6278) && countitem(6277)){
- mes "Wow~ your skill is good.";
- mes "I thought you'd be overwhelmed by the spirits but you've managed to get the effective medicine!";
- next;
- select("Is this all I need to do?");
- mes "[Karacas]";
- mes "Well done. First, I will organize the miraculous medicine so please wait a moment.";
- delitem 6276,1;
- delitem 6278,1;
- delitem 6277,1;
- set job_soc,5;
- completequest 12098;
- close;
- }
- mes "It's not an easy thing to get the desired effect by communicating with spirits.";
- next;
- mes "[Karacas]";
- mes "Don't give up and keep on trying~";
- close;
- }
- else if (job_soc == 5){
- mes "Originally my teacher needs to check the Sorcerer job change but after he went out to find the spirit of fish, I can't see him. So I'll check it myself.";
- next;
- mes "[Karacas]";
- mes "Dear ["+strcharinfo(0)+"],";
- mes "you went around the rough wilds to open the door as a Sorcerer and passed all the requirements that our Academy has given.";
- next;
- mes "[Karacas]";
- mes "Of course it is just a beginning, we don't know which spirit you're going to commune with or what kind of hardships await you.";
- next;
- mes "[Karacas]";
- mes "But with the ability you've shown until now, you will be capable to do anything from now on. Dear ["+strcharinfo(0)+"]";
- next;
- mes "[Karacas]";
- mes "Moreover, I formally acknowledge that you've completed all the job transfer tests of the Sorcerer Academy.";
- next;
- mes "[Karacas]";
- mes "Congratulations, ["+strcharinfo(0)+"]";
- jobchange roclass(eaclass()|EAJL_THIRD);
- getitem 5756,1;
- getitem 2795,1;
- next;
- mes "[Karacas]";
- mes "I hope that you gain more communion with spirits from now on.";
- close;
- }
-}
-
-thor_v01,64,252,0 script Spirit Detecting Staff#1 836,{
-
- if ((job_soc == 4) && (countitem(990) > 2)){
- progressbar "ffff00",5;
- set .@rand,rand(1,70);
- if (.@rand < 10){
- if ((job_soc == 4) && (countitem(990) > 2) && (countitem(6276) < 1)){
- mes "You got a reagent by communicating with an unseen spirit.";
- delitem 990,3;
- getitem 6276,1;
- close;
- }else if ((job_soc == 4) && (countitem(990) > 2) && (countitem(6276) > 0)){
- mes "It doesn't seem like you got anything special from the spirits.";
- delitem 990,3;
- close;
- }
- mes "The spirit is mad at you.";
- close;
- }else if ((.@rand > 9) && (.@rand < 16)){
- if ((job_soc == 4) && (countitem(990) > 2) && (countitem(6278) < 1)){
- mes "You got a reagent by communicating with an unseen spirit.";
- delitem 990,3;
- getitem 6278,1;
- close;
- }else if ((job_soc == 4) && (countitem(990) > 2) && (countitem(6278) > 0)){
- mes "It doesn't seem like you got anything special from the spirits.";
- delitem 990,3;
- close;
- }
- mes "The spirit is mad at you.";
- close;
- }else if (.@rand == 56){
- if ((job_soc == 4) && (countitem(990) > 2)){
- mes "The spirit combined the property stones into a huge property stone.";
- delitem 990,3;
- getitem 994,1;
- close;
- }
- mes "The spirit is mad at you.";
- close;
- }
- mes "You used the property stones but it looks like you failed to communicate with the spirits.";
- delitem 990,3;
- close;
- }else if ((job_soc == 4) && (countitem(990) < 3)){
- mes "I can see the detecting staff that's been installed by the Sorcerer Union to communicate with the spirits .";
- next;
- mes "If you have the suitable property stones, you should be able to commune with the spirits.";
- close;
- }
- mes "I can see the detecting staff that's been installed by the Sorcerer Union to communicate with the spirits .";
- close;
-}
-
-ice_dun01,274,274,0 script Spirit Detecting Staff#2 836,{
-
- if ((job_soc == 4) && (countitem(991) > 2)){
- progressbar "ffff00",5;
- set .@rand,rand(1,70);
- if (.@rand < 10){
- if ((job_soc == 4) && (countitem(991) > 2) && (countitem(6278) < 1)){
- mes "You got a reagent by communicating with an unseen spirit.";
- delitem 991,3;
- getitem 6278,1;
- close;
- }else if ((job_soc == 4) && (countitem(991) > 2) && (countitem(6278) > 0)){
- mes "It doesn't seem like you got anything special from the spirits.";
- delitem 991,3;
- close;
- }
- mes "The spirit is mad at you.";
- close;
- }else if ((.@rand > 9) && (.@rand < 16)){
- if ((job_soc == 4) && (countitem(991) > 2) && (countitem(6276) < 1)){
- mes "You got a reagent by communicating with an unseen spirit.";
- delitem 991,3;
- getitem 6276,1;
- close;
- }else if ((job_soc == 4) && (countitem(991) > 2) && (countitem(6276) > 0)){
- mes "It doesn't seem like you got anything special from the spirits.";
- delitem 991,3;
- close;
- }
- mes "The spirit is mad at you.";
- close;
- }else if (.@rand == 56){
- if ((job_soc == 4) && (countitem(991) > 2)){
- mes "The spirit combined the property stones into a huge property stone.";
- delitem 991,3;
- getitem 995,1;
- close;
- }
- mes "The spirit is mad at you.";
- close;
- }
- mes "You used the property stones but it looks like you failed to communicate with the spirits.";
- delitem 991,3;
- close;
- }else if ((job_soc == 4) && (countitem(991) < 3)){
- mes "I can see the detecting staff that's been installed by the Sorcerer Union to communicate with the spirits .";
- next;
- mes "If you have the suitable property stones, you should be able to commune with the spirits.";
- close;
- }
- mes "I can see the detecting staff that's been installed by the Sorcerer Union to communicate with the spirits .";
- close;
-}
-
-mjo_dun03,200,141,0 script Spirit Detecting Staff#3 836,{
-
- if ((job_soc == 4) && (countitem(993) > 2)){
- progressbar "ffff00",5;
- set .@rand,rand(1,70);
- if (.@rand < 10){
- if ((job_soc == 4) && (countitem(993) > 2) && (countitem(6277) < 1)){
- mes "You got a reagent by communicating with an unseen spirit.";
- delitem 993,3;
- getitem 6277,1;
- close;
- }else if ((job_soc == 4) && (countitem(993) > 2) && (countitem(6277) > 0)){
- mes "It doesn't seem like you got anything special from the spirits.";
- delitem 993,3;
- close;
- }
- mes "The spirit is mad at you.";
- close;
- }else if ((.@rand > 9) && (.@rand < 16)){
- if ((job_soc == 4) && (countitem(993) > 2) && (countitem(6276) < 1)){
- mes "You got a reagent by communicating with an unseen spirit.";
- delitem 993,3;
- getitem 6276,1;
- close;
- }else if ((job_soc == 4) && (countitem(993) > 2) && (countitem(6276) > 0)){
- mes "It doesn't seem like you got anything special from the spirits.";
- delitem 993,3;
- close;
- }
- mes "The spirit is mad at you.";
- close;
- }else if (.@rand == 56){
- if ((job_soc == 4) && (countitem(993) > 2)){
- mes "The spirit combined the property stones into a huge property stone.";
- delitem 993,3;
- getitem 997,1;
- close;
- }
- mes "The spirit is mad at you.";
- close;
- }
- mes "You used the property stones but it looks like you failed to communicate with the spirits.";
- delitem 993,3;
- close;
- }else if ((job_soc == 4) && (countitem(993) < 3)){
- mes "I can see the detecting staff that's been installed by the Sorcerer Union to communicate with the spirits .";
- next;
- mes "If you have the suitable property stones, you should be able to commune with the spirits.";
- close;
- }
- mes "I can see the detecting staff that's been installed by the Sorcerer Union to communicate with the spirits .";
- close;
-}
-
-gon_dun02,195,190,0 script Spirit Detecting Staff#4 836,{
-
- if ((job_soc == 4) && (countitem(992) > 2)){
- progressbar "ffff00",5;
- set .@rand,rand(1,70);
- if (.@rand < 10){
- if ((job_soc == 4) && (countitem(992) > 2) && (countitem(6277) < 1)){
- mes "You got a reagent by communicating with an unseen spirit.";
- delitem 992,3;
- getitem 6277,1;
- close;
- }else if ((job_soc == 4) && (countitem(992) > 2) && (countitem(6277) > 0)){
- mes "It doesn't seem like you got anything special from the spirits.";
- delitem 992,3;
- close;
- }
- mes "The spirit is mad at you.";
- close;
- }else if ((.@rand > 9) && (.@rand < 16)){
- if ((job_soc == 4) && (countitem(992) > 2) && (countitem(6278) < 1)){
- mes "You got a reagent by communicating with an unseen spirit.";
- delitem 992,3;
- getitem 6278,1;
- close;
- }else if ((job_soc == 4) && (countitem(992) > 2) && (countitem(6278) > 0)){
- mes "It doesn't seem like you got anything special from the spirits.";
- delitem 992,3;
- close;
- }
- mes "The spirit is mad at you.";
- close;
- }else if (.@rand == 56){
- if ((job_soc == 4) && (countitem(992) > 2)){
- mes "The spirit combined the property stones into a huge property stone.";
- delitem 992,3;
- getitem 996,1;
- close;
- }
- mes "The spirit is mad at you.";
- close;
- }
- mes "You used the property stones but it looks like you failed to communicate with the spirits.";
- delitem 992,3;
- close;
- }else if ((job_soc == 4) && (countitem(992) < 3)){
- mes "I can see the detecting staff that's been installed by the Sorcerer Union to communicate with the spirits .";
- next;
- mes "If you have the suitable property stones, you should be able to commune with the spirits.";
- close;
- }
- mes "I can see the detecting staff that's been installed by the Sorcerer Union to communicate with the spirits .";
- close;
-} \ No newline at end of file
diff --git a/npc/pre-re/jobs/3-2/sura.txt b/npc/pre-re/jobs/3-2/sura.txt
deleted file mode 100644
index 57bac1ad9..000000000
--- a/npc/pre-re/jobs/3-2/sura.txt
+++ /dev/null
@@ -1,1190 +0,0 @@
-//===== rAthena Script =======================================
-// Sura Job change Quest
-//===== By: ==================================================
-//= Masao
-//= Credits: Muad_Dib, Gepard
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= Any rAthena SVN
-//===== Description: =========================================
-//= [AEGIS Conversion]
-//= Job change Quest from Monk / Champion -> Sura.
-//===== Additional Comments: =================================
-//= 1.0 First Version.
-//============================================================
-
-ve_in,237,125,0 script King Crab#job_shu 107,{
-
- if (job_shu == 0){
- if (Class == Job_Monk || Class == Job_Champion || Job_Baby_Monk){
- if ((BaseLevel > 98) && (JobLevel > 49)){
- mes "[King Crab]";
- mes "Khh ha ha ha ha ha ha.";
- mes "That little rookie was knocked out by my one blow!";
- next;
- mes "[Sludge Worm]";
- mes "Those arrogant fellows deserve a bitter lesson.";
- mes "How dare a little rookie attack you, boss!";
- next;
- mes "[King Crab]";
- mes "Ha ha ha ha ha ha ha!!!!";
- next;
- mes "[Sludge Worm]";
- mes "Hey! Right here!!! One more cup of beer!!!";
- mes "What are you doing? My boss's cup is already empty! Come quickly!";
- next;
- mes "[Waitress]";
- mes "Yes, I will bring it right away.";
- next;
- mes "[Sludge Worm]";
- mes "Too slow!!! Who do you think my boss is? Huh!?";
- next;
- mes "[Waitress]";
- mes "I... I'm really sorry, sir...";
- next;
- mes "[King Crab]";
- mes "K k k k k. That's enough.";
- mes "That cute girl seems to be scared of you!";
- mes "Hey lady~ We are not scary people~~";
- next;
- mes "[Waitress]";
- mes "Aaaaaaaaaaak! Don't do this!!";
- next;
- mes "- Bang -";
- donpcevent "???#bcmd::OnEnable";
- next;
- mes "[???]";
- mes "Hey, there.";
- mes "I've been watching you, making a ruckuss like you own this place.";
- next;
- mes "[???]";
- mes "It's too noisy. So if you want to say that nonsense again, go home.";
- next;
- mes "[Sludge Worm]";
- mes "What?!";
- mes "I don't know who you are but you must've lost your mind!";
- mes "Do you have any idea who my boss is?!!";
- next;
- mes "[Sludge Worm]";
- mes "This is the famous King Crab!!!";
- mes "Who can decimate entire armies with his fist!!!";
- next;
- mes "[???]";
- mes "You do all the dirty things like your dirty face.";
- mes "You're just a thug satisfying your desires.";
- next;
- mes "[King Crab]";
- mes "What?";
- mes "How dare you say those things?";
- mes "Just because you're a girl doesn't mean I'll just let it go.";
- next;
- mes "[Sludge Worm]";
- mes "Huh! The boss is really mad!";
- mes "I can beat you up with one blow...";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Hey! How dare you use violence against a lady!?";
- next;
- mes "[???]";
- mes "Move back, you little thing...";
- next;
- mes "[???]";
- mes "Oh, I'm glad to hear that.";
- mes "I won't attack first because I'm in the middle of training.";
- next;
- mes "[King Crab && Sludge Worm]";
- mes "What?";
- next;
- mes "[King Crab && Sludge Worm]";
- mes "Uhhhh?!";
- next;
- mes "[King Crab && Sludge Worm]";
- mes "Aaaaaahhhhhhhhk!!!!!!!!";
- specialeffect EF_FIRESPLASHHIT,"King Crab#job_shu";
- specialeffect EF_FIRESPLASHHIT,"Sludge Worm#job_shu";
- next;
- mes "- What is that amazing power? -";
- mes "- I've never seen this";
- mes "- kind of skill before... -";
- next;
- mes "[???]";
- mes "Well, the mood is spoiled...";
- next;
- mes "[Waitress]";
- mes "Tha... Thank you so much...";
- mes "How can I repay you?";
- next;
- mes "[???]";
- mes "It's not a big deal. It's okay.";
- next;
- mes "[Waitress]";
- mes "Are you going back to your lodging?";
- mes "If it's okay with you, can I deliver you a meal?";
- next;
- mes "[???]";
- mes "Oh, you don't really need to.";
- mes "Just a slice of bread and warm soup will be enough for me.";
- mes "Then, I've got to say goodbye. Bye.";
- donpcevent "???#bcmd::OnDisable";
- next;
- mes "[Waitress]";
- mes "Bye...";
- mes "...";
- mes ".....";
- mes "........(cheeks glowing)";
- set job_shu,1;
- setquest 11155;
- close;
- }
- mes "[King Crab]";
- mes "Khh ha ha ha ha ha ha";
- mes "That little rookie was knocked out by my one blow!";
- next;
- mes "[Sludge Worm]";
- mes "Those arrogant fellows deserve a bitter lesson.";
- mes "How dare a little rookie attack my boss!";
- next;
- mes "[King Crab]";
- mes "Khhha ha ha ha ha ha!!!!";
- mes "One more cup of beer, here!!!";
- mes "I will drink today!!!";
- next;
- mes "[Sludge Worm]";
- mes "King Crab!!! I will follow you forever!!";
- close;
- }
- }
- mes "[King Crab]";
- mes "Khh ha ha ha ha ha ha";
- mes "That little rookie was knocked out by my one blow!";
- next;
- mes "[Sludge Worm]";
- mes "Those arrogant fellows deserve a bitter lesson.";
- mes "How dare a little rookie attack my boss!";
- next;
- mes "[King Crab]";
- mes "Khhha ha ha ha ha ha!!!!";
- mes "One more cup of beer, here!!!";
- mes "I will drink today!!!";
- next;
- mes "[Sludge Worm]";
- mes "King Crab!!! I will follow you forever!!";
- close;
-}
-
-ve_in,241,128,4 script Sludge Worm#job_shu 110,{
-
- if (job_shu == 0){
- if (Class == Job_Monk || Class == Job_Champion || Job_Baby_Monk){
- if ((BaseLevel > 98) && (JobLevel > 49)){
- mes "[King Crab]";
- mes "Khh ha ha ha ha ha ha.";
- mes "That little rookie was knocked out by my one blow!";
- next;
- mes "[Sludge Worm]";
- mes "Those arrogant fellows deserve a bitter lesson.";
- mes "How dare a little rookie attack you, boss!";
- next;
- mes "[King Crab]";
- mes "Ha ha ha ha ha ha ha!!!!";
- next;
- mes "[Sludge Worm]";
- mes "Hey! Right here!!! One more cup of beer!!!";
- mes "What are you doing? My boss's cup is already empty! Come quickly!";
- next;
- mes "[Waitress]";
- mes "Yes, I will bring it right away.";
- next;
- mes "[Sludge Worm]";
- mes "Too slow!!! Who do you think my boss is? Huh!?";
- next;
- mes "[Waitress]";
- mes "I... I'm really sorry, sir...";
- next;
- mes "[King Crab]";
- mes "K k k k k. That's enough.";
- mes "That cute girl seems to be scared of you!";
- mes "Hey lady~ We are not scary people~~";
- next;
- mes "[Waitress]";
- mes "Aaaaaaaaaaak! Don't do this!!";
- next;
- mes "- Bang -";
- donpcevent "???#bcmd::OnEnable";
- next;
- mes "[???]";
- mes "Hey, there.";
- mes "I've been watching you, making a ruckuss like you own this place.";
- next;
- mes "[???]";
- mes "It's too noisy. So if you want to say that nonsense again, go home.";
- next;
- mes "[Sludge Worm]";
- mes "What?!";
- mes "I don't know who you are but you must've lost your mind!";
- mes "Do you have any idea who my boss is?!!";
- next;
- mes "[Sludge Worm]";
- mes "This is the famous King Crab!!!";
- mes "Who can decimate entire armies with his fist!!!";
- next;
- mes "[???]";
- mes "You do all the dirty things like your dirty face.";
- mes "You're just a thug satisfying your desires.";
- next;
- mes "[King Crab]";
- mes "What?";
- mes "How dare you say those things?";
- mes "Just because you're a girl doesn't mean I'll just let it go.";
- next;
- mes "[Sludge Worm]";
- mes "Huh! The boss is really mad!";
- mes "I can beat you up with one blow...";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Hey! How dare you use violence against a lady!?";
- next;
- mes "[???]";
- mes "Move back, you little thing...";
- next;
- mes "[???]";
- mes "Oh, I'm glad to hear that.";
- mes "I won't attack first because I'm in the middle of training.";
- next;
- mes "[King Crab && Sludge Worm]";
- mes "What?";
- next;
- mes "[King Crab && Sludge Worm]";
- mes "Uhhhh?!";
- next;
- mes "[King Crab && Sludge Worm]";
- mes "Aaaaaahhhhhhhhk!!!!!!!!";
- specialeffect EF_FIRESPLASHHIT,"King Crab#job_shu";
- specialeffect EF_FIRESPLASHHIT,"Sludge Worm#job_shu";
- next;
- mes "- What is that amazing power? -";
- mes "- I've never seen this";
- mes "- kind of skill before... -";
- next;
- mes "[???]";
- mes "Well, the mood is spoiled...";
- next;
- mes "[Waitress]";
- mes "Tha... Thank you so much...";
- mes "How can I repay you?";
- next;
- mes "[???]";
- mes "It's not a big deal. It's okay.";
- next;
- mes "[Waitress]";
- mes "Are you going back to your lodging?";
- mes "If it's okay with you, can I deliver you a meal?";
- next;
- mes "[???]";
- mes "Oh, you don't really need to.";
- mes "Just a slice of bread and warm soup will be enough for me.";
- mes "Then, I've got to say goodbye. Bye.";
- donpcevent "???#bcmd::OnDisable";
- next;
- mes "[Waitress]";
- mes "Bye...";
- mes "...";
- mes ".....";
- mes "........(cheeks glowing)";
- set job_shu,1;
- setquest 11155;
- close;
- }
- mes "[King Crab]";
- mes "Khh ha ha ha ha ha ha";
- mes "That little rookie was knocked out by my one blow!";
- next;
- mes "[Sludge Worm]";
- mes "Those arrogant fellows deserve a bitter lesson.";
- mes "How dare a little rookie attack my boss!";
- next;
- mes "[King Crab]";
- mes "Khhha ha ha ha ha ha!!!!";
- mes "One more cup of beer, here!!!";
- mes "I will drink today!!!";
- next;
- mes "[Sludge Worm]";
- mes "King Crab!!! I will follow you forever!!";
- close;
- }
- }
- mes "[King Crab]";
- mes "Khh ha ha ha ha ha ha";
- mes "That little rookie was knocked out by my one blow!";
- next;
- mes "[Sludge Worm]";
- mes "Those arrogant fellows deserve a bitter lesson.";
- mes "How dare a little rookie attack my boss!";
- next;
- mes "[King Crab]";
- mes "Khhha ha ha ha ha ha!!!!";
- mes "One more cup of beer, here!!!";
- mes "I will drink today!!!";
- next;
- mes "[Sludge Worm]";
- mes "King Crab!!! I will follow you forever!!";
- close;
-}
-
-ve_in,244,126,3 script Waitress#job_shu 69,{
-
- if (job_shu == 0){
- mes "[Waitress]";
- mes "Oh no~";
- mes "I hate those noisy and impolite customers!";
- mes "I hope there is someone who can scold them for me.";
- close;
- }else if (job_shu == 1){
- if (Class == Job_Monk || Job_Baby_Monk){
- mes "[Waitress]";
- mes "Oh dear~";
- mes "I really appreciate you, Monk, for helping me a while ago.";
- next;
- }else if (Class == Job_Champion){
- mes "[Waitress]";
- mes "Oh dear~";
- mes "I really appreciate you, Champion, for helping me a while ago.";
- next;
- }
- mes "[Waitress]";
- mes "Ah, the person we saw before?";
- mes "She has been staying in this village for days,";
- mes "Isn't she so great?";
- next;
- mes "[Waitress]";
- mes "Although she is a woman like me, she was so cool!";
- mes "Aaahh~ That beautiful and imposing figure...";
- next;
- mes "[Waitress]";
- mes "Oh my!!";
- mes "I forgot to do something!";
- mes "I should cook right away and then bring the meal to the Inn. Aaahh~";
- next;
- mes "[Waitress]";
- mes "If you still don't know where to stay, please use ^f57d7dthe Inn at the upper side of this building^000000.";
- close;
- }
- mes "[Waitress]";
- mes "Now that the customers have become a little quiet.";
- mes "Ahhhh, I feel better now!!";
- close;
-}
-
-ve_in,240,131,0 script ???#bcmd 484,{
- end;
-
-OnInit:
- disablenpc "???#bcmd";
- end;
-
-OnEnable:
- enablenpc "???#bcmd";
- initnpctimer;
- end;
-
-OnDisable:
- disablenpc "???#bcmd";
- stopnpctimer;
- end;
-
-OnTimer600000:
- donpcevent "???#bcmd::OnDisable";
- stopnpctimer;
- end;
-}
-
-// Custom Translation NPC name
-ve_in,97,149,0 script Sura Hotel 111,3,3,{
-
-OnTouch:
- if (job_shu == 1){
- mes "[???]";
- mes "Who is it?!";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "I am the person who was at the pub a while ago.";
- mes "I have something to ask.";
- next;
- mes "[???]";
- mes "Don't bother me, just go away!";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Please, I just want to talk.";
- next;
- mes "[???]";
- mes "...";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Don't ignore me, just talk to me.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Just for a moment, isn't it okay?";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "I'm not here to hurt you.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "How could you treat someone who came to your door so badly?";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "You're going too far.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "After I saw you fighting...";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "I thought that you must have practiced martial arts and I came here to meet you.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "But seeing that you stood me up outside like this...";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "You must be advanced in martial arts...";
- next;
- mes "[???]";
- mes "How persistent...";
- next;
- mes "[???]";
- mes "What the hell do you want?";
- set job_shu,2;
- close;
- }
- end;
-}
-
-ve_in,98,159,0 script Fighter#job_shu 484,{
-
- if (job_shu < 2){
- mes "[Fighter]";
- mes "Ahhhh~ I'm so tired.";
- mes "Training is so tough and I have a long way to go!";
- close;
- }else if (job_shu == 2){
- mes "["+strcharinfo(0)+"]";
- mes "I want to know about the skill you used a while ago.";
- next;
- mes "[???]";
- mes "...";
- mes "......";
- mes ".........";
- mes "............ A rookie like you doesn't need to know.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Rookie?!";
- mes "I have steadily practiced martial arts.";
- mes "I am confident that I will never lose.";
- next;
- mes "[???]";
- mes "So you can beat me, too?";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "No...";
- mes "I guess that's too much...";
- mes "Frankly speaking, I was quite amazed by you.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "I had thought that I was strong enough but after seeing you fight, I realized that I was full of conceit.";
- next;
- mes "[???]";
- mes "Huuuh~ No matter how strong you are,";
- mes "you cannot avoid reaching for your true limit.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "You are just the person that I expected.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "I think you would know";
- mes "how to overcome this limitation.";
- next;
- mes "[???]";
- mes "Stop it.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "What? Why?";
- next;
- mes "[???]";
- mes "Are you a human?";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "What?";
- mes "Of course, I am a human.";
- next;
- mes "[???]";
- mes "To become stronger is too hard for a mere human.";
- mes "If you want to, just buy better equipment.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Then, what are you?";
- mes "You mean you're not a human being?";
- next;
- mes "[???]";
- mes "To overstep the limit...";
- mes "is impossible for a human.";
- mes "It's a ghost's way...";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Ghost?";
- next;
- mes "[???]";
- mes "I gave up being a human after I chose this way.";
- mes "The way to become a Sura abandoning divine protection.";
- next;
- mes "[???]";
- mes "You won't even have time to take a rest if you choose this way.";
- mes "You'll become a puppet for war...";
- next;
- switch(select("But I still want to know more.:Well, I quit then.")){
- case 1:
- mes "[???]";
- mes "Aren't you an idiot?";
- mes "Why are you so happy about becoming a ghost?";
- next;
- mes "[???]";
- mes "You'll regret it, so just be satisfied with your present life.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Well, now that I've met you, I won't live my life this way anymore!";
- next;
- mes "[???]";
- mes "Hah... you're really making me tired.";
- next;
- mes "[???]";
- mes "Okay, then^f57d7d go and kill 100 Desert Wolves.^000000";
- mes "After that, I'll think about it again.";
- set job_shu,3;
- changequest 11155,11156;
- close;
- case 2:
- mes "[???]";
- mes "Well, good choice.";
- mes "You don't need to look for trouble.";
- close;
- }
- }else if (job_shu == 3){
- if (checkquest(11156,2) == 2){
- mes "[???]";
- mes "Wow~";
- mes "Did you really kill all those wolves?";
- mes "I figured you'd have given up.";
- next;
- mes "[???]";
- mes "A woman's word is her bond!!";
- mes "A promise is a promise.";
- next;
- mes "[???]";
- mes "Go to ^f57d7dEl Mes Gorge Southeast of Juno^000000.";
- mes "My colleague ^f57d7dBuddy^000000 will be training himself near the center of that area.";
- next;
- mes "[Bruno]";
- mes "Tell him that 'Bruno' sent you there and after that, just suit yourself.";
- set job_shu,4;
- changequest 11156,11157;
- close;
- }
- mes "[???]";
- mes "Hah... you're really making me tired.";
- next;
- mes "[???]";
- mes "Okay, then^f57d7d go and kill 100 Desert Wolves.^000000";
- mes "Then I'll think about it again.";
- close;
- }else if (job_shu == 4){
- mes "[Bruno]";
- mes "Go to ^f57d7dEl Mes Gorge Southeast of Juno^000000.";
- mes "My colleague ^f57d7dBuddy^000000 will be training himself near the center of that area.";
- next;
- mes "[Bruno]";
- mes "Tell him that 'Bruno' sent you there and after that, just suit yourself.";
- close;
- }else if (job_shu == 100){
- mes "[Bruno]";
- mes "Hey~ !";
- mes "How are you doing?";
- next;
- mes "[Bruno]";
- mes "Don't you have any presents for your teacher?";
- close;
- }
- mes "[Bruno]";
- mes "I recommend you to reconsider being a Sura.";
- mes "Sura is strong and cool, but that's not all.";
- next;
- mes "[Bruno]";
- mes "Me?";
- mes "If I need to choose a job again, I will definitely choose Sura.";
- close;
-}
-
-yuno_fild07,254,176,7 script Buddy#job_shu 483,{
-
- if (job_shu < 4){
- mes "[Buddy]";
- mes "Haaap!!! Haaaap!!! Whoo!! Haahhp!!!";
- next;
- mes "[Buddy]";
- mes "I don't know why you're here but please don't stand behind me unless you want to die.";
- close;
- }else if (job_shu == 4){
- mes "[Buddy]";
- mes "Haaap!!! Haaaap!!! Whoo!! Haahhp!!!";
- next;
- mes "[Buddy]";
- mes "I don't know why you're here but please don't stand behind me unless you want to die.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "'Bruno' sent me here.";
- next;
- mes "[Buddy]";
- mes "Ah! My colleague introduced me to you!";
- mes "Anyway, why are you here to see me?";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "I asked Bruno about her strength, and she recommended me to you.";
- next;
- mes "[Buddy]";
- mes "That difficult girl... no, just kidding.";
- mes "You must be a special person for her to send you to me.";
- next;
- mes "[Buddy]";
- mes "Well, I can't answer your question because I'm in the process of self training, so I will take you to our master.";
- next;
- mes "[Buddy]";
- mes "My master doesn't like noise, so please ^f57d7dwait in the living room silently.^000000";
- next;
- mes "[Buddy]";
- mes "This way...";
- set job_shu,5;
- changequest 11157,11158;
- close2;
- warp "sword_1-1",215,244;
- end;
- }else if (job_shu == 100){
- mes "[Buddy]";
- mes "Ah, long time no see, "+strcharinfo(0)+".";
- mes "Are you here to meet my master?";
- next;
- switch(select("Yes:No")){
- case 1:
- mes "[Buddy]";
- mes "I'll take you right away.";
- close2;
- warp "sword_1-1",216,168;
- end;
- case 2:
- mes "[Buddy]";
- mes "Then, why are you here?";
- mes "You are not here to see me, aren't you?";
- close;
- }
- }
- mes "[Buddy]";
- mes ""+strcharinfo(0)+"£¬Didn't you meet the master yet?";
- next;
- mes "[Buddy]";
- mes "My master doesn't like noise, so please ^f57d7dwait in the living room silently.^000000";
- next;
- mes "[Buddy]";
- mes "This way...";
- close2;
- warp "sword_1-1",215,244;
- end;
-}
-
-sword_1-1,223,243,4 script Drawing Room 483,{
-
-OnInit:
- disablenpc "Drawing Room";
- waitingroom "Drawing Room",20,"Drawing Room::OnStartArena",1;
- enablewaitingroomevent;
- end;
-
-OnStartArena:
- warpwaitingpc "sword_2-1",223,205;
- donpcevent "Buddy#Sura_Salon::OnEnable";
- disablewaitingroomevent;
- end;
-
-OnEnable:
- enablewaitingroomevent;
- end;
-
-OnDisable:
- disablewaitingroomevent;
- end;
-}
-
-sword_1-1,223,243,4 script Buddy#job_shu reception 483,{
-
- mes "[Buddy]";
- mes "My master doesn't like noise, so please ^f57d7dwait in the living room silently.^000000";
- next;
- switch(select("Go to the living room.:Go outside.")){
- case 1:
- mes "[Buddy]";
- mes "Please wait in the living room at the upper side.";
- close;
- case 2:
- mes "[Buddy]";
- mes "Then, see you again.";
- close2;
- warp "yuno_fild07",255,178;
- end;
- }
-}
-
-sword_2-1,1,1,0 script Buddy#Sura_Salon 66,{
- end;
-
-OnInit:
- disablenpc "Buddy#Sura_Salon";
- end;
-
-OnEnable:
- enablenpc "Buddy#Sura_Salon";
- initnpctimer;
- end;
-
-OnReset:
- killmonster "sword_2-1","Buddy#Sura_Salon::OnMyMobDead";
- end;
-
-OnDisable:
- disablenpc "Buddy#Sura_Salon";
- stopnpctimer;
- end;
-
-OnMyMobDead:
- if(.MyMobCount < 1){
- monster "sword_2-1",219,210,"hallucination",1479,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",228,209,"hallucination",1483,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",228,201,"hallucination",1479,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",219,201,"hallucination",1483,1,"Buddy#Sura_Salon::OnMyMobDead";
- }
- end;
-
-OnTimer3000:
- mapannounce "sword_2-1","The master is now in the middle of training, and you need to wait in the living room around 5 minutes.",bc_map;
- end;
-
-OnTimer4000:
- mapannounce "sword_2-1","Ah! You may have hallucinations in the living room, so please be careful.",bc_map;
- end;
-
-OnTimer5000:
- mapannounce "sword_2-1","This is the policy of the master, so please don't feel unpleasant.",bc_map;
- end;
-
-OnTimer33000:
- monster "sword_2-1",219,210,"hallucination",1480,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",219,210,"It can't be true",1479,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",228,209,"hallucination",1446,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",228,209,"Just Imagination",1483,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",228,201,"hallucination",1480,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",228,201,"Illusion",1479,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",219,201,"hallucination",1446,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",219,201,"Just Imagination",1483,1,"Buddy#Sura_Salon::OnMyMobDead";
- set .MyMobCount,8;
- end;
-
-OnTimer93000:
- monster "sword_2-1",219,210,"hallucination",1480,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",219,210,"Just Imagination",1479,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",228,209,"hallucination",1446,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",228,209,"hallucination",1483,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",228,201,"hallucination",1480,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",219,201,"hallucination",1446,1,"Buddy#Sura_Salon::OnMyMobDead";
- set .MyMobCount,6;
- end;
-
-OnTimer153000:
- mapannounce "sword_2-1","If you're bored, may I bring you some magazines?",bc_map;
- monster "sword_2-1",219,210,"Magazine",1478,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",219,210,"Magazine",1478,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",228,209,"Magazine",1478,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",228,209,"Magazine",1478,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",228,201,"Magazine",1478,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",228,201,"Magazine",1478,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",219,201,"Magazine",1478,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",219,201,"Magazine",1478,1,"Buddy#Sura_Salon::OnMyMobDead";
- set .MyMobCount,8;
- end;
-
-OnTimer213000:
- monster "sword_2-1",219,210,"hallucination",1480,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",219,210,"Never mind",1479,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",228,209,"hallucination",1483,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",228,201,"hallucination",1480,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",228,201,"Can you see me?",1479,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",219,201,"hallucination",1483,1,"Buddy#Sura_Salon::OnMyMobDead";
- set .MyMobCount,6;
- end;
-
-OnTimer273000:
- monster "sword_2-1",219,210,"",1480,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",228,209,"hallucination",1446,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",228,201,"hallucination",1480,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",228,201,"hallucination",1479,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",219,201,"hallucination",1446,1,"Buddy#Sura_Salon::OnMyMobDead";
- monster "sword_2-1",219,201,"hallucination",1483,1,"Buddy#Sura_Salon::OnMyMobDead";
- set .MyMobCount,6;
- end;
-
-OnTimer300000:
- mapannounce "sword_2-1","The master has arrived. Soon I'll show you into the master's room.",bc_map;
- end;
-
-OnTimer303000:
- donpcevent "Buddy#job_shuaneh::OnEnable";
- end;
-
-OnTimer305000:
- donpcevent "Buddy#Sura_Salon::OnReset";
- end;
-
-OnTimer315000:
- mapannounce "sword_2-1","Come on here.",bc_map;
- donpcevent "Buddy#job_shuaneh::OnDisable";
- donpcevent "Sura_garajjom::OnEnable";
- end;
-
-OnTimer320000:
- mapannounce "sword_2-1","I guess you're not ready to meet the master yet..",bc_map;
- donpcevent "Sura_garajjom::OnDisable";
- donpcevent "Drawing Room::OnEnable";
- mapwarp "sword_2-1","yuno_fild07",255,178;
- stopnpctimer;
- end;
-}
-
-sword_2-1,223,205,7 script Buddy#job_shuaneh 483,{
-
- if (job_shu > 4){
- mes "I'll show you the way. This way.";
- close2;
- warp "sword_1-1",216,168;
- donpcevent "Buddy#job_shuaneh::OnDisable";
- end;
- }
- // Custom Translation
- mes "How did you get here?";
- close2;
- warp "yuno_fild07",248,179;
- end;
-
-OnInit:
- disablenpc "Buddy#job_shuaneh";
- end;
-
-OnEnable:
- enablenpc "Buddy#job_shuaneh";
- end;
-
-OnDisable:
- disablenpc "Buddy#job_shuaneh";
- end;
-}
-
-sword_2-1,223,205,0 script Sura_garajjom 111,10,10,{
- end;
-
-OnTouch:
- warp "sword_1-1",216,168;
- end;
-
-OnInit:
- disablenpc "Sura_garajjom";
- end;
-
-OnEnable:
- enablenpc "Sura_garajjom";
- end;
-
-OnDisable:
- disablenpc "Sura_garajjom";
- end;
-}
-
-sword_1-1,222,169,5 script Bruno#job_shu 484,{
-
- if (job_shu > 4){
- mes "[Bruno]";
- mes "Hey~ "+strcharinfo(0)+", What's up?";
- next;
- switch(select("Let's have conversation.:Go outside.")){
- case 1:
- if (job_shu == 100){
- mes "[Bruno]";
- mes "My master?";
- mes "He said he has put the world out of his mind and he is a ghost who gave up being a human but he seems to have a lingering desire for the world.";
- next;
- mes "[Bruno]";
- mes "Well, I am also a Sura but I still enjoy traveling and meeting many people~";
- next;
- mes "[Bruno]";
- mes "In the old days, my master had one close friend but after becoming a Sura,";
- next;
- mes "[Bruno]";
- mes "I heard that he wrote a letter to the friend that he had died.";
- mes "Then he sometimes visits 'the place of memory' secretly.";
- next;
- mes "[Bruno]";
- mes "It would be better not saying that he died and just keep meeting his friend.";
- mes "He's a bit of a stick-in-the-mud.";
- next;
- mes "[Bruno]";
- mes "But he is really cool and awesome.";
- mes "Ho ho.";
- next;
- mes "[Bruno]";
- mes "The reason why I keep traveling is to find 'the precious friend' of my master and not to training myself more.";
- next;
- mes "[Bruno]";
- mes "I feel heavy-hearted when I see my master missing his friend...";
- mes "It's not... not just for my... master!";
- close;
- }
- mes "[Bruno]";
- mes "Wow~ I thought you would be knocked out before seeing my master but you are finally here now?";
- next;
- mes "[Bruno]";
- mes "Anyway you are here now, so I am your immediate superior.";
- next;
- mes "[Bruno]";
- mes "We don't care about your age in our world!";
- close;
- case 2:
- mes "[Bruno]";
- mes "Come again whenever you want to~";
- mes "I will show you the training course of the dead~";
- close2;
- warp "yuno_fild07",255,178;
- end;
- }
- }
- mes "[Bruno]";
- // Custom Translation
- mes "How do people keep";
- mes "getting in here!";
- mes "Get out!!!";
- close2;
- warp "yuno_fild07",255,178;
- end;
-}
-
-sword_1-1,223,167,2 script Master#job_shu 483,{
-
- if (job_shu > 4){
- if (job_shu == 5){
- mes "[Master]";
- mes "You must have bright eyes to see that you finally came to this room.";
- next;
- if(SkillPoint != 0){
- mes "[Master]";
- // Custom Translation
- mes "Please use all your Skill Points or you cannot become a Sura.";
- close;
- }
- if(checkweight(1201,1) == 0){
- mes "[Master]";
- // Custom Translation
- mes "Your earthly burden is to heavy. You'd better go clean up.";
- close;
- }
- if (JobLevel < 50 || BaseLevel < 99){
- mes "[Master]";
- // Custom Translation
- mes "You seem to have not yet reached the limits of human beings, you still have far to go in order to become Sura.";
- mes "Go train more.";
- close;
- }
- if (Class == Job_Baby_Monk){
- mes "[Bruno]";
- mes "Of course~";
- mes "I have keen eyes.";
- next;
- mes "[Bruno]";
- mes "Master! This is a wolf fur coat.";
- mes "Put it on when it's cold.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Ahhk! That is the wolf I... caught... Uhh.";
- next;
- mes "- Whack -";
- next;
- mes "[Bruno]";
- mes "Ho ho ho~";
- mes "Do you have something to say, "+strcharinfo(0)+"?";
- mes "You became a member of our family, let's get along together ~";
- next;
- mes "[Master]";
- mes "Right, I now accept you as my student, too.";
- next;
- mes "[Master]";
- mes "I think you already know it, but to live as a Sura will not be that easy.";
- next;
- mes "[Master]";
- mes "I also shut myself off from the world. If there comes a day when we go to the world again, it must be the day when the world needs ghosts for the wars.";
- next;
- mes "[Master]";
- mes "I hope those days will not come but... I'll willingly be the ghost and kill all enemies.";
- next;
- mes "[Master]";
- mes "You should train yourself steadily until that day.";
- set job_shu,100;
- jobchange Job_Baby_Sura;
- completequest 11158;
- getitem 5754,1;
- getitem 2795,1;
- close;
- }else if (Class == Job_Monk){
- mes "[Bruno]";
- mes "Of course~";
- mes "I have keen eyes.";
- next;
- mes "[Bruno]";
- mes "Master! This is a wolf fur coat.";
- mes "Put it on when it's cold.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Ahhk! That is the wolf I... caught... Uhh.";
- next;
- mes "- Whack -";
- next;
- mes "[Bruno]";
- mes "Ho ho ho~";
- mes "Do you have something to say, "+strcharinfo(0)+"?";
- mes "You became a member of our family, let's get along together ~";
- next;
- mes "[Master]";
- mes "Right, I now accept you as my student, too.";
- next;
- mes "[Master]";
- mes "I think you already know it, but to live as a Sura will not be that easy.";
- next;
- mes "[Master]";
- mes "I also shut myself off from the world. If there comes a day when we go to the world again, it must be the day when the world needs ghosts for the wars.";
- next;
- mes "[Master]";
- mes "I hope those days will not come but... I'll willingly be the ghost and kill all enemies.";
- next;
- mes "[Master]";
- mes "You should train yourself steadily until that day.";
- set job_shu,100;
- jobchange Job_Sura;
- completequest 11158;
- getitem 5754,1;
- getitem 2795,1;
- close;
- }else if (Class == Job_Champion){
- mes "[Bruno]";
- mes "Of course~";
- mes "I have keen eyes.";
- next;
- mes "[Bruno]";
- mes "Master! This is a wolf fur coat.";
- mes "Put it on when it's cold.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Ahhk! That is the wolf I... caught... Uhh.";
- next;
- mes "- Whack -";
- next;
- mes "[Bruno]";
- mes "Ho ho ho~";
- mes "Do you have something to say, "+strcharinfo(0)+"?";
- mes "You became a member of our family, let's get along together ~";
- next;
- mes "[Master]";
- mes "Right, I now accept you as my student, too.";
- next;
- mes "[Master]";
- mes "I think you already know it, but to live as a Sura will not be that easy.";
- next;
- mes "[Master]";
- mes "I also shut myself off from the world. If there comes a day when we go to the world again, it must be the day when the world needs ghosts for the wars.";
- next;
- mes "[Master]";
- mes "I hope those days will not come but... I'll willingly be the ghost and kill all enemies.";
- next;
- mes "[Master]";
- mes "You should train yourself steadily until that day.";
- set job_shu,100;
- jobchange Job_Sura_T;
- completequest 11155;
- getitem 5754,1;
- getitem 2795,1;
- close;
- }
- mes "[Master]";;
- // Custom Translation
- mes "Ah?";;
- close;
- }
- mes "[Master]";
- mes "Once I was also an ordinary young man who traveled a lot and met many friends.";
- next;
- mes "[Master]";
- mes "However, as you might have felt, I finally faced my limitation.";
- next;
- mes "[Master]";
- mes "Sometimes I wondered 'should I have to give up everything to be more powerful...?'";
- next;
- mes "[Master]";
- mes "But what's done is done...";
- if (countitem(6153) > 0){
- delitem 6153,1;
- getitem 5754,1;
- close;
- }
- close;
- }
- mes "[Master]";
- mes "You should not have come here.";
- mes "Please leave.";
- close2;
- warp "yuno_fild07",255,178;
- end;
-}
-
-// Custom Translation
-sword_2-1,1,2,0 script Sura Job Switch 66,{
-
- switch(select("Open Arena:Close Arena:Activate Drawing Room:Actvate Buddy:Activate Naigara:All Off:Cancel")){
- case 1:
- mes "Opening Arena";
- donpcevent "Drawing Room::OnEnable";
- close;
- case 2:
- mes "Closing Arena";
- donpcevent "Drawing Room::OnDisable";
- close;
- case 3:
- mes "Activating Drawing Room";
- donpcevent "Buddy#Sura_Salon::OnEnable";
- close;
- case 4:
- mes "Activating Buddy";
- donpcevent "Buddy#job_shuaneh::OnEnable";
- close;
- case 5:
- mes "Activating garajjom";
- donpcevent "Sura_garajjom::OnEnable";
- close;
- case 6:
- mes "Deactivating all.";
- donpcevent "Drawing Room::OnDisable";
- donpcevent "Buddy#Sura_Salon::OnReset";
- donpcevent "Buddy#Sura_Salon::OnDisable";
- donpcevent "Buddy#job_shuaneh::OnDisable";
- donpcevent "Sura_garajjom::OnDisable";
- close;
- case 7:
- close;
- }
-} \ No newline at end of file
diff --git a/npc/pre-re/jobs/3-2/wanderer.txt b/npc/pre-re/jobs/3-2/wanderer.txt
deleted file mode 100644
index 453f2566e..000000000
--- a/npc/pre-re/jobs/3-2/wanderer.txt
+++ /dev/null
@@ -1,1393 +0,0 @@
-//===== rAthena Script =======================================
-// Wanderer Job change Quest
-//===== By: ==================================================
-//= Muad_Dib, Meyraw
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= Any rAthena SVN
-//===== Description: =========================================
-//= Official Script
-//= Job change Quest from Dancer / Gypsy -> Wanderer.
-//===== Additional Comments: =================================
-//= 1.0 First Version.
-//============================================================
-
-xmas,162,209,5 script Little Iraki#job_wan 714,{
-
- if (job_wan == 0){
- mes "[Little Iraki]";
- mes "Mimi, how are you?";
- mes "Oh, my heart is beating faster~ ~";
- next;
- mes "[Mimi]";
- mes "Little Iraki, why is your face red? ha-ha!";
- next;
- mes "[Little Iraki]";
- mes "Oh stop joking, Mimi -";
- mes "But I have thoughts on Dancer Kim's performance!";
- emotion e_shy;
- next;
- mes "[Little Iraki]";
- mes "Due to the mysterious enchanting, Wanderers has been praised by dancers and I might faint when I see her.";
- next;
- mes "[Mimi]";
- mes "Calm down, Little Iraki.";
- mes "If you continue like this, you might fall before performance starts, huh, huh.";
- next;
- mes "[Mimi]";
- mes "But I can understand.";
- mes "I've heard that wanderers are the most acclaimed dancers, so I'm looking forward to it.";
- if (Class == Job_Dancer || Class == Job_Gypsy || Class == Job_Baby_Dancer){
- if (BaseLevel < 99 || JobLevel < 50){
- close;
- }
- next;
- }
- else {
- close;
- }
- switch(select("Dancer Kim?:Wanderers?")){
- case 1:
- mes "[Little Iraki]";
- mes "What? You don't know anything about Dancer Kim?";
- mes "God, I can't believe it!";
- mes "You look like a dancing professional and yet you don't know Dancer Kim? I can't let that happen!";
- next;
- mes "[Mimi]";
- mes "Wanderers are supported by the wind, accompanied by the stars. They are wandering around the world with the freedom of their soul.";
- mes "They are always dancing, accompanied by beautiful music.";
- next;
- mes "[Mimi]";
- mes "Dancer Kim is the part of performance group called <Nuoli Ou>. She is a very famous dancer.";
- next;
- mes "[Mimi]";
- mes "Me and Little Iraki are the wanderer students. Soon after, we're looking for ward to <Nuoli Ou> performance, that will be held here.";
- next;
- mes "[Little Iraki]";
- mes "If you're a real dancer, then you should visit their performances.";
- mes "Oh, where can I meet such romantic poet like Guitar Song, mimi?";
- next;
- mes "[Mimi]";
- mes "Huh-uh, Little Iraki.";
- next;
- if (select("Where is the performance held?:End conversation.") == 2){
- mes "[Mimi]";
- mes "If you are interested in wanderers, I can help you as much as I can.";
- close;
- }
- mes "[Little Iraki]";
- mes "In front of the Christmas tree!";
- mes "Snow white, beautiful and seductive dance music.";
- mes "It will be a great performance, right?";
- set job_wan,1;
- close;
- case 2:
- mes "[Mimi]";
- mes "If you are interested in wanderers, I can help you as much as I can.";
- close;
- }
- }
- else if (job_wan == 1){
- mes "[Little Iraki]";
- mes "Performance will be held in Lutie in front of the Christmas tree.";
- mes "I'm so excited! Oh, I think I'm going to faint, Mimi~!";
- close;
- }
- else if (job_wan == 10){
- mes "[Little Iraki]";
- mes "<Nuoli Ou> is the best!!";
- close;
- }
- mes "[Little Iraki]";
- mes "I want to be a good wanderer, Mimi~";
- close;
-}
-
-xmas,163,209,3 script Mimi#job_wan 714,{
-
- if (job_wan == 0){
- mes "[Little Iraki]";
- mes "Mimi, how are you?";
- mes "Oh, my heart is beating faster~ ~";
- next;
- mes "[Mimi]";
- mes "Little Iraki, why is your face red? ha-ha!";
- next;
- mes "[Little Iraki]";
- mes "Oh stop joking, Mimi -";
- mes "But I have thoughts on Dancer Kim's performance!";
- emotion e_shy;
- next;
- mes "[Little Iraki]";
- mes "Due to the mysterious enchanting, Wanderers has been praised by dancers and I might faint when I see her.";
- next;
- mes "[Mimi]";
- mes "Calm down, Little Iraki.";
- mes "If you continue like this, you might fall before performance starts, huh, huh.";
- next;
- mes "[Mimi]";
- mes "But I can understand.";
- mes "I've heard that wanderers are the most acclaimed dancers, so I'm looking forward to it.";
- if (Class == Job_Dancer || Class == Job_Gypsy || Class == Job_Baby_Dancer){
- if (BaseLevel < 99 || JobLevel < 50){
- close;
- }
- next;
- }
- else {
- close;
- }
- switch(select("Dancer Kim?:Wanderers?")){
- case 1:
- mes "[Little Iraki]";
- mes "What? You don't know anything about Dancer Kim?";
- mes "God, I can't believe it!";
- mes "You look like a dancing professional and yet you don't know Dancer Kim? I can't let that happen!";
- next;
- mes "[Mimi]";
- mes "Wanderers are supported by the wind, accompanied by the stars. They are wandering around the world with the freedom of their soul.";
- mes "They are always dancing, accompanied by beautiful music.";
- next;
- mes "[Mimi]";
- mes "Dancer Kim is the part of performance group called <Nuoli Ou>. She is a very famous dancer.";
- next;
- mes "[Mimi]";
- mes "Me and Little Iraki are the wanderer students. Soon after, we're looking for ward to <Nuoli Ou> performance, that will be held here.";
- next;
- mes "[Little Iraki]";
- mes "If you're a real dancer, then you should visit their performances.";
- mes "Oh, where can I meet such romantic poet like Guitar Song, mimi?";
- next;
- mes "[Mimi]";
- mes "Huh-uh, Little Iraki.";
- next;
- if (select("Where is the performance held?:End conversation.") == 2){
- mes "[Mimi]";
- mes "If you are interested in wanderers, I can help you as much as I can.";
- close;
- }
- mes "[Little Iraki]";
- mes "In front of the Christmas tree!";
- mes "Snow white, beautiful and seductive dance music.";
- mes "It will be a great performance, right?";
- set job_wan,1;
- close;
- case 2:
- mes "[Mimi]";
- mes "If you are interested in wanderers, I can help you as much as I can.";
- close;
- }
- }
- else if (job_wan == 1){
- mes "[Little Iraki]";
- mes "Performance will be held in Lutie in front of the Christmas tree.";
- mes "I'm so excited! Oh, I think I'm going to faint, Mimi~!";
- close;
- }
- else if (job_wan == 10){
- mes "[Little Iraki]";
- mes "<Nuoli Ou> is the best!!";
- close;
- }
- mes "[Little Iraki]";
- mes "I want to be a good wanderer, Mimi~";
- close;
-}
-
-xmas,132,143,5 script Performance Manager#w 713,{
-
- if (job_wan == 0){
- mes "[Stage Staff]";
- mes "Oh, how could it be?";
- close;
- }
- else if (job_wan == 1){
- mes "[Stage Staff]";
- mes "Oh, how could it be?";
- mes "How could this happen?";
- next;
- emotion e_ag;
- mes "[Stage Staff]";
- mes "Hey, you!";
- mes "May I talk with you?";
- mes "In fact, I usually don't say these things to thers.";
- mes "But I'm very depressed. Really, really depressed.";
- next;
- while(1){
- switch(select("I'm not interested.:What happened?:If you're not saying, why would you tell me that?")) {
- case 1:
- mes "[Stage Staff]";
- mes "Oh! What a ruthless world!";
- close;
- case 2:
- mes "[Stage Staff]";
- mes "I want to say that only few days left until stage will fill with guests!";
- next;
- mes "[Stage Staff]";
- mes "I have no sense of responsibility...";
- next;
- goto L_wh1;
- case 3:
- emotion e_ag;
- mes "[Stage Staff]";
- mes "I am not saying it? I'm too depressed! Well, now you know!";
- next;
- break;
- }
- }
-L_wh1:
- while(1){
- switch(select("What is the problem?:Who are you talking about?:Seems to me that it doesn't matter, right?")) {
- case 1:
- mes "[Stage Staff]";
- mes "how could this happen?";
- mes "I will be hit with a snowball!";
- mes "No, they might throw a snowman at me!";
- next;
- emotion e_wah;
- mes "[Stage Staff]";
- mes "People will put a collar on me! Oh, terrible, so terrible!";
- next;
- goto L_wh2;
- case 2:
- mes "[Stage Staff]";
- mes "Who else!";
- mes "It's <Nuoli Ou>!";
- mes "Do you know?";
- mes "They are the worst people in the world.";
- next;
- break;
- case 3:
- mes "[Stage Staff]";
- mes "Too much!";
- close;
- }
- }
-L_wh2:
- while(1){
- switch(select("Why fear that someone will hit you?:Is it wrong to participate in performances?:Whatever, I'm going.")) {
- case 1:
- mes "[Stage Staff]";
- mes "If we switch places, would you not be afraid?";
- mes "I am the person in charge of performances! You know how many performances there will be, how many money there will be? Or how many people we will expect to face! Don't you think that I have a multiple burden?";
- next;
- break;
- case 2:
- mes "[Stage Staff]";
- mes "Yes!";
- mes "It's the legendary <Nuoli Ou> group's sudden notice to cancel the performances!";
- next;
- mes "[Stage Staff]";
- mes "Performance day is soon and they left all troubles with me!";
- next;
- mes "[Stage Staff]";
- mes "Do you know how many people will complain? This will be terrible...";
- next;
- goto L_wh3;
- case 3:
- mes "[Stage Staff]";
- mes "Hey, where are you going!";
- close;
- }
- }
-L_wh3:
- mes "["+strcharinfo(0)+"]";
- mes "When preparations go not as planned, you become very worried about it.";
- mes "The audience wants to see the best performance.";
- next;
- mes "[Stage Staff]";
- mes "I don't know how this happened/";
- mes "Why are they suddenly canceling their performance?";
- mes "Do you know?";
- next;
- mes "[Stage Staff]";
- mes "<Nuoli Ou>... Why did they suddenly cancel the prformance.";
- mes "What have I done wrong? After they signed the contract, I did everything they wanted.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Well...";
- input .@input$;
- mes "^3131FF" +.@input$+ "^000000";
- mes "... is the reason.";
- next;
- emotion e_ag;
- mes "[Stage Staff]";
- mes "What are you talking about?";
- mes "Are you kidding? Or do you think I'm insane?";
- next;
- mes "[Stage Staff]";
- mes "Oh, chest hair, nausea, dizzy head...";
- next;
- mes "[Stage Staff]";
- mes "Hey! Find the minstrel Guitar Song!";
- next;
- switch(select("Okay.:How can I find him!:Happy!")) {
- case 1:
- break;
- case 2:
- mes "[Stage Staff]";
- mes "How do I know!?";
- mes "Ah, no, no.";
- mes "Since you're a dancer, you must be interested in it, right?";
- mes "Don't you want to see the performance?";
- next;
- break;
- case 3:
- mes "[Stage Staff]";
- mes "You musn't talk with me again...";
- close;
- }
- mes "[Stage Staff]";
- mes "If you can, I really want Guitar Song here fast!";
- mes "If you persuade him, everything might go as planned. But now I have to deal with sponcors...";
- next;
- mes "[Stage Staff]";
- mes "Although I don't know where the Guitar Song is, but I know that he often visits various places in Comodo!";
- mes "Find him faster, faster! Oh, I'm really going to get more depressed! Oh! Guitar Song!!!";
- set job_wan,2;
- setquest 2218;
- close;
- }
- else if (job_wan == 2) {
- mes "[Stage Staff]";
- mes "Although I don't know where the Guitar Song is, but I know that he often visits various places in Comodo!";
- close;
- }
- else if (job_wan == 9) {
- mes "[Stage Staff]";
- mes "They came back!!!";
- close;
- }
- else if (job_wan == 10) {
- if (checkweight(1201,1) == 0) {
- mes "[Stage Staff]";
- mes "- Stop! You're holding too much items! -";
- close;
- }
- if (countitem(6153) > 0) {
- delitem 6153,1; // Exchange Coupon
- getitem 5758,1; // Swan
- mes "[Stage Staff]";
- mes "Thanks to you, performance went successfully as planned.";
- mes "They are really talented!";
- next;
- mes "[Stage Staff]";
- mes "Ah, you have exchange coupons?";
- mes "You still haven't exchanged your ticket? If I had known, wouldn't yell at you. I'm really sorry.";
- next;
- mes "[Stage Staff]";
- mes "Good! please take this headgear.";
- mes "This item is not easy to get, so be careful and not lose it!";
- close;
- }
- else {
- mes "[Stage Staff]";
- mes "Thanks to you, the performance went successfully as planned.";
- mes "They are really talented!";
- mes "As a reward, I will prepare a stage especially for you.";
- close;
- }
- }
- mes "[Stage Staff]";
- mes "Oh, great chaos! Ah-ah!";
- close;
-}
-
-comodo,140,86,5 script Cheerless Minstrel#w 479,{
-
- if (job_wan < 2){
- mes "[Cheerless Minstrel]";
- mes "You can dance ~ ~";
- mes "You can work ~ ~";
- mes "You are the dancing queen ~ ~";
- mes "Feel the beat from the tambourine ~ ~";
- next;
- mes "[Cheerless Minstrel]";
- mes "Thank you ...";
- close;
- }
- if (job_wan == 2){
- mes "[Cheerless Minstrel]";
- mes "You can dance ~ ~";
- mes "You can work ~ ~";
- mes "You are the dancing queen ~ ~";
- mes "Feel the King of the tambourines ~ ~";
- next;
- mes "- that guy seems to be Guitar Song -";
- next;
- if (select("Thats one Guitar Song's strange song.:Leave him alone.") == 2){
- mes "- Such a strange person. -";
- close;
- }
- mes "[Cheerless Minstrel]";
- mes "What?!";
- mes "How dare you look down to top-hit song the <Tambourine king>? That was the first slap to the face. This really makes me angry.";
- next;
- menu "Ah, I didn't slapped you!",-;
- emotion e_gasp;
- mes "[Cheerless Minstrel]";
- mes "Oh! by looking at your clothes, you look like a person from dance group.";
- next;
- mes "[Cheerless Minstrel]";
- mes "How are your fellow dancers and musicians doing? Good? If not, then how about we form a duet?";
- next;
- mes "[Cheerless Minstrel]";
- mes "I'll call it <Guitar Song of distress>.";
- mes "Guitar Song will write a poem of pain in adults.";
- mes "The name has a lot of flavors so it will be highly popular.";
- next;
- menu "Are you Guitar song?",-;
- emotion e_shy;
- mes "[Guitar Song]";
- mes "Hey... ... Only now you recognized me? That makes me sad.";
- mes "Yes, I was a well-known musician from <Nuoli Ou>. Guitar Song, the world's first male beauty, huh, huh.";
- next;
- mes "[Guitar Song]";
- mes "Are you interested in my proposal?";
- mes "Most people, after hearing the proposal, already passed out from happiness.";
- next;
- switch(select("Where is Dancer Kim?:The reason why they cancel the performance.")){
- case 1:
- mes "[Guitar Song]";
- mes "Why suddenly mention this?";
- mes "Hey, Hey, lets say that everyone is happy, okay?";
- mes "Without me and Dancer Kim, performances will be fine.";
- next;
- menu "What are you talking about?",-;
- mes "[Guitar Song]";
- mes "Hey, didn't I said to not mention that?";
- mes "I don't want to think about it. When I think about it, it makes me sad.";
- next;
- mes "- Guitar Song refused to talk it. He is the only one who knows about <Nuoli Ou>. What should I do? -";
- set job_wan,3;
- close;
- case 2:
- close;
- }
- }
- else if (job_wan == 3) {
- mes "["+strcharinfo(0)+"]";
- mes "(What should I do to make Guitar Song talk?)";
- next;
- switch(select("Scream:Lullaby:Lucky Kiss")){
- case 1:
- set .@scream,getskilllv(326);
- if (.@scream == 5) {
- mes "- You leaned your head to Guitar Song's ear -";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Ah -";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Hey -!!!!!";
- specialeffect EF_STUNATTACK;
- next;
- mes "[Guitar Song]";
- mes "Huh, why!!! Why are you doing that!";
- mes "You will break my eardrums like that.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Hey, cheer up!!!";
- next;
- mes "[Guitar Song]";
- mes "What are you talking about?";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "It should be very clear that people like how you sing, right?";
- mes "Many people are looking forward for your support.";
- mes "Don't you feel the shame to let people down without a good reason?";
- next;
- break;
- }
- else {
- set .@chance,(rand(1,100));
- if (.@chance > 80) {
- mes "- You leaned your head to Guitar Song's ear -";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "ah -";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Hey -!!!!!";
- specialeffect EF_STUNATTACK,"Cheerless Minstrel#w";
- next;
- mes "[Guitar Song]";
- mes "Huh, why!!! Why are you doing that!";
- mes "You will break my eardrums like that.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Hey, cheer up!!!";
- next;
- mes "[Guitar Song]";
- mes "What are you talking about?";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "It should be very clear that people like how you sing, right?";
- mes "Many people are looking forward for your support.";
- mes "Don't you feel the shame to let people down without a good reason?";
- next;
- break;
- }
- else {
- mes "["+strcharinfo(0)+"]";
- mes "Ah -";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Ah ah ah ah ah ah ah !!!!!";
- next;
- mes "[Guitar Song]";
- mes "Why!!! This is so mean!";
- mes "Guard!!!";
- next;
- mes "[Man wearing black]";
- mes "Please don't do that.";
- close2;
- warp "comodo",117,98;
- end;
- }
- }
- case 2:
- set .@scream,getskilllv(306);
- if (.@scream == 0) {
- mes "- I didn't learned this skill. -";
- close;
- }
- else {
- mes "["+strcharinfo(0)+"]";
- mes "It doesn't look like a good idea to me.";
- close;
- }
- case 3:
- set .@scream,getskilllv(329);
- if (.@scream == 0) {
- mes "- I didn't learned this skill. -";
- close;
- }
- else {
- emotion e_lv,1;
- mes "["+strcharinfo(0)+"]";
- mes "ah, Guitar Song ~ ~";
- next;
- mes "[Guitar Song]";
- mes "Oh, how? I think I'm getting goosebumps.";
- next;
- emotion e_lv,1;
- mes "["+strcharinfo(0)+"]";
- mes "I have been looking at performances of <Nuoli Ou> a long time ago.";
- next;
- mes "[Guitar Song]";
- mes "You were really famous! ha-ha!";
- next;
- emotion e_lv2,1;
- mes "["+strcharinfo(0)+"]";
- mes "I've heard many court musicians and their performances, but your singing is o ver the top, do you know that?";
- next;
- mes "[Guitar Song]";
- mes "Hey hey hey! I'm really great!";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "It's like the first time... After listening you play, didn't I told you that I went in love on first sight?";
- mes "It's like listening how mother is singing you a lullaby, while you're lying on the cradle ~~ so beautiful, so moving... Aren't you the best minstrel ever?";
- next;
- specialeffect EF_STEAL;
- mes "[Guitar Song]";
- mes "Hey Hey, of course, after listening to your words, I feel very pleased.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "I look forward to your performance in Lutie.";
- mes "When I heard that performance is about to be cancelled, I almost lost my heart.";
- next;
- emotion e_sob,1;
- mes "["+strcharinfo(0)+"]";
- mes "By hearing your music ~ I want to dance in the ocean of music and feel free as butterfly.";
- mes "My dream won't come true! Hum!";
- next;
- mes "[Guitar Song]";
- mes "Oh! Well ...";
- next;
- emotion e_sob,1;
- mes "["+strcharinfo(0)+"]";
- mes "I'm very pleased to see you here, but the beautiful Lutie performance... hum.";
- next;
- emotion e_sob,1;
- mes "["+strcharinfo(0)+"]";
- mes "And in the end... Why are did you cancelled the performance?";
- mes "I really want to know! Is that because you hate me?";
- next;
- emotion e_omg;
- mes "[Guitar Song]";
- mes "No, how could this is be the reason!";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "I beg you to tell me because my heart is in pain and I want to hear your music and beautiful voice.";
- emotion e_lv,1;
- next;
- break;
- }
- }
- mes "[Guitar Song]";
- mes "Ah, oh, well!";
- mes "In fact, I would like to be in stage!";
- mes "But how can do it alone?";
- next;
- emotion e_ag;
- mes "[Guitar Song]";
- mes "This is the problem of Dancer Kim!";
- mes "Not long ago, she suddenly lost her temper and left the <Nuoli Ou>!";
- mes "Dancer Kim has bad temper. I've had enough.";
- next;
- mes "[Guitar Song]";
- mes "Thats all.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Why Dancer Kim suddenly went angry?";
- next;
- emotion e_swt;
- mes "[Guitar Song]";
- mes "I don't know! She seems to be crazy now!";
- mes "Dancer Kim always been a kind person.";
- mes "She suddenly disappeared, and then sent a letter with strange combination of letters. Really reckless writen letter.";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "Where is Dancer Kim now?";
- next;
- mes "[Guitar Song]";
- mes "I can't find the mail address.";
- mes "It seems that she went back home, where Kim and I first met. It's the town where Monster Race is held.";
- next;
- emotion e_hmm;
- mes "[Guitar Song]";
- mes "She oftenly gets angry, but she is a great dancer.";
- mes "I don't know why is she unhappy in the end. She was really happy when she listened to my music. It seems that my music comes to end too... ";
- set job_wan,4;
- changequest 2218,2219;
- close;
- }
- else if (job_wan > 3 && job_wan < 8) {
- mes "[Guitar Song]";
- mes "Dancer Kim should be in town where monster race is held, right?";
- mes "If you like monster race, you should know the location ...";
- close;
- }
- else if (job_wan == 8){
- emotion e_gasp;
- mes "- You told everything to Guitar Song -";
- next;
- mes "[Guitar Song]";
- mes "Ooh ~ ~";
- mes "Dancer Kim, you're such a fool ~ ~";
- mes "I will truly take care of you ~ ~";
- next;
- mes "[Guitar Song]";
- mes "Immediately, go to Lutie. We will gather as fast as we can.";
- set job_wan,9;
- close;
- }
- else if (job_wan == 9){
- mes "[Guitar Song]";
- mes "I'll go to Lutie as promised.";
- close;
- }
- else {
- mes "[inability of the court musicians]";
- mes "Where is my companion ...";
- close;
- }
-}
-
-hu_in01,305,251,5 script Vacant Looking Lady#w 879,{
-
- if (job_wan < 4){
- mes "[Vacant Looking Lady]";
- mes "*Sigh*";
- close;
- }
- else if (job_wan == 4){
- mes "[Vacant Looking Lady]";
- mes "... ... ... sob sob.";
- next;
- menu "Why are you crying?",-;
- emotion e_sob;
- mes "[Vacant Looking Lady]";
- mes "Because I gave up on his dream. *Sob-sob*";
- next;
- menu "What are you talking about?",-;
- mes "[Vacant Looking Lady]";
- mes "And I always travel with companion, but I broke up with him.";
- next;
- menu "Oh, why would you say that?",-;
- mes "[Vacant Looking Lady]";
- mes "Well... That... Woo!";
- next;
- menu "Just tell me everything.",-;
- mes "[Vacant Looking Lady]";
- mes "Do you know that wanderers and minstrels together have ability to work together?";
- next;
- mes "[Vacant Looking Lady]";
- mes "Therefore, the court wanderers and minstrels often travel together, with the ensemble performance.";
- mes "With lively music, dance like a beauty.";
- next;
- mes "[Vacant Looking Lady]";
- mes "Not long time ago, I partnered with the Guitar Song. We used various combinations of dances and songs and Guitar Song was always cheerful.";
- next;
- mes "[Vacant Looking Lady]";
- mes "Also I dance more than usual if people applause, so I'm a very proud person.";
- mes "Guitar Song always praised my dancing. And that was a big advantage for me, I felt like I'm over the top.";
- next;
- mes "[Vacant Looking Lady]";
- mes "But...";
- next;
- menu "What happened in the end... ?",-;
- mes "[Vacant Looking Lady]";
- mes "The next morning I get up to brush teeth and wash my face, but I realized that I had no make-up.";
- next;
- emotion e_sob;
- mes "[Vacant Looking Lady]";
- mes "At that time I didn't know what happened, but then Guitar Song appeared and shouted: ^3131FF Hey! What are you doing here? ^000000, and then he forced me out from the room.";
- next;
- mes "[Vacant Looking Lady]";
- mes "He always have been a good companion, but how could he do this to me?";
- mes "I thought that Guitar Song was a joking! but he rushed to close the door, really...";
- next;
- emotion e_sob;
- mes "[Vacant Looking Lady]";
- mes "Why didn't Guitar Song recognized me, ah? I still have no make-up on my face so he won't recognize me, ah? Ooo-ooo...";
- next;
- menu "So you have to solve this problem?",-;
- emotion e_sob;
- mes "[Vacant Looking Lady]";
- mes "What can a woman with broken self-esteem do?";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "How could he be so careless!";
- mes "because such a trivial matter, if not justify the dissolution of the combination, right? Because of the nature of this problem, it's not going to be solved by itself, right?";
- next;
- mes "[Vacant Looking Lady]";
- mes "Yes. But thats not the only reason.";
- mes "I have to say, that due to injure...";
- next;
- mes "[Vacant Looking Lady]";
- mes "I was heartbroken by Guitar Song, so I have to stay in my hometown, hiding in my room alone. Thank god I have a delicious cake to comfort me.";
- next;
- emotion e_shy;
- mes "[Vacant Looking Lady]";
- mes "The cake is the best!";
- mes "Cake with a soft cream, surrounded with melted dark chocolate and covered with fresh fruits on top. Thats the best cake ever!";
- next;
- mes "[Vacant Looking Lady]";
- mes "In sad times I used to eat delicious cake... I feel like the Happiness Fairy is coming to my side to passionate and comfort me.";
- next;
- mes "[Vacant Looking Lady]";
- mes "From morning till night, I'm heartily accepting the Happiness Fairy.";
- next;
- menu "And...",-;
- emotion e_sob;
- mes "[Vacant Looking Lady]";
- mes "That fairy took away my sorrow, but now I got fatter! Ah-ah-ah-ah-ah!";
- next;
- mes "[Vacant Looking Lady]";
- mes "wanderers do not wear clothes on! I can no longer be called a fairy dance! Wanderers do not wear clothes on! I can't be called wanderer now!";
- mes "I can't do belly dance now! Ah-ah-ah...";
- next;
- mes "[Vacant Looking Lady]";
- mes "performances of the day is coming soon, but the monster who has brought me happiness than Miao also difficult test Tierney mountains! The performance day is coming soon, but to lose weight I need to train train hard.";
- mes "I again plunged into despair! can not I like this Guitar Song and the fans to see! And again I have fallen into despair, when I imagine how dance see me and Guitar Song.";
- mes "<Nuo Li> has broken apart! Ah ah ah ah!";
- set job_wan,5;
- close;
- }
- else if (job_wan == 5){
- emotion e_sob;
- mes "[Dancer Kim]";
- mes "I was once a beautiful dove, but now I became a hen.";
- mes "Dancer Kim's is no longer wanderer.";
- next;
- if (select("Don't give up.:You'll can handle it yourself.") == 2){
- mes "[Dancer Kim]";
- mes "My life has not came out from the abyss ...";
- close;
- }
- mes "[Dancer Kim]";
- mes "I already said that it's all over with Guitar Song.";
- mes "It's over, and even if you insist, this won't do anything.";
- next;
- menu "If you give up, everything will be over.",-;
- mes "[Dancer Kim]";
- mes "But if this continues...";
- mes "There is nothing really I can do...";
- next;
- mes "["+strcharinfo(0)+"]";
- mes "You need to exercise to lose weight!";
- mes "As long as you exercise with effort, your body will get better!";
- next;
- mes "[Dancer Kim]";
- mes "It won't be too hard, but I'm so tired so I will easily give up.";
- mes "It's not be too long before I will give up.";
- next;
- if (select("Then there is nothing else to do.:Lets exercise.") == 1){
- mes "[Dancer Kim]";
- mes "There is no dream, no hope...";
- close;
- }
- mes "[Dancer Kim]";
- mes "Do you want to exercise with me? Together?";
- mes "Really?";
- next;
- mes "[Dancer Kim]";
- mes "A person, with whom we can train together...";
- next;
- mes "[Dancer Kim]";
- mes "My heart now feels better!";
- mes "I feel like my body is igniting for some action.";
- mes "And now I'm motivated to take advantage of the time and overcome all difficulties as soon as possible!";
- next;
- menu "What are we going to do?",-;
- mes "[Dancer Kim]";
- mes "I have a good idea!";
- next;
- mes "[Dancer Kim]";
- mes "In the field near Hugel, there is a lake called the Lake of Abyss.";
- mes "Lets meet there.";
- set job_wan,6;
- changequest 2219,2220;
- close;
- }
- else if (job_wan == 6 || job_wan == 7) {
- mes "[Dancer Kim]";
- mes "I will wait for you in the Lake of Abyss.";
- close;
- }
- else if (job_wan == 8) {
- mes "[Dancer Kim]";
- mes "Come to the Lutie with Guitar Song!";
- mes "I'll start immediately!";
- close;
- }
- mes "[Vacant Looking Lady]";
- mes "Where is my partner...";
- close;
-}
-
-hu_fild05,342,130,5 script Dancer Kim#fild 879,{
-
- if (job_wan == 6){
- mes "[Dancer Kim]";
- mes "Campaign is good enough, but with competition, the effect of training will be a lot better!";
- next;
- mes "[Dancer Kim]";
- mes "From now on, lets begin the race of killing Yellow Novus.";
- next;
- mes "[Dancer Kim]";
- mes "The goal is 50 Yellow Novuses.";
- mes "Are you Ready?";
- next;
- if (select("No.:Yes.") == 1){
- mes "[Dancer Kim]";
- mes "Please prepare as fast as you can, before all of this will disappear from my interests!";
- close;
- }
- mes "[Dancer Kim]";
- mes "Good! So, prepare!";
- mes "Start!";
- set job_wan,7;
- changequest 2220,2221;
- close;
- }
- else if (job_wan == 7){
- set .@chk_nov_time,checkquest(2221,PLAYTIME);
- set .@chk_nov_hunt,checkquest(2221,HUNTING);
- if (.@chk_nov_time == 0 || .@chk_nov_time == 1){
- if (.@chk_nov_hunt == 2){
- mes "[Dancer Kim]";
- mes "Whew!";
- mes "Hey, looks like I've lost!";
- next;
- mes "[Dancer Kim]";
- mes "This feeling reminds me of the past where I've crossed the borders of many continents.";
- next;
- mes "[Dancer Kim]";
- mes "Ah! look at this!";
- mes "I'm getting slimmer, can you see it?";
- next;
- mes "[Dancer Kim]";
- mes "I feel that my body is full of power.";
- mes "I suddenly wanted to see my good partner Guitar Song.";
- mes "I want to start dancing again.";
- next;
- menu "How about dancing in Lutie?",-;
- emotion e_gasp;
- mes "[Dancer Kim]";
- mes "Ah! Christmas Village! Yes! Yes! My dream to dance in Lutie will finally come true!";
- next;
- mes "[Dancer Kim]";
- mes "I want to dance and jump all day to bring people happiness!";
- mes "So I will go to Lutie.";
- next;
- mes "[Dancer Kim]";
- mes "Ah, do me a favour, please.";
- mes "Can you bring Guitar Song to Lutie?";
- mes "Say that his partner is waiting for him.";
- next;
- menu "No problem!",-;
- mes "[Dancer Kim]";
- mes "You're a good person. I'm really happy that I met you.";
- mes "Thank god for sending such a stubborn person to me!";
- set job_wan,8;
- changequest 2221,2222;
- close;
- }
- mes "[Dancer Kim]";
- mes "You look relaxed.";
- mes "But I have more chances to win this.";
- close;
- }
- if (.@chk_nov_time == 2){
- mes "[Dancer Kim]";
- mes "You came back.";
- mes "I'm so tired. My back hurts. It seems that my body doesn't work well. <Nuo Li>, It's all over.";
- next;
- mes "- It looks like Dancer Kim cannot stand the pain and gives up. She sat down on the ground -";
- set job_wan,6;
- changequest 2221,2220;
- close;
- }
- mes "[Dancer Kim]";
- mes "Ah ...?";
- set job_wan,6;
- close;
- }
- else if (job_wan == 8) {
- mes "[Dancer Kim]";
- mes "Please tell Guitar Song that I'm waiting for him in Lutie.";
- close;
- }
- mes "[Dancer Kim]";
- mes "Hunting Yellow Novus really is the best sport.";
- close;
-}
-
-hu_fild05,81,111,0 script #fildshout01 -1,20,20,{
-
-OnTouch:
- if (job_wan == 7){
- set .@bc_rd,(rand(1,3));
- if (.@bc_rd == 1){
- mapannounce "hu_fild05","Dancer Kim: Ah, ah. How are you doing? I killed few novuses.",bc_map;
- end;
- }
- if (.@bc_rd == 2){
- mapannounce "hu_fild05","Dancer Kim: Yeah! Novuses are coming, my sister!",bc_map;
- end;
- }
- else {
- mapannounce "hu_fild05","Dancer Kim: Oh, you're tired so soon? It seems that I'll win this!",bc_map;
- end;
- }
- }
- end;
-}
-
-hu_fild05,193,98,0 script #fildshout02 -1,20,20,{
-
-OnTouch:
- if (job_wan == 7){
- set .@bc_rd,(rand(1,3));
- if (.@bc_rd == 1){
- mapannounce "hu_fild05","Dancer Kim: Ah, ah. How are you doing? I killed few novuses.",bc_map;
- end;
- }
- if (.@bc_rd == 2){
- mapannounce "hu_fild05","Dancer Kim: Yeah! Novuses are coming, my sister!",bc_map;
- end;
- }
- else {
- mapannounce "hu_fild05","Dancer Kim: Oh, you're tired so soon? It seems that I'll win this!",bc_map;
- end;
- }
- }
- end;
-}
-
-hu_fild05,252,74,0 script #fildshout03 -1,20,20,{
-
-OnTouch:
- if (job_wan == 7){
- set .@bc_rd,(rand(1,3));
- if (.@bc_rd == 1){
- mapannounce "hu_fild05","Dancer Kim: Ah, ah. How are you doing? I killed few novuses.",bc_map;
- end;
- }
- if (.@bc_rd == 2){
- mapannounce "hu_fild05","Dancer Kim: Yeah! Novuses are coming, my sister!",bc_map;
- end;
- }
- else {
- mapannounce "hu_fild05","Dancer Kim: Oh, you're tired so soon? It seems that I'll win this!",bc_map;
- end;
- }
- }
- end;
-}
-
-hu_fild05,323,175,0 script #fildshout04 -1,20,20,{
-
-OnTouch:
- if (job_wan == 7){
- set .@bc_rd,(rand(1,3));
- if (.@bc_rd == 1){
- mapannounce "hu_fild05","Dancer Kim: Ah, ah. How are you doing? I killed few novuses.",bc_map;
- end;
- }
- if (.@bc_rd == 2){
- mapannounce "hu_fild05","Dancer Kim: Yeah! Novuses are coming, my sister!",bc_map;
- end;
- }
- else {
- mapannounce "hu_fild05","Dancer Kim: Oh, you're tired so soon? It seems that I'll win this!",bc_map;
- end;
- }
- }
- end;
-}
-
-hu_fild05,334,225,0 script #fildshout05 -1,20,20,{
-
-OnTouch:
- if (job_wan == 7){
- set .@bc_rd,(rand(1,3));
- if (.@bc_rd == 1){
- mapannounce "hu_fild05","Dancer Kim: Ah, ah. How are you doing? I killed few novuses.",bc_map;
- end;
- }
- if (.@bc_rd == 2){
- mapannounce "hu_fild05","Dancer Kim: Yeah! Novuses are coming, my sister!",bc_map;
- end;
- }
- else {
- mapannounce "hu_fild05","Dancer Kim: Oh, you're tired so soon? It seems that I'll win this!",bc_map;
- end;
- }
- }
- end;
-}
-
-hu_fild05,301,287,0 script #fildshout06 -1,20,20,{
-
-OnTouch:
- if (job_wan == 7){
- set .@bc_rd,(rand(1,3));
- if (.@bc_rd == 1){
- mapannounce "hu_fild05","Dancer Kim: It seems that your body is not in good condition. This time I must win.",bc_map;
- end;
- }
- if (.@bc_rd == 2){
- mapannounce "hu_fild05","Dancer Kim: Ah, my nails are broken! It hurt... Forget about it...",bc_map;
- end;
- }
- else {
- mapannounce "hu_fild05","Dancer Kim: Oh, you're tired so soon? It seems that I'll win this!",bc_map;
- end;
- }
-
- }
- end;
-}
-
-hu_fild05,229,315,0 script #fildshout07 -1,20,20,{
-
-OnTouch:
- if (job_wan == 7){
- set .@bc_rd,(rand(1,3));
- if (.@bc_rd == 1){
- mapannounce "hu_fild05","Dancer Kim: It seems that your body is not in good condition. This time I must win.",bc_map;
- end;
- }
- if (.@bc_rd == 2){
- mapannounce "hu_fild05","Dancer Kim: Ah, my nails are broken! It hurt... Forget about it...",bc_map;
- end;
- }
- else {
- mapannounce "hu_fild05","Dancer Kim: Oh, you're tired so soon? It seems that I'll win this!",bc_map;
- end;
- }
- }
- end;
-}
-
-hu_fild05,146,309,0 script #fildshout08 -1,20,20,{
-
-OnTouch:
- if (job_wan == 7){
- set .@bc_rd,(rand(1,3));
- if (.@bc_rd == 1){
- mapannounce "hu_fild05","Dancer Kim: It seems that your body is not in good condition. This time I must win.",bc_map;
- end;
- }
- if (.@bc_rd == 2){
- mapannounce "hu_fild05","Dancer Kim: Ah, my nails are broken! It hurt... Forget about it...",bc_map;
- end;
- }
- else {
- mapannounce "hu_fild05","Dancer Kim: Oh, you're tired so soon? It seems that I'll win this!",bc_map;
- end;
- }
- }
- end;
-}
-
-hu_fild05,80,239,0 script #fildshout09 -1,20,20,{
-
-OnTouch:
- if (job_wan == 7){
- set .@bc_rd,(rand(1,3));
- if (.@bc_rd == 1){
- mapannounce "hu_fild05","Dancer Kim: It seems that your body is not in good condition. This time I must win.",bc_map;
- end;
- }
- if (.@bc_rd == 2){
- mapannounce "hu_fild05","Dancer Kim: Ah, my nails are broken! It hurt... Forget about it...",bc_map;
- end;
- }
- else {
- mapannounce "hu_fild05","Dancer Kim: Oh, you're tired so soon? It seems that I'll win this!",bc_map;
- end;
- }
- }
- end;
-}
-
-hu_fild05,69,147,0 script #fildshout10 -1,20,20,{
-
-OnTouch:
- if (job_wan == 7){
- set .@bc_rd,(rand(1,3));
- if (.@bc_rd == 1){
- mapannounce "hu_fild05","Dancer Kim: It seems that your body is not in good condition. This time I must win.",bc_map;
- end;
- }
- if (.@bc_rd == 2){
- mapannounce "hu_fild05","Dancer Kim: Ah, my nails are broken! It hurt... Forget about it...",bc_map;
- end;
- }
- else {
- mapannounce "hu_fild05","Dancer Kim: Oh, you're tired so soon? It seems that I'll win this!",bc_map;
- end;
- }
- }
- end;
-}
-
-xmas,148,131,0 script #wandergogo -1,3,3,{
-
-OnTouch:
- if (job_wan == 9){
- enablenpc "Dancer Kim#xmas";
- enablenpc "Guitar Song#xmas";
- enablenpc "Audience#xmas1";
- enablenpc "Audience#xmas2";
- enablenpc "Audience#xmas3";
- enablenpc "Audience#xmas4";
- enablenpc "Little Iraki#xm";
- enablenpc "Mimi#xmas";
- }
- end;
-}
-
-xmas,147,135,5 script Dancer Kim#xmas 485,{
-
-if (job_wan == 9){
- if (Class == Job_Dancer || Class == Job_Gypsy || Class == Job_Baby_Dancer){
- if (BaseLevel < 99){
- mes "- task execution condition is not met, can not perform the task -";
- close;
- }
- if (JobLevel < 50){
- mes "- task execution condition is not met, can not perform the task -";
- close;
- }
- if (SkillPoint > 0){
- mes "- there are remaining skill points, can not perform the task -";
- close;
- }
- if (checkweight(1201,1) == 0){
- mes "- must be clear backpack, to perform the task -";
- close;
- }
- mes "- You see the ongoing performance of <Nuoli Ou> -";
- next;
- emotion e_ho,"Guitar Song#xmas";
- emotion e_ho,"Dancer Kim#xmas";
- mes "[Guitar Song]";
- mes "Thump! Thump! Thump! Thump! Blue fish ~ ~";
- mes "Wind! Wind! Wind! Wind ~ ~";
- mes "Strong will remains invulnurable, even if nose bleeds. ~ ~";
- next;
- emotion e_ho,"Audience#xmas1";
- emotion e_ho,"Audience#xmas2";
- emotion e_ho,"Audience#xmas3";
- emotion e_ho,"Audience#xmas4";
- emotion e_ho,"Little Iraki#xm";
- emotion e_ho,"Mimi#xmas";
- mes "[Audience]";
- mes "Ah ah ah ah ah - -!!!";
- mes "Great! <Nuo Li> is the best!!!";
- next;
- mes "[Guitar Song]";
- mes "Hello, everyone!";
- next;
- emotion e_lv,"Audience#xmas1";
- emotion e_lv,"Audience#xmas2";
- emotion e_lv,"Audience#xmas3";
- emotion e_lv,"Audience#xmas4";
- emotion e_lv,"Little Iraki#xm";
- emotion e_lv,"Mimi#xmas";
- mes "[Audience]";
- mes "Hello !!!!!";
- next;
- mes "[Guitar Song]";
- mes "We search for love, search for the wind, this is the romantic traveling song of <Nuoli Ou>!";
- next;
- emotion e_lv,"Audience#xmas1";
- emotion e_lv,"Audience#xmas2";
- emotion e_lv,"Audience#xmas3";
- emotion e_lv,"Audience#xmas4";
- emotion e_lv,"Little Iraki#xm";
- emotion e_lv,"Mimi#xmas";
- mes "[Audience]";
- mes "Ah ah ah ah ah ~ ~ !!";
- next;
- mes "[Dancer Kim]";
- mes "In the beautiful village where fluttering snowflaces dance.";
- mes "I'm very happy to be in Lutie!";
- next;
- mes "[Audience]";
- mes "Wow ah ~ ~";
- next;
- mes "[Dancer Kim]";
- mes "And... Today's show was almost canceled because of the mistakes I've made.";
- next;
- mes "[Guitar Song]";
- mes "I feel broken for hurting the heart of Dancer Kim.";
- mes "And I would like to say sorry to her.";
- next;
- mes "[Dancer Kim]";
- mes "No, because I was too stubborn. I should apologize to you, my dear.";
- next;
- mes "[Dancer Kim]";
- mes "In fact, after I went home, I spend days being depressed until a good friend came to encourage me, and then we worked together to help me out!";
- next;
- mes "[Dancer Kim]";
- mes "I think you'll prefer to see her dancing in close future!";
- mes "I watched her long time and she is a very talented person.";
- next;
- mes "[Dancer Kim]";
- mes "Let me introduce you!";
- next;
- mes "[Dancer Kim]";
- mes "The hope and future of wanderers, the new shining star, "+strcharinfo(0)+"!";
- mapannounce "xmas","Dancer Kim: Let me introduce you! The hope and future of wanderers, the new shining star - "+strcharinfo(0)+"!",bc_map;
- if(Class == Job_Baby_Dancer){
- jobchange Job_Baby_Wanderer;
- }
- else if (Class == Job_Dancer){
- jobchange Job_Wanderer;
- }
- else {
- jobchange Job_Wanderer_T;
- }
- getitem 5758,1; // Swan
- getitem 2795,1; // Green Apple Ring
- set job_wan,10;
- completequest 2222;
- next;
- mes "[Dancer Kim]";
- mes "Ha ha ha, are you surprised?";
- mes "Why are you staring blankly at me?";
- mes "Since you brought me here, you've completed all qualifications needed.";
- next;
- mes "[Dancer Kim]";
- mes "Like a beautiful swan!";
- mes "I want to see you dance and be jealous!";
- next;
- mes "[Dancer Kim]";
- mes ""+strcharinfo(0)+"! I wish that you will achieve remarkable success in the future.";
- mes "I hope will find your own partner. By that time, can we dance together?";
- next;
- mes "[Guitar Song]";
- mes "Thanks to you, I've returned a valuable companion!";
- mes "I really thank you for everything. In the near future, I, Guitar Song, will write a song about you.";
- disablenpc "Dancer Kim#xmas";
- disablenpc "Guitar Song#xmas";
- disablenpc "Audience#xmas1";
- disablenpc "Audience#xmas2";
- disablenpc "Audience#xmas3";
- disablenpc "Audience#xmas4";
- disablenpc "Little Iraki#xm";
- disablenpc "Mimi#xmas";
- close;
- }
- mes "- task execution condition is not met, can not perform the task -";
- close;
-}
-end;
-
-OnInit:
- disablenpc "Dancer Kim#xmas";
- end;
-}
-
-xmas,149,135,3 script Guitar Song#xmas 479,{
-end;
-
-OnInit:
- disablenpc "Guitar Song#xmas";
- end;
-}
-xmas,142,130,7 script Audience#xmas1 711,{
-end;
-
-OnInit:
- disablenpc "Audience#xmas1";
- end;
-}
-
-xmas,145,127,7 script Audience#xmas2 712,{
-end;
-
-OnInit:
- disablenpc "Audience#xmas2";
- end;
-}
-
-xmas,151,127,7 script Audience#xmas3 716,{
-end;
-
-OnInit:
- disablenpc "Audience#xmas3";
- end;
-}
-
-xmas,154,129,1 script Audience#xmas4 797,{
-end;
-
-OnInit:
- disablenpc "Audience#xmas4";
- end;
-}
-
-xmas,149,127,1 script Mimi#xmas 714,{
-end;
-
-OnInit:
- disablenpc "Mimi#xmas";
- end;
-}
-
-xmas,148,127,7 script Little Iraki#xm 714,{
-end;
-
-OnInit:
- disablenpc "Little Iraki#xm";
- end;
-} \ No newline at end of file