summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-25* Implemented the official version of 'OnTouch' named as 'OnTouch_'.(it can b...Inkfish1-4/+4
2009-10-12Partially revert r14085, NPC names are allowed to be more than 24 character l...Inkfish1-2/+2
2009-10-04- Implemented new packets for rental items (from Jobbie and Natz and fixed by...zephyrus1-0/+6
2009-06-30Fixed sql char deletion code using a broken pet deletion query (ran very slow...ultramage1-209/+143
2009-06-23Minor update to atcommand_jailfor and atcommand_char_ban's modif_p var increm...Paradox924X1-2/+8
2009-06-13Changed a few sprintf's that had no format arguments to strcpy's.Paradox924X1-1/+1
2009-06-08- Added 'font' config in atcommand_athena.conf (bugreport:3123)brianluau1-14/+14
2009-05-17Removed the optional target parameter from atcommand_homshuffle, since the st...ultramage1-23/+4
2009-05-15- Fixed a bunch of invalid memory access bugs as reported by Valgrind.skotlex1-1/+1
2009-05-12- Rental items now can be stackable items too.zephyrus1-22/+58
2009-03-31(bugreport:2836) A correction of a typographical error with GM command logging.sketchyphoenix1-1/+1
2009-03-30Fixed atcommand_param() using a hardcoded @ symbol, which broke on charcomman...ultramage1-5/+3
2009-03-24* Added support for new status change packet, uses new setting display_status...Sara1-5/+6
2009-02-25- Bugreport #2800 ( Atcommands usables without restriction :S )zephyrus1-2/+1
2009-02-24Replaced giving dummy sd gm levels in script commands atcommand and charcomma...sketchyphoenix1-1/+2
2009-02-23 * Consolidated is_atcommand() and is_atcommand_sub()sketchyphoenix1-86/+86
2009-02-20Increased variable size for status/skill points to remove the 65k cap (bugrep...ultramage1-16/+6
2009-02-19* Fixed impropper filling of w4 in npc_parsesrcfile when there are less than ...FlavioJS1-19/+8
2009-02-06* Follow up to r13485. (bugreport:2741)FlavioJS1-8/+7
2009-01-25- Implemented new Pet Bonus System. Enjoy!! :Dzephyrus1-1/+2
2009-01-20Fixed a boolean operator mistake in @memo command, caused by r11625 (bugrepor...ultramage1-1/+1