summaryrefslogtreecommitdiff
path: root/src/map/map.h
AgeCommit message (Expand)AuthorFilesLines
2006-04-26- Updated item_db.sql to current.skotlex1-4/+0
2006-04-26- Wedding Dress/Tuxedo now handle view-change using the onequip/onunequip scr...skotlex1-1/+0
2006-04-23git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6239 54...shinomori1-0/+2
2006-04-22- Added SC_KEEPING/SC_BARRIER to calc_flag in status_change_endskotlex1-5/+8
2006-04-21- Updated the HP/SP leech structures to have race-data attached to them.skotlex1-21/+36
2006-04-20- Added two columns to item_db: equip_script and unequip_script are scripts t...skotlex1-3/+2
2006-04-20- Added support for n to specify minutes to @charban. skotlex1-1/+2
2006-04-18- Removed message 592 from trade.cskotlex1-1/+0
2006-04-18* Shinomori's method (kinda) of remote script execution with interaction.Lance1-0/+1
2006-04-17- Added state.running to unit_data to make it easier to check for running cha...skotlex1-0/+2
2006-04-13- Changed slave chasing from using unit_walktobl to map_search_freecell + uni...skotlex1-1/+1
2006-04-12- Added special_state changebase to identify when a character has a special-v...skotlex1-0/+1
2006-04-11- Added ers handling for skill_timerskill structures.skotlex1-1/+1
2006-04-11- Implemented use of ers for skill_unit_groups to reduce memory usage. NEEDS ...skotlex1-1/+1
2006-04-11- Multiple optimizations to the unit_data auto-chase upgrade, also simplified...skotlex1-2/+1
2006-04-10- Modified the unit_data structure to handle automatically switching between ...skotlex1-0/+2
2006-04-03- Removed the flag variable from the npc_data structure. Disabled NPCs are no...skotlex1-1/+0
2006-04-01* Dynamic shops support with script callback. (needs testing)Lance1-0/+1
2006-04-01- Added structure view_data to handle sprite information for all characters (...skotlex1-10/+25
2006-03-28- Added a debug function to locate all "looping warps"skotlex1-4/+0
2006-03-25- Added a missing escape in logging chats.skotlex1-3/+3
2006-03-24- Fixed Warp Portal.skotlex1-1/+0
2006-03-24- Added function map_search_freecell to locate an available cell around an ar...skotlex1-0/+1
2006-03-22- Merged the unit_data structure from jA for handling unit-related data (atta...skotlex1-140/+121
2006-03-22- status_check_skilluse won't block skill-specific checks (silence, berserk, ...skotlex1-0/+1
2006-03-17* Fixed misleading and inaccurately documented events and added a missing flag. Lance1-1/+2
2006-03-16* mob_chat_sub fix. Added buildin_pcblockmove. Lance1-0/+1
2006-03-16* BL_PC and BL_MOB control script commands (experimental).Lance1-0/+2
2006-03-15- Added mapflag nodrop, fixed mapflag notrade.skotlex1-0/+1
2006-03-15- Added battle config options item_rate_adddrop, item_drop_add_min and item_d...skotlex1-1/+1
2006-03-08- Added functions mobdb_searchname_array and itemdb_searchname_array which re...skotlex1-0/+2
2006-03-08@job ninja/gs.Vicious1-136/+136
2006-03-07mapid of ninja/gsVicious1-0/+2
2006-03-07git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5496 54...blackhole891-2/+3
2006-03-07- Some corrections due to the guild skill position change.skotlex1-3/+0
2006-03-03- Trick dead now ends on logoutskotlex1-0/+1
2006-03-03* IDE error.Lance1-7/+0
2006-03-03- Added the skill-related variables to pet_data, removed the pet skill delay ...skotlex1-0/+3
2006-02-23- Modified the way autospells stack to mimic official servers. Cards of the s...skotlex1-2/+2
2006-02-22- Changed the MAX_MOBSKILL value to 50 to give some 'breathing' room.skotlex1-1/+1
2006-02-22- Added map chk cells types CELL_CHKREACH and CELL_CHKNOREACH, they are the s...skotlex1-2/+21
2006-02-20- Added sd variables menuskill_id/menuskill_lv to store menu-based selections...skotlex1-3/+2
2006-02-19* Preparing eA for new mob_skill_db from Aegis 10.2 [Komurka]Komurka1-1/+1
2006-02-17- Added NK value 3: No damage + area of effect skill (NK_SPLASH_NO_DAMAGE)skotlex1-1/+1
2006-02-16- Fixed pets displaying "strangely" when they did not have their pet armorskotlex1-1/+1
2006-02-13- Made Land Protector Block Hammerfall.skotlex1-1/+1
2006-02-13- NPC_POWERUP now gives +40% atk per level.skotlex1-2/+3
2006-02-13- Added CELL_CHKSTACK to check if a map cell is stacked (CELL_NOSTACK server ...skotlex1-0/+1
2006-02-10- Changed the server's default MAX_LEVEL capacity to 1000.skotlex1-1/+1
2006-02-10- Modified map_searchrandfreecell to always do a check on a 9x9 area around t...skotlex1-1/+0