diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-18 13:25:21 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-18 13:25:21 +0000 |
commit | ff6317b65b37c6439076afd810193baf893b3611 (patch) | |
tree | 90117e8581813a31fd9ffefa858fc1a0543debe0 /src/map/map.h | |
parent | 625630e64fe10dd9d46b87c742efbf47bff497da (diff) | |
download | hercules-ff6317b65b37c6439076afd810193baf893b3611.tar.gz hercules-ff6317b65b37c6439076afd810193baf893b3611.tar.bz2 hercules-ff6317b65b37c6439076afd810193baf893b3611.tar.xz hercules-ff6317b65b37c6439076afd810193baf893b3611.zip |
- Added a proper check to make aggressive mobs never override homun targets regardless of distance.
- Removed a bunch of homun-related variables that are not needed at all. The alive condition is removed, now the code checks for the hp value to know if the homun is alive or not.
- Cleaned up a bit the skill-id function, homun skill checks (such as delay and skill-lv learned) should be correct now.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7727 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/map/map.h b/src/map/map.h index fec279850..c6a7b168e 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -940,25 +940,12 @@ struct homun_data { int hungry_timer; //[orn]
-
int target_id,attacked_id;
- short attackable;
int natural_heal_timer; //[orn]
int hp_sub,sp_sub;
int inchealhptick,inchealsptick;
int nhealhp,nhealsp,nshealhp,nshealsp,nsshealhp,nsshealsp;
- short hp_loss_value;
- short sp_loss_value;
- short hp_loss_type;
- short sp_gain_value;
- short hp_gain_value;
- int hp_loss_tick;
- int sp_loss_tick;
- int hp_loss_rate;
- int sp_loss_rate;
- unsigned int canregen_tick;
-
unsigned short regenhp,regensp;
unsigned long exp_next;
|