- Added a temporary message when Angel of the Sun, Moon and Stars trigger so you know it triggered.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8974 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
ffc5a83ea9
commit
8719acd1c1
@ -4,6 +4,8 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
|
|||||||
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
|
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
|
||||||
|
|
||||||
2006/10/12
|
2006/10/12
|
||||||
|
* Added a temporary message when Angel of the Sun, Moon and Stars trigger
|
||||||
|
so you know it triggered. [Skotlex]
|
||||||
* When slaves_inherit_speed is set (which is also the default), homun will
|
* When slaves_inherit_speed is set (which is also the default), homun will
|
||||||
have the same speed of their master when spawned. [Skotlex]
|
have the same speed of their master when spawned. [Skotlex]
|
||||||
* When using Hatred and you already have a hate target, your current hate
|
* When using Hatred and you already have a hate target, your current hate
|
||||||
|
@ -7057,6 +7057,7 @@ static int status_natural_heal(DBKey key,void * data,va_list app)
|
|||||||
pc_resethate(sd);
|
pc_resethate(sd);
|
||||||
pc_resetfeel(sd);
|
pc_resetfeel(sd);
|
||||||
//TODO: Figure out how to make the client-side msg show up.
|
//TODO: Figure out how to make the client-side msg show up.
|
||||||
|
clif_displaymessage(sd->fd,"[Angel of the Sun, Moon and Stars]");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
sregen->tick.sp -= battle_config.natural_heal_skill_interval;
|
sregen->tick.sp -= battle_config.natural_heal_skill_interval;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user