Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-14 | Add legacy bl name packets for legacy clients | Andrei Karas | 1 | -0/+4 | |
2019-04-08 | Update from hercules | Andrei Karas | 1 | -4/+4 | |
2018-09-25 | Fix name response packets for manaplus with packet version 24 or older. | Andrei Karas | 1 | -0/+3 | |
2018-07-26 | Fix compilation after hercules update. | Andrei Karas | 1 | -3/+1 | |
2017-08-10 | Dont send rodex icon packet to old clients. | Andrei Karas | 1 | -0/+2 | |
2017-04-20 | Remove unused functions. | Andrei Karas | 1 | -15/+0 | |
2017-04-20 | Drop support for client protocol version 15 (Oct 26 2015). | Andrei Karas | 1 | -3/+0 | |
2016-09-01 | Add hack for avoid npc_str buffer size limitation. | Andrei Karas | 1 | -0/+2 | |
Now for npc_str used global variable. And it cant be used in any functions except input related buildins. | |||||
2016-08-20 | Send party settings packet after party info packet.s20160820 | Andrei Karas | 1 | -0/+2 | |
This allow always know party settings without changing it. | |||||
2016-07-21 | Add fail move response packet. | Andrei Karas | 1 | -1/+2 | |
2016-07-19 | Send inf2 in skill info packet. | Andrei Karas | 1 | -0/+3 | |
2016-07-19 | Send inf2 in add skill packet. | Andrei Karas | 1 | -0/+2 | |
2016-07-19 | Add inf2 into skill block packet.0x10f. | Andrei Karas | 1 | -0/+1 | |
Increase plugin version to 15. | |||||
2016-07-17 | Add support for new casting packet 0xb1e. | Andrei Karas | 1 | -0/+8 | |
In this packet added calculated skill range. | |||||
2016-05-13 | Dont hide egg card fields in packets. | Andrei Karas | 1 | -0/+4 | |
2016-05-02 | Update function hook prototypes for support new hercules. | Andrei Karas | 1 | -40/+68 | |
2016-04-27 | Update plugin for support new hercules. | Andrei Karas | 1 | -1/+1 | |
Fixed function clif_disp_message. | |||||
2016-01-05 | Reimpliment packet 0x2e1 for old clients. | Andrei Karas | 1 | -0/+9 | |
2016-01-05 | Reimpliment packet 0x914 for old clients. | Andrei Karas | 1 | -2/+4 | |
2016-01-05 | Reimpliment packet 0x90f for old clients. | Andrei Karas | 1 | -0/+2 | |
2016-01-05 | Reimpliment packet 0x915 for old clients. | Andrei Karas | 1 | -0/+4 | |
2015-10-28 | Fix sending player flags to other players. | Andrei Karas | 1 | -0/+1 | |
2015-10-21 | Show duel messages in general tab. | Andrei Karas | 1 | -0/+3 | |
2015-10-16 | Add script function and packet to set group of cells to given mask (gat value) | Andrei Karas | 1 | -0/+2 | |
New script function: setcells "map name", x1, y1, x2, y2, mask, "wall name" | |||||
2015-09-28 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2015-09-28 | Add support for team id for battleground players. | Andrei Karas | 1 | -0/+2 | |
New script function: setbgteam bgid, num It set for 'bgid' team id to 'num'. | |||||
2015-08-16 | Add packet with cards and other attributes for dropped item on ground. | Andrei Karas | 1 | -0/+1 | |
2015-08-16 | Add packet with cards and other attributes for visible item on ground. | Andrei Karas | 1 | -0/+1 | |
2015-08-12 | Send to client if possible equipped items with inserted cards. | Andrei Karas | 1 | -0/+2 | |
Change server version to 7. | |||||
2015-08-05 | Add workaround for allow always npc script execution after warping. | Andrei Karas | 1 | -0/+2 | |
In hercules it not enabled because Gravity client have issue if warp to other map. | |||||
2015-07-04 | Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with ↵ | Andrei Karas | 1 | -0/+26 | |
hercules. |