summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-02- Re-added { } that were accidentally removed in last commit.brianluau1-1/+2
2009-07-02- Added mosk_que to the mapcache (follow up to r13903).brianluau1-20/+19
2009-06-20- Instancing System (Thanks to Sirius White who did most of the code, with so...zephyrus1-1/+105
2009-06-20* Changed Asura Strike/Jump Kick to target skill to get rid of the "target de...Inkfish1-42/+7
2009-06-19* Implemented script command "areamobuseskill" and skill NPC_INVINCIBLE and N...Inkfish1-2/+2
2009-06-15* Skill through items will not be blocked when 90% overweight. (bugreport:3246)Inkfish1-5/+5
2009-06-11Adjusted the code order in clif_parse_gmkick() to avoid invalid pointer acces...ultramage1-6/+13
2009-06-08- Fixed Swordsman Medallion to be usable by Star Gladiators.skotlex1-2/+4
2009-06-07Fixing the 'name requests work at any distance' exploit (bugreport:3206).ultramage1-0/+3
2009-06-03* Some clean ups on autocast and itemskill code. (see topic:220921 for some i...Inkfish1-5/+11
2009-05-19* Miracle should only be dispelled on map change.Inkfish1-5/+4
2009-05-19Added missing packet 0x2c9 and fixed 0x2da's length errorInkfish1-3/+21
2009-05-15Cleaning/fixing the previous commits a bitultramage1-1/+1
2009-05-15- Fixed a bunch of invalid memory access bugs as reported by Valgrind.skotlex1-4/+3
2009-05-13PNEUMA, BASILICA and SAFETYWALL no longer protect you from such negative stat...Inkfish1-3/+2
2009-05-12- Rental items now can be stackable items too.zephyrus1-2/+34
2009-05-07* Added check on stackable items to 'checkweight' (bugreport:1569, bugreport:...Inkfish1-5/+4
2009-05-02- Fixed some typos in the script command documentation. (bugreport:2547)brianluau1-1/+1
2009-04-23Added length check to functions clif_parse_CreateChatRoom and clif_parse_Chat...ultramage1-5/+11
2009-04-23Made some adjustments to the land skill code, based on official information:ultramage1-1/+1
2009-04-20Adjusted the exploit crashfix from r13678 to abort when invalid input is dete...ultramage1-2/+2
2009-04-17- Critical crash fix. Please update your servers.zephyrus1-0/+3
2009-04-14* Cooking success chance is now affected by DEX and LUKPlaytester1-1/+1
2009-04-03Quick-fixed a bug that let anyone kick any online character from the mapserve...ultramage1-11/+2
2009-03-30Defined new server-side PACKETVER 20081126 to add support for the modified pe...ultramage1-0/+7
2009-03-30Added packet 0x43f's length to the packet len table and adjusted related code...ultramage1-7/+6
2009-03-30Extended the hardcoded packet length table values up to MAX_PACKET_DB (0x500).ultramage1-52/+92
2009-03-29- Implementing official battleground "emblem" crossed swords icon.zephyrus1-213/+51
2009-03-29Enhanced the 'hack on npc menu' message in clif_parse_NpcSelectMenu.ultramage1-7/+10
2009-03-25Added correct packets for the food item creation window.ultramage1-1/+60
2009-03-24Ghetto-fixed the status timer packet for now.Sara1-1/+3
2009-03-24Some more fixes to my buggy commit -.-;Sara1-1/+4
2009-03-24:)akrus1-3/+2
2009-03-24Some fixes to my previous commit.Sara1-2/+2