summaryrefslogtreecommitdiff
path: root/npc/quests/collection/quest_dokebi.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-06-12 03:13:11 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-06-12 03:13:11 +0000
commita3389f9f6b6afec1d0b9563fd5b17ec9b0664af6 (patch)
treea50b795b701debc742d3d8835065b5f2adb9524d /npc/quests/collection/quest_dokebi.txt
parentc5d8bdf9c1af99140472f4184360c031beb68a67 (diff)
downloadhercules-a3389f9f6b6afec1d0b9563fd5b17ec9b0664af6.tar.gz
hercules-a3389f9f6b6afec1d0b9563fd5b17ec9b0664af6.tar.bz2
hercules-a3389f9f6b6afec1d0b9563fd5b17ec9b0664af6.tar.xz
hercules-a3389f9f6b6afec1d0b9563fd5b17ec9b0664af6.zip
* Implemented repeatable EXP quests (with kill count and item gathering options) removed iRO_Exp.txt.
* Fixed missing slot on Power_of_Thor. (bugreport:4168) * Fixed size for HELL_APOCALIPS and ZUKADAM. (bugreport:4293) * Fixed mob modes on ANCIENT_TREE and RYNCHO. (bugreport:4294) * Fixed HP and INT bonuses on the Kronos staff. (bugreport:4297) * Fixed equip location and more on the Ruber sword. (bugreport:4298) * Fixed typo in the Icecream_Hat giving the wrong skill. (bugreport:4299) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14339 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/collection/quest_dokebi.txt')
-rw-r--r--npc/quests/collection/quest_dokebi.txt234
1 files changed, 234 insertions, 0 deletions
diff --git a/npc/quests/collection/quest_dokebi.txt b/npc/quests/collection/quest_dokebi.txt
new file mode 100644
index 000000000..c6233dc7b
--- /dev/null
+++ b/npc/quests/collection/quest_dokebi.txt
@@ -0,0 +1,234 @@
+//===== eAthena Script =======================================
+//= iRO Repeatable EXP Quests.
+//===== By: ==================================================
+//= L0ne_W0lf
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Added Monster Killing quests.
+//= Repeatable EXP Quest (Dokebi Horns)
+//===== Additional Comments: =================================
+//= 1.0 First version.
+//============================================================
+
+pay_fild10,108,357,5 script Li#Dokebi_Hunt 90,{
+ if (checkquest(60128) != -1) {
+ if (checkquest(60128,HUNTING) != 2 ) {
+ mes "[Li]";
+ mes "Have you finished hunting the 50 Dokebis?";
+ next;
+ switch(select("Yes:No:I want to quit")) {
+ case 1:
+ mes "[Li]";
+ mes "Hmm, I don't think you've hunted 50 yet...";
+ close;
+ case 2:
+ mes "[Li]";
+ mes "Remember, I need help hunting Dokebis so go and hunt 50 of them.";
+ close;
+ case 3:
+ mes "[Li]";
+ mes "Are you sure that you want to stop hunting?";
+ mes "Any progress that you've made will be erased";
+ next;
+ switch(select("Yes:No")) {
+ case 1:
+ mes "[Li]";
+ mes "Ok then, well come back here if you change your mind.";
+ erasequest 60128;
+ close;
+ case 2:
+ mes "[Li]";
+ mes "Please kill 50 Dokebis.";
+ close;
+ }
+ }
+ }
+ else {
+ mes "[Li]";
+ mes "Amazing, you did that with speed.";
+ getexp 42000,36000;
+ erasequest 60128;
+ close;
+ }
+ }
+ if (checkquest(60129) != -1) {
+ if (checkquest(60129,HUNTING) != 2 ) {
+ mes "[Li]";
+ mes "Have you finished hunting the 50 Dokebis?";
+ next;
+ switch(select("Yes:No:I want to quit")) {
+ case 1:
+ mes "[Li]";
+ mes "Hmm, I don't think you've hunted 100 yet...";
+ close;
+ case 2:
+ mes "[Li]";
+ mes "Remember, I need help hunting Dokebis so go and hunt 100 of them.";
+ close;
+ case 3:
+ mes "[Li]";
+ mes "Are you sure that you want to stop hunting?";
+ mes "Any progress that you've made will be erased";
+ next;
+ switch(select("Yes:No")) {
+ case 1:
+ mes "[Li]";
+ mes "Ok then, well come back here if you change your mind.";
+ erasequest 60129;
+ close;
+ case 2:
+ mes "[Li]";
+ mes "Please kill 100 Dokebis.";
+ close;
+ }
+ }
+ }
+ else {
+ mes "[Li]";
+ mes "Amazing, you did that with speed.";
+ getexp 42000,36000;
+ getexp 42000,36000;
+ erasequest 60129;
+ close;
+ }
+ }
+ if (checkquest(60130) != -1) {
+ if (checkquest(60130,HUNTING) != 2 ) {
+ mes "[Li]";
+ mes "Have you finished hunting the 150 Dokebis?";
+ next;
+ switch(select("Yes:No:I want to quit")) {
+ case 1:
+ mes "[Li]";
+ mes "Hmm, I don't think you've hunted 150 yet...";
+ close;
+ case 2:
+ mes "[Li]";
+ mes "Remember, I need help hunting Dokebis so go and hunt 150 of them.";
+ close;
+ case 3:
+ mes "[Li]";
+ mes "Are you sure that you want to stop hunting?";
+ mes "Any progress that you've made will be erased";
+ next;
+ switch(select("Yes:No")) {
+ case 1:
+ mes "[Li]";
+ mes "Ok then, well come back here if you change your mind.";
+ erasequest 60130;
+ close;
+ case 2:
+ mes "[Li]";
+ mes "Please kill 150 Dokebis.";
+ close;
+ }
+ }
+ }
+ else {
+ mes "[Li]";
+ mes "Amazing, you did that with speed.";
+ getexp 42000,36000;
+ getexp 42000,36000;
+ getexp 42000,36000;
+ erasequest 60130;
+ close;
+ }
+ }
+ //for minimum level
+ if (BaseLevel > 34) {
+ //for maximum level
+ if (BaseLevel < 71) {
+ mes "[Li]";
+ mes "Hello. DO you think you could help me?";
+ next;
+ switch(select("Sure:No")) {
+ case 1:
+ mes "[Li]";
+ mes "There are so many Dokebis here...I just don't feel safe.";
+ next;
+ switch(select("Gather Items:Hunt Dokebis:Cancel")) {
+ case 1:
+ // Item turn in
+ mes "[Li]";
+ mes "My fortune teller business needs a good supply of ^FF0000Dokebi Horns^000000 to give my customers good luck.";
+ next;
+ switch(select("I have some Dokebi Horns:What did you need?")) {
+ case 1:
+ if (countitem(1021) > 49) {
+ mes "[Li]";
+ mes "Oh, great!";
+ mes "Thank you for the horns.";
+ delitem 1021,50; //Dokkaebi_Horn
+ getexp 42000,36000;
+ close;
+ }
+ else {
+ mes "[Li]";
+ mes "It doesn't look like you have enough.";
+ next;
+ mes "[Li]";
+ mes "I need ^FF000050 Dokebi Horns^000000 for my fortune telling.";
+ close;
+ }
+ case 2:
+ mes "[Li]";
+ mes "If you bring me";
+ mes "^FF000050 Dokebi Horns^000000, I can give you some good luck.";
+ close;
+ }
+ case 2:
+ // Kill Count Quest
+ mes "[Li]";
+ mes "Ah, ok I think you can help me out by hunting some Dokebis.";
+ mes "How many would you like to hunt?";
+ next;
+ switch(select("50 Dokebis:100 Dokebis:150 Dokebis")) {
+ case 1:
+ mes "[Li]";
+ mes "Come back when you've finished your task and I will give you a small reward.";
+ setquest 60128;
+ close;
+ case 2:
+ mes "[Li]";
+ mes "Come back when you've finished your task and I will give you a small reward.";
+ setquest 60129;
+ close;
+ case 3:
+ mes "[Li]";
+ mes "Come back when you've finished your task and I will give you a small reward.";
+ setquest 60130;
+ close;
+ }
+ case 3:
+ mes "[Li]";
+ mes "If you change your mind, please come back.";
+ close;
+ }
+ case 2:
+ mes "[Li]";
+ mes "If you change your mind, please come back.";
+ close;
+ }
+ }
+ else {
+ mes "[Li]";
+ mes "Hello";
+ mes "I read fortunes in Payon.";
+ close;
+ }
+ }
+ else {
+ mes "[Li]";
+ mes "This place is dangerous!";
+ next;
+ mes "[Li]";
+ mes "You should leave quickly!";
+ close;
+ }
+}
+
+