summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-24* Reorganized the contents of the mapserver's header files.ultramage1-0/+1
2008-03-18Fixed OnPCLoginEvent not working correctly (bugreport:1182).ultramage1-1/+1
2008-03-18- Added the official adoption method.zephyrus1-4/+5
2008-03-13- Added a fix for Abracadabra, this skills allways should use minimum a Yello...zephyrus1-0/+41
2008-03-05* Added code to clear the Illusionary Shadow effect (followup to r12293)ultramage1-2/+2
2008-03-04- Updated firepillar so it cannot be placed on top of others.skotlex1-5/+8
2008-03-03- Merged mail system to Stable. Need a second check... please wait.zephyrus1-5/+5
2008-03-02Fixed wrong mvp format string for @mobinfo (would not show big mvp exp reward...ultramage1-1/+1
2008-02-29- Starting preparatives for Auctions System.zephyrus1-0/+12
2008-02-29- Added @cash and @points command to manage your cash/kafra points.zephyrus1-0/+33
2008-02-26- Added new settings for autotrade on battle/misc.conf (you can read descript...zephyrus1-38/+45
2008-02-22Fixed @whomap not unlocking the player db (bug in r12204)ultramage1-0/+1
2008-02-21- Fixed new guilds displaying online-connect member count at 0 rather than 1,...skotlex1-1/+1
2008-02-17- Updated Eye of Hellion to use the new format of the input command.skotlex1-1/+1
2008-02-14- Some optimizations to @noks (now using a Status Change timer).zephyrus1-3/+18
2008-02-14Removed/replaced all calls to map_getallusers (followup to r12195).ultramage1-315/+283
2008-02-14- Added some new config settings: homunculus_autoloot, idle_no_autoloot, max_...zephyrus1-1/+84
2008-02-11Getting rid of map_getallusers(), part 1ultramage1-92/+99
2008-02-07- Fixed Freezing Trap doing no damage (changed type from misc to weapon)skotlex1-1/+1
2008-02-01Added a missing script On-events index refresh operation after a npc is unloa...ultramage1-0/+1
2008-01-26Some random cleaningultramage1-4/+4
2008-01-15* Manner system fixingultramage1-3/+11
2008-01-10- Removed 'skill_steal_type' from skill.conf as said config no longer exists.skotlex1-2/+2
2008-01-09- corrected duration of sphere mines to be 30 secs regardless of skill levelskotlex1-2/+0
2008-01-06Cleaned up mob_once_spawn() and mob_once_spawn_area().ultramage1-3/+3
2007-12-22Fixed mob AI code iterating over non-mob objects without checking, when monst...ultramage1-14/+17
2007-12-19Fixed some formatting glitches in atcommand.cultramage1-61/+61
2007-12-19Fixed yet another buffer overflow, in @adoptultramage1-6/+7
2007-12-18Fixed a possible buffer overflow in @partyoption code.ultramage1-7/+6
2007-12-07- removed the timer heap correction code when the timers overflow since Flavi...skotlex1-1/+1
2007-11-22- Changed the status_change structure to use dynamic rather than static memor...skotlex1-21/+21
2007-11-17Made OnTouch zone dimensions be stored as radius instead of diameter.ultramage1-1/+1
2007-11-14Fixed some homunculus skill offset calculation mistakes (bugreport:363)ultramage1-1/+1
2007-11-12* Fixed @addwarp crashing the map server (bugreport:390).FlavioJS1-12/+18
2007-11-09* Re-worked the login-char-map packet spam mechanismultramage1-18/+2
2007-11-08* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.FlavioJS1-2/+2
2007-11-07Applied knc's fix to let authorized GMs use @go on 'nogo'-flagged maps.ultramage1-1/+1
2007-11-05Corrected the max. allowed skill name length, and optimized code that works w...ultramage1-7/+3
2007-11-01Reverted the part of r11625 where MAP_NAME_LENGTH_EXT was changed (to allow ....ultramage1-11/+11
2007-10-31* Added names to the SC_ and SI_ enums, now they can be used to properly indi...ultramage1-202/+157
2007-10-29Fixed a compilation problem and warning (maybe).ultramage1-1/+0
2007-10-29Command code cleaning (refer to topic:169759)ultramage1-1018/+551
2007-10-27Removed 'petid', a command from r284 to look up pet ids by name.ultramage1-40/+0
2007-10-24- added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which...skotlex1-7/+1
2007-10-22- Added the new mail system. Requires optimization and tests.zephyrus1-102/+6
2007-10-18Fixed numerous /W4 warnings (and created more :)ultramage1-3/+4
2007-10-18* Removed commented-out code for check_fake_id()ultramage1-5/+9
2007-10-18Some code cleaning...ultramage1-8/+6
2007-10-17* Reworked the parsing at npc.c.FlavioJS1-2/+3
2007-10-16* Fixed a copy-paste mistake in disguise code (from r5833)ultramage1-2/+1