index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
mob.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-03-15
- Removed the hardcoded duration of 30seconds for sleep.
skotlex
1
-1
/
+1
2006-03-15
- Added battle config options item_rate_adddrop, item_drop_add_min and item_d...
skotlex
1
-1
/
+6
2006-03-14
- Fixed WZ_WATERBALL + HW_MAGICPOWER
skotlex
1
-1
/
+1
2006-03-12
- Updated clone skill copy to consider combo-skills.
skotlex
1
-10
/
+18
2006-03-09
- Some small cleanups in mob_read_mobavail (or however it is named)
skotlex
1
-3
/
+3
2006-03-09
- Moved a bunch of sc_effects that should be cancelled on hit from mob_damage...
skotlex
1
-9
/
+0
2006-03-09
- Fixed a bug that was making the no_spawn_on_player setting useless.
skotlex
1
-1
/
+2
2006-03-08
- Mobs will now chase you even if you hit them from outside their range of view.
skotlex
1
-7
/
+13
2006-03-08
- Items now store the top MAX_SEARCH drops from mobs and lists them through t...
skotlex
1
-6
/
+26
2006-03-08
- Added functions mobdb_searchname_array and itemdb_searchname_array which re...
skotlex
1
-0
/
+33
2006-03-07
- Some corrections due to the guild skill position change.
skotlex
1
-1
/
+1
2006-03-06
- Fixed a debug message showing up on skill castend nodamage id when using a ...
skotlex
1
-1
/
+2
2006-03-04
- Fixed missing baby-dancer job in exp2.txt
skotlex
1
-1
/
+1
2006-03-03
- Added a column in skill_cast_db for specifying can't walk delays.
skotlex
1
-1
/
+1
2006-03-03
- Small fixes on mob_skill_use
skotlex
1
-3
/
+9
2006-03-02
- Some cleanup on mob_can_reach code to prevent unnecessary path-searching
skotlex
1
-42
/
+55
2006-03-02
- Fixed mobs targetting themselves after using a support skill.
skotlex
1
-3
/
+5
2006-03-02
- Fixed item pickup not picking anything unless you were in a party with item...
skotlex
1
-1
/
+3
2006-03-02
- Some cleanup of the mob skill reading. Added error reporting for unknown st...
skotlex
1
-15
/
+28
2006-03-01
- Turn Undead and Offensive Resurrection should now work on undead players.
skotlex
1
-21
/
+38
2006-02-23
- Added mob skill conditions myhpinrate and friendhpinrate for using HP range...
skotlex
1
-17
/
+26
2006-02-22
- Added map chk cells types CELL_CHKREACH and CELL_CHKNOREACH, they are the s...
skotlex
1
-8
/
+4
2006-02-21
- Vending is now cancelled on a pc_setpos
skotlex
1
-1
/
+4
2006-02-20
- Corrected implementation of Gangster Paradise to just prevent mobs from tar...
skotlex
1
-4
/
+13
2006-02-18
* Implemented SG_MIRACLE (Miracle of the Sun, Moon and Stars)
Komurka
1
-1
/
+3
2006-02-18
- Added an alternate path searching method for non-stacking mode.
skotlex
1
-11
/
+24
2006-02-17
- Added NK value 3: No damage + area of effect skill (NK_SPLASH_NO_DAMAGE)
skotlex
1
-50
/
+32
2006-02-17
- Now you can't close-confine and already confined mob.
skotlex
1
-9
/
+0
2006-02-16
- In CELL_NOSTACK mode, mob_canreach will now ignore other players when check...
skotlex
1
-1
/
+5
2006-02-15
- Some cleaning of the slave moving code.
skotlex
1
-24
/
+20
2006-02-14
- Hiding cancels Close Confine.
skotlex
1
-1
/
+1
2006-02-13
- Made Land Protector Block Hammerfall.
skotlex
1
-2
/
+21
2006-02-13
- NPC_POWERUP now gives +40% atk per level.
skotlex
1
-12
/
+7
2006-02-13
- Added handling of type BL_PET to skill_unitgrouptickset_search. I know pets...
skotlex
1
-2
/
+0
2006-02-10
- Added range checking to mob skill loading of permillage and delay.
skotlex
1
-3
/
+9
2006-02-09
- Added function mob_respawn which makes a mob respawn on spot 3 seconds afte...
skotlex
1
-12
/
+41
2006-02-09
- Code rewrites in mob_damage and party_exp_even_share for correctly handling...
skotlex
1
-32
/
+51
2006-02-08
- Cleaned up and reorganized status_change_start. Now it also receives the su...
skotlex
1
-1
/
+1
2006-02-06
- Added define clif_deadsit to send the dead state into player packets if the...
skotlex
1
-8
/
+15
2006-02-05
* Added some of eAIRC bot code, written by me and LittleWolf. It is disabled ...
Valaris
1
-0
/
+6
2006-02-02
- Improved the NPC timer system to enable to have multiple timers going on at...
skotlex
1
-5
/
+2
2006-02-01
- Trick Dead makes you stop walking now.
skotlex
1
-1
/
+1
2006-02-01
- Fixed a typo bug in SC_STAR_COMFORT handling.
skotlex
1
-58
/
+58
2006-01-31
- Fixed skill_check_cloak to use the current skill level of the cloaking skil...
skotlex
1
-1
/
+1
2006-01-31
- Cleaned up Summon Slave mob skill to only summon number of missing mobs to ...
skotlex
1
-13
/
+10
2006-01-31
- Fixed being able to Encore skills you no longer have in your tree.
skotlex
1
-0
/
+2
2006-01-30
- Autoloot now uses the item's base drop chance rather than final drop rate t...
skotlex
1
-7
/
+7
2006-01-30
Moved MVP log code so it can log all MVP, not only when player gets MVP item,...
Komurka
1
-4
/
+3
2006-01-29
AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES ...
Valaris
1
-0
/
+5020
2006-01-29
Clearing trunk.
Valaris
1
-4577
/
+0
[next]