summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-26- @pettalk will now fail when muted.skotlex1-0/+4
2006-07-25- Fixed duel accept invite sending the packet before the duel data is set (re...skotlex1-4/+4
2006-07-22- Applied Toms's suggested corrections to homun code.skotlex1-9/+5
2006-07-22- Added blocking of @me when muted or in berserk status.skotlex1-0/+4
2006-07-21- Small bug fixes found during merging to stable process, includes correct HP...skotlex1-1/+1
2006-07-20- corrected @homlevel up and one entry in the homun exp table as reported on ...skotlex1-0/+1
2006-07-20- Should have fixed @refine applying multiple times to equipment that uses mu...skotlex1-0/+8
2006-07-18- Added atcommand @partyoption, lets you alter the party item-distribution ty...skotlex1-7/+58
2006-07-18- Added a proper check to make aggressive mobs never override homun targets r...skotlex1-2/+2
2006-07-18- Updated mob_db.sql to current mob_db.txt data.skotlex1-3/+2
2006-07-17atcommand_follow is now more verbose.Euph1-3/+9
2006-07-17Orn's and Albator's Homunculus system, finally, YAY!!DracoRPG1-0/+169
2006-07-13- Fixed @storeall and @charstoreall failing when the target character already...skotlex1-7/+23
2006-07-11- Made @monsterignore be an universal ignore. Means you cannot be targetted a...skotlex1-3/+4
2006-07-11- Fixed clif_parse not checking for func_parse before sending data to the con...skotlex1-39/+25
2006-07-11- Coded @reset.skotlex1-33/+31
2006-07-08- Fixed mobinfo displaying exp as signed ints rather than unsigned.skotlex1-1/+1
2006-07-06- Added EQP_/EQI_ constants in pc.h to identify equip position and equip inde...skotlex1-1/+1
2006-07-05- Updated @refine to take account of MAX_REFINE, thanks to Omega... GM Desig...skotlex1-25/+25
2006-06-28- Cleaned up a bit the code for @itemskotlex1-39/+37
2006-06-27- Corrected the element of hunter traps.skotlex1-5/+5
2006-06-23- Fixed @autoloot being off by 0.01% when entering a manual value.skotlex1-1/+1
2006-06-22- Corrected autoloot so that you can specify rate with decimal precision ("@a...skotlex1-14/+7
2006-06-21* [Added]: Lance1-1/+1
2006-06-16- Corrected @speed to alter your base speed instead of battle one. Means the ...skotlex1-2/+2
2006-06-13- Updated clif_disp_onlyself to not use dynamic memory and write directly to ...skotlex1-1/+1
2006-06-12- @heal no longer displays a healing animation. Fixes the client believing yo...skotlex1-4/+4
2006-06-12- Fixed npc_checknear's distance check returning the opposite of what it shou...skotlex1-3/+1
2006-06-10- Added structure party_data and party_member_data to the map server to hold ...skotlex1-26/+26
2006-06-09- Fixed @mapinfo displaying incorrectly maps with nosave which send you back ...skotlex1-1/+3
2006-06-08- Fixed @skilltree printing out Unknown job for most targets used.skotlex1-0/+1
2006-06-07- Fixed item info not displaying the found item id... ~.~skotlex1-2/+2
2006-06-07- Fixed item info not displaying the weight value properly.skotlex1-1/+1
2006-06-05Fixed @mi/@mobinfo not showing the name collumns correclyshadow1-2/+2
2006-06-02Typo fix.LuzZza1-2/+2
2006-06-01- Fixed @mobinfo displaying the wrong element.skotlex1-1/+1
2006-05-30- Rewrote/cleaned up @petfriendly.skotlex1-27/+15
2006-05-30[Optimized]: Lance1-20/+9
2006-05-30- Removed the on-die specific code from unit_remove_map and placed it on the ...skotlex1-3/+2
2006-05-29[Optimized] Lance1-5/+2
2006-05-28- Added functions status_revive, pc_revive and mob_revive to handle revival (...skotlex1-40/+19
2006-05-27- Added structure status_data which holds status-related information (str, ag...skotlex1-57/+59
2006-05-25added noVending mapflag. Tested. + custom Market Place NPC, fixed MSG stringsLupus1-5/+7
2006-05-10- Rewrote/cleaned up trade.c for a more clean trading implementation.skotlex1-0/+23
2006-05-10- Modified @commands to use Meruru's code which is faster and does a fair att...skotlex1-24/+36
2006-05-06- Fixed a bug in @commands, most likely the reason some people were still get...skotlex1-1/+1
2006-05-05- Fixed @commands not showing the last available commands (unless the total a...skotlex1-1/+3
2006-05-05- Read changelog.Zido1-1/+4
2006-05-04git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6476 54...eaac1-23/+65
2006-05-03- Corrected @whomap directly invoking msg_table[] rather than msg_txt()skotlex1-3/+3