summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage1-1/+1
2011-06-26* Fixed @mobinfo displaying mvp rewards with 'AegisName' although normal drop...ai4rei1-2/+2
2011-06-16* Merges from charmerge:flaviojs1-15/+1
2011-05-15* Extracted calculations of the number of status points PC gets when leveling...Gepard1-3/+3
2011-05-14* Random accumulated bits and pieces.ai4rei1-5/+3
2011-04-28* Fixed @makehomun not checking for existing homunculus properly and thus all...ai4rei1-1/+1
2011-04-16* Some cleanups related to player and monster states.ai4rei1-4/+4
2011-04-09* Moved duel code into a separate file.ai4rei1-0/+1
2011-03-27* Added separate character state for vending (like for buyingstore), instead ...ai4rei1-3/+3
2011-03-20* Random accumulated tweaks and fixes.ai4rei1-24/+25
2011-03-08* Fixed @item2 and script command 'getitem2' not taking MAX_REFINE define int...ai4rei1-2/+2
2011-03-08* Fixed @str/@agi/@vit/@int/@dex/@luk commands setting a stat to 0 (rather th...ai4rei1-1/+1
2011-02-23* Updates to various custom stuff that buying stores might/are expected to su...ai4rei1-2/+2
2011-02-19* Implemented buying store system (aka. reverse vending, purchase shop) toget...ai4rei1-2/+2
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