From 1d8592b23ce221f543fb9978c88620f70280c885 Mon Sep 17 00:00:00 2001 From: brianluau Date: Sun, 25 Dec 2011 06:54:26 +0000 Subject: - Standardized script headers, starting with /npc/custom/ http://rathena.org/wiki/Script_header git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15262 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/custom/quests/bandit_beard.txt | 2 +- npc/custom/quests/berzebub.txt | 105 +++++------ npc/custom/quests/bongunsword.txt | 6 +- npc/custom/quests/bookofthedevil.txt | 13 +- npc/custom/quests/dead_branch.txt | 3 +- npc/custom/quests/elvenear.txt | 4 +- npc/custom/quests/event_6_new_hats.txt | 25 ++- npc/custom/quests/fashion.txt | 6 +- npc/custom/quests/ironcane.txt | 4 +- npc/custom/quests/kaho_balmung.txt | 18 +- npc/custom/quests/kahohorn.txt | 96 +++++----- npc/custom/quests/kiel_quest.txt | 4 +- npc/custom/quests/lvl99_quest.txt | 3 +- npc/custom/quests/magicalhatquest.txt | 4 +- npc/custom/quests/may_hats.txt | 302 +++++++++++++++--------------- npc/custom/quests/sphinx_mask.txt | 104 +++++----- npc/custom/quests/sunglasses.txt | 10 +- npc/custom/quests/tha_statues.txt | 20 +- npc/custom/quests/thq/THQS_ChatingNPC.txt | 24 +-- npc/custom/quests/thq/THQS_GuildNPC.txt | 25 +-- npc/custom/quests/thq/THQS_QuestNPC.txt | 22 +-- npc/custom/quests/thq/THQS_Quests.txt | 22 +-- npc/custom/quests/thq/THQS_TTShop.txt | 27 +-- npc/custom/quests/umbalian_language.txt | 13 +- npc/custom/quests/valhallen.txt | 2 +- 25 files changed, 409 insertions(+), 455 deletions(-) (limited to 'npc/custom/quests') diff --git a/npc/custom/quests/bandit_beard.txt b/npc/custom/quests/bandit_beard.txt index a4e3bab27..0fba60f2f 100644 --- a/npc/custom/quests/bandit_beard.txt +++ b/npc/custom/quests/bandit_beard.txt @@ -5,7 +5,7 @@ //===== Current Version: ===================================== //= 1.3 //===== Compatible With: ===================================== -//= rAthena 0.5.2 + +//= rAthena SVN //===== Description: ========================================= //= A harmless quest for a simply item w/o any bonuses "Bandit Beard" //===== Additional Comments: ================================= diff --git a/npc/custom/quests/berzebub.txt b/npc/custom/quests/berzebub.txt index 04d31d05c..6fbb60960 100644 --- a/npc/custom/quests/berzebub.txt +++ b/npc/custom/quests/berzebub.txt @@ -1,16 +1,17 @@ //===== rAthena Script ======================================= -//= Berzebub Card Quest Script +//= Berzebub Card Quest //===== By: ================================================== //= jabs //===== Current Version: ===================================== //= 1.1 //===== Compatible With: ===================================== -//= Any rAthena Version; RO Episode XX +//= rAthena SVN //===== Description: ========================================= //= Quest to get the Berzebub Card //===== Additional Comments: ================================= //= 1.1 Fixed ingredients. Was too exploitable [Lupus] //============================================================ + prontera,165,178,8 script Old Woman 103,{ mes "[Old Woman]"; if(BerzQuest == 1) goto L_Already; @@ -18,57 +19,55 @@ prontera,165,178,8 script Old Woman 103,{ next; menu "Keep talking",-, "Leave", M_Leave; - mes "[Old Woman]"; - mes "I have never seen an item like this before. I am told it can be placed inside am accessory that has a slot avaiable in it."; - next; - mes "[Old Woman]"; - mes "If you're interested in this item, tell me and I'll tell you what you need for me to make you one of your own. I can only give one of these to each player, so once you finish this quest once, you may not do it again."; - next; - menu "Tell me more about it",-, "Nah, I don't care about it", M_Leave; - - mes "[Old Woman]"; - mes "I believe the item is called a ^FF0000Berzebub Card^000000. It can make any spell caster cast spells really fast!"; - next; - mes "[Old Woman]"; - mes "I need all of the following items:"; - mes "^0080FF25^000000 Emperiums"; - mes "^0080FF100^000000 Witched Starsands"; - mes "^0080FF200^000000 Needles of Alarm"; - mes "^0080FF10^000000 Worn Out Scrolls"; - mes "^0080FF2^000000 Biblies"; - mes "^0080FF1^000000 Wand of the Occult"; - mes "^0080FF20^000000 Opals"; - next; - menu "I have all that!",-, "I'll get those ASAP", M_Leave; - - mes "[Old Woman]"; - mes "Anyone can say they have the items, but do they really have them? Let's take a look here..."; - next; - mes "[Old Woman]"; - if(countitem(714) < 25 || countitem(1061) < 100 || countitem(1095) < 200 || countitem(618) < 10 || countitem(1551) < 2 || countitem(1614) < 1 || countitem(727) < 20) goto L_noItems; - delitem 714, 25; - delitem 1061, 100; - delitem 1095, 200; - delitem 618, 10; - delitem 1551, 2; - delitem 1614, 1; - delitem 727, 20; - getitem 4145, 1; - set BerzQuest, 1; - mes "Well congratulations! You have all the items. Here is your ^FF0000Berzebub Card^000000, just as I promised."; - emotion e_grat; - close; + mes "[Old Woman]"; + mes "I have never seen an item like this before. I am told it can be placed inside am accessory that has a slot avaiable in it."; + next; + mes "[Old Woman]"; + mes "If you're interested in this item, tell me and I'll tell you what you need for me to make you one of your own. I can only give one of these to each player, so once you finish this quest once, you may not do it again."; + next; + menu "Tell me more about it",-, "Nah, I don't care about it", M_Leave; - M_Leave: - mes "[Old Woman]"; - mes "Such a great item I have right here..."; - close; - - L_noItems: - mes "I knew you were lying! Get out of here and get those items you sorry excuse for a rock star."; - close; + mes "[Old Woman]"; + mes "I believe the item is called a ^FF0000Berzebub Card^000000. It can make any spell caster cast spells really fast!"; + next; + mes "[Old Woman]"; + mes "I need all of the following items:"; + mes "^0080FF25^000000 Emperiums"; + mes "^0080FF100^000000 Witched Starsands"; + mes "^0080FF200^000000 Needles of Alarm"; + mes "^0080FF10^000000 Worn Out Scrolls"; + mes "^0080FF2^000000 Biblies"; + mes "^0080FF1^000000 Wand of the Occult"; + mes "^0080FF20^000000 Opals"; + next; + menu "I have all that!",-, "I'll get those ASAP", M_Leave; - L_Already: - mes "Hey I remember you! I already told you that you may only complete this quest once."; - close; + mes "[Old Woman]"; + mes "Anyone can say they have the items, but do they really have them? Let's take a look here..."; + next; + mes "[Old Woman]"; + if(countitem(714) < 25 || countitem(1061) < 100 || countitem(1095) < 200 || countitem(618) < 10 || countitem(1551) < 2 || countitem(1614) < 1 || countitem(727) < 20) goto L_noItems; + delitem 714, 25; + delitem 1061, 100; + delitem 1095, 200; + delitem 618, 10; + delitem 1551, 2; + delitem 1614, 1; + delitem 727, 20; + getitem 4145, 1; + set BerzQuest, 1; + mes "Well congratulations! You have all the items. Here is your ^FF0000Berzebub Card^000000, just as I promised."; + emotion e_grat; + close; + +M_Leave: + mes "[Old Woman]"; + mes "Such a great item I have right here..."; + close; +L_noItems: + mes "I knew you were lying! Get out of here and get those items you sorry excuse for a rock star."; + close; +L_Already: + mes "Hey I remember you! I already told you that you may only complete this quest once."; + close; } diff --git a/npc/custom/quests/bongunsword.txt b/npc/custom/quests/bongunsword.txt index a7bc05dc5..2ca68fd90 100644 --- a/npc/custom/quests/bongunsword.txt +++ b/npc/custom/quests/bongunsword.txt @@ -5,7 +5,7 @@ //===== Current Version: ===================================== //= 1.2 //===== Compatible With: ===================================== -//= rAthena 1.0 +//= rAthena SVN //===== Description: ========================================= //= Quest itms:Sword o'Chinese Exorcist,No Recipient,Her Heart //===== Additional Comments: ================================= @@ -14,7 +14,6 @@ //= 1.2 Added another missing next; [Evera] //============================================================ - comodo,135,227,5 script Sherri 93,{ mes "[Sherri]"; mes " "; @@ -107,14 +106,12 @@ ExCreate: mes " "; mes "Here is lover's lost letter as promised! Again - Thank you!"; close; - L_NoItem: mes "[Evan]"; mes "Waahhhh, stop playing with my feelings!"; mes " "; mes "Go away!"; close; - ExEnd: mes "[Evan]"; mes "*sighs*"; @@ -148,7 +145,6 @@ L_NoItem: mes "[Old Smith]"; mes "Hmm, you seem to be missing something... probably that 'Oridecon'."; close; - L_NoItemS: ExEnd: mes "[Old Smith]"; diff --git a/npc/custom/quests/bookofthedevil.txt b/npc/custom/quests/bookofthedevil.txt index 165c1a3db..5933e71d0 100644 --- a/npc/custom/quests/bookofthedevil.txt +++ b/npc/custom/quests/bookofthedevil.txt @@ -1,22 +1,19 @@ //===== rAthena Script ======================================= -//= Baphomet Jr. taming item quest. +//= Quest for Book of Devil (Baphomet Jr. taming item) //===== By: ================================================== //= rAthena Dev Team //===== Current Version: ===================================== //= 1.2 //===== Compatible With: ===================================== -//= rAthena 1.0 +//= rAthena SVN //===== Description: ========================================= -//= Book of Devil (MISC_QUEST | 256) +//= Book of Devil (MISC_QUEST | 256) //===== Additional Comments: ================================= //= 1.0 ???? //= 1.1 Optimized Book of Devil quest. used bit-wise var. [Lupus] //= 1.2 Fixed name collision with 'Little Boy' in cities/lutie.txt [Ai4rei] -//============================================================ +//============================================================ -//============================================================= -//Quest for Book of Devil -//============================================================= niflheim,184,199,5 script Little Girl#02 793,{ mes "[Sairin]"; if(MISC_QUEST & 256){ @@ -85,7 +82,7 @@ L_PART2: mes "I am a little slow, and its very important that she knows."; next; menu "Yes",L_DONE, "No",-; - close; + close; } mes "[Marius]"; mes "Sairin... where are you?"; diff --git a/npc/custom/quests/dead_branch.txt b/npc/custom/quests/dead_branch.txt index 891b061d2..505da6c0a 100644 --- a/npc/custom/quests/dead_branch.txt +++ b/npc/custom/quests/dead_branch.txt @@ -5,13 +5,12 @@ //===== Current Version: ===================================== //= 1.1 //===== Compatible With: ===================================== -//= rAthena 0.5.2 + +//= rAthena SVN //===== Description: ========================================= // Simple item trade-in quest, a person can get a Dead Branch // by simply providing the items: Log x3 (7201), Wooden Heart x1 (7189), // Trunk x5 (1019), and Wooden Gnarl x1 (7222). //===== Additional Comments: ================================= -//= Fully working. //= 1.1 Optimized, added Bloody Branch with 0.01% chance [Lupus] //============================================================ diff --git a/npc/custom/quests/elvenear.txt b/npc/custom/quests/elvenear.txt index 188e9cf3d..c547bf524 100644 --- a/npc/custom/quests/elvenear.txt +++ b/npc/custom/quests/elvenear.txt @@ -1,11 +1,11 @@ //===== rAthena Script ======================================= //= Daily Job Quest For Elven Ears //===== By: ================================================== -//= Someone +//= someone //===== Current Version: ===================================== //= 1.2 //===== Compatible With: ===================================== -//= rAthena 1.0 +//= rAthena SVN //===== Description: ========================================= //= Elven Ears (require 75+ Base Level) //===== Additional Comments: ================================= diff --git a/npc/custom/quests/event_6_new_hats.txt b/npc/custom/quests/event_6_new_hats.txt index 17503c470..56edaed19 100644 --- a/npc/custom/quests/event_6_new_hats.txt +++ b/npc/custom/quests/event_6_new_hats.txt @@ -5,10 +5,10 @@ //===== Current Version: ===================================== //= 1.4b //===== Compatible With: ===================================== -//= rAthena 1.0 +//= rAthena SVN //===== Description: ========================================= //= 4 brothers give you quests to get 6 new hats (missing -//= from official quests) +//= from official quests) //= Use this custom quest instead of event_32_new_hats.txt //= -Bongun Hat //= -Poring Hat, Sphinx Hat @@ -24,7 +24,6 @@ //= 1.4 Fixed exploits. 1.4a fixed wrong item ID [Lupus] //============================================================ - 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."; @@ -33,7 +32,7 @@ prt_in,130,66,5 script Zac 704,{ mes "I provide 1 hat and my brothers provides the other 5."; next; menu "Join",L1,"Information",L2,"Cancel",L3; -L1: +L1: mes "[Zac]"; mes "What hat do you want me to make?"; next; @@ -70,7 +69,7 @@ L_ITEM_3c: mes "[Zac]"; mes "Oh, dear. You need 1 Munak Hat..."; close; -L2: +L2: mes "[Zac]"; mes "Which hat materials do you wish to know?"; next; @@ -93,7 +92,7 @@ prt_in,162,131,5 script Blac 732,{ mes "I provide 1 hat and my brothers provides the other 5."; next; menu "Join",L1,"Information",L2,"Cancel",L3; -L1: +L1: mes "[Blac]"; mes "What hat do you want me to make?"; next; @@ -124,7 +123,7 @@ L_ITEM_2: mes "[Blac]"; mes "Oh, dear. You need 10 Steels..."; close; -L2: +L2: mes "[Blac]"; mes "Which hat materials do you wish to know?"; next; @@ -147,7 +146,7 @@ prt_in,53,56,5 script Jac 107,{ mes "I provide 2 hats and my brothers provides the other 4."; next; menu "Join",L1,"Information",L2,"Cancel",L3; -L1: +L1: mes "[Jac]"; mes "What hat do you want me to make?"; next; @@ -203,8 +202,8 @@ L_ITEM_1g: L_ITEM_2g: mes "[Jac]"; mes "Oh, dear. You need 200 Bear Footskins..."; - close; -L2: + close; +L2: mes "[Jac]"; mes "Which hat materials do you wish to know?"; next; @@ -216,7 +215,7 @@ L2_19: L2_24: mes "[Jac]"; mes "You need 10 Steels and 200 Bear Footskins for Panda Hat."; - close; + close; L3: mes "[Jac]"; mes "Stop by some other time with the right materials, so I can make the hats for you."; @@ -231,7 +230,7 @@ prt_in,45,113,5 script Pac 705,{ mes "I provide 2 hats and my brothers provides the other 4."; next; menu "Join",L1,"Information",L2,"Cancel",L3; -L1: +L1: mes "[Pac]"; mes "What hat do you want me to make?"; next; @@ -306,7 +305,7 @@ L_ITEM_5d: mes "[Pac]"; mes "Oh, dear. You need 2 Gold Bar's..."; close; -L2: +L2: mes "[Pac]"; mes "Which hat materials do you wish to know?"; next; diff --git a/npc/custom/quests/fashion.txt b/npc/custom/quests/fashion.txt index 82920c804..5027bf8e8 100644 --- a/npc/custom/quests/fashion.txt +++ b/npc/custom/quests/fashion.txt @@ -1,11 +1,11 @@ //===== rAthena Script ======================================= //= Quest for Fashion Glasses (Daily Job Quest) //===== By: ================================================== -//= 1.1 None +//= //===== Current Version: ===================================== -//= Any +//= 1.1 //===== Compatible With: ===================================== -//= rAthena +//= rAthena SVN //===== Description: ========================================= //= Quest for Fashion Glasses //===== Additional Comments: ================================= diff --git a/npc/custom/quests/ironcane.txt b/npc/custom/quests/ironcane.txt index e0520765f..9ae299fab 100644 --- a/npc/custom/quests/ironcane.txt +++ b/npc/custom/quests/ironcane.txt @@ -1,11 +1,11 @@ //===== rAthena Script ======================================= -//= Quest For Iron Cain +//= Iron Cain Quest //===== By: ================================================== //= eA Dev Team //===== Current Version: ===================================== //= 1.1 //===== Compatible With: ===================================== -//= rAthena 1.0 +//= rAthena SVN //===== Description: ========================================= //= Iron Cain (lower part of a full helmet) //===== Additional Comments: ================================= diff --git a/npc/custom/quests/kaho_balmung.txt b/npc/custom/quests/kaho_balmung.txt index edeabc847..11ef0442a 100644 --- a/npc/custom/quests/kaho_balmung.txt +++ b/npc/custom/quests/kaho_balmung.txt @@ -1,6 +1,16 @@ -// $Id: kaho_balmung.txt,v 1.1.1.1 2004/09/10 17:26:46 MagicalTux Exp $ -//-------------------- 'Balmung & Lord Kaho's Horns' Quest -------------------- -// Warning! Don't use this quest 8) +//===== rAthena Script ======================================= +//= Balmung & Lord Kaho's Horns Quest +//===== By: ================================================== +//= MagicalTux +//===== Current Version: ===================================== +//= 1.0 +//===== Compatible With: ===================================== +//= rAthena SVN +//===== Description: ========================================= +//= +//===== Additional Comments: ================================= +//= Warning! Don't use this quest 8) +//============================================================ prontera,158,356,4 script Royal Messenger 105,{ mes "[Royal Messenger]"; @@ -73,4 +83,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 4cd7b503c..7b3d7b50b 100644 --- a/npc/custom/quests/kahohorn.txt +++ b/npc/custom/quests/kahohorn.txt @@ -1,4 +1,16 @@ -//This quest is custom. Don't use it. +//===== rAthena Script ======================================= +//= Lord Kaho's Horns Quest +//===== By: ================================================== +//= +//===== Current Version: ===================================== +//= 1.0 +//===== Compatible With: ===================================== +//= rAthena SVN +//===== Description: ========================================= +//= +//===== Additional Comments: ================================= +//= This quest is custom. Don't use it. +//============================================================ geffen,115,107,5 script Lord Kaho's Servant 61,{ mes "[Lord Kaho's Servant]"; @@ -39,46 +51,46 @@ geffen,115,107,5 script Lord Kaho's Servant 61,{ next; menu "Sure am!",-,"These requirements are unfathomable!",LUnfathomable; - mes "[Lord Kaho's Servant]"; - if(countitem(754) < 1 || countitem(753) < 1 || countitem(752) < 1 || countitem(751) < 1 || countitem(750) < 1 - || countitem(743) < 1 || countitem(742) < 1 || countitem(741) < 1 || countitem(2613) < 1 - || countitem(5053) < 1 || countitem(7020) < 1 || countitem(7036) < 1 || countitem(2268) < 1 - || countitem(734) < 1 || countitem(923) < 1 || countitem(968) < 1 || countitem(7005) < 1 - || countitem(714) < 3 || Zeny < 5000000) goto LNotEnough; - delitem 754,1; - delitem 753,1; - delitem 752,1; - delitem 751,1; - delitem 750,1; - delitem 743,1; - delitem 742,1; - delitem 741,1; - delitem 2613,1; - delitem 5053,1; - delitem 7020,1; - delitem 7036,1; - delitem 2268,1; - delitem 734,1; - delitem 923,1; - delitem 968,1; - delitem 7005,1; - delitem 714,3; - set Zeny,Zeny-5000000; - mes "Wow! You are brave indeed!"; - getitem 5013,1; - mes ". . . . ."; - mes "Enjoy being God of Rune Midgard!"; - close; + mes "[Lord Kaho's Servant]"; + if(countitem(754) < 1 || countitem(753) < 1 || countitem(752) < 1 || countitem(751) < 1 || countitem(750) < 1 + || countitem(743) < 1 || countitem(742) < 1 || countitem(741) < 1 || countitem(2613) < 1 + || countitem(5053) < 1 || countitem(7020) < 1 || countitem(7036) < 1 || countitem(2268) < 1 + || countitem(734) < 1 || countitem(923) < 1 || countitem(968) < 1 || countitem(7005) < 1 + || countitem(714) < 3 || Zeny < 5000000) goto LNotEnough; + delitem 754,1; + delitem 753,1; + delitem 752,1; + delitem 751,1; + delitem 750,1; + delitem 743,1; + delitem 742,1; + delitem 741,1; + delitem 2613,1; + delitem 5053,1; + delitem 7020,1; + delitem 7036,1; + delitem 2268,1; + delitem 734,1; + delitem 923,1; + delitem 968,1; + delitem 7005,1; + delitem 714,3; + set Zeny,Zeny-5000000; + mes "Wow! You are brave indeed!"; + getitem 5013,1; + mes ". . . . ."; + mes "Enjoy being God of Rune Midgard!"; + close; - LNotEnough: - mes ". . . . ."; - mes ". . .I'm sorry .. You don't have enough money and items .."; - mes "I can't afford to make this if you don't bring all materials needed. Please understand this is to benefit heroes such as yourself!"; - close; +LNotEnough: + mes ". . . . ."; + mes ". . .I'm sorry .. You don't have enough money and items .."; + mes "I can't afford to make this if you don't bring all materials needed. Please understand this is to benefit heroes such as yourself!"; + close; - LUnfathomable: - mes ". . . . ."; - 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 +LUnfathomable: + mes ". . . . ."; + mes "What I had to go through was more unfathomable.."; + mes "If you succeed in getting these items, you will have incredible strength!"; + close; +} diff --git a/npc/custom/quests/kiel_quest.txt b/npc/custom/quests/kiel_quest.txt index a672fd45b..d9a496a84 100644 --- a/npc/custom/quests/kiel_quest.txt +++ b/npc/custom/quests/kiel_quest.txt @@ -5,9 +5,9 @@ //===== Current Version: ===================================== //= 1.0 //===== Compatible With: ===================================== -//= rAthena 1.0 +//= rAthena SVN //===== Description: ========================================= -//= I't custom 8) But you have to pay every time u enter +//= I't custom 8) But you have to pay every time you enter //===== Additional Comments: ================================= //= //============================================================ diff --git a/npc/custom/quests/lvl99_quest.txt b/npc/custom/quests/lvl99_quest.txt index 214580971..7cee1a481 100644 --- a/npc/custom/quests/lvl99_quest.txt +++ b/npc/custom/quests/lvl99_quest.txt @@ -5,7 +5,7 @@ //===== Current Version: ===================================== //= 1.0 //===== Compatible With: ===================================== -//= Any rAthena Version +//= rAthena SVN //===== Description: ========================================= //= It makes players stay longer at 99th level and get a //= Jewel Case as a reward @@ -13,7 +13,6 @@ //= //============================================================ - lighthalzen,108,229,2 script La Fenn 766,{ mes "[La Fenn]"; if(BaseLevel<99) { diff --git a/npc/custom/quests/magicalhatquest.txt b/npc/custom/quests/magicalhatquest.txt index 6191cf903..145ea0f27 100644 --- a/npc/custom/quests/magicalhatquest.txt +++ b/npc/custom/quests/magicalhatquest.txt @@ -5,12 +5,12 @@ //===== Current Version: ===================================== //= 1.1 //===== Compatible With: ===================================== -//= rAthena +//= rAthena SVN //===== Description: ========================================= //= Wizard Hat quest. Harmless, doesn't screw game balance. //===== Additional Comments: ================================= //= 1.1 Reversed ingreadients and the quest result due to -//= treasue boxes drops fix [Lupus] +//= treasue boxes drops fix [Lupus] //============================================================ geffen,126,107,5 script Wizard Hat Dude 51,{ diff --git a/npc/custom/quests/may_hats.txt b/npc/custom/quests/may_hats.txt index dc28a185f..10319ae6a 100644 --- a/npc/custom/quests/may_hats.txt +++ b/npc/custom/quests/may_hats.txt @@ -1,12 +1,12 @@ //===== rAthena Script ======================================= //= Quests: Bird Nest, Lion Mask, Skeleton Manteau, -//= Fashion Hip Sack & Sales Banner +//= Fashion Hip Sack & Sales Banner //===== By: ================================================== //= Lupus //===== Current Version: ===================================== //= 1.01 //===== Compatible With: ===================================== -//= rAthena 1.0 +//= rAthena SVN //===== Description: ========================================= //= Custom quest for some RO mobile game bonus items //===== Additional Comments: ================================= @@ -15,166 +15,166 @@ //============================================================ gonryun,187,140,4 script Yakima 850,{ - mes "[Yakima]"; - mes callfunc("F_Hi"); - mes "I can make some items for you."; - mes "They are quite rare novadays..."; - specialeffect 417; - next; - menu "Bird Nest",-,"Lion Mask",M_2,"Skeleton Manteau",M_3,"Fashion Hip Sack",M_4,"Sales Banner",M_5,"Leave",M_EXIT; + mes "[Yakima]"; + mes callfunc("F_Hi"); + mes "I can make some items for you."; + mes "They are quite rare novadays..."; + specialeffect 417; + next; + menu "Bird Nest",-,"Lion Mask",M_2,"Skeleton Manteau",M_3,"Fashion Hip Sack",M_4,"Sales Banner",M_5,"Leave",M_EXIT; - mes "[Yakima]"; - mes "Oh.. it's an excellent item for any beast hunter."; - emotion e_rock; - next; - mes "[Yakima]"; - mes "For the hat I'll need:"; - mes "1 Sombrero,"; - mes "920 Feathers of Birds and"; - mes "310 Bills of Birds."; - next; - mes "[Yakima]"; - mes "Do you have all the items?"; - next; - menu "Yeah.",-,"Nay.",M_EXIT; - - if(countitem(5067) < 1 || countitem(916) < 920 || countitem(925) < 310) GOTO L_NOITEM;//Items: Sombrero, Feather_of_Birds, Bill_of_Birds, - delitem 5067,1;//Items: Sombrero, - delitem 916,920;//Items: Feather_of_Birds, - delitem 925,310;//Items: Bill_of_Birds, - getitem 5129,1;//Items: Bird_Nest, - mes "[Yakima]"; - mes "Thank you very very much!"; - mes callfunc("F_Bye"); - close; + mes "[Yakima]"; + mes "Oh.. it's an excellent item for any beast hunter."; + emotion e_rock; + next; + mes "[Yakima]"; + mes "For the hat I'll need:"; + mes "1 Sombrero,"; + mes "920 Feathers of Birds and"; + mes "310 Bills of Birds."; + next; + mes "[Yakima]"; + mes "Do you have all the items?"; + next; + menu "Yeah.",-,"Nay.",M_EXIT; + + if(countitem(5067) < 1 || countitem(916) < 920 || countitem(925) < 310) GOTO L_NOITEM;//Items: Sombrero, Feather_of_Birds, Bill_of_Birds, + delitem 5067,1;//Items: Sombrero, + delitem 916,920;//Items: Feather_of_Birds, + delitem 925,310;//Items: Bill_of_Birds, + getitem 5129,1;//Items: Bird_Nest, + mes "[Yakima]"; + mes "Thank you very very much!"; + mes callfunc("F_Bye"); + close; M_2: - mes "[Yakima]"; - mes "Bingo! Many people are afraid of lions... to the muteness..."; - emotion e_slur; - next; - mes "[Yakima]"; - mes "For the hat I'll need:"; - mes "1 Tiger Mask,"; - mes "10 Tiger's Footskins,"; - mes "30 Tiger Skins and"; - mes "300 Tiger Panties."; - next; - mes "[Yakima]"; - mes "Do you have all the items?"; - next; - menu "Yeah.",-,"Nay.",M_EXIT; - - if(countitem(5098) < 1 || countitem(1030) < 10 || countitem(1029) < 30 || countitem(7267) < 300) GOTO L_NOITEM;//Items: Tiger_Mask, Tiger_Skin, Tiger's_Footskin, Tiger_Panty, - delitem 5098,1;//Items: Tiger_Mask, - delitem 1030,10;//Items: Tiger's_Footskin, - delitem 1029,30;//Items: Tiger_Skin, - delitem 7267,300;//Items: Tiger_Panty, - getitem 5130,1;//Items: Lion_Mask, - mes "[Yakima]"; - mes "Thank you very very much!"; - mes callfunc("F_Bye"); - close; + mes "[Yakima]"; + mes "Bingo! Many people are afraid of lions... to the muteness..."; + emotion e_slur; + next; + mes "[Yakima]"; + mes "For the hat I'll need:"; + mes "1 Tiger Mask,"; + mes "10 Tiger's Footskins,"; + mes "30 Tiger Skins and"; + mes "300 Tiger Panties."; + next; + mes "[Yakima]"; + mes "Do you have all the items?"; + next; + menu "Yeah.",-,"Nay.",M_EXIT; + + if(countitem(5098) < 1 || countitem(1030) < 10 || countitem(1029) < 30 || countitem(7267) < 300) GOTO L_NOITEM;//Items: Tiger_Mask, Tiger_Skin, Tiger's_Footskin, Tiger_Panty, + delitem 5098,1;//Items: Tiger_Mask, + delitem 1030,10;//Items: Tiger's_Footskin, + delitem 1029,30;//Items: Tiger_Skin, + delitem 7267,300;//Items: Tiger_Panty, + getitem 5130,1;//Items: Lion_Mask, + mes "[Yakima]"; + mes "Thank you very very much!"; + mes callfunc("F_Bye"); + close; M_3: - mes "[Yakima]"; - mes "I wish I sold this filthy manteau faster..."; - mes "Guess it isn't so plain as it looks... Hmm."; - emotion e_wah; - next; - mes "[Yakima]"; - mes "I'm giving it almost for free:"; - mes "10 Old Manteaus,"; - mes "3 Skull Rings,"; - mes "2 Manteau[1] and"; - mes "1 Ragamuffin Manteau."; - next; - mes "[Yakima]"; - mes "Do you have all the items?"; - next; - menu "Yeah.",-,"Nay.",M_EXIT; - - if(countitem(2508) < 1 || countitem(2506) < 2 || countitem(2609) < 3 || countitem(7207) < 10) GOTO L_NOITEM;//Items: Ragamuffin_Manteau, Manteau_, Skull_Ring, Old_Manteau, - delitem 2508,1;//Items: Ragamuffin_Manteau, - delitem 2506,2;//Items: Manteau_, - delitem 2609,3;//Items: Skull_Ring, - delitem 7207,10;//Items: Old_Manteau, - getitem 2511,1;//Items: Skeleton_Manteau, - mes "[Yakima]"; - mes "Thank you very very much!"; - mes callfunc("F_Bye"); - close; + mes "[Yakima]"; + mes "I wish I sold this filthy manteau faster..."; + mes "Guess it isn't so plain as it looks... Hmm."; + emotion e_wah; + next; + mes "[Yakima]"; + mes "I'm giving it almost for free:"; + mes "10 Old Manteaus,"; + mes "3 Skull Rings,"; + mes "2 Manteau[1] and"; + mes "1 Ragamuffin Manteau."; + next; + mes "[Yakima]"; + mes "Do you have all the items?"; + next; + menu "Yeah.",-,"Nay.",M_EXIT; + + if(countitem(2508) < 1 || countitem(2506) < 2 || countitem(2609) < 3 || countitem(7207) < 10) GOTO L_NOITEM;//Items: Ragamuffin_Manteau, Manteau_, Skull_Ring, Old_Manteau, + delitem 2508,1;//Items: Ragamuffin_Manteau, + delitem 2506,2;//Items: Manteau_, + delitem 2609,3;//Items: Skull_Ring, + delitem 7207,10;//Items: Old_Manteau, + getitem 2511,1;//Items: Skeleton_Manteau, + mes "[Yakima]"; + mes "Thank you very very much!"; + mes callfunc("F_Bye"); + close; M_4: - mes "[Yakima]"; - mes "It's a fresh style! Ancessory and a bag all in one! You'd get +2 STR... It's different from that sabby nest!"; - mes "It fits to Merchant classonly."; - emotion e_heh; - next; - mes "[Yakima]"; - mes "Now my stock is full of those bags... So I'll make it from 3 flower things and a rough piece of clothes:"; - mes "3 Romantic Flowers,"; - mes "3 Fancy Flowers,"; - mes "2 Flower Rings and"; - mes "3 Pirate Bandanas."; - next; - mes "[Yakima]"; - mes "Do you have all the items?"; - next; - menu "Yeah.",-,"Nay.",M_EXIT; - - if(countitem(2269) < 3 || countitem(2207) < 3 || countitem(2612) < 2 || countitem(2287)<3 ) GOTO L_NOITEM;//Items: Romantic_Flower, Fancy_Flower, Flower_Ring, - delitem 2269,3;//Items: Romantic_Flower, - delitem 2207,3;//Items: Fancy_Flower, - delitem 2612,2;//Items: Flower_Ring, - delitem 2287,3;//Items: Pirate_Bandana - getitem 2641,1;//Items: Fashion_Hip_Sack, - mes "[Yakima]"; - mes "Thank you very very much!"; - mes callfunc("F_Bye"); - close; + mes "[Yakima]"; + mes "It's a fresh style! Ancessory and a bag all in one! You'd get +2 STR... It's different from that sabby nest!"; + mes "It fits to Merchant classonly."; + emotion e_heh; + next; + mes "[Yakima]"; + mes "Now my stock is full of those bags... So I'll make it from 3 flower things and a rough piece of clothes:"; + mes "3 Romantic Flowers,"; + mes "3 Fancy Flowers,"; + mes "2 Flower Rings and"; + mes "3 Pirate Bandanas."; + next; + mes "[Yakima]"; + mes "Do you have all the items?"; + next; + menu "Yeah.",-,"Nay.",M_EXIT; + + if(countitem(2269) < 3 || countitem(2207) < 3 || countitem(2612) < 2 || countitem(2287)<3 ) GOTO L_NOITEM;//Items: Romantic_Flower, Fancy_Flower, Flower_Ring, + delitem 2269,3;//Items: Romantic_Flower, + delitem 2207,3;//Items: Fancy_Flower, + delitem 2612,2;//Items: Flower_Ring, + delitem 2287,3;//Items: Pirate_Bandana + getitem 2641,1;//Items: Fashion_Hip_Sack, + mes "[Yakima]"; + mes "Thank you very very much!"; + mes callfunc("F_Bye"); + close; M_5: - mes "[Yakima]"; - mes "Well, well, well... this sign fits any class from a certain level!"; - mes "Your foes'd be dazzled!"; - emotion e_no1; - next; - mes "[Yakima]"; - mes "Well... we construct it from some common items:"; - mes "1 Scarlet Dyestuffs,"; - mes "1 Orange Dyestuffs,"; - mes "2 Stop Posts,"; - mes "3 Clown Noses,"; - mes "180 Fig Leaves and"; - mes "20 Solid Peaches."; - next; - mes "[Yakima]"; - mes "Do you have all the items?"; - next; - menu "Yeah.",-,"Nay.",M_EXIT; - - if(countitem(975) < 1 || countitem(980) < 1 || countitem(2272) < 2 || countitem(2262) < 3 || countitem(7298) < 180 || countitem(7164) < 20) GOTO L_NOITEM;//Items: Scarlet_Dyestuff, Orange_Dyestuff, Stop_Post, Clown_Nose, Fig_Leaf, Solid_Peach, - delitem 975,1;//Items: Scarlet_Dyestuff, - delitem 980,1;//Items: Orange_Dyestuff, - delitem 2272,2;//Items: Stop_Post, - delitem 2262,3;//Items: Clown_Nose, - delitem 7298,180;//Items: Fig_Leaf, - delitem 7164,20;//Items: Solid_Peach, - getitem 5100,1;//Items: Sales_Banner, - mes "[Yakima]"; - mes "Thank you very very much!"; - mes callfunc("F_Bye"); - close; + mes "[Yakima]"; + mes "Well, well, well... this sign fits any class from a certain level!"; + mes "Your foes'd be dazzled!"; + emotion e_no1; + next; + mes "[Yakima]"; + mes "Well... we construct it from some common items:"; + mes "1 Scarlet Dyestuffs,"; + mes "1 Orange Dyestuffs,"; + mes "2 Stop Posts,"; + mes "3 Clown Noses,"; + mes "180 Fig Leaves and"; + mes "20 Solid Peaches."; + next; + mes "[Yakima]"; + mes "Do you have all the items?"; + next; + menu "Yeah.",-,"Nay.",M_EXIT; + + if(countitem(975) < 1 || countitem(980) < 1 || countitem(2272) < 2 || countitem(2262) < 3 || countitem(7298) < 180 || countitem(7164) < 20) GOTO L_NOITEM;//Items: Scarlet_Dyestuff, Orange_Dyestuff, Stop_Post, Clown_Nose, Fig_Leaf, Solid_Peach, + delitem 975,1;//Items: Scarlet_Dyestuff, + delitem 980,1;//Items: Orange_Dyestuff, + delitem 2272,2;//Items: Stop_Post, + delitem 2262,3;//Items: Clown_Nose, + delitem 7298,180;//Items: Fig_Leaf, + delitem 7164,20;//Items: Solid_Peach, + getitem 5100,1;//Items: Sales_Banner, + mes "[Yakima]"; + mes "Thank you very very much!"; + mes callfunc("F_Bye"); + close; L_NOITEM: - mes "[Yakima]"; - mes "You are lack of items. Please, get all the items."; - emotion e_sry; - close; + mes "[Yakima]"; + mes "You are lack of items. Please, get all the items."; + emotion e_sry; + close; M_EXIT: - mes "[Yakima]"; - mes callfunc("F_Bye"); - close; + mes "[Yakima]"; + mes callfunc("F_Bye"); + close; } diff --git a/npc/custom/quests/sphinx_mask.txt b/npc/custom/quests/sphinx_mask.txt index 059e69408..8c1a42072 100644 --- a/npc/custom/quests/sphinx_mask.txt +++ b/npc/custom/quests/sphinx_mask.txt @@ -1,19 +1,17 @@ //===== rAthena Script ======================================= //= Sphinx Mask Quest (custom) //===== By: ================================================== -//= sabernet09 & rAthena Team +//= sabernet09 //===== Current Version: ===================================== //= 1.2 //===== Compatible With: ===================================== -//= rAthena 7.15 + +//= rAthena SVN //===== Description: ========================================= //= this quest is related to Umbalian Chief //= 1.1 Removed it from official Umbala quests [Lupus] //= 1.2 Added a missing variable (sphmask_q) [erKURITA] //============================================================ - -//=========================================================================== morocc,140,156,5 script Turban Thief 58,{ if(event_umbala < 2) goto AWAY; if(sphmask_q) goto NoBus; @@ -25,56 +23,56 @@ morocc,140,156,5 script Turban Thief 58,{ next; menu "Pay 1,000,000z",-,"No deal",NoGo; - if(Zeny < 1000000) goto NotEnough; - set Zeny,Zeny-1000000; - mes "[Turban Thief]"; - mes "O ho ho, its a deal then!"; - getitem 7114,1;//Items: Sphinx Mask, - set sphmask_q,1; - close; + if(Zeny < 1000000) goto NotEnough; + set Zeny,Zeny-1000000; + mes "[Turban Thief]"; + mes "O ho ho, its a deal then!"; + getitem 7114,1;//Items: Sphinx Mask, + set sphmask_q,1; + close; - NoGo: - mes "[Turban Thief]"; - mes "Ahh a business man are you no? Fine, how about..."; - next; - menu "Pay 750,000",-,"Nope lower",NoGoB; +NoGo: + mes "[Turban Thief]"; + mes "Ahh a business man are you no? Fine, how about..."; + next; + menu "Pay 750,000",-,"Nope lower",NoGoB; - if(Zeny < 750000) goto NotEnough; - set Zeny,Zeny-750000; - mes "[Turban Thief]"; - mes "It is a done deal, no refunds!"; - getitem 7114,1;//Items: Sphinx Mask, - set sphmask_q,1; - close; - NoGoB: - mes "[Turban Thief]"; - mes "Hmmm... you drive a hard bargain, ok... my final offer..."; - next; - menu "Pay 500,000",-,"It can go lower than that.",NoGoC; + if(Zeny < 750000) goto NotEnough; + set Zeny,Zeny-750000; + mes "[Turban Thief]"; + mes "It is a done deal, no refunds!"; + getitem 7114,1;//Items: Sphinx Mask, + set sphmask_q,1; + close; +NoGoB: + mes "[Turban Thief]"; + mes "Hmmm... you drive a hard bargain, ok... my final offer..."; + next; + menu "Pay 500,000",-,"It can go lower than that.",NoGoC; - if(Zeny < 500000) goto NotEnough; - set Zeny,Zeny-500000; - mes "[Turban Thief]"; - mes "Alright, here you go then..."; - getitem 7114,1;//Items: Sphinx Mask, - set sphmask_q,1; - close; - NoGoC: - next; - mes "[Turban Thief]"; - mes "Ack! Forgez it! I can do bettaz en elsez where!"; - set sphmask_q,1; - close; - NoBus: - mes "[Turban Thief]"; - mes "You have no more business with me, go away!"; - close; - AWAY: - mes "[Turban Thief]"; - mes "What do you wan te withz me? Be gone!"; - close; - NotEnough: - mes "[Turban Thief]"; - mes "Are youz playin wit me? You don't have ze money!"; - close; + if(Zeny < 500000) goto NotEnough; + set Zeny,Zeny-500000; + mes "[Turban Thief]"; + mes "Alright, here you go then..."; + getitem 7114,1;//Items: Sphinx Mask, + set sphmask_q,1; + close; +NoGoC: + next; + mes "[Turban Thief]"; + mes "Ack! Forgez it! I can do bettaz en elsez where!"; + set sphmask_q,1; + close; +NoBus: + mes "[Turban Thief]"; + mes "You have no more business with me, go away!"; + close; +AWAY: + mes "[Turban Thief]"; + mes "What do you wan te withz me? Be gone!"; + close; +NotEnough: + mes "[Turban Thief]"; + mes "Are youz playin wit me? You don't have ze money!"; + close; } diff --git a/npc/custom/quests/sunglasses.txt b/npc/custom/quests/sunglasses.txt index 5b0f5cf49..5f554ea23 100644 --- a/npc/custom/quests/sunglasses.txt +++ b/npc/custom/quests/sunglasses.txt @@ -1,23 +1,23 @@ //===== rAthena Script ======================================= //= Quest For Slotted Sunglasses //===== By: ================================================== -//= Aegis - amichan +//= amichan //===== Current Version: ===================================== //= 1.7 //===== Compatible With: ===================================== -//= Any rAthena Version; +//= rAthena SVN //===== Description: ========================================= //= Quest to get Slotted Sunglasses //===== Additional Comments: ================================= +//= quest will reset it self after 1 pair of Slotted Sunglasses is made. +//= //= 1.0 by Aegis 1.1 by aichan 1.2 by x[tsk] 1.3 by Darkchild //= 1.5 Fixed Exploit [Lupus] //= 1.6 Fixed Exploit [KarLaeda] //= 1.7 Relocated 'Maseph' to moc_fild07. [Kisuka] //============================================================ -// quest will reset it self after 1 pair of Slotted Sunglasses is made. // 1st part of the quest - alberta,88,193,5 script Sunglasses Trader 73,{ if(SG_QUEST1 == 1) goto L_SG_Q1_Done; mes "[Sunglasses Trader]"; @@ -45,7 +45,6 @@ L_SG_1: mes "and ^000088100000z^000000."; next; menu "Alright, here.",L_SG_1_Check,"That's too much!",-; - mes "[Sunglasses Trader]"; mes "Suit Yourself."; close; @@ -90,7 +89,6 @@ L_SG_No: } // 2nd part of the quest - moc_fild07,334,186,5 script Maseph 702,{ if(SG_QUEST1 == 1) goto L_SG_2; mes "[Maseph]"; diff --git a/npc/custom/quests/tha_statues.txt b/npc/custom/quests/tha_statues.txt index 47e4237c1..fb52d7ed4 100644 --- a/npc/custom/quests/tha_statues.txt +++ b/npc/custom/quests/tha_statues.txt @@ -1,23 +1,21 @@ //===== rAthena Script ======================================= //= Custom Thanatos Tower Quest //===== By: ================================================== -//= Bibilol & Moryagorn +//= Bibilol, Moryagorn //===== Current Version: ===================================== //= 1.1 //===== Compatible With: ===================================== -//= Any rAthena Version; +//= rAthena SVN //===== Description: ========================================= //= Custom Thanatos Tower Quest //===== Additional Comments: ================================= //= 1.1 Fixed wrong NPC names in their dialogues, added -//= Justin84's gems check in Sox NPC [Lupus] +//= Justin84's gems check in Sox NPC [Lupus] //============================================================ - //Statue (NPC)(U: UP, D: DOWN, R: RIGHT, L: LEFT) : // Explain Npc 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"; mes "Upper floors or foreign taboo"; @@ -33,22 +31,19 @@ tha_t08,69,106,4 script Statue 111,{ //Script: tha_t09,17,158,4 script Thalos 111,{ - if(TSQ_CHK == 1) goto done; mes "[Thalos]"; mes "You must find the 2nd Statue now."; set TSQ_CHK,1; close; - done: mes "[Thalos]"; mes "Go search the 2nd Statue!"; close; - + } 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."; @@ -69,7 +64,6 @@ nook: //Script: tha_t10,130,159,4 script Melkor 111,{ - if(TSQ_CHK == 1) goto done; mes "[Melkor]"; mes "You must find the other Spirits now."; @@ -83,7 +77,6 @@ done: } tha_t10,160,98,4 script Zebrus 111,{ - if(TSQ_CHK != 1) goto nook; mes "[Zebrus]"; mes "Keep on this way, There is one Spirit left"; @@ -98,7 +91,6 @@ nook: } 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."; @@ -150,7 +142,7 @@ nook: } tha_t11,16,16,4 script Mihane 111,{ - if(TSQ_CHK != 2) goto nook; + if(TSQ_CHK != 2) goto nook; mes "[Mihane]"; mes "Keep on this way, Only 1 Left."; set TSQ_CHK,3; @@ -214,7 +206,7 @@ nook: close; } -tha_t12,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 !"; diff --git a/npc/custom/quests/thq/THQS_ChatingNPC.txt b/npc/custom/quests/thq/THQS_ChatingNPC.txt index 4fc4ad796..55971e51f 100644 --- a/npc/custom/quests/thq/THQS_ChatingNPC.txt +++ b/npc/custom/quests/thq/THQS_ChatingNPC.txt @@ -1,26 +1,18 @@ //===== rAthena Script ======================================= -//= Treasure Hunter Script -//===== Converted By ========================================= +//= Treasure Hunter Quests +//===== By: ================================================== //= Fredzilla -//= Original -////////////////////////////////////////////////////////////// -// Treasure Hunter Quests // -// By: Ezekial // -// for the use on nRO run by Newbe5 // -// revised By Warlock // -////////////////////////////////////////////////////////////// -//===== Version ============================================== -//= 1.0 - Straight conversion of Aegis NPC file -//===== Compatible With ====================================== -//= rAthena 1.0 -//===== Description ========================================== +//===== Current Version: ===================================== +//= 1.0 +//===== Compatible With: ===================================== +//= rAthena SVN +//===== Description: ========================================= //= Start for Treasure hunter quests -//===== Comments ============================================= +//===== Additional Comments: ================================= //= Event_THQS - Used to check if you have already registered //= #Treasure_Token - used to keep track of tokens //============================================================ - //Entrance Flags yuno,48,101,6 script Notice 722,{ mes "^FF0000[ Treasure Hunter Guild House ]^000000"; diff --git a/npc/custom/quests/thq/THQS_GuildNPC.txt b/npc/custom/quests/thq/THQS_GuildNPC.txt index 69216e89d..b5bbf5d28 100644 --- a/npc/custom/quests/thq/THQS_GuildNPC.txt +++ b/npc/custom/quests/thq/THQS_GuildNPC.txt @@ -1,26 +1,18 @@ //===== rAthena Script ======================================= -//= Treasure Hunter Script -//===== Converted By ========================================= +//= Treasure Hunter Quests +//===== By: ================================================== //= Fredzilla -//= Original -////////////////////////////////////////////////////////////// -// Treasure Hunter Quests // -// By: Ezekial // -// for the use on nRO run by Newbe5 // -// revised By Warlock // -////////////////////////////////////////////////////////////// -//===== Version ============================================== -//= 1.0 - Straight conversion of Aegis NPC file -//===== Compatible With ====================================== -//= rAthena 1.0 -//===== Description ========================================== +//===== Current Version: ===================================== +//= 1.0 +//===== Compatible With: ===================================== +//= rAthena SVN +//===== Description: ========================================= //= Start for Treasure hunter quests -//===== Comments ============================================= +//===== Additional Comments: ================================= //= Event_THQS - Used to check if you have already registered //= #Treasure_Token - used to keep track of tokens //============================================================ - yuno_in01,124,164,6 script Guild Leader 108,{ mes "[Keegan]"; mes "What brings you here? Have something to say?"; @@ -91,5 +83,4 @@ N_NVM: mes "[Keegan]"; mes "Alright come back when you have the free time to spare."; close; - } diff --git a/npc/custom/quests/thq/THQS_QuestNPC.txt b/npc/custom/quests/thq/THQS_QuestNPC.txt index da184e10e..6a3b33699 100644 --- a/npc/custom/quests/thq/THQS_QuestNPC.txt +++ b/npc/custom/quests/thq/THQS_QuestNPC.txt @@ -1,21 +1,14 @@ //===== rAthena Script ======================================= -//= Treasure Hunter Script -//===== Converted By ========================================= +//= Treasure Hunter Quests +//===== By: ================================================== //= Fredzilla -//= Original -////////////////////////////////////////////////////////////// -// Treasure Hunter Quests // -// By: Ezekial // -// for the use on nRO run by Newbe5 // -// revised By Warlock // -////////////////////////////////////////////////////////////// -//===== Version ============================================== +//===== Current Version: ===================================== //= 1.4 -//===== Compatible With ====================================== -//= rAthena 1.0 -//===== Description ========================================== +//===== Compatible With: ===================================== +//= rAthena SVN +//===== Description: ========================================= //= Start for Treasure hunter quests -//===== Comments ============================================= +//===== Additional Comments: ================================= //= Event_THQS - Used to check if you have already registered //= #Treasure_Token - used to keep track of tokens //= 1.0 - Straight conversionof Aegis NPC file @@ -25,7 +18,6 @@ //= 1.4 Fixed typos. (bugreport:2607) [Kisuka] //============================================================ - yuno_in01,112,151,6 script Quest Manager 62,{ mes "[Guy]"; mes "Welcome to the Treasure Hunters Guild "+strcharinfo(0)+"."; diff --git a/npc/custom/quests/thq/THQS_Quests.txt b/npc/custom/quests/thq/THQS_Quests.txt index a53d8a4b0..132c5bf33 100644 --- a/npc/custom/quests/thq/THQS_Quests.txt +++ b/npc/custom/quests/thq/THQS_Quests.txt @@ -1,21 +1,14 @@ //===== rAthena Script ======================================= -//= Treasure Hunter Script -//===== Converted By ========================================= +//= Treasure Hunter Quests +//===== By: ================================================== //= Fredzilla -//= Original -////////////////////////////////////////////////////////////// -// Treasure Hunter Quests // -// By: Ezekial // -// for the use on nRO run by Newbe5 // -// revised By Warlock // -////////////////////////////////////////////////////////////// -//===== Version ============================================== +//===== Current Version: ===================================== //= 1.5 -//===== Compatible With ====================================== -//= rAthena 1.0 -//===== Description ========================================== +//===== Compatible With: ===================================== +//= rAthena SVN +//===== Description: ========================================= //= Start for Treasure hunter quests -//===== Comments ============================================= +//===== Additional Comments: ================================= //= Event_THQS - Used to check if you have already registered //= #Treasure_Token - used to keep track of tokens //= 1.0 - Straight conversionof Aegis NPC file @@ -25,7 +18,6 @@ //= 1.5 Fixed name collision with 'Little Girl' in cities/lutie.txt [Ai4rei] //============================================================ - ///////Job list 1/////// //1-1 mjolnir_09,187,189,6 script Old Man 107,{ diff --git a/npc/custom/quests/thq/THQS_TTShop.txt b/npc/custom/quests/thq/THQS_TTShop.txt index 5bb80a597..7752a0960 100644 --- a/npc/custom/quests/thq/THQS_TTShop.txt +++ b/npc/custom/quests/thq/THQS_TTShop.txt @@ -1,26 +1,19 @@ //===== rAthena Script ======================================= -//= Treasure Hunter Script -//===== Converted By ========================================= +//= Treasure Hunter Quests +//===== By: ================================================== //= Fredzilla -//= Original -////////////////////////////////////////////////////////////// -// Treasure Hunter Quests // -// By: Ezekial // -// for the use on nRO run by Newbe5 // -// revised By Warlock // -////////////////////////////////////////////////////////////// -//===== Version ============================================== +//===== Current Version: ===================================== //= 1.1 -//===== Compatible With ====================================== -//= rAthena 1.0 -//===== Description ========================================== +//===== Compatible With: ===================================== +//= rAthena SVN +//===== Description: ========================================= //= Start for Treasure hunter quests -//===== Comments ============================================= +//===== Additional Comments: ================================= //= Event_THQS - Used to check if you have already registered //= #Treasure_Token - used to keep track of tokens -//= v1.0 - Straight conversion of Aegis NPC file -//= v1.1 - balanced some prices, fixed 1 missing label -//= removed Executioner&Mysteltain swords [Lupus] +//= 1.0 - Straight conversion of Aegis NPC file +//= 1.1 - balanced some prices, fixed 1 missing label +//= removed Executioner&Mysteltain swords [Lupus] //============================================================ prt_in,159,172,0 warp thqwrp 3,3,yuno_in01,123,155 diff --git a/npc/custom/quests/umbalian_language.txt b/npc/custom/quests/umbalian_language.txt index c3d0fed51..674ea6e03 100644 --- a/npc/custom/quests/umbalian_language.txt +++ b/npc/custom/quests/umbalian_language.txt @@ -1,20 +1,15 @@ //===== rAthena Script ======================================= //= Custom Umbalian Language Quest //===== By: ================================================== -//= sabernet09 & rAthena Team +//= sabernet09 //===== Current Version: ===================================== -//= 1.0 +//= 1.1 //===== Compatible With: ===================================== -//= rAthena 7.15 + +//= rAthena SVN //===== Description: ========================================= -//= 1.0 Removed it from offical Umbala Quests [Lupus] +//= 1.1 Removed it from offical Umbala Quests [Lupus] //============================================================ - -//======================================================================================// -// Custom Umbala Language Quest -//======================================================================================// - prontera,145,290,5 script Mason 742,{ mes "[Mason]"; if(umb_lang==0) goto L_NOT_GOT_QUEST; diff --git a/npc/custom/quests/valhallen.txt b/npc/custom/quests/valhallen.txt index fbe79cd40..e976640cc 100644 --- a/npc/custom/quests/valhallen.txt +++ b/npc/custom/quests/valhallen.txt @@ -5,7 +5,7 @@ //===== Current Version: ===================================== //= 1.0 //===== Compatible With: ===================================== -//= rAthena 7.15 + +//= rAthena SVN //===== Description: ========================================= //= All-in-one: Mjollnir,Sleipnir,Brisingammen,Gleipnir,Megingjard //===== Additional Comments: ================================= -- cgit v1.2.3-60-g2f50