summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Collapse)AuthorFilesLines
2009-09-22Prevent attacking while hiddenJared Adams1-1/+1
2009-09-20Initial support for skill poolsFate1-1/+1
2009-09-18Replace basic skill with three new skillsJared Adams1-22/+16
We want to handle skills differently that eAthena was made too. All new skills are leveled by NPCs instead of using the job sysetm. Also fixes some bugs.
2009-09-14Only report characters as GMs to clients if their GM level is 60Fate1-2/+2
2009-09-12Implemented pDeaf property (70) which makes PCs ignore regular PC chat ↵Fate1-1/+42
(except for GMs)
2009-08-31Merge commit 'taw/master'Jared Adams1-5/+5
2009-08-29Converted to Mersenne Twister for random.MadCamel1-4/+4
Randomerer! Also: Fixed a security problem. Can you find it?
2009-08-26Log /announce callsJared Adams1-1/+6
2009-08-18Revert 3b44872c6d1601abe33115a92cbb8e3e13d2bea5MadCamel1-1/+1
Dead players can talk again
2009-08-16Adjust auto ban code and add sit spam handlingJared Adams1-3/+8
All three ban types can now either ban or just ingore new packets. Trade and sit spam default to ignore. Chat spam defaults to 1hr ban.
2009-08-16Send GM flag to clientsJared Adams1-4/+2
2009-08-14Revert "Change sending of hair style and color"Jared Adams1-29/+0
This reverts commit 1b7508c510aae8906fdcd7309da47c97b2804184. After talking on IRC, this change is no longer needed.
2009-08-13Change sending of hair style and colorJared Adams1-0/+29
Send them together in overloaded change looks packets (twice for older clients). This lets newer clients be more flexible with their handling of hair.
2009-07-27prevent dead players from talkingMaximilian Philipps1-1/+1
cause it is annoying when a skull kills them and they keep talking like nothing happend.
2009-07-07Fixes to socket system to make it cope better with fd depletion.Dennis Friis1-3/+12
Also added timeout for fullconnect, secured map server from stateless connections.
2009-07-06Add a new trade spam systemJared Adams1-1/+1
2009-07-06Revert "Add a new trade spam system"Jared Adams1-1/+1
This reverts commit 2e87e5b65a02d8d9f867a0510f039cc319b3ffcb.
2009-07-06Add a new trade spam systemJared Adams1-1/+1
2009-06-25Move storage NPC close fix to storage.c. Fix @storeall, from ea stable.Dennis Friis1-5/+0
2009-06-25Put back jaxads fixes for NPC storage.Dennis Friis1-4/+4
2009-06-25Some fixes for dupes, inspired by ea stable.Dennis Friis1-5/+5
2009-06-25Dont allow any use of storage while in a trade, dereived from ea stable.Dennis Friis1-5/+5
2009-06-25More fixes to storage derived from ea stable.Dennis Friis1-15/+15
2009-06-25Fix a crash on mapexit derived from ea stable.Dennis Friis1-1/+1
2009-06-25Redo storage, derived from ea stable.Dennis Friis1-98/+98
2009-06-16Removed unnecessary am-healing flag, incorporated healing packets with ↵Fate1-10/+0
regular opt status flags. This, together with the clientdata update, should fix the stuck healing state.
2009-05-31repeating spell invocations quickly no longer counts as spamming as per ↵Fate1-18/+22
Slicer's new tests
2009-05-17Transform underscores that preceed NPC names into blanks before sending to ↵Fate1-1/+6
clients
2009-05-14Added pc_logout() hook to process players who are logging outFate1-0/+1
When poisoned and logging out, set hp to 1 to avoid cheap poison cure exploit
2009-05-13Fixed all compiler warnings and several small bugs in the processMadCamel1-8/+8
2009-05-13Cleans up the net code for effectsChuck Miller1-20/+4
Removes the 0x1f3 packet since its the same as 0x19b packet, and our client doesn't handle 0x1f3.
2009-05-13GM commands triggered from clif are now loggedMadCamel1-4/+15
2009-05-13Fix GM notificationJared Adams1-3/+1
2009-05-13Add support for sending GM info to playersJared Adams1-0/+6
2009-05-11Send healing effect on client introductionJared Adams1-0/+12
2009-05-03Changed all times to use UTCMadCamel1-3/+3
2009-04-24Don't send looks packets when invisibleJared Adams1-0/+3
2009-04-22Spam checks for tradeMadCamel1-8/+8
2009-04-19Restore @command on whisperJared Adams1-312/+325
2009-04-09New and improved anti-spam systemMadCamel1-54/+18
2009-04-06Remove some stuff from direction change packetsJared Adams1-4/+4
2009-04-04Fix spam detectionJared Adams1-8/+2
2009-04-02Block whisper spamJared Adams1-66/+16
2009-03-23DOn't parse packets out of rangeJared Adams1-1/+1
2009-03-14Fix some storage-related codeJared Adams1-4/+7
You can't end NPC scripts with openstorage, which will now wait for the user.
2009-03-14More @command cleanupJared Adams1-2/+2
2009-03-11FIx a bug dealing with storage and scriptingJared Adams1-0/+2
Also remove some depug printing statements that were accidentally commited
2009-03-10Apply sanity checks from WombatJared Adams1-3/+3
2009-03-08Some more cleanupJared Adams1-6/+1
2009-03-08Remove pet and vending systemsJared Adams1-768/+39