summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorog2 <og2@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-02-25 16:18:40 +0000
committerog2 <og2@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-02-25 16:18:40 +0000
commitee0e08a5480939b29f3d65b095a8f4c328b137e1 (patch)
tree0f8ba612b53d105175d05a327a71d98f9d42f6d1 /npc
parent16f52f1e0353529f3c6725cbc9d4dd20d8374b36 (diff)
downloadhercules-ee0e08a5480939b29f3d65b095a8f4c328b137e1.tar.gz
hercules-ee0e08a5480939b29f3d65b095a8f4c328b137e1.tar.bz2
hercules-ee0e08a5480939b29f3d65b095a8f4c328b137e1.tar.xz
hercules-ee0e08a5480939b29f3d65b095a8f4c328b137e1.zip
Strange Hydra Quest + Hydra Ball(bugreport:5339)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15630 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/quests/quests_brasilis.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/npc/quests/quests_brasilis.txt b/npc/quests/quests_brasilis.txt
index 1aecf9b71..a8ee01e4f 100644
--- a/npc/quests/quests_brasilis.txt
+++ b/npc/quests/quests_brasilis.txt
@@ -3,11 +3,11 @@
//===== By ===================================================
//= L0ne_W0lf
//===== Version ==============================================
-//= 1.0
+//= 1.1
//===== Compatible With ======================================
//= rAthena SVN
//===== Description ==========================================
-//= [Aegis COnversion]
+//= [Translated from the Official]
//= Lost Puppies (Repeatable, 24 hours.)
//= Suspicious Beach (Repeatable, 24 hours / iRO/cRO version.)
//= Guarana Candy Quest
@@ -16,6 +16,7 @@
//= Iara (Buff reward. Repeatable, 24 hours.)
//===== Comments =============================================
//= 1.0 First version.
+//= 1.1 Hydra Ball (12408)
//============================================================
// Lost Puppies, Original file: dogdog.sc
@@ -921,7 +922,7 @@ OnDisable:
// Suspicious Beach, original file: Suspicious_Beach.sc
//============================================================
brasilis,192,133,6 script Lucia#brasilis 478,{
- /*
+ /* -------------- Hydra Ball -------------------------
if (countitem(12408) > 0) {
delitem 12408,1; //Leaf_Cat_Ball
getitem 12408,1; //Leaf_Cat_Ball
@@ -930,7 +931,7 @@ brasilis,192,133,6 script Lucia#brasilis 478,{
delitem 6221,1; //Mystic_Leaf_Cat_Ball
getitem 6221,1; //Mystic_Leaf_Cat_Ball
}
- */
+ --------------------------------------------------- */
if (BaseLevel < 40) {
mes "[Lucia]";
mes "Hello.";
@@ -952,7 +953,7 @@ brasilis,192,133,6 script Lucia#brasilis 478,{
switch(select("Yes.:No.:^006400What is happening here?^000000")) {
case 1:
setquest 9028;
- getitem 12408,1; //Leaf_Cat_Ball
+ getitem 12408,1; //Hydra_Ball
mes "[Lucia]";
mes "Here, take this ^006400Hydra Ball^000000.";
mes "Use it to capture a ^FF0000Strange Hydra^8B4513.^000000";