index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
status.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-07-28
Commiting mpeg's NJ work(from jA). some things might have gotten reversed/bro...
Vicious
1
-41
/
+38
2006-07-28
- Added missing SC information to NPC_CHANGEUNDEAD
skotlex
1
-0
/
+1
2006-07-27
- Now when you set the guardian's HP, if the guardian is spawned, it's HP wil...
skotlex
1
-4
/
+40
2006-07-27
- Some cleaning in status.c. Removed some unnecessary lines, and added proper...
skotlex
1
-62
/
+20
2006-07-27
- Readded the check which prevents Cloaking from activating when your learned...
skotlex
1
-2
/
+11
2006-07-21
- Added a check to prevent Blind from ending while standing on a fog of wall.
skotlex
1
-0
/
+9
2006-07-20
- Added pc_check_weapontype to do a proper skill weapon check that takes into...
skotlex
1
-2
/
+2
2006-07-20
- Corrected Cloaking level 1-2 not letting you move across walls.
skotlex
1
-9
/
+7
2006-07-19
- Fixed the inf code update breakage which was blocking all offensive skills.
skotlex
1
-17
/
+22
2006-07-19
- Modified the targetted skill logic to enable offensive skills to be targett...
skotlex
1
-1
/
+29
2006-07-18
- Fixed a crash when trying to extend TK's infinite combo feature.
skotlex
1
-0
/
+1
2006-07-18
- Corrected Venom splasher's splash damage
skotlex
1
-7
/
+1
2006-07-18
- Added a proper check to make aggressive mobs never override homun targets r...
skotlex
1
-40
/
+14
2006-07-17
- Should have fixed the Cart Termination damage code to be scaled correctly w...
skotlex
1
-1
/
+2
2006-07-17
Orn's and Albator's Homunculus system, finally, YAY!!
DracoRPG
1
-104
/
+306
2006-07-14
- Kaahi no longer shows the heal effect to everyone.
skotlex
1
-5
/
+17
2006-07-12
- status_damage will no longer fail when the target is not on a map AND the f...
skotlex
1
-2
/
+5
2006-07-11
- Coded @reset.
skotlex
1
-4
/
+2
2006-07-11
- Corrected Frost Nova's splash range and Land Protector's cast range. Thanks...
skotlex
1
-3
/
+1
2006-07-08
- Fixed the new addeff structure not working well with SC_STONE (because SC_S...
skotlex
1
-0
/
+2
2006-07-08
- Fixed mobinfo displaying exp as signed ints rather than unsigned.
skotlex
1
-0
/
+50
2006-07-07
- Status_calc_bl will no longer stop you from attacking/walking when the mode...
skotlex
1
-2
/
+4
2006-07-07
- Added a temporary band-aid to prevent executing the script of non-arrows wh...
skotlex
1
-1
/
+3
2006-07-06
- Added EQP_/EQI_ constants in pc.h to identify equip position and equip inde...
skotlex
1
-12
/
+12
2006-07-04
- Added structure s_addeffect to handle status change additions. Cleaned up r...
skotlex
1
-6
/
+2
2006-07-03
- Warmth will dispel when warping now (or else the effect is left on the ground)
skotlex
1
-2
/
+2
2006-07-03
- Fixed a compile warning in login sql/txt
skotlex
1
-1
/
+1
2006-06-30
- Removed the check to prevent equipped items from being traded as pc_delitem...
skotlex
1
-0
/
+2
2006-06-29
- Some indentation corrections.
skotlex
1
-0
/
+6
2006-06-27
- Fixed indentation on int_pet.c (how did it got messed up?)
skotlex
1
-1
/
+8
2006-06-27
- Corrected the element of hunter traps.
skotlex
1
-1
/
+3
2006-06-26
- Forgot to add Tatami Gaeshi's 3 sec block of ranged attacks.
skotlex
1
-1
/
+1
2006-06-26
- Corrected unit id of desperado and Ground Drift using jA's info.
skotlex
1
-14
/
+18
2006-06-23
- Updated BD_INTOABYSS's unit flag to not affect mobs.
skotlex
1
-2
/
+2
2006-06-21
- Added function parse_hostbyname() which takes a hostname and a char[4]. The...
skotlex
1
-0
/
+16
2006-06-20
- Updated skill_require_db to place the Zeny requirements of ZenyNage and Fling.
skotlex
1
-5
/
+16
2006-06-19
Reverting my change.. lalala
Lance
1
-3
/
+0
2006-06-19
- Some cleanups and corrections in battle.c to account for negative (absorbed...
skotlex
1
-1
/
+0
2006-06-19
* [Fixed]:
Lance
1
-2
/
+5
2006-06-17
- Devotion absorbed damage will now appear to come from oneself (instead of t...
skotlex
1
-1
/
+1
2006-06-16
- Removed unused variable aspd_rate in map_session_data.
skotlex
1
-34
/
+34
2006-06-16
- Modified the bNoMagicDamage/bNoWeaponDamage bonuses to be a 0-100 setting. ...
skotlex
1
-2
/
+2
2006-06-15
- Altered a bit how status_set_viewdata behaves in regards to Wedding/Xmas op...
skotlex
1
-4
/
+12
2006-06-15
- Fixed clif_send not sending packets to SELF when specifying AREA if the sou...
skotlex
1
-11
/
+1
2006-06-15
- Fixed and cleaned up script command 'equip'
skotlex
1
-1
/
+1
2006-06-14
- Modified how luk reduces status changes by reducing the gap. Eg: resist = v...
skotlex
1
-19
/
+35
2006-06-14
- blocked again skill usage during marionette.
skotlex
1
-3
/
+3
2006-06-13
- Marionette and Devotion will now check raw distance and ignore obstacles an...
skotlex
1
-2
/
+2
2006-06-13
- Added HM_SKILLBASE, MAX_HOMUNSKILL to specify the skill level range of Homu...
skotlex
1
-41
/
+66
2006-06-13
- Oppositions can't be made during WoE now.
skotlex
1
-5
/
+6
[next]