summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-21- Fixed the Autosave routine not working when there's only one player online.skotlex1-1/+1
2006-08-20Fixed "int format, long unsigned int arg" warningtoms1-1/+1
2006-08-20- Added clif_skill_fail for homunc to skill_castend_id & skill_castend_pos ('...toms1-2/+2
2006-08-20- @useskill will now cause your homun to use the skill instead of you if the ...skotlex1-2/+9
2006-08-20- Fixed some Homunc issues with HR servers (capping some values)toms1-0/+30
2006-08-19- Fixed @homlvup bug toms1-1/+1
2006-08-18Fixed @homlvuptoms1-4/+8
2006-08-16- @produce now can make any kind of equipmentskotlex1-2/+3
2006-08-15- Cleaned up some of the pet related @/# commands, same for some script comma...skotlex1-31/+34
2006-08-13- Removed @itemcheck as it was totally pointless.skotlex1-41/+25
2006-08-09Heard skotlex voice, changed all msg_table[] into msg_txt() in atcommand.c ;)toms1-367/+367
2006-08-09- Crash-protections in the mail-checking function.skotlex1-36/+36
2006-08-08- Casting Kaensin will clear out Suiton and viceversa now.skotlex1-4/+3
2006-08-05- Updated @mobinfo to display slots in the drop information.skotlex1-7/+8
2006-08-04- Enabled Mastery damage on Soul Breaker again, moved adv katar mastery out o...skotlex1-17/+6
2006-08-03Fix a bug in atcommand_charspeedtoms1-1/+1
2006-08-03- Cleaned up the last NJ update code.skotlex1-2/+51
2006-08-02Fixed homunculus error messagetoms1-1/+1
2006-08-01- Cleaned up some more the SC_JAILED codeskotlex1-37/+270
2006-07-31Little fix on dueltoms1-1/+2
2006-07-31Added possibility to restrict duel usage to same maptoms1-0/+6
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