diff options
Diffstat (limited to 'npc/custom/quests')
23 files changed, 138 insertions, 138 deletions
diff --git a/npc/custom/quests/bandit_beard.txt b/npc/custom/quests/bandit_beard.txt index 51885b629..7ce9b8b69 100644 --- a/npc/custom/quests/bandit_beard.txt +++ b/npc/custom/quests/bandit_beard.txt @@ -16,7 +16,7 @@ //= 1.2 fixed donpcevent label [Lupus] //============================================================ -umbala.gat,126,129,4 script Bearded Man 120,{ +umbala,126,129,4 script Bearded Man 120,{ if(BEARD_QUEST == 4 ) goto L_MAKE; if(BEARD_QUEST >= 5 ) goto L_DONE; if(BEARD_QUEST >= 1 ) goto L_THREAD; @@ -101,7 +101,7 @@ L_NOITEMS: } //Master Tailor---------- -izlude_in.gat,123,175,4 script Master Tailor 50,{ +izlude_in,123,175,4 script Master Tailor 50,{ mes "[Master Tailor]"; mes "Good evening! I am the Master Tailor!"; if(BEARD_QUEST != 1 ) close; @@ -118,7 +118,7 @@ izlude_in.gat,123,175,4 script Master Tailor 50,{ close; } // Karfa Thread Clerk--- -aldeba_in.gat,70,179,5 script Karfa Clerk 113,{ +aldeba_in,70,179,5 script Karfa Clerk 113,{ mes "[Karfa Clerk]"; if(BEARD_QUEST == 3 ) goto L_REPEAT; if(BEARD_QUEST > 3 ) goto L_DONE; @@ -156,7 +156,7 @@ L_DONE: } //Thread Merchant ------ -alberta.gat,65,123,6 script Man 85,{ +alberta,65,123,6 script Man 85,{ if(BEARD_QUEST == 3 && $@beardMobD) goto L_KILLED; if(BEARD_QUEST > 3) goto L_DONE; @@ -208,20 +208,20 @@ M_NO: } //mobsummons ------- -alberta.gat,1,1,1 script BRDQ_MOBS -1,{ +alberta,1,1,1 script BRDQ_MOBS -1,{ OnStart: set $@beardMob,10; set $@beardMobD,0; - monster "alberta.gat",65,120,"Thef Bug Male",1054,1,"BRDQ_MOBS::OnDie"; - monster "alberta.gat",66,120,"Thef Bug Male",1054,1,"BRDQ_MOBS::OnDie"; - monster "alberta.gat",67,120,"Thef Bug Male",1054,1,"BRDQ_MOBS::OnDie"; - monster "alberta.gat",68,120,"Thef Bug Male",1054,1,"BRDQ_MOBS::OnDie"; - monster "alberta.gat",66,121,"Thef Bug Male",1054,1,"BRDQ_MOBS::OnDie"; - monster "alberta.gat",67,121,"Thef Bug Male",1054,1,"BRDQ_MOBS::OnDie"; - monster "alberta.gat",68,121,"Thef Bug Male",1054,1,"BRDQ_MOBS::OnDie"; - monster "alberta.gat",66,122,"Thef Bug Male",1054,1,"BRDQ_MOBS::OnDie"; - monster "alberta.gat",67,122,"Thef Bug Male",1054,1,"BRDQ_MOBS::OnDie"; - monster "alberta.gat",68,122,"Thef Bug Male",1054,1,"BRDQ_MOBS::OnDie"; + monster "alberta",65,120,"Thef Bug Male",1054,1,"BRDQ_MOBS::OnDie"; + monster "alberta",66,120,"Thef Bug Male",1054,1,"BRDQ_MOBS::OnDie"; + monster "alberta",67,120,"Thef Bug Male",1054,1,"BRDQ_MOBS::OnDie"; + monster "alberta",68,120,"Thef Bug Male",1054,1,"BRDQ_MOBS::OnDie"; + monster "alberta",66,121,"Thef Bug Male",1054,1,"BRDQ_MOBS::OnDie"; + monster "alberta",67,121,"Thef Bug Male",1054,1,"BRDQ_MOBS::OnDie"; + monster "alberta",68,121,"Thef Bug Male",1054,1,"BRDQ_MOBS::OnDie"; + monster "alberta",66,122,"Thef Bug Male",1054,1,"BRDQ_MOBS::OnDie"; + monster "alberta",67,122,"Thef Bug Male",1054,1,"BRDQ_MOBS::OnDie"; + monster "alberta",68,122,"Thef Bug Male",1054,1,"BRDQ_MOBS::OnDie"; end; OnDie: set $@beardmob, $@beardmob - 1; diff --git a/npc/custom/quests/berzebub.txt b/npc/custom/quests/berzebub.txt index a58cadc18..e4f2ff243 100644 --- a/npc/custom/quests/berzebub.txt +++ b/npc/custom/quests/berzebub.txt @@ -11,7 +11,7 @@ //===== Additional Comments: ================================= //= 1.1 Fixed ingredients. Was too exploitable [Lupus] //============================================================ -prontera.gat,165,178,8 script Old Woman 103,{ +prontera,165,178,8 script Old Woman 103,{ mes "[Old Woman]"; if(BerzQuest == 1) goto L_Already; mes "Greeting lad. I found a really nifty item while I was picking mushrooms near Glast Heim."; @@ -71,4 +71,4 @@ prontera.gat,165,178,8 script Old Woman 103,{ L_Already: mes "Hey I remember you! I already told you that you may only complete this quest once."; close; -} +}
\ No newline at end of file diff --git a/npc/custom/quests/dead_branch.txt b/npc/custom/quests/dead_branch.txt index 3c393b456..d2224666e 100644 --- a/npc/custom/quests/dead_branch.txt +++ b/npc/custom/quests/dead_branch.txt @@ -15,7 +15,7 @@ //= 1.1 Optimized, added Bloody Branch with 0.01% chance [Lupus] //============================================================ -niflheim.gat,204,179,3 script Mister Mobry 121,{ +niflheim,204,179,3 script Mister Mobry 121,{ mes "[Mister Mobry]"; mes "Trees possess spirits you know..."; @@ -102,4 +102,4 @@ M_END: mes "[Mister Mobry]"; mes "No spirit for you... then go!"; close; -} +}
\ No newline at end of file diff --git a/npc/custom/quests/elvenear.txt b/npc/custom/quests/elvenear.txt index ab6258a4d..8faab1ad4 100644 --- a/npc/custom/quests/elvenear.txt +++ b/npc/custom/quests/elvenear.txt @@ -13,7 +13,7 @@ //= 1.2 Fixed exploit [Lupus] //============================================================ -geffen.gat,127,49,5 script Elven Ears Quest 84,{ +geffen,127,49,5 script Elven Ears Quest 84,{ mes "[Elven Ears Quest]"; mes "Hi, today's quest is...."; mes "Ah, the ^61B031Elven Ears ^000000Quest!"; @@ -65,4 +65,4 @@ L_Cancel: mes "Giving up already?"; mes "Oh well maybe you will participate in tommorow's quest."; close; -} +}
\ No newline at end of file diff --git a/npc/custom/quests/event_6_new_hats.txt b/npc/custom/quests/event_6_new_hats.txt index 37bc51e34..1f1a9ea06 100644 --- a/npc/custom/quests/event_6_new_hats.txt +++ b/npc/custom/quests/event_6_new_hats.txt @@ -25,7 +25,7 @@ //============================================================ -prt_in.gat,130,66,5 script Zac 704,{ +prt_in,130,66,5 script Zac 704,{ mes "[Zac]"; mes "I am the oldest and strongest of the 4 brothers that makes all the newer hats. You will need to bring me the correct items for each hat, so I can make them."; next; @@ -85,7 +85,7 @@ L3: close; } -prt_in.gat,162,131,5 script Blac 732,{ +prt_in,162,131,5 script Blac 732,{ mes "[Blac]"; mes "I am the youngest and sexiest of the 4 brothers that makes all the newer hats. You will need to bring me the correct items for each hat, so I can make them."; next; @@ -139,7 +139,7 @@ L3: close; } -prt_in.gat,53,56,5 script Jac 107,{ +prt_in,53,56,5 script Jac 107,{ mes "[Jac]"; mes "I am the 2nd oldest and calmest of the 4 brothers that makes all the newer hats. You will need to bring me the correct items for each hat, so I can make them."; next; @@ -223,7 +223,7 @@ L3: close; } -prt_in.gat,45,113,5 script Pac 705,{ +prt_in,45,113,5 script Pac 705,{ mes "[Pac]"; mes "I am 3rd oldest and wisest of the 4 brothers that makes all the newer hats. You will need to bring me the correct items for each hat so I can make them."; next; diff --git a/npc/custom/quests/fashion.txt b/npc/custom/quests/fashion.txt index cf8d9dc4a..72e9b3469 100644 --- a/npc/custom/quests/fashion.txt +++ b/npc/custom/quests/fashion.txt @@ -13,7 +13,7 @@ //= 1.1 fixed exploit [Lupus] //============================================================ -izlude.gat,135,96,5 script Fashion Glasses Quest 76,{ +izlude,135,96,5 script Fashion Glasses Quest 76,{ mes "[Fashionable Glasses Quest]"; mes "Hi, today's quest is...."; mes "Ah, the ^CC6633Fashionable Glasses^000000 Quest!"; @@ -66,4 +66,4 @@ M_CANCEL: mes "participate in tommorow's"; mes "quest."; close; -} +}
\ No newline at end of file diff --git a/npc/custom/quests/ironcane.txt b/npc/custom/quests/ironcane.txt index 123f04a51..18d37de5c 100644 --- a/npc/custom/quests/ironcane.txt +++ b/npc/custom/quests/ironcane.txt @@ -12,7 +12,7 @@ //= 1.1 Fixed exploit [Lupus] //============================================================ -payon.gat,109,118,5 script Iron Cain Quest 76,{ +payon,109,118,5 script Iron Cain Quest 76,{ mes "[Iron Cain Quest]"; mes "Here's what you need"; mes "The requirements, should you be brave enough to collect them, are:"; @@ -46,4 +46,4 @@ L_Unfathomable: mes "What I had to go through was more unfathomable.."; mes "If you succeed in getting these items, you will have incredible strength!"; close; -} +}
\ No newline at end of file diff --git a/npc/custom/quests/kaho_balmung.txt b/npc/custom/quests/kaho_balmung.txt index c603697f2..edeabc847 100644 --- a/npc/custom/quests/kaho_balmung.txt +++ b/npc/custom/quests/kaho_balmung.txt @@ -2,7 +2,7 @@ //-------------------- 'Balmung & Lord Kaho's Horns' Quest -------------------- // Warning! Don't use this quest 8) -prontera.gat,158,356,4 script Royal Messenger 105,{ +prontera,158,356,4 script Royal Messenger 105,{ mes "[Royal Messenger]"; mes "Welcome to prontera, I am the Royal Messenger in charge of the royal quest."; next; @@ -73,4 +73,4 @@ NoItems: mes "Sorry you don't have all the items or zeny I need."; mes "Come back when you have them all"; close; -} +}
\ No newline at end of file diff --git a/npc/custom/quests/kahohorn.txt b/npc/custom/quests/kahohorn.txt index 50872bcfd..4cd7b503c 100644 --- a/npc/custom/quests/kahohorn.txt +++ b/npc/custom/quests/kahohorn.txt @@ -1,6 +1,6 @@ //This quest is custom. Don't use it. -geffen.gat,115,107,5 script Lord Kaho's Servant 61,{ +geffen,115,107,5 script Lord Kaho's Servant 61,{ mes "[Lord Kaho's Servant]"; mes "I worked myself to death trying to fulfill Lord Kaho's ridiculous expectations for a headgear!"; mes "Now that I've finally found the formula for the perfect headgear, I'm willing to share my time and talents"; @@ -81,4 +81,4 @@ geffen.gat,115,107,5 script Lord Kaho's Servant 61,{ mes "What I had to go through was more unfathomable.."; mes "If you succeed in getting these items, you will have incredible strength!"; close; -} +}
\ No newline at end of file diff --git a/npc/custom/quests/kiel_quest.txt b/npc/custom/quests/kiel_quest.txt index 397568bc3..4f6478f38 100644 --- a/npc/custom/quests/kiel_quest.txt +++ b/npc/custom/quests/kiel_quest.txt @@ -12,7 +12,7 @@ //= //============================================================ -prontera.gat,157,168,2 script Kiel Capry 68,{ +prontera,157,168,2 script Kiel Capry 68,{ mes "[Kiel Capry]"; mes callfunc("F_Hi"); mes "Help us! Everybody's evacuated! There's been an accident in my father's University..."; @@ -29,7 +29,7 @@ prontera.gat,157,168,2 script Kiel Capry 68,{ close; } -kh_school.gat,119,146,3 script Kiel Carlo 748,{ +kh_school,119,146,3 script Kiel Carlo 748,{ mes "[Kiel Carlo]"; mes callfunc("F_Hi"); mes "We have evacuated all the students!"; @@ -56,8 +56,8 @@ M_GO: close; } set Zeny,Zeny-10000; - warp "kh_kiehl02.gat",rand(46,53),rand(9,12); + warp "kh_kiehl02",rand(46,53),rand(9,12); end; } -kh_kiehl02.gat,49,5,0 warp warpk06 1,1,kh_school.gat,119,146 +kh_kiehl02,49,5,0 warp warpk06 1,1,kh_school,119,146
\ No newline at end of file diff --git a/npc/custom/quests/lvl99_quest.txt b/npc/custom/quests/lvl99_quest.txt index 9788cd57d..d301211b4 100644 --- a/npc/custom/quests/lvl99_quest.txt +++ b/npc/custom/quests/lvl99_quest.txt @@ -14,7 +14,7 @@ //============================================================ -lighthalzen.gat,108,229,2 script La Fenn 766,{ +lighthalzen,108,229,2 script La Fenn 766,{ mes "[La Fenn]"; if(BaseLevel<99) { if(Q_99LVL) { diff --git a/npc/custom/quests/magicalhatquest.txt b/npc/custom/quests/magicalhatquest.txt index dd5d04682..c24b22ed3 100644 --- a/npc/custom/quests/magicalhatquest.txt +++ b/npc/custom/quests/magicalhatquest.txt @@ -13,7 +13,7 @@ //= treasue boxes drops fix [Lupus] //============================================================ -geffen.gat,126,107,5 script Wizard Hat Dude 51,{ +geffen,126,107,5 script Wizard Hat Dude 51,{ mes "[Wizard Hat Dude]"; mes "Huh! What do you want?"; mes "Ohh, I see, you want me to make you something."; @@ -55,4 +55,4 @@ M_RIPOFF: mes "If you succeed in getting these items, you will have incredible strength!"; emotion e_hmm; close; -} +}
\ No newline at end of file diff --git a/npc/custom/quests/may_hats.txt b/npc/custom/quests/may_hats.txt index 2c8d6dfb8..88e138762 100644 --- a/npc/custom/quests/may_hats.txt +++ b/npc/custom/quests/may_hats.txt @@ -14,7 +14,7 @@ //= 1.01 translated the rest of dialogues //============================================================ -gonryun.gat,187,140,4 script Yakima 850,{ +gonryun,187,140,4 script Yakima 850,{ mes "[Yakima]"; mes callfunc("F_Hi"); mes "I can make some items for you."; @@ -177,4 +177,4 @@ M_EXIT: mes "[Yakima]"; mes callfunc("F_Bye"); close; -} +}
\ No newline at end of file diff --git a/npc/custom/quests/sphinx_mask.txt b/npc/custom/quests/sphinx_mask.txt index 59d36ad05..178aee60d 100644 --- a/npc/custom/quests/sphinx_mask.txt +++ b/npc/custom/quests/sphinx_mask.txt @@ -14,7 +14,7 @@ //=========================================================================== -morocc.gat,140,156,5 script Turban Thief 58,{ +morocc,140,156,5 script Turban Thief 58,{ if(event_umbala < 2) goto AWAY; if(sphmask_q) goto NoBus; mes "[Turban Thief]"; diff --git a/npc/custom/quests/sunglasses.txt b/npc/custom/quests/sunglasses.txt index 70bc377d3..2540eb907 100644 --- a/npc/custom/quests/sunglasses.txt +++ b/npc/custom/quests/sunglasses.txt @@ -17,7 +17,7 @@ // quest will reset it self after 1 pair of Slotted Sunglasses is made. // 1st part of the quest -alberta.gat,88,193,5 script Sunglasses Trader 73,{ +alberta,88,193,5 script Sunglasses Trader 73,{ if(SG_QUEST1 == 1) goto L_SG_Q1_Done; mes "[Sunglasses Trader]"; mes "Hello. What can I do for you?"; @@ -90,7 +90,7 @@ L_SG_No: // 2nd part of the quest -moc_fild09.gat,209,128,5 script Maseph 702,{ +moc_fild09,209,128,5 script Maseph 702,{ if(SG_QUEST1 == 1) goto L_SG_2; mes "[Maseph]"; mes "Lovely Day, isn't it ?"; @@ -141,4 +141,4 @@ L_SG_Funds: mes "[Maseph]"; mes "You do not have enough money. Please come back to me when you do."; close; -} +}
\ No newline at end of file diff --git a/npc/custom/quests/tha_statues.txt b/npc/custom/quests/tha_statues.txt index 9a9bdd29f..133810d7b 100644 --- a/npc/custom/quests/tha_statues.txt +++ b/npc/custom/quests/tha_statues.txt @@ -16,7 +16,7 @@ //Statue (NPC)(U: UP, D: DOWN, R: RIGHT, L: LEFT) : // Explain Npc -tha_t08.gat,69,106,4 script Statue 111,{ +tha_t08,69,106,4 script Statue 111,{ mes "You can read on the back of the statue:"; mes "'By the spirit of olds, the walls are closed"; @@ -28,11 +28,11 @@ tha_t08.gat,69,106,4 script Statue 111,{ } //Tha_t09 : -//(Thalos)(U,L)-->tha_t09.gat,17,158,4 -//(Mediane)(D,R)-->tha_t09.gat,84,99,4 +//(Thalos)(U,L)-->tha_t09,17,158,4 +//(Mediane)(D,R)-->tha_t09,84,99,4 //Script: -tha_t09.gat,17,158,4 script Thalos 111,{ +tha_t09,17,158,4 script Thalos 111,{ if(TSQ_CHK == 1) goto done; mes "[Thalos]"; @@ -47,14 +47,14 @@ done: } -tha_t09.gat,84,99,4 script Mediane 111,{ +tha_t09,84,99,4 script Mediane 111,{ if(TSQ_CHK != 1) goto nook; mes "[Mediane]"; mes "Okay, i am warping you to the next floor now."; next; set TSQ_CHK,0; - warp "tha_t10.gat", 165, 138; + warp "tha_t10", 165, 138; close; nook: mes "[Mediane]"; @@ -63,12 +63,12 @@ nook: } //Tha_t10 : -//(Melkor)(U)-->tha_t10.gat,130,159,4 -//(Zebrus)(D,R)-->tha_t10.gat,160,98,4 -//(Veriaelle)(D,L)-->tha_t10.gat,99,97,4 +//(Melkor)(U)-->tha_t10,130,159,4 +//(Zebrus)(D,R)-->tha_t10,160,98,4 +//(Veriaelle)(D,L)-->tha_t10,99,97,4 //Script: -tha_t10.gat,130,159,4 script Melkor 111,{ +tha_t10,130,159,4 script Melkor 111,{ if(TSQ_CHK == 1) goto done; mes "[Melkor]"; @@ -82,7 +82,7 @@ done: close; } -tha_t10.gat,160,98,4 script Zebrus 111,{ +tha_t10,160,98,4 script Zebrus 111,{ if(TSQ_CHK != 1) goto nook; mes "[Zebrus]"; @@ -97,14 +97,14 @@ nook: close; } -tha_t10.gat,99,97,4 script Veriaelle 111,{ +tha_t10,99,97,4 script Veriaelle 111,{ if(TSQ_CHK != 2) goto nook; mes "[Veriaelle]"; mes "Okay, i am warping you to the next floor."; next; set TSQ_CHK,0; - warp "tha_t11.gat", 86, 38; + warp "tha_t11", 86, 38; close; nook: mes "[Veriaelle]"; @@ -115,13 +115,13 @@ nook: } //Tha_t11 : -//(Throtre)(U,L)-->tha_t11.gat,16,85,4 -//(Klermaz)(D,R)-->tha_t11.gat,85,16,4 -//(Mihane)(D,L)-->tha_t11.gat,16,16,4 -//(Seranes)(U,R)-->tha_t11.gat,85,85,4 +//(Throtre)(U,L)-->tha_t11,16,85,4 +//(Klermaz)(D,R)-->tha_t11,85,16,4 +//(Mihane)(D,L)-->tha_t11,16,16,4 +//(Seranes)(U,R)-->tha_t11,85,85,4 //Script: -tha_t11.gat,16,85,4 script Throtre 111,{ +tha_t11,16,85,4 script Throtre 111,{ if(TSQ_CHK == 1) goto done; mes "[Throtre]"; mes "You got my authorization for the next floor"; @@ -134,7 +134,7 @@ done: close; } -tha_t11.gat,85,16,4 script Klermaz 111,{ +tha_t11,85,16,4 script Klermaz 111,{ if(TSQ_CHK != 1) goto nook; mes "[Klermaz]"; mes "Hmm it seems that Throtre allowed you to pass."; @@ -149,7 +149,7 @@ nook: close; } -tha_t11.gat,16,16,4 script Mihane 111,{ +tha_t11,16,16,4 script Mihane 111,{ if(TSQ_CHK != 2) goto nook; mes "[Mihane]"; mes "Keep on this way, Only 1 Left."; @@ -163,14 +163,14 @@ nook: close; } -tha_t11.gat,85,85,4 script Seranes 111,{ +tha_t11,85,85,4 script Seranes 111,{ if(TSQ_CHK != 3 ) goto nook; mes "[Seranes]"; mes "Perfect, it seems that the other spirits grants you the access."; mes "I am warping you to the next floor."; next; set TSQ_CHK,0; - warp "tha_t12.gat", 129, 58; + warp "tha_t12", 129, 58; close; nook: mes "[Seranes]"; @@ -181,14 +181,14 @@ nook: } //Tha_t12 ( M: Middle): -//(Nox)(D,L)-->tha_t12.gat,103,18,4 -//(Vox)(R)-->tha_t12.gat,162,58,4 -//(Hox)(L)-->tha_t12.gat,96,57,4 -//(Dox)(D,R)-->tha_t12.gat,153,17,4 -//(Sox)(U)-->tha_t12.gat,128,88,4 +//(Nox)(D,L)-->tha_t12,103,18,4 +//(Vox)(R)-->tha_t12,162,58,4 +//(Hox)(L)-->tha_t12,96,57,4 +//(Dox)(D,R)-->tha_t12,153,17,4 +//(Sox)(U)-->tha_t12,128,88,4 //Script: -tha_t12.gat,103,18,4 script Nox 111,{ +tha_t12,103,18,4 script Nox 111,{ if(TSQ_CHK == 1 ) goto done; mes "[Nox]"; mes "Fine, 4 Spirits left."; @@ -200,7 +200,7 @@ done: close; } -tha_t12.gat,162,58,4 script Vox 111,{ +tha_t12,162,58,4 script Vox 111,{ if(TSQ_CHK != 1 ) goto nook; mes "[Vox]"; mes "Keep on this way, 3 Spirits remaining !"; @@ -214,7 +214,7 @@ nook: close; } -tha_t12.gat,96,57,4 script Hox 111,{ +tha_t12,96,57,4 script Hox 111,{ if(TSQ_CHK != 2 ) goto nook; mes "[Hox]"; mes "You are on the good way, 2 Spirits remaining !"; @@ -228,7 +228,7 @@ nook: close; } -tha_t12.gat,153,17,4 script Dox 111,{ +tha_t12,153,17,4 script Dox 111,{ if(TSQ_CHK != 3 ) goto nook; mes "[Dox]"; mes "Perfect, 1 Spirit left."; @@ -242,7 +242,7 @@ nook: close; } -tha_t12.gat,128,88,4 script Sox 111,{ +tha_t12,128,88,4 script Sox 111,{ if(TSQ_CHK != 4 ) goto nook; mes "[Sox]"; mes "You have just passed the test successfully."; @@ -260,7 +260,7 @@ tha_t12.gat,128,88,4 script Sox 111,{ mes "Good-bye."; next; set TSQ_CHK,0; - warp "thana_step.gat", 186, 223; + warp "thana_step", 186, 223; close; nostone: diff --git a/npc/custom/quests/thq/THQS_ChatingNPC.txt b/npc/custom/quests/thq/THQS_ChatingNPC.txt index 6d3a938dd..3feeabfb0 100644 --- a/npc/custom/quests/thq/THQS_ChatingNPC.txt +++ b/npc/custom/quests/thq/THQS_ChatingNPC.txt @@ -22,7 +22,7 @@ //Entrance Flags -yuno.gat,48,101,6 script Notice 722,{ +yuno,48,101,6 script Notice 722,{ mes "^FF0000[ Treasure Hunter Guild House ]^000000"; mes " "; mes "Welcome to the Treasure Hunter's Guild House."; @@ -34,7 +34,7 @@ yuno.gat,48,101,6 script Notice 722,{ close; } //Saver Girl; -yuno_in01.gat,32,178,3 script Ahlma 94,{ +yuno_in01,32,178,3 script Ahlma 94,{ mes "[Ahlma]"; if (Event_THQS == 0) goto N_Member; mes "Welcome to The Treasure Hunter Guild."; @@ -43,7 +43,7 @@ yuno_in01.gat,32,178,3 script Ahlma 94,{ menu "Save",-,"Quit",N_Quit; mes "[Ahlma]"; mes "Ok, saved. Thank you ~ See you soon~"; - savepoint "yuno_in01.gat",34,176; + savepoint "yuno_in01",34,176; close; N_Quit: mes "[Ahlma]"; @@ -54,7 +54,7 @@ N_Member: close; } //Retired Smile mask girl; -yuno_in01.gat,33,162,3 script Smile Helper 92,{ +yuno_in01,33,162,3 script Smile Helper 92,{ mes "[Smile Gal]"; mes "Oh man...I am so sick of"; mes "trading Mr. Smile masks for crap."; @@ -63,7 +63,7 @@ yuno_in01.gat,33,162,3 script Smile Helper 92,{ close; } //Usless Female Assasin; -yuno_in01.gat,22,162,6 script Female Assasin 725,{ +yuno_in01,22,162,6 script Female Assasin 725,{ mes "[Sharlet]"; if (Event_THQS > 0) goto N_Member; mes "Umm sorry I'm not gona waste my time talking to you if you arn't even a member!"; @@ -84,7 +84,7 @@ N_Chat2: close; } //another usless member -yuno_in01.gat,25,162,6 script Female Wizard 123,{ +yuno_in01,25,162,6 script Female Wizard 123,{ mes "[Sasha]"; if (Event_THQS > 0) goto N_Member; mes "Umm sorry I'm not gona waste my time talking to you if you arn't even a member!"; diff --git a/npc/custom/quests/thq/THQS_GuildNPC.txt b/npc/custom/quests/thq/THQS_GuildNPC.txt index 6f12a6fe5..5041f5916 100644 --- a/npc/custom/quests/thq/THQS_GuildNPC.txt +++ b/npc/custom/quests/thq/THQS_GuildNPC.txt @@ -21,7 +21,7 @@ ////////////////////////////////////////////////////////// -yuno_in01.gat,124,164,6 script Guild Leader 108,{ +yuno_in01,124,164,6 script Guild Leader 108,{ mes "[Keegan]"; mes "What brings you here? Have something to say?"; next; @@ -80,7 +80,7 @@ N_OShop: mes "[Keegan]"; mes "Yes "+strcharinfo(0)+" I will take you to our shop right away!"; next; - warp "prt_in.gat",166,171; + warp "prt_in",166,171; close; end; N_NeedMem: diff --git a/npc/custom/quests/thq/THQS_QuestNPC.txt b/npc/custom/quests/thq/THQS_QuestNPC.txt index 011553089..708b7e957 100644 --- a/npc/custom/quests/thq/THQS_QuestNPC.txt +++ b/npc/custom/quests/thq/THQS_QuestNPC.txt @@ -24,7 +24,7 @@ ////////////////////////////////////////////////////////// -yuno_in01.gat,112,151,6 script Quest Manager 62,{ +yuno_in01,112,151,6 script Quest Manager 62,{ mes "[Guy]"; mes "Welcome to the Treasure Hunters Guild "+strcharinfo(0)+"."; next; diff --git a/npc/custom/quests/thq/THQS_Quests.txt b/npc/custom/quests/thq/THQS_Quests.txt index 172dd7829..7dfd3ce6b 100644 --- a/npc/custom/quests/thq/THQS_Quests.txt +++ b/npc/custom/quests/thq/THQS_Quests.txt @@ -26,7 +26,7 @@ ///////Job list 1/////// //1-1 -mjolnir_09.gat,187,189,6 script Old Man 107,{ +mjolnir_09,187,189,6 script Old Man 107,{ if (one_qset==1) goto N_QuestStart; mes "[Old Man]"; mes "Eh! Can't and old man walk in peace anymore?!"; @@ -44,7 +44,7 @@ N_QuestStart: close; } //1-2; -pay_arche.gat,86,129,6 script Archer 732,{ +pay_arche,86,129,6 script Archer 732,{ if (one_qset == 2) goto N_QuestStart; mes "[Kieth]"; mes "Sorry can't talk, I'm a busy man, I'm waiting for my package."; @@ -61,7 +61,7 @@ N_QuestStart: close; } //1-3 -prt_fild06.gat,37,192,6 script Farmer 125,{ +prt_fild06,37,192,6 script Farmer 125,{ if (one_qset == 3 && countitem(909) > 19 && countitem(955) > 19 && countitem(914) > 19 && countitem(705) > 19) goto N_QuestComp; if (one_qset==3) goto N_QuestStart; mes "[Billy-Bob]"; @@ -88,7 +88,7 @@ N_QuestStart: close; } //1-4 -prontera.gat,264,353,6 script Old Lady 103,{ +prontera,264,353,6 script Old Lady 103,{ if (one_qset == 4 && countitem(934) > 14) goto N_QuestComp; if (one_qset == 4) goto N_QuestStart; mes "[Old Lady]"; @@ -117,7 +117,7 @@ N_QuestStart: } ///////Job list 2/////// //2-1; -morocc.gat,59,109,6 script Erika 700,{ +morocc,59,109,6 script Erika 700,{ if (two_qset == 1 && countitem(1072) > 0) goto N_QuestComp; if (two_qset == 1) goto N_QuestStart; mes "[Erika]"; @@ -152,7 +152,7 @@ N_QuestStart: close; } //2-2; -in_moc_16.gat,15,30,6 script Jeramiah 730,{ +in_moc_16,15,30,6 script Jeramiah 730,{ if (two_qset == 2 && countitem(1998) > 0) goto N_QuestComp; if (two_qset == 2) goto N_QuestStart; mes "[Jeramiah]"; @@ -175,7 +175,7 @@ N_QuestStart: close; } //2-3; -prt_fild07.gat,316,263,6 script Marsh Man 84,{ +prt_fild07,316,263,6 script Marsh Man 84,{ if (two_qset == 3 && countitem(518) > 19) goto N_QuestComp; if (two_qset == 3) goto N_QuestStart; mes "[Lenith]"; @@ -200,7 +200,7 @@ N_QuestStart: close; } //2-4; -payon.gat,161,72,6 script Molly 714,{ +payon,161,72,6 script Molly 714,{ if (two_qset == 4 && countitem(7005) > 0) goto N_QuestComp; if (two_qset == 4) goto N_QuestStart; mes "[Molly]"; @@ -230,7 +230,7 @@ N_QuestStart: } ///////Job list 3/////// //3-1; -moc_fild04.gat,208,322,6 script Clark 65,{ +moc_fild04,208,322,6 script Clark 65,{ if (three_qset == 1 && countitem(1040) > 29) goto N_QuestComp; if (three_qset == 1) goto N_QuestStart; mes "[Clark]"; @@ -259,7 +259,7 @@ N_QuestStart: close; } //3-2; -yuno_fild01.gat,186,162,6 script Flank 73,{ +yuno_fild01,186,162,6 script Flank 73,{ if (three_qset == 2 && countitem(1082) > 0) goto N_QuestComp; if (three_qset == 2) goto N_QuestStart; mes "[Flank]"; @@ -284,7 +284,7 @@ N_QuestStart: close; } //3-3 Goes to 7-3 using callfunc -prt_sewb1.gat,120,245,6 script Sewer Managment Knight 705,{ +prt_sewb1,120,245,6 script Sewer Managment Knight 705,{ if (three_qset == 3 && countitem(955) > 149) goto N_QuestComp; if (three_qset == 3) goto N_QuestStart; if (seven_qset == 3) goto N_QuestStart2; @@ -312,7 +312,7 @@ N_QuestStart2: close; } //3-4 -mjolnir_02.gat,87,357,6 script Man#01 51,{ +mjolnir_02,87,357,6 script Man#01 51,{ if (three_qset == 4 && countitem(1041) > 49) goto N_QuestComp; if (three_qset == 4) goto N_QuestStart; mes "[Rudolfo]"; @@ -340,7 +340,7 @@ N_QuestStart: } ///////Job list 4/////// //4-1; -pay_arche.gat,45,138,6 script Flora 724,{ +pay_arche,45,138,6 script Flora 724,{ if (four_qset == 1 && countitem(957) > 49) goto N_QuestComp; if (four_qset == 1) goto N_QuestStart; mes "[Flora]"; @@ -354,7 +354,7 @@ N_QuestComp: delitem 957,50; set four_qset,0; set On_Quest,0; - killmonster "pay_dun00.gat","Flora::OnMobDead"; + killmonster "pay_dun00","Flora::OnMobDead"; close; N_QuestStart: mes "[Flora]"; @@ -367,14 +367,14 @@ N_QuestStart: mes "[Flora]"; mes "Good Luck"; mes "Remember I need 50 Nail's"; - monster "pay_dun00.gat",0,0,"Flaming Bastard",1072,1,"Flora::OnMobDead"; - monster "pay_dun00.gat",0,0,"Flaming Bastard",1072,1,"Flora::OnMobDead"; + monster "pay_dun00",0,0,"Flaming Bastard",1072,1,"Flora::OnMobDead"; + monster "pay_dun00",0,0,"Flaming Bastard",1072,1,"Flora::OnMobDead"; close; OnMobDead: end; } //4-2; -yuno.gat,45,138,6 script Zed 735,{ +yuno,45,138,6 script Zed 735,{ if (four_qset == 2 && countitem(1999) > 0) goto N_QuestComp; if (four_qset == 2) goto N_QuestStart; mes "[Zed]"; @@ -399,7 +399,7 @@ N_QuestStart: close; } //4-3; -prontera.gat,176,204,6 script Dassy 95,{ +prontera,176,204,6 script Dassy 95,{ if (four_qset == 3 && countitem(711) > 19) goto N_QuestComp; if (four_qset == 3) goto N_QuestStart; mes "[Dassy]"; @@ -425,7 +425,7 @@ N_QuestStart: close; } //4-4; -prt_gld.gat,157,99,6 script Czhore 752,{ +prt_gld,157,99,6 script Czhore 752,{ if (four_qset == 4 && countitem(714) > 0) goto N_QuestComp; if (four_qset == 4) goto N_QuestStart; mes "[Czhore]"; @@ -441,7 +441,7 @@ N_QuestComp: mes "[Czhore]"; mes "Here have these 2 Treasure Tokens."; mes "And some of my old treasure..."; - monster "prt_gld.gat",155,99,"Old Man's Treasure",1324,1; + monster "prt_gld",155,99,"Old Man's Treasure",1324,1; set four_qset,0; set On_Quest,0; delitem 714,1; @@ -458,7 +458,7 @@ N_QuestStart: } ///////Job list 5/////// //5-1; -prt_maze01.gat,18,184,6 script Lithin#01 752,{ +prt_maze01,18,184,6 script Lithin#01 752,{ if (five_qset == 1 && countitem(1028) > 14) goto N_QuestComp; if (five_qset == 1) goto N_QuestStart; mes "[Lithin]"; @@ -485,7 +485,7 @@ N_QuestStart: close; } //5-2 goes to 6-2 using callfunc; -moc_ruins.gat,75,167,6 script Lithin#02 87,{ +moc_ruins,75,167,6 script Lithin#02 87,{ if (five_qset == 2 && countitem(932) > 29) goto N_QuestComp; if (five_qset == 2) goto N_QuestStart; if (six_qset == 2) goto N_QuestStart2; @@ -513,7 +513,7 @@ N_QuestStart2: callfunc "six_qset2"; } //5-3; -geffen.gat,57,130,6 script Blonde Girl 724,{ +geffen,57,130,6 script Blonde Girl 724,{ if (five_qset == 3 && countitem(744) > 0) goto N_QuestComp; if (five_qset == 3) goto N_QuestStart; mes "[Blonde Girl]"; @@ -537,7 +537,7 @@ N_QuestStart: close; } //5-4; -gef_tower.gat,49,27,6 script Wizard#01 735,{ +gef_tower,49,27,6 script Wizard#01 735,{ if (five_qset == 4 && countitem(1059) > 49) goto N_QuestComp; if (five_qset == 4) goto N_QuestStart; mes "[Wizard]"; @@ -565,7 +565,7 @@ N_QuestStart: } ///////Job list 6/////// //6-1; -moc_prydb1.gat,47,132,6 script Thief 48,{ +moc_prydb1,47,132,6 script Thief 48,{ if (six_qset == 1 && countitem(1083) > 0) goto N_QuestComp; if (six_qset == 1) goto N_QuestStart; mes "[Thief]"; @@ -611,7 +611,7 @@ N_QuestComp2: close; } //6-3; -xmas.gat,144,136,6 script Chirach 48,{ +xmas,144,136,6 script Chirach 48,{ if (six_qset == 3 && countitem(1083) > 0) goto N_QuestComp; if (six_qset == 3) goto N_QuestStart; mes "[Chirach]"; @@ -634,7 +634,7 @@ N_QuestStart: close; } //6-4; -gef_tower.gat,52,87,6 script Wizard#02 735,{ +gef_tower,52,87,6 script Wizard#02 735,{ if (six_qset == 4 && countitem(944) > 19) goto N_QuestComp; if (six_qset == 4) goto N_QuestStart; mes "[Zuuzuu]"; @@ -654,7 +654,7 @@ N_QuestComp: mes "Oh dear god!!!"; mes "One of those evil mosters has followed you up here, Kill it, Kill it!!!"; next; - monster "gef_tower.gat",42,89,"Evil Nightmare",1061,1; + monster "gef_tower",42,89,"Evil Nightmare",1061,1; close; N_QuestStart: mes "[Zuuzuu]"; @@ -666,7 +666,7 @@ N_QuestStart: } ///////Job list 7/////// //7-1 goes to 8-1 using callfunc; -prontera.gat,123,208,6 script Little Girl 717,{ +prontera,123,208,6 script Little Girl 717,{ if (seven_qset == 1 && countitem(531) > 4) goto N_QuestComp; if (seven_qset == 1) goto N_QuestStart; if (eight_qset == 1) goto N_QuestStart2; @@ -693,7 +693,7 @@ N_QuestStart2: callfunc "eight_qset1"; } //7-2; -alberta.gat,101,84,6 script Charles 48,{ +alberta,101,84,6 script Charles 48,{ if (seven_qset == 2 && countitem(1082) > 0) goto N_QuestComp; if (seven_qset == 2) goto N_QuestStart; mes "[Charles]"; @@ -736,7 +736,7 @@ N_QuestComp2: close; } //7-4; -alb2trea.gat,94,102,6 script Scarlet 725,{ +alb2trea,94,102,6 script Scarlet 725,{ if (seven_qset == 4 && countitem(1127) > 0) goto N_QuestComp; if (seven_qset == 4) goto N_QuestStart; mes "[Scarlet]"; @@ -781,7 +781,7 @@ N_QuestComp2: close; } //8-2; -morocc.gat,165,55,6 script Klye 48,{ +morocc,165,55,6 script Klye 48,{ if (eight_qset == 2 && countitem(1081) > 0) goto N_QuestComp; if (eight_qset == 2) goto N_QuestStart; mes "[Klye]"; @@ -805,7 +805,7 @@ N_QuestStart: } //8-3; -prt_maze02.gat,103,86,6 script Zack 751,{ +prt_maze02,103,86,6 script Zack 751,{ if (eight_qset == 3 && countitem(923) > 0) goto N_QuestComp; if (eight_qset == 3) goto N_QuestStart; mes "[Zack]"; @@ -831,7 +831,7 @@ N_QuestStart: close; } //8-4; -payon.gat,136,129,6 script Flower 703,{ +payon,136,129,6 script Flower 703,{ if (eight_qset == 4 && countitem(746) > 9) goto N_QuestComp; if (eight_qset == 4) goto N_QuestStart; mes "[Flower]"; @@ -857,7 +857,7 @@ N_QuestStart: } ///////Job list 9/////// //9-1; -geffen_in.gat,168,124,6 script Mage 48,{ +geffen_in,168,124,6 script Mage 48,{ if (nine_qset == 1 && countitem(1082) > 0) goto N_QuestComp; if (nine_qset == 1) goto N_QuestStart; mes "[Mage]"; @@ -880,7 +880,7 @@ N_QuestStart: close; } //9-2; -pay_arche.gat,98,74,6 script School Girl 703,{ +pay_arche,98,74,6 script School Girl 703,{ if (nine_qset == 2 && countitem(1020) > 19) goto N_QuestComp; if (nine_qset == 2) goto N_QuestStart; mes "[School Girl]"; @@ -908,7 +908,7 @@ N_QuestStart: close; } //9-3 -payon_in02.gat,19,33,6 script Jack 740,{ +payon_in02,19,33,6 script Jack 740,{ if (nine_qset == 3 && countitem(1022) > 0) goto N_QuestComp; if (nine_qset == 3) goto N_QuestStart; if (nine_qset == 4) goto N_QuestStart2; @@ -954,7 +954,7 @@ N_QuestComp2: } ///////Job list 10/////// //10-1 -morocc.gat,193,51,6 script Kreg 48,{ +morocc,193,51,6 script Kreg 48,{ if (ten_qset == 1 && countitem(1082) > 0) goto N_QuestComp; if (ten_qset == 1) goto N_QuestStart; mes "[Kreg]"; @@ -977,7 +977,7 @@ N_QuestStart: close; } //10-2; -pay_fild10.gat,145,252,6 script Man#02 122,{ +pay_fild10,145,252,6 script Man#02 122,{ if (ten_qset == 2 && countitem(1029) > 0) goto N_QuestComp; if (ten_qset == 2) goto N_QuestStart; mes "[Man]"; @@ -1002,7 +1002,7 @@ N_QuestStart: close; } //10-3; -moc_fild04.gat,193,51,6 script Caral 119,{ +moc_fild04,193,51,6 script Caral 119,{ if (ten_qset == 3 && countitem(1015) > 0) goto N_QuestComp; if (ten_qset == 3) goto N_QuestStart; mes "[Caral]"; @@ -1027,7 +1027,7 @@ N_QuestStart: close; } //10-4 -moc_fild15.gat,250,251,6 script Jeni 727,{ +moc_fild15,250,251,6 script Jeni 727,{ if (ten_qset == 4 && countitem(1096) > 0) goto N_QuestComp; if (ten_qset == 4) goto N_QuestStart; mes "[Jeni]"; diff --git a/npc/custom/quests/thq/THQS_TTShop.txt b/npc/custom/quests/thq/THQS_TTShop.txt index b76305ede..239b544d7 100644 --- a/npc/custom/quests/thq/THQS_TTShop.txt +++ b/npc/custom/quests/thq/THQS_TTShop.txt @@ -23,9 +23,9 @@ //= removed Executioner&Mysteltain swords [Lupus] ////////////////////////////////////////////////////////// -prt_in.gat,159,172,0 warp thqwrp 3,3,yuno_in01.gat,123,155 +prt_in,159,172,0 warp thqwrp 3,3,yuno_in01,123,155 -prt_in.gat,164,174,1 script Treasure Hunter's Shop 65,{ +prt_in,164,174,1 script Treasure Hunter's Shop 65,{ mes "[Ash]"; mes "Ahh, "+strcharinfo(0)+"! Welcome to the Offical Treasure Hunter's Guild Shop."; mes "You currently have ^FF0000"+#Treasure_Token+"^000000 treasure tokens!!!"; @@ -520,4 +520,4 @@ N_CZomb: logmes "Treasure Token: Bought a Zombie Card"; getitem 4038,1;//Items: Zombie_Card, close; -} +}
\ No newline at end of file diff --git a/npc/custom/quests/umbalian_language.txt b/npc/custom/quests/umbalian_language.txt index b61569683..1fd16f608 100644 --- a/npc/custom/quests/umbalian_language.txt +++ b/npc/custom/quests/umbalian_language.txt @@ -15,7 +15,7 @@ // Custom Umbala Language Quest //======================================================================================// -prontera.gat,145,290,5 script Mason 742,{ +prontera,145,290,5 script Mason 742,{ mes "[Mason]"; if(umb_lang==0) goto L_NOT_GOT_QUEST; if(umb_lang==2 || umb_mason==1) goto L_AGAIN; @@ -96,7 +96,7 @@ M_NO: close; } -aldebaran.gat,153,212,1 script Mojo 740,{ +aldebaran,153,212,1 script Mojo 740,{ mes "[Mojo]"; if(umb_lang!=1) goto L_NOT_GOT_QUEST; mes "Oh no! I lost my teacher's ^FF0000old magic book^000000!"; @@ -109,7 +109,7 @@ L_NOT_GOT_QUEST: close; } -amatsu.gat,267,189,4 script Marie 744,{ +amatsu,267,189,4 script Marie 744,{ mes "[Marie]"; if(umb_lang==0) goto L_NOT_GOT_QUEST; if(umb_lang==2 || umb_marie==1) goto L_AGAIN; @@ -159,7 +159,7 @@ L_AGAIN: close; } -yuno.gat,157,366,2 script Wise Man Fabius 743,{ +yuno,157,366,2 script Wise Man Fabius 743,{ mes "[Fabius]"; if(event_umbala >= 3) set umb_lang,2; //You already learnt Umbalian language from Umbalian Chief. So this Quest is disabled if(umb_lang<2) goto L_QUEST; diff --git a/npc/custom/quests/valhallen.txt b/npc/custom/quests/valhallen.txt index b9a36a153..4a1b1fe79 100644 --- a/npc/custom/quests/valhallen.txt +++ b/npc/custom/quests/valhallen.txt @@ -12,7 +12,7 @@ //= Custom quest, ingredients based on official RO FAQ //============================================================ -prontera.gat,147,171,5 script Lenneth 811,{ +prontera,147,171,5 script Lenneth 811,{ mes "[Lenneth]"; mes "I come from Valhalla to aid you."; mes "I can transmute for you many of the Valhallen items."; @@ -194,4 +194,4 @@ L_OUT: mes "[Lenneth]"; mes "Please return when you change your mind."; close; -} +}
\ No newline at end of file |