* SG_WARM no longer ignores FLEE by default. (bugreport:3038)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13757 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
1eaef19afe
commit
00f943bf3f
@ -37,6 +37,8 @@
|
||||
2385 Recuvative_Armor Should trigger HP/SP return with magical kills as well.
|
||||
|
||||
=======================
|
||||
2009/05/12
|
||||
* SG_WARM no longer ignores FLEE by default. [Inkfish]
|
||||
2009/05/11
|
||||
* Rev. 13753 Fixed a couple mistakes in r13752, extra commas at the end a couple lines, and missing quotes around an AL_HEAL. [L0ne_W0lf]
|
||||
2009/05/10
|
||||
@ -56,7 +58,7 @@
|
||||
- Monsters that are 1) aggressive 2) change targets and 3) and ANGRY will no longer cast sensor.
|
||||
* Fixed Satan Morroc resummoning normal mobs instead of slaves (bugreport:3056) [Playtester]
|
||||
2009/05/04
|
||||
* Added cast time and sp cost for Waterball Lvl 5 - 10 [Inkfish]
|
||||
* Added cast time and sp cost for Waterball Lvl 6 - 10 [Inkfish]
|
||||
2009/05/03
|
||||
* Snatch now works with all weapons (including bow!) [Playtester]
|
||||
- range doesn't depend on weapon range anymore and is always 1 even with bows
|
||||
|
@ -469,9 +469,9 @@
|
||||
425,0,6,4,2:4:1:3:8:7:6,0x1,0,7,1,no,0,0,0,weapon,0, TK_SEVENWIND,Mild Wind
|
||||
426,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0, TK_HIGHJUMP,Taekwon Jump
|
||||
427,0,6,4,0,0x1,0,3,1,yes,0,0,0,magic,0, SG_FEEL,Feeling the Sun Moon and Stars
|
||||
428,1,6,4,-1,0x42,1,3,1,yes,0,0,0,weapon,2, SG_SUN_WARM,Warmth of the Sun
|
||||
429,1,6,4,-1,0x42,1,3,1,yes,0,0,0,weapon,2, SG_MOON_WARM,Warmth of the Moon
|
||||
430,1,6,4,-1,0x42,1,3,1,yes,0,0,0,weapon,2, SG_STAR_WARM,Warmth of the Stars
|
||||
428,1,6,4,-1,0x2,1,3,1,yes,0,0,0,weapon,2, SG_SUN_WARM,Warmth of the Sun
|
||||
429,1,6,4,-1,0x2,1,3,1,yes,0,0,0,weapon,2, SG_MOON_WARM,Warmth of the Moon
|
||||
430,1,6,4,-1,0x2,1,3,1,yes,0,0,0,weapon,2, SG_STAR_WARM,Warmth of the Stars
|
||||
431,0,0,4,0,0x1,0,4,1,yes,0,0,0,magic,0, SG_SUN_COMFORT,Comfort of the Sun
|
||||
432,0,0,4,0,0x1,0,4,1,yes,0,0,0,magic,0, SG_MOON_COMFORT,Comfort of the Moon
|
||||
433,0,0,4,0,0x1,0,4,1,yes,0,0,0,magic,0, SG_STAR_COMFORT,Comfort of the Stars
|
||||
|
Loading…
x
Reference in New Issue
Block a user