summaryrefslogtreecommitdiff
path: root/src/emap/clif.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-01Add hack for avoid npc_str buffer size limitation.Andrei Karas1-0/+20
2016-08-20Send party settings packet after party info packet.s20160820Andrei Karas1-0/+9
2016-07-21Add fail move response packet.Andrei Karas1-1/+80
2016-07-19Send inf2 in skill info packet.Andrei Karas1-0/+43
2016-07-19Send inf2 in add skill packet.Andrei Karas1-0/+58
2016-07-19Add inf2 into skill block packet.0x10f.Andrei Karas1-0/+66
2016-07-19Send inf2 in use skill packet.Andrei Karas1-1/+2
2016-07-18In skill casting packet also send skill level.Andrei Karas1-4/+5
2016-07-18In skill casting packet send splash range and not skill range.Andrei Karas1-1/+1
2016-07-17Add support for new casting packet 0xb1e.Andrei Karas1-0/+83
2016-05-13Dont hide egg card fields in packets.Andrei Karas1-0/+26
2016-05-02Update function hook prototypes for support new hercules.Andrei Karas1-74/+113
2016-05-02Add into all files where need #include "plugins/HPMHooking.h"Andrei Karas1-0/+2
2016-04-28Fix different warnings.Andrei Karas1-3/+3
2016-04-27Update plugin for support new hercules.Andrei Karas1-3/+4
2016-03-30Add missing checks.Andrei Karas1-279/+341
2016-03-06Show equipped slots weapon and shield always.Andrei Karas1-0/+26
2016-03-06Add support for show accessory slots.Andrei Karas1-0/+4
2016-02-26Remove useless casts after server update.Andrei Karas1-3/+3
2016-02-14Add support for item attribute MaxFloorOffset.Andrei Karas1-1/+17
2016-01-05Reimpliment packet 0x2e1 for old clients.Andrei Karas1-4/+97
2016-01-05Reimpliment packet 0x914 for old clients.Andrei Karas1-6/+89
2016-01-05Reimpliment packet 0x90f for old clients.Andrei Karas1-4/+77
2016-01-05Reimpliment packet 0x915 for old clients.Andrei Karas1-0/+193
2015-11-05Add pseudo npc varibale .alwaysVisible for show npc from any range on map.Andrei Karas1-0/+2
2015-10-28Remove wrong sending additional slots to same players.Andrei Karas1-1/+41
2015-10-28Fix sending player flags to other players.Andrei Karas1-0/+10
2015-10-21Fix translations on almost destroed server.Andrei Karas1-1/+3
2015-10-21Show duel messages in general tab.Andrei Karas1-0/+27
2015-10-18Rename malloc.h to memmgr.h in includes.Andrei Karas1-1/+1
2015-10-16Add script function and packet to set group of cells to given mask (gat value)Andrei Karas1-0/+23
2015-10-13Remove first moving tile if being already moving.Andrei Karas1-2/+8
2015-09-28Update copyright year.Andrei Karas1-1/+1
2015-09-28Add support for team id for battleground players.Andrei Karas1-0/+56
2015-08-16Add packet with cards and other attributes for dropped item on ground.Andrei Karas1-0/+47
2015-08-16Add packet with cards and other attributes for visible item on ground.Andrei Karas1-0/+46
2015-08-16Fix compilation after HPM update in server.Andrei Karas1-2/+4
2015-08-12Send to client if possible equipped items with inserted cards.Andrei Karas1-1/+140
2015-08-05Add workaround for allow always npc script execution after warping.Andrei Karas1-0/+6
2015-07-04Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with herc...Andrei Karas1-0/+377