* Fixed Hunter Cap Bonus. (bugreport:892)
* Fixed Ancient Magic combo using the wrong equipment. (bugreport:670) git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12336 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
0b52a40be3
commit
1a25f9357f
@ -43,6 +43,9 @@
|
||||
2385 Recuvative_Armor Should trigger HP/SP return with magical kills as well.
|
||||
|
||||
=======================
|
||||
2008/03/10
|
||||
* Rev. 12336 Fixed Hunter Cap Bonus. (bugreport:892) [L0ne_W0lf]
|
||||
* Fixed Ancient Magic combo using the wrong equipment. (bugreport:670)
|
||||
2008/03/09
|
||||
* Rev. 12333 Disabled Snap in Turbo track. (Seems obvious, no?) [L0ne_W0lf]
|
||||
* Added UF_PATHCHECK to skill_unit_db.txt, re-numbered flags [ultramage]
|
||||
|
@ -797,7 +797,7 @@
|
||||
1570,Book_Of_Blazing_Sun_,Book of the Blazing Sun,4,35000,,750,90,,1,3,0x00410100,7,2,2,3,27,1,15,{ bonus bAtkEle,Ele_Fire; },{},{}
|
||||
1571,Book_Of_Gust_Of_Wind_,Book of Gust of Wind,4,35000,,750,90,,1,3,0x00410100,7,2,2,3,27,1,15,{ bonus bAtkEle,Ele_Wind; },{},{}
|
||||
1572,Principles_Of_Magic,Magic Tactics,4,,,300,60,,1,2,0x00410100,7,2,2,3,60,1,15,{ bonus bMatkRate,20; bonus bInt,1; bonus bSPrecovRate,5; if (isequipped(2716) && isequipped(2717)) { bonus bMdef,8; bonus bMaxSPRate,10; bonus bInt,4; }; },{},{}
|
||||
1573,Ancient_Magic,Ancient Sorcery,4,,,700,30,,1,2,0x00410100,7,2,2,3,70,1,15,{ bonus bMatkRate,15; if (isequipped(2716) && isequipped(2717)) { bonus bMdef,8; bonus bMaxSPRate,10; bonus bInt,4; }; },{},{}
|
||||
1573,Ancient_Magic,Ancient Sorcery,4,,,700,30,,1,2,0x00410100,7,2,2,3,70,1,15,{ bonus bMatkRate,15; if (isequipped(2334) || isequipped(2372)) { bonus bMdef,8; bonus bMaxSPRate,10; bonus bInt,4; }; },{},{}
|
||||
1574,Decendant_Strategy,Decendant Strategy,4,,0,0,90,,1,0,0x00410100,7,2,2,3,80,1,15,{ bonus bStr,1; bonus bInt,2; bonus bMatkRate,15; bonus2 bAddRace,RC_DemiHuman,70; bonus bUnbreakableWeapon,0; },{},{}
|
||||
1575,Decendant_Strategy_,Decendant Strategy,4,,0,0,90,,1,0,0x00410100,7,2,2,3,80,1,15,{ bonus bStr,1; bonus bInt,2; bonus bMatkRate,15; bonus2 bAddRace,RC_DemiHuman,70; bonus2 bIgnoreMdefRate,RC_DemiHuman,25; bonus bUnbreakableWeapon,0; },{},{}
|
||||
1599,Angra_Manyu,Angra Manyu,4,1,,10,200,,2,0,0xFFFFFFFF,7,2,2,1,1,1,8,{ bonus bAllStats,50; bonus bBaseAtk,3800; bonus2 bHPDrainRate,1000,100; },{},{}
|
||||
@ -2256,7 +2256,7 @@
|
||||
5380,Fish_Head_Hat,Fish Head Hat,5,,,400,,1,,0,0xFFFFFFFF,7,2,256,,0,1,386,{ bonus3 bAutoSpell,281,1,20; },{},{}
|
||||
5381,SantaPoring_Cap,SantaPoring Cap,5,,,100,,2,,1,0xFFFFFFFF,7,2,256,,0,0,387,{ bonus bMdef,2; bonus2 bAddEle,Ele_Dark,3; bonus2 bSubEle,Ele_Dark,3; },{},{}
|
||||
5382,Bell_Ribbon,Bell Ribbon,5,,,200,,3,,1,0xFFFFFFFF,7,2,256,,0,1,388,{ bonus bVit,1; skill 33,1; },{},{}
|
||||
5383,Hunter_Cap,Hunter Cap,5,,,250,,3,,1,0xFFFFFFFE,7,2,256,,50,1,389,{},{},{ bonus bLuk,1; }
|
||||
5383,Hunter_Cap,Hunter Cap,5,,,250,,3,,1,0xFFFFFFFE,7,2,256,,50,1,389,{ bonus bLuk,1; },{},{}
|
||||
//5384,Twin_Pompom_By_JB,Twin Pompom By JB,5,,,100,,1,,0,0xFFFFFFFE,7,2,256,,0,1,390,{ bonus bAllStats,1; skill 93,1; },{},{}
|
||||
//5385,Yoyo_Hat,Yoyo Hat,5,,,300,,1,,0,0xFFFFFFFF,7,2,256,,20,1,391,{ skill 51,1; },{},{}
|
||||
//5386,NewYear_Suit_Hat,New Year Suit Hat,5,,,70,,7,,0,0xFFFFFFFF,7,2,256,,0,0,228,{ bonus bMdef,7; bonus bFlee,7; bonus2 bAddMonsterDropItem,12198,200; },{},{}
|
||||
|
Loading…
x
Reference in New Issue
Block a user