diff options
-rw-r--r-- | db/mob_db2.txt | 4 | ||||
-rw-r--r-- | db/mob_skill_db2.txt | 8 | ||||
-rw-r--r-- | npc/events/halloween_2009.txt | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/db/mob_db2.txt b/db/mob_db2.txt index a97448bde..24d0b5771 100644 --- a/db/mob_db2.txt +++ b/db/mob_db2.txt @@ -34,8 +34,8 @@ //iRO Halloween 2009 Event //Uncomment if event is enabled. Uncomment the skills for Halloween Whisper in mob_skill_db2. -//3000,HALLOWEEN_WHISPER,Halloween Whisper,Halloween Whisper,1,800,0,0,0,1,10,13,0,45,1,51,14,0,60,0,10,12,0,6,68,0x81,150,1960,960,504,0,0,0,0,0,0,0,0,12396,150,6299,5335,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -//3001,HALLOWEEN_DARK_LORD,Halloween Dark Lord,Halloween Dark Lord,1,45,0,0,0,1,10,13,0,45,1,51,14,0,60,0,10,12,2,6,89,0x81,100,868,768,480,0,0,0,0,0,0,0,0,12396,800,12397,5335,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +//3014,HALLOWEEN_WHISPER,Halloween Whisper,Halloween Whisper,1,800,0,0,0,1,10,13,0,45,1,51,14,0,60,0,10,12,0,6,68,0x81,150,1960,960,504,0,0,0,0,0,0,0,0,12396,150,6299,5335,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +//3015,HALLOWEEN_DARK_LORD,Halloween Dark Lord,Halloween Dark Lord,1,45,0,0,0,1,10,13,0,45,1,51,14,0,60,0,10,12,2,6,89,0x81,100,868,768,480,0,0,0,0,0,0,0,0,12396,800,12397,5335,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //iRO Halloween 2008 Event //Uncomment if event is enabled. diff --git a/db/mob_skill_db2.txt b/db/mob_skill_db2.txt index 7cfd56a4e..7860e6076 100644 --- a/db/mob_skill_db2.txt +++ b/db/mob_skill_db2.txt @@ -132,9 +132,9 @@ //1239,Fire Poring@RG_STRIPWEAPON,attack,215,5,2000,0,3000,yes,target,always,0,,,,,, //iRO Halloween Event 2009 -//3000,Halloween Whisper@AS_CLOAKING,idle,135,1,2000,200,5000,yes,self,always,0,,,,,, -//3000,Halloween Whisper@AS_CLOAKING,chase,135,1,2000,200,5000,yes,self,always,0,,,,,, -//3000,Halloween Whisper@NPC_EMOTION,idle,197,1,2000,0,5000,yes,self,always,0,,,,,, -//3000,Halloween Whisper@NPC_EMOTION,chase,197,1,200,0,5000,yes,self,always,0,19,0x81,,,, +//3014,Halloween Whisper@AS_CLOAKING,idle,135,1,2000,200,5000,yes,self,always,0,,,,,, +//3014,Halloween Whisper@AS_CLOAKING,chase,135,1,2000,200,5000,yes,self,always,0,,,,,, +//3014,Halloween Whisper@NPC_EMOTION,idle,197,1,2000,0,5000,yes,self,always,0,,,,,, +//3014,Halloween Whisper@NPC_EMOTION,chase,197,1,200,0,5000,yes,self,always,0,19,0x81,,,, // Here you can place your custom mob skills diff --git a/npc/events/halloween_2009.txt b/npc/events/halloween_2009.txt index 1e1f7ef9b..ff21373d1 100644 --- a/npc/events/halloween_2009.txt +++ b/npc/events/halloween_2009.txt @@ -379,7 +379,7 @@ prontera,220,72,5 duplicate(09Treats) Trick or Treater#iRO8 706,2,2 }
if(.@worn > 0 && .@input != 0) {
if(.@worn >= .@input) {
- delitem 6299,.@fabric;
+ delitem 6299,.@input;
set .@whispers,.@whispers+.@input;
set .@input,0;
}
|