Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-10 | Hercules update. | Andrei Karas | 2 | -1/+2 | |
Add rodex support. | |||||
2017-08-09 | Add support for different use actions for items. | Andrei Karas | 7 | -0/+83 | |
2017-07-25 | Fix compilation after hercules update. | Andrei Karas | 1 | -1/+1 | |
2017-07-12 | Fix crash on exit if any hash iterators was used in scripts. | Andrei Karas | 1 | -10/+17 | |
Also improve a bit hashtable cleanup code. | |||||
2017-07-12 | Add player self flags packet (0xb25) | Andrei Karas | 5 | -0/+25 | |
Now it include group id Also change plugin version to 18. | |||||
2017-07-10 | Remove null char symbol from packet send_changenpc_title. | Andrei Karas | 1 | -1/+1 | |
2017-07-10 | In most cases send in send_pc_info language field even if some clients not ↵ | Andrei Karas | 1 | -2/+2 | |
support it. Old clients ignoring it anyway. | |||||
2017-06-27 | Fix item options in script functions successRemoveCardsIndex and ↵ | Andrei Karas | 1 | -47/+11 | |
failRemoveCardsIndex. | |||||
2017-06-05 | Remove areatimer from buildins. | Andrei Karas | 3 | -43/+0 | |
2017-06-05 | remove isstr | gumi | 3 | -17/+0 | |
2017-06-05 | remove misceffect | gumi | 3 | -32/+0 | |
2017-05-30 | Add support for creating items with cards in craft. | Andrei Karas | 4 | -12/+88 | |
2017-04-20 | Remove more unused functions. | Andrei Karas | 1 | -35/+0 | |
2017-04-20 | Remove unused functions. | Andrei Karas | 4 | -83/+0 | |
2017-04-20 | Prevent send packet 0x2dd and remove block for it from clif_send. | Andrei Karas | 1 | -2/+5 | |
2017-04-20 | Not allow send packet 0x84b (drop item packet). | Andrei Karas | 1 | -1/+4 | |
Also removing blocking this packet from clif_send. | |||||
2017-04-20 | Remove blocking and sending old packets for spawn, move, idle. | Andrei Karas | 2 | -17/+2 | |
2017-04-20 | Drop support for client protocol version 15 (Oct 26 2015). | Andrei Karas | 4 | -631/+13 | |
2017-04-20 | Drop support for client protocol version 14 (Oct 15 2015). | Andrei Karas | 1 | -1/+1 | |
2017-04-20 | Drop support for client protocol version 12 (Sep 28 2015). | Andrei Karas | 2 | -12/+1 | |
2017-04-20 | Drop support for client protocol version 11 (Aug 21 2015). | Andrei Karas | 1 | -25/+4 | |
2017-04-20 | Drop support for client protocol version 10 (Aug 16 2015). | Andrei Karas | 2 | -30/+5 | |
2017-04-20 | Drop support for client protocol version 8 (May 1 2015). | Andrei Karas | 2 | -30/+5 | |
2017-04-20 | Drop support for client protocol version 7 (Mar 2 2015). | Andrei Karas | 1 | -1/+1 | |
2017-04-20 | Drop support for client protocol version 6 (Feb 17 2015). | Andrei Karas | 1 | -10/+2 | |
2017-04-19 | Drop support for client protocol version 4 (Jan 5 2015). | Andrei Karas | 2 | -13/+1 | |
2017-04-19 | Drop support for client protocol version 3 (Nov 28 2014). | Andrei Karas | 2 | -13/+1 | |
2017-04-19 | Drop support for client protocol version 2 (Nov 10 2014). | Andrei Karas | 1 | -12/+0 | |
2017-04-19 | Add script functions for manipulate item options. | Andrei Karas | 3 | -0/+132 | |
New functions: getitemoptionidbyindex getitemoptionvaluebyindex getitemoptionparambyindex setitemoptionbyindex | |||||
2017-04-11 | Add todo about item options for charm items. | Andrei Karas | 1 | -1/+1 | |
2017-04-04 | Fix compilation error on new clang. | Andrei Karas | 1 | -1/+1 | |
2017-04-04 | Send current player language in send_pc_info. | Andrei Karas | 2 | -8/+14 | |
Send send_pc_info if language was changed. Also change plugin version to 17. | |||||
2017-04-04 | Update for latest hercules changes. | Andrei Karas | 1 | -1/+6 | |
2017-01-30 | Return for buy/sell request from client for custom shops, item list from ↵ | Andrei Karas | 1 | -5/+15 | |
cash shop. | |||||
2016-12-13 | Fix plugin after server update. | Andrei Karas | 4 | -46/+51 | |
2016-10-24 | Port some new code from hercules in replaced functions. | Andrei Karas | 2 | -0/+5 | |
2016-10-24 | Update skill array size after hercules update. | Andrei Karas | 1 | -1/+1 | |
2016-10-02 | Add support for spawn collision for mobs. | Andrei Karas | 5 | -0/+77 | |
2016-09-26 | Increase temp buffer size in craftconf.c for avoid possible overflow. | Andrei Karas | 1 | -1/+1 | |
2016-09-26 | Add/extend functions for manipulate quest variables and time. | Andrei Karas | 3 | -3/+78 | |
See evol script docs. | |||||
2016-09-26 | add support for clients with version >= 20 for quests packets with extended ↵ | Andrei Karas | 1 | -27/+74 | |
info. | |||||
2016-09-12 | Dont send packet 0x9cb to old clients. | Andrei Karas | 1 | -0/+23 | |
2016-09-05 | add slide buildin | gumi | 3 | -0/+26 | |
2016-09-04 | Add script command for close npc dialog only on client without affecting ↵ | Andrei Karas | 3 | -0/+9 | |
server side. New script command: closeclientdialog | |||||
2016-09-04 | Fix hack with input string. Previous commit missing custom input function. | Andrei Karas | 2 | -0/+2 | |
2016-09-03 | Add support for MinRange in item_db. | Andrei Karas | 6 | -0/+46 | |
If weapon used on range smaller than MinRange, weapon not attacking. | |||||
2016-09-01 | Add hack for avoid npc_str buffer size limitation. | Andrei Karas | 4 | -12/+105 | |
Now for npc_str used global variable. And it cant be used in any functions except input related buildins. | |||||
2016-09-01 | Add into mob_db skill type attacks modifier. | Andrei Karas | 5 | -4/+47 | |
New group in mob_db: SkillAttacks Example: SkillAttacks: { SM_BASH: 5000 // mean SM_BASH skill do 50% of normal damage } Default value is 10000 mean 100% | |||||
2016-08-31 | Add into mob_db weapot type attacks modifier. | Andrei Karas | 6 | -0/+221 | |
New group in mob_db: WeaponAttacks Example: WeaponAttacks: { Bows: 5000 // mean bow attack do 50% of normal attack } Default value is 10000 mean 100% | |||||
2016-08-24 | Fix changing homunculus or mercenary direction. | Andrei Karas | 1 | -1/+1 | |