summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Collapse)AuthorFilesLines
2008-05-08make pc_useitem reject to use other than type 0, since this is what we use ↵Dennis Friis1-0/+2
in TMW. Fixes bug where index based item shortcut (0.0.24.1) will use your items if slot shifted.
2008-04-21balance statpoint distribution a tadDennis Friis1-2/+2
2008-04-10Add configurable anti spam system, with possible auto ban.Dennis Friis1-0/+3
2008-04-06Goodbye fast attack bug, now you can control speeds of weapons in ↵Dennis Friis1-0/+3
conf/job_db1.txt like it was meant to
2008-04-05Comment out packet 0x139 (out of reach for attack), since TMW client does ↵Dennis Friis1-2/+2
not process this but uses own target system. Also, this will save a ton of CPU and NET traffic because fast attack would make the server call the checks and spew this packet out at a big rate.
2008-04-02patch derived from stable ea, that fixes duping and zero stackingDennis Friis1-0/+6
2008-04-02initial checkinDennis Friis1-0/+7485