summaryrefslogtreecommitdiff
path: root/src/map/mob.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-24- Another mob_summon fix. Slave summoning SHOULD be working now.skotlex1-1/+1
2006-03-24- Fixed skillidx not being set whenever a mob uses a skill.skotlex1-2/+9
2006-03-24- Added function map_search_freecell to locate an available cell around an ar...skotlex1-94/+32
2006-03-23- Changed Preserve's cost to 30spskotlex1-1/+1
2006-03-22- Merged the unit_data structure from jA for handling unit-related data (atta...skotlex1-1450/+394
2006-03-20- Added monster_ai&16 setting for executing the hard ai on ALL mobs in maps w...skotlex1-11/+19
2006-03-19* Recoded getmobdata script function. Fixed mob_damage typo sd -> mvp_sd. Cle...Lance1-13/+12
2006-03-17* Fixed misleading and inaccurately documented events and added a missing flag. Lance1-9/+11
2006-03-17* Another compiler warning...Lance1-1/+1
2006-03-16* mob_chat_sub fix. Added buildin_pcblockmove. Lance1-2/+2
2006-03-16* BL_PC and BL_MOB control script commands (experimental).Lance1-3/+15
2006-03-16- Fixed mob random walk interval being set to up to 6K seconds in some instan...skotlex1-1/+1
2006-03-15- Removed the hardcoded duration of 30seconds for sleep.skotlex1-1/+1
2006-03-15- Added battle config options item_rate_adddrop, item_drop_add_min and item_d...skotlex1-1/+6
2006-03-14- Fixed WZ_WATERBALL + HW_MAGICPOWERskotlex1-1/+1
2006-03-12- Updated clone skill copy to consider combo-skills.skotlex1-10/+18
2006-03-09- Some small cleanups in mob_read_mobavail (or however it is named)skotlex1-3/+3
2006-03-09- Moved a bunch of sc_effects that should be cancelled on hit from mob_damage...skotlex1-9/+0
2006-03-09- Fixed a bug that was making the no_spawn_on_player setting useless.skotlex1-1/+2
2006-03-08- Mobs will now chase you even if you hit them from outside their range of view.skotlex1-7/+13
2006-03-08- Items now store the top MAX_SEARCH drops from mobs and lists them through t...skotlex1-6/+26
2006-03-08- Added functions mobdb_searchname_array and itemdb_searchname_array which re...skotlex1-0/+33
2006-03-07- Some corrections due to the guild skill position change.skotlex1-1/+1
2006-03-06- Fixed a debug message showing up on skill castend nodamage id when using a ...skotlex1-1/+2
2006-03-04- Fixed missing baby-dancer job in exp2.txtskotlex1-1/+1
2006-03-03- Added a column in skill_cast_db for specifying can't walk delays.skotlex1-1/+1
2006-03-03- Small fixes on mob_skill_useskotlex1-3/+9
2006-03-02- Some cleanup on mob_can_reach code to prevent unnecessary path-searchingskotlex1-42/+55
2006-03-02- Fixed mobs targetting themselves after using a support skill.skotlex1-3/+5
2006-03-02- Fixed item pickup not picking anything unless you were in a party with item...skotlex1-1/+3
2006-03-02- Some cleanup of the mob skill reading. Added error reporting for unknown st...skotlex1-15/+28
2006-03-01- Turn Undead and Offensive Resurrection should now work on undead players.skotlex1-21/+38
2006-02-23- Added mob skill conditions myhpinrate and friendhpinrate for using HP range...skotlex1-17/+26
2006-02-22- Added map chk cells types CELL_CHKREACH and CELL_CHKNOREACH, they are the s...skotlex1-8/+4
2006-02-21- Vending is now cancelled on a pc_setposskotlex1-1/+4
2006-02-20- Corrected implementation of Gangster Paradise to just prevent mobs from tar...skotlex1-4/+13
2006-02-18* Implemented SG_MIRACLE (Miracle of the Sun, Moon and Stars)Komurka1-1/+3
2006-02-18- Added an alternate path searching method for non-stacking mode.skotlex1-11/+24
2006-02-17- Added NK value 3: No damage + area of effect skill (NK_SPLASH_NO_DAMAGE)skotlex1-50/+32
2006-02-17- Now you can't close-confine and already confined mob.skotlex1-9/+0
2006-02-16- In CELL_NOSTACK mode, mob_canreach will now ignore other players when check...skotlex1-1/+5
2006-02-15- Some cleaning of the slave moving code.skotlex1-24/+20
2006-02-14- Hiding cancels Close Confine.skotlex1-1/+1
2006-02-13- Made Land Protector Block Hammerfall.skotlex1-2/+21
2006-02-13- NPC_POWERUP now gives +40% atk per level.skotlex1-12/+7
2006-02-13- Added handling of type BL_PET to skill_unitgrouptickset_search. I know pets...skotlex1-2/+0
2006-02-10- Added range checking to mob skill loading of permillage and delay.skotlex1-3/+9
2006-02-09- Added function mob_respawn which makes a mob respawn on spot 3 seconds afte...skotlex1-12/+41
2006-02-09- Code rewrites in mob_damage and party_exp_even_share for correctly handling...skotlex1-32/+51
2006-02-08- Cleaned up and reorganized status_change_start. Now it also receives the su...skotlex1-1/+1