summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.txt2
-rw-r--r--npc/quests/quests_brasilis.txt11
2 files changed, 7 insertions, 6 deletions
diff --git a/db/re/item_db.txt b/db/re/item_db.txt
index 9916fee0e..0dd6d5e4d 100644
--- a/db/re/item_db.txt
+++ b/db/re/item_db.txt
@@ -5451,7 +5451,7 @@
12405,Underripe_Yggseed,Underripe Yggseed,2,20,,50,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{}
12406,Psychic_ArmorS,Psychic ArmorS,2,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{}
12407,PCBang_Coupon_Box,PCBang Coupon Box,2,0,,10,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{}
-12408,Leaf_Cat_Ball,Leaf Cat Ball,2,0,,0,,,,,0xFFFFFFFF,7,2,,,,,,{ pet 2081; },{},{}
+12408,Hydra_Ball,Hydra Ball,2,0,,0,,,,,0xFFFFFFFF,7,2,,,,,,{ pet 2081; },{},{}
12409,Pork_Belly_H,Pork Belly H,2,0,,0,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{}
12410,Spareribs_H,Spareribs H,2,0,,0,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{}
12411,HE_Battle_Manual,HE Battle Manual,2,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_EXPBOOST,900000,200; },{},{}
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";