summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-11Added a missing const qualifier to a variable. (bugreport:4472)Paradox924X1-1/+1
2010-10-09Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls.Paradox924X1-153/+153
2010-10-06* Touched up the party booking patch, seems I forgot some lines in clif.c...a...L0ne_W0lf1-0/+6
2010-10-05* Added Spira's Party Booking System implementationL0ne_W0lf1-1/+146
2010-09-18* Added bard/dancer songs and duets to the nodispell list. (bugreport:4411)L0ne_W0lf1-5/+2
2010-09-09All mobs whose display sprites are those of a job id will now appropriately b...Paradox924X1-1/+1
2010-08-26- Fixed duration of Box_Of_Sunlight. (bugreport:4408)brianluau1-0/+4
2010-08-20- Added a few missing updates to the last packet update to properly support p...Skotlex1-2/+6
2010-08-20Fixed a typo in clif_storagelistInkfish1-1/+1
2010-08-19- Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used ...Skotlex1-47/+146
2010-08-17Fixed an exploit where unauthorized GMs can give zeny through auction.Inkfish1-0/+6
2010-08-14* Quest log kill count now updated properly. (Added from topic 253813)L0ne_W0lf1-11/+13
2010-08-03- Merged a few minor bugfixesSkotlex1-76/+212
2010-06-28* Follow up to r13895, added a battle.conf setting to control if ranges shoul...L0ne_W0lf1-8/+0
2010-06-20Fixed codepage indicators being included in NPCs' whispervars. (bugreport:4325)Gepard1-0/+3
2010-06-14* Blocked being able to use the skill CR_DEVOTION on players under the status...L0ne_W0lf1-0/+3
2010-06-14'clif_hpmeter' shouldn't send the packet to the player himself.Inkfish1-1/+1
2010-06-09* Added support for packet 0x7fe which changes the bgm temporarily for a sing...Yommy1-1/+21
2010-06-01Replaced all occurrences of 'leaved' with 'withdraw'.Paradox924X1-1/+1
2010-06-01Rewrote and optimized clif_hpmeter to employ map_foreachinarea() rather than ...Paradox924X1-34/+33
2010-05-19partial revert of r14295brianluau1-1/+1
2010-05-16- Fixed a small typo in a shop name. (bugreport:4235)brianluau1-1/+1
2010-04-23Merged a few updates for supporting renewal clients (thanks to Diablo): [Skot...skotlex1-49/+93
2010-03-24* Implemented NPC_TALK (Credit to SnakeDrak and Daegaladh)L0ne_W0lf1-0/+23
2010-02-21Changes to how right-click gm kick checks gm privileges:ultramage1-8/+21
2010-02-19* Fixed NPC_INVINCIBLE can be dispelled. (bugreport:4046)Inkfish1-1/+1
2010-02-09Expanded range for cached and stored-in-db guild member exp (devotion) from u...Paradox924X1-1/+1
2010-02-062010/02/06Inkfish1-1/+25
2010-01-30- Added support for PACKETVER 20100105, which updates the vending related pac...skotlex1-13/+39
2010-01-20Fixed a wrong interpretion to "clif_addskill" packet. follow up to r14218Inkfish1-5/+5
2010-01-15* Fixed change cart packet doesn't check for skill.Inkfish1-1/+56
2009-12-20Quick-added support for the new whisper packet (bugreport:3942).ultramage1-0/+11
2009-11-19- Applied the renewal client support patch from Diablo (eA forum topic 222623)skotlex1-14/+150
2009-11-13Resolved a client hang in the scenario where the client sent loadendack befor...ultramage1-8/+14
2009-11-03Extended broadcast implementation:Gepard1-47/+42
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-06Fixed rental items can be moved into guild storage from cart.Inkfish1-1/+1
2009-10-04- Implemented new packets for rental items (from Jobbie and Natz and fixed by...zephyrus1-106/+195
2009-09-12* Clarified the names of some questlog functions and eventually implemented k...Inkfish1-16/+34
2009-09-04* QuestLog Fix.Inkfish1-7/+7
2009-08-27- Fixed typo in Hyegun_Hat (5367). (bugreport:1935)brianluau1-1/+1
2009-08-26Fixed mercenary info not being re-sent after using @refresh (bugreport:2335).ultramage1-0/+5
2009-08-25Implemented Progress Bar.(topic:207933)Inkfish1-1/+33
2009-08-21Fixed the wrong packet length makes client choke when add_quest packets are s...Inkfish1-1/+1
2009-08-12- Optimization to instance system.zephyrus1-2/+3
2009-08-11* Fixed autospell and autobonus will still trigger even if the chance is 0.Inkfish1-0/+2
2009-08-02* Questlog code cleanup.Inkfish1-1/+22
2009-07-25Rewrote Quest Log system.Inkfish1-48/+43
2009-07-11* Some updates for range check. (bugreport:3339)Inkfish1-1/+1