Strange Hydra Quest + Hydra Ball(bugreport:5339)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15630 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
3df0386889
commit
31f640090e
@ -5451,7 +5451,7 @@
|
|||||||
12405,Underripe_Yggseed,Underripe Yggseed,2,20,,50,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{}
|
12405,Underripe_Yggseed,Underripe Yggseed,2,20,,50,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{}
|
||||||
12406,Psychic_ArmorS,Psychic ArmorS,2,20,,10,,,,,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,,,,,,{},{},{}
|
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,,,,,,{},{},{}
|
12409,Pork_Belly_H,Pork Belly H,2,0,,0,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{}
|
||||||
12410,Spareribs_H,Spareribs 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; },{},{}
|
12411,HE_Battle_Manual,HE Battle Manual,2,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_EXPBOOST,900000,200; },{},{}
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
//===== By ===================================================
|
//===== By ===================================================
|
||||||
//= L0ne_W0lf
|
//= L0ne_W0lf
|
||||||
//===== Version ==============================================
|
//===== Version ==============================================
|
||||||
//= 1.0
|
//= 1.1
|
||||||
//===== Compatible With ======================================
|
//===== Compatible With ======================================
|
||||||
//= rAthena SVN
|
//= rAthena SVN
|
||||||
//===== Description ==========================================
|
//===== Description ==========================================
|
||||||
//= [Aegis COnversion]
|
//= [Translated from the Official]
|
||||||
//= Lost Puppies (Repeatable, 24 hours.)
|
//= Lost Puppies (Repeatable, 24 hours.)
|
||||||
//= Suspicious Beach (Repeatable, 24 hours / iRO/cRO version.)
|
//= Suspicious Beach (Repeatable, 24 hours / iRO/cRO version.)
|
||||||
//= Guarana Candy Quest
|
//= Guarana Candy Quest
|
||||||
@ -16,6 +16,7 @@
|
|||||||
//= Iara (Buff reward. Repeatable, 24 hours.)
|
//= Iara (Buff reward. Repeatable, 24 hours.)
|
||||||
//===== Comments =============================================
|
//===== Comments =============================================
|
||||||
//= 1.0 First version.
|
//= 1.0 First version.
|
||||||
|
//= 1.1 Hydra Ball (12408)
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
// Lost Puppies, Original file: dogdog.sc
|
// Lost Puppies, Original file: dogdog.sc
|
||||||
@ -921,7 +922,7 @@ OnDisable:
|
|||||||
// Suspicious Beach, original file: Suspicious_Beach.sc
|
// Suspicious Beach, original file: Suspicious_Beach.sc
|
||||||
//============================================================
|
//============================================================
|
||||||
brasilis,192,133,6 script Lucia#brasilis 478,{
|
brasilis,192,133,6 script Lucia#brasilis 478,{
|
||||||
/*
|
/* -------------- Hydra Ball -------------------------
|
||||||
if (countitem(12408) > 0) {
|
if (countitem(12408) > 0) {
|
||||||
delitem 12408,1; //Leaf_Cat_Ball
|
delitem 12408,1; //Leaf_Cat_Ball
|
||||||
getitem 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
|
delitem 6221,1; //Mystic_Leaf_Cat_Ball
|
||||||
getitem 6221,1; //Mystic_Leaf_Cat_Ball
|
getitem 6221,1; //Mystic_Leaf_Cat_Ball
|
||||||
}
|
}
|
||||||
*/
|
--------------------------------------------------- */
|
||||||
if (BaseLevel < 40) {
|
if (BaseLevel < 40) {
|
||||||
mes "[Lucia]";
|
mes "[Lucia]";
|
||||||
mes "Hello.";
|
mes "Hello.";
|
||||||
@ -952,7 +953,7 @@ brasilis,192,133,6 script Lucia#brasilis 478,{
|
|||||||
switch(select("Yes.:No.:^006400What is happening here?^000000")) {
|
switch(select("Yes.:No.:^006400What is happening here?^000000")) {
|
||||||
case 1:
|
case 1:
|
||||||
setquest 9028;
|
setquest 9028;
|
||||||
getitem 12408,1; //Leaf_Cat_Ball
|
getitem 12408,1; //Hydra_Ball
|
||||||
mes "[Lucia]";
|
mes "[Lucia]";
|
||||||
mes "Here, take this ^006400Hydra Ball^000000.";
|
mes "Here, take this ^006400Hydra Ball^000000.";
|
||||||
mes "Use it to capture a ^FF0000Strange Hydra^8B4513.^000000";
|
mes "Use it to capture a ^FF0000Strange Hydra^8B4513.^000000";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user