Implemented Wolfhedin and Mithril Magic Manteau
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11005 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
3f5d2a35b0
commit
d6d9d497e2
@ -44,6 +44,7 @@
|
|||||||
13107 Western_Outlaw Need correct HIT and ASPD Rate
|
13107 Western_Outlaw Need correct HIT and ASPD Rate
|
||||||
========================
|
========================
|
||||||
08/14
|
08/14
|
||||||
|
* Implemented Wolfhedin and Mithril Magic Manteau [Playtester]
|
||||||
* Fixed the damage area of the "path damage" skills [Playtester]
|
* Fixed the damage area of the "path damage" skills [Playtester]
|
||||||
* Fixed some entries in the mob_skill_db [Playtester]
|
* Fixed some entries in the mob_skill_db [Playtester]
|
||||||
08/13
|
08/13
|
||||||
|
@ -1171,8 +1171,8 @@
|
|||||||
2528,Wool_Scarf,Wool Scarf,5,,10,50,,3,,1,0xFFFFFFFE,2,2,4,,55,1,0,{ bonus bMdef,4;},{},{}
|
2528,Wool_Scarf,Wool Scarf,5,,10,50,,3,,1,0xFFFFFFFE,2,2,4,,55,1,0,{ bonus bMdef,4;},{},{}
|
||||||
2529,Decoration_of_the_Rider,Decoration of the Rider,5,,10,500,,4,,0,0xFFFFFFFE,2,2,4,,55,1,0,{ bonus bAgi,2; if (isequipped(2425)) bonus bFlee,10; },{},{}
|
2529,Decoration_of_the_Rider,Decoration of the Rider,5,,10,500,,4,,0,0xFFFFFFFE,2,2,4,,55,1,0,{ bonus bAgi,2; if (isequipped(2425)) bonus bFlee,10; },{},{}
|
||||||
2530,Decoration_of_the_Rider_,Decoration of the Rider,5,,10,500,,4,,1,0xFFFFFFFE,2,2,4,,55,1,0,{ bonus bAgi,2; },{},{}
|
2530,Decoration_of_the_Rider_,Decoration of the Rider,5,,10,500,,4,,1,0xFFFFFFFE,2,2,4,,55,1,0,{ bonus bAgi,2; },{},{}
|
||||||
2531,Wolfhedin,Wolfhedin,5,,10,700,,3,,1,0x000654E2,2,2,4,,70,1,0,{},{},{}
|
2531,Wolfhedin,Wolfhedin,5,,10,700,,3,,1,0x000654E2,2,2,4,,70,1,0,{ bonus5 bAutoSpellWhenHit,675,1,10,BF_WEAPON,0; },{},{}
|
||||||
2532,Mithril_Magic_Cape,Mithril Magic Cape,5,,10,400,,3,,1,0x00198B1C,2,2,4,,70,1,0,{ bonus bMdef,3; },{},{}
|
2532,Mithril_Magic_Cape,Mithril Magic Cape,5,,10,400,,3,,1,0x00098B1C,2,2,4,,70,1,0,{ bonus bMdef,3; bonus5 bAutoSpellWhenHit,676,1,10,BF_MAGIC,0; },{},{}
|
||||||
// Accessories
|
// Accessories
|
||||||
//===================================================================
|
//===================================================================
|
||||||
2601,Ring,Ring,5,30000,,100,,0,,0,0xFFFFFFFE,7,2,136,,20,0,0,{ bonus bStr,2; },{},{}
|
2601,Ring,Ring,5,30000,,100,,0,,0,0xFFFFFFFE,7,2,136,,20,0,0,{ bonus bStr,2; },{},{}
|
||||||
|
@ -959,9 +959,9 @@
|
|||||||
//-- NPC_CRITICALWOUND
|
//-- NPC_CRITICALWOUND
|
||||||
673,0,0,0,0,30000
|
673,0,0,0,0,30000
|
||||||
//-- NPC_STONESKIN
|
//-- NPC_STONESKIN
|
||||||
675,0,0,0,30000,0
|
675,0,0,0,2000:9000:16000:23000:30000,0
|
||||||
//-- NPC_ANTIMAGIC
|
//-- NPC_ANTIMAGIC
|
||||||
676,0,0,0,30000,0
|
676,0,0,0,2000:9000:16000:23000:30000,0
|
||||||
//-- NPC_WIDECURSE
|
//-- NPC_WIDECURSE
|
||||||
677,0,0,0,0,30000
|
677,0,0,0,0,30000
|
||||||
//-- NPC_WIDESTUN
|
//-- NPC_WIDESTUN
|
||||||
|
Loading…
x
Reference in New Issue
Block a user