alice doll fix, cooking quest
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5641 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
d192fad9a4
commit
4207f53586
@ -26,6 +26,7 @@
|
||||
|
||||
=========================
|
||||
03/15
|
||||
* Alice Doll hat fixed effect, thanks2 Sir_Loon [Lupus]
|
||||
- Fixed Moonlit's inf2 not being set to ensemble skill. Thanks to Haplo.
|
||||
[Skotlex]
|
||||
03/14
|
||||
|
@ -1584,7 +1584,7 @@
|
||||
5110,Baby_Pacifier,Baby Pacifier,5,,10,50,,0,,0,127918079,7,2,1,,0,0,191,{}
|
||||
5111,Galapago_Cap,Galapago Cap,5,,10,500,,2,,0,127918079,7,2,256,,55,1,192,{ bonus3 bAddMonsterDropItem,605,11,100; }
|
||||
5112,Super_Novice_Hat,Super Novice Hat,5,8500,,400,,4,,0,8388609,7,2,256,,40,1,193,{ bonus bAllStats,1; }
|
||||
5113,Angry_Snarl,Angry_Snarl,5,,10,50,,0,,0,127918079,7,2,1,,0,0,194,{}
|
||||
5113,Angry_Snarl,Angry Snarl,5,,10,50,,0,,0,127918079,7,2,1,,0,0,194,{}
|
||||
5114,Bucket_Hat,Bucket Hat,5,6000,,300,,3,,0,127918079,7,2,256,,0,1,195,{}
|
||||
5115,Winter_Hat,Winter Hat,5,,10,500,,3,,0,127918079,7,2,256,,0,1,196,{ bonus2 bResEff,Eff_Freeze,1000; }
|
||||
5116,Banana_Hat,Banana Hat,5,,10,200,,1,,0,127918079,7,2,256,,0,1,197,{ bonus3 bAutoSpell,6,3,30; }
|
||||
@ -1608,7 +1608,7 @@
|
||||
5134,Pumpkin-Head,Pumpkin-Head,5,,10,200,,2,,0,127918079,7,2,256,,0,0,206,{}
|
||||
5135,Cyclops_Eye,Cyclops Eye,5,,10,200,,0,,0,119529470,7,2,512,,75,0,207,{ bonus bMaxSP,50; }
|
||||
5136,Louise's_Santa_Hat,Louise's Santa Hat,5,,10,100,,3,,0,127918079,7,2,256,,0,1,20,{ bonus bMdef,1; bonus bLuk,1; bonus4 bAutoSpellWhenHit,34,10,10,0; bonus4 bAutoSpellWhenHit,75,5,10,0;}
|
||||
5137,Alice_Doll,Alice Doll,5,,10,500,,0,,0,119529470,7,2,256,,30,0,208,{ bonus bStr,1; bonus2 bAddRace,RC_DemiHuman,10; bonus2 bAddEff2,Eff_Freeze,10; }
|
||||
5137,Alice_Doll,Alice Doll,5,,10,500,,0,,0,119529470,7,2,256,,30,0,208,{ bonus bStr,1; bonus2 bAddRace,RC_DemiHuman,10; bonus2 bAddEff2,Eff_Sleep,10; }
|
||||
5138,Magic_Eyes,Magic Eyes,5,,10,300,,0,,0,67174916,7,2,256,,30,1,209,{ bonus bCastrate,-10; bonus bUseSPrate,20; }
|
||||
5139,Lotus,Lotus,5,,10,200,,0,,0,127918079,7,2,256,,10,0,210,{ bonus bDex,1; bonus bInt,1; bonus bMdef,5; }
|
||||
5140,Kawaii_Ribbon,Kawaii Ribbon,5,,10,400,,0,,0,127918079,7,2,256,,10,1,211,{ bonus2 bSubRace,RC_Undead,5; bonus2 bSubRace,RC_Demon,5; }
|
||||
|
@ -3,7 +3,7 @@
|
||||
//===== By: ==================================================
|
||||
//= Reddozen
|
||||
//===== Current Version: =====================================
|
||||
//= 1.5
|
||||
//= 1.5a
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena 1.0+
|
||||
//===== Description: =========================================
|
||||
@ -502,10 +502,10 @@ prt_castle.gat,45,35,4 script Sharle 886,{
|
||||
b_4:
|
||||
mes "[Sharle]";
|
||||
mes "You will need:";
|
||||
mes "5 Dumplings";
|
||||
mes "5 Baos";
|
||||
next;
|
||||
if(countitem(553) < 5) goto L_No_Items;//Items: Dumpling,
|
||||
delitem 553, 5;//Items: Dumpling,
|
||||
if(countitem(553) < 5) goto L_No_Items;//Items: Bao,
|
||||
delitem 553, 5;//Items: Bao,
|
||||
set @checkout, 7475;
|
||||
mes "And I see you have";
|
||||
mes "what you need!";
|
||||
|
Loading…
x
Reference in New Issue
Block a user