summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2006-02-23- Modified the way autospells stack to mimic official servers. Cards of the s...skotlex8-154/+105
2006-02-22- Windwalk's bonus is now +5 miserable flee.skotlex1-1/+1
2006-02-22- Removed pc_break_equip, added function skill_break_equip which handles rate...skotlex5-112/+113
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...skotlex7-93/+145
2006-02-21- Fixed all skills getting range 0.... (except close confine which got range ...skotlex1-1/+1
2006-02-21- Some cleanup in skill.c, moved the icewall flag check to skill_notok.skotlex1-24/+9
2006-02-21- Modified party_send_movemap and guild_send_info_short to send the mini-dots...skotlex4-24/+81
2006-02-21- Fix to prevent using main chat when it disabled in atcommand_athena.LuzZza3-5/+5
2006-02-21- Some fine-tuning of the warp portal code which prevents it from messing up ...skotlex2-14/+30
2006-02-21- Vending is now cancelled on a pc_setposskotlex4-16/+19
2006-02-21- Oh yeah, made Super Novice explosion spirits trigger when the last phrase i...skotlex2-2/+1
2006-02-20- Added back the char-sql server sending the GM list when the map server conn...skotlex1-0/+2
2006-02-20- Play-dead and Basilica now do block Gospelskotlex2-35/+13
2006-02-20- SC_NOCHAT won't be cancelled on death.skotlex2-39/+44
2006-02-20- Close confine won't get the bonus range on cast as other skills do due to e...skotlex2-2/+3
2006-02-20- Added sd variables menuskill_id/menuskill_lv to store menu-based selections...skotlex6-106/+166
2006-02-20- Corrected implementation of Gangster Paradise to just prevent mobs from tar...skotlex3-14/+26
2006-02-20* Updated item_bluebox.txt, item_giftbox.txt, item_violetbox.txt, item_db.txt...Komurka1-6/+9
2006-02-20- Fixed Taekwon stances not triggering.skotlex4-13/+44
2006-02-19* Preparing eA for new mob_skill_db from Aegis 10.2 [Komurka]Komurka1-1/+1
2006-02-19- Fixed a compile warning this time ~.~skotlex1-1/+1
2006-02-19- Oops, fixed the compilation error.skotlex2-4/+6
2006-02-19- Added sd->canuseitem_tick = tick to the pc_authok initializer data. Fixes i...skotlex2-15/+13
2006-02-19- Fixed parsing of @kamic/@kamib to check for case.skotlex3-28/+32
2006-02-18- Removed the SP_<stat> cases from status_get_sc_def as they were colliding w...skotlex2-14/+9
2006-02-18* Implemented SG_MIRACLE (Miracle of the Sun, Moon and Stars)Komurka7-8/+37
2006-02-18- Added an alternate path searching method for non-stacking mode.skotlex3-11/+29
2006-02-18- Cleaned up irc.c (moved variable declarations before code commants >.>)skotlex1-10/+14
2006-02-18- Fixed possible crash due to invalid index in the pet select packet.skotlex1-0/+3
2006-02-17- Added NK value 3: No damage + area of effect skill (NK_SPLASH_NO_DAMAGE)skotlex11-545/+383
2006-02-17- Modified the included files in irc.c, used as reference the includes in com...skotlex1-4/+17
2006-02-17- Fixed the memory leak on opt_2str as pointed out by End of Examskotlex1-2/+4
2006-02-17- Fixed crash in AL_TELEPORT.skotlex1-2/+2
2006-02-17- Now you can't close-confine and already confined mob.skotlex2-32/+26
2006-02-16- Added a new column in the skill_db to specify the splash-range/area-of-effe...skotlex2-13/+15
2006-02-16- Autocasted AL_TELEPORT should now automatically pick menu entry rather than...skotlex1-5/+11
2006-02-16- In CELL_NOSTACK mode, mob_canreach will now ignore other players when check...skotlex3-9/+17
2006-02-16- Fixed the include in irc.c from strings.h to string.h, which fixes a bunch ...skotlex1-1/+1
2006-02-16- Cleaned up function pc_useitem and pc_isUseitemskotlex1-82/+94
2006-02-16- Fixed crash in chrif_load_scdata warning message.skotlex1-1/+1
2006-02-16- Fixed pets displaying "strangely" when they did not have their pet armorskotlex2-4/+4
2006-02-15- Added battle config option pk_level_range for specifying valid level ranges...skotlex3-12/+26
2006-02-15- Fixed the char servers to store correctly exp as uints. They are also cappe...skotlex1-1/+1
2006-02-15- Made the warm skills BF_WEAPON type so that they may trigger effect cards.skotlex7-157/+215
2006-02-15- Fixed @lvup commmand raising levels when you specify a negative value.. aga...skotlex1-4/+4
2006-02-15- Fixed @lvup commmand raising levels when you specify a negative value...skotlex1-1/+1
2006-02-15- Some cleaning of the slave moving code.skotlex5-30/+27
2006-02-14- Hiding cancels Close Confine.skotlex5-855/+514
2006-02-13- Added battle config sc_def_rate which adjusts natural defense of characters...skotlex3-3/+10