Age | Commit message (Expand) | Author | Files | Lines |
2006-04-08 | - Added function status_change_init to initialize all the sc timers. Added sc... | skotlex | 1 | -4/+3 |
2006-04-08 | - Likely fixed a mob not returning to their original class view on respawn af... | skotlex | 1 | -4/+3 |
2006-04-07 | - Moved the devotion damage reduction to the block that only executes if flag... | skotlex | 1 | -0/+4 |
2006-04-06 | - Corrected the Soul Drain formula, thanks to Haplo for pointing it out. | skotlex | 1 | -1/+1 |
2006-04-06 | - Changed the random warping of mobs with no players from mob_spawn to unit_w... | skotlex | 1 | -1/+1 |
2006-04-03 | - Modified Rude-Attacked behaviour so that such skills only triggers when the... | skotlex | 1 | -3/+17 |
2006-04-03 | - Cleaned up (fixed?) a possible overflow in pc_isUseitem, thanks to foobar. | skotlex | 1 | -1/+1 |
2006-04-02 | - Added a missing memset on ers_alloc'ing mob loot which was making data from... | skotlex | 1 | -0/+1 |
2006-04-01 | - Fixes to the mob_ai routines. Prevent casting rude-attacked skills in situa... | skotlex | 1 | -9/+16 |
2006-04-01 | - Added structure view_data to handle sprite information for all characters (... | skotlex | 1 | -75/+36 |
2006-03-30 | - the auth function in login.c won't jstrescapecpy passwords that were encryp... | skotlex | 1 | -4/+4 |
2006-03-29 | - Applied a fix to not do xs/ys checks on npc_doevent when the npc is not on ... | skotlex | 1 | -12/+14 |
2006-03-29 | - Some cleaning of the mob_ai. Mobs should stop chasing once you are beyond t... | skotlex | 1 | -32/+40 |
2006-03-28 | - Fixed summon mobs being able to cast "summon" skills. | skotlex | 1 | -0/+2 |
2006-03-24 | - Another mob_summon fix. Slave summoning SHOULD be working now. | skotlex | 1 | -1/+1 |
2006-03-24 | - Fixed skillidx not being set whenever a mob uses a skill. | skotlex | 1 | -2/+9 |
2006-03-24 | - Added function map_search_freecell to locate an available cell around an ar... | skotlex | 1 | -94/+32 |
2006-03-23 | - Changed Preserve's cost to 30sp | skotlex | 1 | -1/+1 |
2006-03-22 | - Merged the unit_data structure from jA for handling unit-related data (atta... | skotlex | 1 | -1450/+394 |
2006-03-20 | - Added monster_ai&16 setting for executing the hard ai on ALL mobs in maps w... | skotlex | 1 | -11/+19 |
2006-03-19 | * Recoded getmobdata script function. Fixed mob_damage typo sd -> mvp_sd. Cle... | Lance | 1 | -13/+12 |
2006-03-17 | * Fixed misleading and inaccurately documented events and added a missing flag. | Lance | 1 | -9/+11 |
2006-03-17 | * Another compiler warning... | Lance | 1 | -1/+1 |
2006-03-16 | * mob_chat_sub fix. Added buildin_pcblockmove. | Lance | 1 | -2/+2 |
2006-03-16 | * BL_PC and BL_MOB control script commands (experimental). | Lance | 1 | -3/+15 |
2006-03-16 | - Fixed mob random walk interval being set to up to 6K seconds in some instan... | skotlex | 1 | -1/+1 |
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 |