* Fixed description of bCriticalAddRace having 'race' and 'crit' parameters interchanged (bugreport:4383, since r1116 and r1382, related r12804).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14509 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
81420ce9cd
commit
81a1e993cc
@ -1,6 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
|
|
||||||
2010/11/26
|
2010/11/26
|
||||||
|
* Fixed description of bCriticalAddRace having 'race' and 'crit' parameters interchanged (bugreport:4383, since r1116 and r1382, related r12804). [Ai4rei]
|
||||||
* Changed 'killerrid' and 'killedrid' from player vars to player params (bugreport:3249) [ultramage]
|
* Changed 'killerrid' and 'killedrid' from player vars to player params (bugreport:3249) [ultramage]
|
||||||
- Now stored in player session data, so they don't get saved on logout anymore.
|
- Now stored in player session data, so they don't get saved on logout anymore.
|
||||||
- Added sql upgrade script 'upgrade_svn14507.sql' to remove the now unused player variables.
|
- Added sql upgrade script 'upgrade_svn14507.sql' to remove the now unused player variables.
|
||||||
|
@ -194,7 +194,7 @@ bonus bSPGainValue,n; When killing a monster by physical attack, you gain n SP
|
|||||||
bonus bHPGainValue,n; When killing a monster by physical attack, you gain n HP
|
bonus bHPGainValue,n; When killing a monster by physical attack, you gain n HP
|
||||||
bonus bIgnoreDefMob,n; Ignore monster's DEF when attacking.
|
bonus bIgnoreDefMob,n; Ignore monster's DEF when attacking.
|
||||||
n: 0=All normal monster except Bosses, 1=All monsters
|
n: 0=All normal monster except Bosses, 1=All monsters
|
||||||
bonus2 bCriticalAddRace,n,r; Critical + n vs. enemies of race r
|
bonus2 bCriticalAddRace,r,n; Critical + n vs. enemies of race r
|
||||||
r:
|
r:
|
||||||
0=Formless, 1=Undead, 2=Brute, 3=Plant, 4=Insect,
|
0=Formless, 1=Undead, 2=Brute, 3=Plant, 4=Insect,
|
||||||
5=Fish, 6=Demon, 7=Demi-Human, 8=Angel, 9=Dragon,
|
5=Fish, 6=Demon, 7=Demi-Human, 8=Angel, 9=Dragon,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user