summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-08* Updates to various client packets.ai4rei1-4/+4
2011-01-29* Removed @aw/@away which duplicates and collides with client's /am (away mes...ai4rei1-26/+0
2011-01-28* Fixed @accept not checking, whether or not a duel is already full (bugrepor...ai4rei1-0/+7
2011-01-23* Some cleaning here and there.ai4rei1-1/+1
2011-01-14* Removed unconditional redundant status change checks before status_change_e...ai4rei1-1/+1
2011-01-14* Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropria...ai4rei1-5/+5
2011-01-08* Fixed @homlevel usage message stating, that deleveling is possible, althoug...ai4rei1-5/+4
2011-01-07* Fixed @alootid using 'autolootitem' (internal name) in it's usage message (...ai4rei1-4/+4
2010-12-30* Fixed improper use of itemdb_search. It does not return NULL but a dummy it...ai4rei1-4/+4
2010-12-26* Fixed items, that get dropped at 100% chance, being reported in @iteminfo a...ai4rei1-3/+3
2010-12-26* Updated commands @delitem/#delitem.ai4rei1-39/+49
2010-12-22* Resolved random compiler warnings.ai4rei1-3/+3
2010-12-12* Cleaned up MOTD reading (related r292 and r4552).ai4rei1-17/+27
2010-12-07* Reverted r14563, due to multiple issues which render the source malfunction...ai4rei1-190/+190
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X1-190/+190
2010-12-03* Removed leftovers of the item_value_db.txt feature (bugreport:2031, since a...ai4rei1-1/+1
2010-12-02* Various code tweaks and updates related to item types.ai4rei1-9/+5
2010-12-02* Added support for IT_CASH to @iteminfo, logging filters and item drop rate ...ai4rei1-3/+4
2010-12-02* Removed clif_weather_sub and clif_misceffect2 in favor of clif_specialeffec...ai4rei1-2/+2
2010-11-30* Made skill_tree.txt reading use sv_readdb. [Ai4rei]ai4rei1-1/+1
2010-11-28* Added clr_type enumeration for vanish effect constants.ai4rei1-11/+11
2010-11-26* Fixed base and job exp not getting reset on (de)leveling through commands (...ai4rei1-8/+8
2010-11-23* Various small cleanups.ai4rei1-16/+58
2010-11-22* Fixed guild and guild member exp truncation issue (bugreport:4130, since r1...ai4rei1-1/+1
2010-11-20* Made atcommand declarations use ACMD_FUNC macro (bugreport:4252, related r1...ai4rei1-225/+225
2010-11-20* Fixed @doom and @doommap spamming packets for the visual effect on invoker ...ai4rei1-2/+2
2010-11-02Modified certain atcommands to use 64 bit arithmetic before capping a value t...Paradox924X1-3/+3
2010-10-21 * Removed unused 'indoors' mapflag (follow-up to r3729).Gepard1-2/+0
2010-10-13Prevented direct transformation into dummy jobs via @jobchange command. (bugr...Paradox924X1-14/+16
2010-10-13Prevented @stpoint and @skpoint from causing overflows.Paradox924X1-2/+2
2010-10-09Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls.Paradox924X1-5/+5
2010-08-19* Follow up to r14383, changed use of clif_font_area to clif_font, seems Skot...L0ne_W0lf1-2/+2
2010-08-19- Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used ...Skotlex1-3/+3
2010-08-10Updated several buffers to use an appropriate size of CHAT_SIZE_MAX rather th...Paradox924X1-19/+19
2010-08-10Made the rates command much more verbose.Paradox924X1-5/+14
2010-08-10Ensure exp rate changes from a reloadbattleconf cause a call to mob_reload().Paradox924X1-1/+3
2010-06-01Rewrote the autotrade mapflag check and display from r14322.Paradox924X1-2/+5
2010-06-01Fixed a few typos from r14322.Paradox924X1-1/+1
2010-06-01Added support for using 'town', 'autotrade', 'allowks', 'monster_noteleport',...Paradox924X1-2/+10
2010-05-31Rewrote and reorganized checks in @autotrade to check and display most useful...Paradox924X1-22/+22
2010-05-10- Fixed the Juice Maker's "As many as I can" option. (bugreport:4155)brianluau1-1/+1
2010-04-10- Fixed a comparison check in OBB quest. (bugreport:4167)brianluau1-11/+11
2010-03-24* Implemented NPC_TALK (Credit to SnakeDrak and Daegaladh)L0ne_W0lf1-4/+18
2010-01-15* Fixed change cart packet doesn't check for skill.Inkfish1-1/+1
2010-01-08- Fixed a typo in Orc's Memory.brianluau1-1/+1
2009-11-19- Applied the renewal client support patch from Diablo (eA forum topic 222623)skotlex1-50/+4
2009-11-11- Fixed a typo in Strawberry Cake (12319). (bugreport:3702)brianluau1-3/+3
2009-11-03Extended broadcast implementation:Gepard1-6/+6
2009-11-02* Quick fix to char command checking gm level of the target player instead of...Inkfish1-1/+16
2009-10-25Reverted renaming foreach functions and create a new one for OnTouch so that ...Inkfish1-4/+4