Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-01 | Add hack for avoid npc_str buffer size limitation. | Andrei Karas | 1 | -0/+20 | |
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/+9 | |
This allow always know party settings without changing it. | |||||
2016-07-21 | Add fail move response packet. | Andrei Karas | 1 | -1/+80 | |
2016-07-19 | Send inf2 in skill info packet. | Andrei Karas | 1 | -0/+43 | |
2016-07-19 | Send inf2 in add skill packet. | Andrei Karas | 1 | -0/+58 | |
2016-07-19 | Add inf2 into skill block packet.0x10f. | Andrei Karas | 1 | -0/+66 | |
Increase plugin version to 15. | |||||
2016-07-19 | Send inf2 in use skill packet. | Andrei Karas | 1 | -1/+2 | |
2016-07-18 | In skill casting packet also send skill level. | Andrei Karas | 1 | -4/+5 | |
2016-07-18 | In skill casting packet send splash range and not skill range. | Andrei Karas | 1 | -1/+1 | |
2016-07-17 | Add support for new casting packet 0xb1e. | Andrei Karas | 1 | -0/+83 | |
In this packet added calculated skill range. | |||||
2016-05-13 | Dont hide egg card fields in packets. | Andrei Karas | 1 | -0/+26 | |
2016-05-02 | Update function hook prototypes for support new hercules. | Andrei Karas | 1 | -74/+113 | |
2016-05-02 | Add into all files where need #include "plugins/HPMHooking.h" | Andrei Karas | 1 | -0/+2 | |
2016-04-28 | Fix different warnings. | Andrei Karas | 1 | -3/+3 | |
2016-04-27 | Update plugin for support new hercules. | Andrei Karas | 1 | -3/+4 | |
Fixed function clif_disp_message. | |||||
2016-03-30 | Add missing checks. | Andrei Karas | 1 | -279/+341 | |
2016-03-06 | Show equipped slots weapon and shield always. | Andrei Karas | 1 | -0/+26 | |
Before it was invisible in some cases. | |||||
2016-03-06 | Add support for show accessory slots. | Andrei Karas | 1 | -0/+4 | |
2016-02-26 | Remove useless casts after server update. | Andrei Karas | 1 | -3/+3 | |
2016-02-14 | Add support for item attribute MaxFloorOffset. | Andrei Karas | 1 | -1/+17 | |
Change plugin version to 12. | |||||
2016-01-05 | Reimpliment packet 0x2e1 for old clients. | Andrei Karas | 1 | -4/+97 | |
2016-01-05 | Reimpliment packet 0x914 for old clients. | Andrei Karas | 1 | -6/+89 | |
2016-01-05 | Reimpliment packet 0x90f for old clients. | Andrei Karas | 1 | -4/+77 | |
2016-01-05 | Reimpliment packet 0x915 for old clients. | Andrei Karas | 1 | -0/+193 | |
2015-11-05 | Add pseudo npc varibale .alwaysVisible for show npc from any range on map. | Andrei Karas | 1 | -0/+2 | |
2015-10-28 | Remove wrong sending additional slots to same players. | Andrei Karas | 1 | -1/+41 | |
2015-10-28 | Fix sending player flags to other players. | Andrei Karas | 1 | -0/+10 | |
2015-10-21 | Fix translations on almost destroed server. | Andrei Karas | 1 | -1/+3 | |
2015-10-21 | Show duel messages in general tab. | Andrei Karas | 1 | -0/+27 | |
2015-10-18 | Rename malloc.h to memmgr.h in includes. | Andrei Karas | 1 | -1/+1 | |
2015-10-16 | Add script function and packet to set group of cells to given mask (gat value) | Andrei Karas | 1 | -0/+23 | |
New script function: setcells "map name", x1, y1, x2, y2, mask, "wall name" | |||||
2015-10-13 | Remove first moving tile if being already moving. | Andrei Karas | 1 | -2/+8 | |
This fix random one tile wrong moving. | |||||
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/+56 | |
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/+47 | |
2015-08-16 | Add packet with cards and other attributes for visible item on ground. | Andrei Karas | 1 | -0/+46 | |
2015-08-16 | Fix compilation after HPM update in server. | Andrei Karas | 1 | -2/+4 | |
2015-08-12 | Send to client if possible equipped items with inserted cards. | Andrei Karas | 1 | -1/+140 | |
Change server version to 7. | |||||
2015-08-05 | Add workaround for allow always npc script execution after warping. | Andrei Karas | 1 | -0/+6 | |
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/+377 | |
hercules. |