* Raised splash range of Focused Arrow Strike and First Wind
- temporary fix until the real area calculation is added - also started adding some of the 11.2 skills git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10978 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
b817e7cca2
commit
babd639fca
@ -49,6 +49,9 @@
|
||||
----
|
||||
========================
|
||||
08/10
|
||||
* Raised splash range of Focused Arrow Strike and First Wind [Playtester]
|
||||
- temporary fix until the real area calculation is added
|
||||
- also started adding some of the 11.2 skills
|
||||
* Fixed a wrong(?) line for Venom Splasher in abra_db.txt [ultramage]
|
||||
08/09
|
||||
* Fixed damage of NPC_COMBOATTACK [Playtester]
|
||||
|
@ -420,7 +420,7 @@
|
||||
379,9,6,1,-1,0x8,0,10,1,yes,0,0,0,weapon,0 //ASC_BREAKER#Soul Destroyer#
|
||||
380,0,6,4,0,0x1,0,10,1,no,0,0,0,weapon,0 //SN_SIGHT#Falcon Eyes#
|
||||
381,5,8,1,0,0x40,0,5,1,yes,0,0,0,misc,0 //SN_FALCONASSAULT#Falcon Assault#
|
||||
382,4,8,1,-1,0,2,5,1,yes,0,0,0,weapon,0 //SN_SHARPSHOOTING#Focused Arrow Strike#
|
||||
382,4,8,1,-1,0,3,5,1,yes,0,0,0,weapon,0 //SN_SHARPSHOOTING#Focused Arrow Strike#
|
||||
383,0,6,4,0,0x3,-1,10,1,yes,0,0,0,weapon,0 //SN_WINDWALK#Wind Walker#
|
||||
384,0,0,4,0,0x1,0,10,1,yes,0,0,0,weapon,0 //WS_MELTDOWN#Shattering Strike#
|
||||
//385,0,0,4,0,0x1,0,1,1,yes,0,0,0,none,0 //WS_CREATECOIN#Create Coins#
|
||||
@ -580,17 +580,17 @@
|
||||
539,0,6,4,1,0x2,3,5,1,yes,0,0,0,magic,0 //NJ_HYOUSYOURAKU#NJ_HYOUSYOURAKU#
|
||||
540,9,8,1,4,0,0,10,1:2:2:3:3:4:4:5:5:6,yes,0,0,0,magic,0 //NJ_HUUJIN#NJ_HUUJIN#
|
||||
541,9,6,4,4,0x2,2:2:3:3:4,5,1,yes,0,0,0,magic,0 //NJ_RAIGEKISAI#NJ_RAIGEKISAI#
|
||||
542,5:6:7:8:9,8,1,4,0,1,5,1,yes,0,0,0,magic,0 //NJ_KAMAITACHI#NJ_KAMAITACHI#
|
||||
542,5:6:7:8:9,8,1,4,0,3,5,1,yes,0,0,0,magic,0 //NJ_KAMAITACHI#NJ_KAMAITACHI#
|
||||
543,0,6,4,0,0x1,0,5,1,yes,0,0,0,none,0 //NJ_NEN#NJ_NEN#
|
||||
544,-5,6,1,0,0x40,0,10,1,no,0,0,0,weapon,0 //NJ_ISSEN#NJ_ISSEN#
|
||||
|
||||
// new NPC skills (not yet implemented, dummy data)
|
||||
653,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0 //NPC_EARTHQUAKE
|
||||
654,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0 //NPC_FIREBREATH
|
||||
655,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0 //NPC_ICEBREATH
|
||||
656,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0 //NPC_THUNDERBREATH
|
||||
657,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0 //NPC_ACIDBREATH
|
||||
658,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0 //NPC_DARKNESSBREATH
|
||||
653,0,8,4,0,0x6,5:7:9:11:13:5:7:9:11:13,10,3,no,0,0x2,0,magic,0 //NPC_EARTHQUAKE
|
||||
654,9,6,1,3,0,4,10,1,no,0,0x2,0,weapon,0 //NPC_FIREBREATH
|
||||
655,9,6,1,1,0,4,10,1,no,0,0x2,0,weapon,0 //NPC_ICEBREATH
|
||||
656,9,6,1,4,0,4,10,1,no,0,0x2,0,weapon,0 //NPC_THUNDERBREATH
|
||||
657,9,6,1,5,0,4,10,1,no,0,0x2,0,weapon,0 //NPC_ACIDBREATH
|
||||
658,9,6,1,7,0,4,10,1,no,0,0x2,0,weapon,0 //NPC_DARKNESSBREATH
|
||||
659,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0 //NPC_DRAGONFEAR
|
||||
660,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0 //NPC_BLEEDING
|
||||
661,0,0,4,0,0x1,0,10,1,no,0,0x2,0,none,0 //NPC_PULSESTRIKE
|
||||
|
Loading…
x
Reference in New Issue
Block a user