Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-04 | Change packet version from not existing 20150000 to 20141022.s20170411 | 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 | 3 | -9/+15 | |
Send send_pc_info if language was changed. Also change plugin version to 17. | |||||
2017-04-04 | Update for latest hercules changes. | Andrei Karas | 2 | -2/+8 | |
2017-03-06 | Change plugin version to 16.s20170404 | Andrei Karas | 1 | -1/+1 | |
2017-01-30 | Switch gcc 5 ci test from testing to unstable.s20170306 | Andrei Karas | 1 | -2/+2 | |
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 | Use git none strategy in success and fail ci job. | Andrei Karas | 1 | -0/+4 | |
2016-12-13 | Fix plugin after server update. | Andrei Karas | 5 | -47/+52 | |
2016-10-24 | Port some new code from hercules in replaced functions.s20161213 | Andrei Karas | 2 | -0/+5 | |
2016-10-24 | Update skill array size after hercules update. | Andrei Karas | 3 | -8/+8 | |
2016-10-24 | Compilation fix after server code update. | Andrei Karas | 1 | -1/+1 | |
2016-10-02 | Add support for spawn collision for mobs.s20161024s20161017s20161004 | 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 | Switch image from unstable to stable for gcc 4.9 in .gitlab-ci.yml | Andrei Karas | 1 | -16/+4 | |
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 | Merge branch 'slide' into 'master' s20160912s20160911 | Andrei Karas | 3 | -0/+26 | |
add slide buildin See merge request !3 | |||||
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 | |
2016-08-20 | Send party settings packet after party info packet.s20160820 | Andrei Karas | 3 | -0/+12 | |
This allow always know party settings without changing it. | |||||
2016-08-17 | Add function for convert label to int and int to label. | Andrei Karas | 4 | -0/+19 | |
New functions: getlabel - get label and return int tolabel - get int and return label | |||||
2016-08-13 | Add own pc_jobchange function. not change job exp and send new packet for ↵s20160814 | Andrei Karas | 3 | -0/+226 | |
slots changes. | |||||
2016-08-10 | Add console command serverexit. | Andrei Karas | 4 | -0/+47 | |
It works in same way with gm command serverexit. | |||||
2016-08-10 | Add support for exit codes for git pull and building plugin code. | Andrei Karas | 3 | -0/+3 | |
2016-08-10 | Add support for exit codes for building plugin code. | Andrei Karas | 3 | -0/+3 | |
2016-08-10 | Add support for exit codes for git pull and rebuilding code. | Andrei Karas | 3 | -0/+3 | |
2016-08-10 | Add support for exit codes for git pull and building code. | Andrei Karas | 3 | -1/+4 | |
2016-08-10 | Add support for exit codes for rebuilding code. | Andrei Karas | 3 | -0/+3 | |
2016-08-10 | Add support for exit codes for building code. | Andrei Karas | 3 | -1/+4 | |
2016-08-10 | Add support for exit status code for pull and restart. | Andrei Karas | 3 | -0/+3 | |
2016-08-10 | Add gm command for send restart events to all servers. | Andrei Karas | 12 | -1/+108 | |
For now it support only one char and one map server. For support this actions need use hercules wrapper. | |||||
2016-08-08 | Add monster wall collision type.s20160809 | Andrei Karas | 1 | -39/+58 | |
2016-08-06 | Not allow hit with bow and without ammo. | Andrei Karas | 1 | -1/+1 | |
2016-08-04 | Reduce memory usage in vectors.evolrelease2016-08-07 | Andrei Karas | 4 | -7/+8 | |
2016-07-31 | Fix memory leak on exit/item_db reload after adding vectors in item_db. | Andrei Karas | 1 | -0/+2 | |
2016-07-31 | Add into item_db.conf support for attribute AllowAmmo for bows. | Andrei Karas | 7 | -0/+87 | |
This allow limit any arrow/ammo for any bows/guns. | |||||
2016-07-31 | Use VECTOR for allowed cards array. | Andrei Karas | 4 | -11/+23 | |
2016-07-27 | Add homunculus exp packet (0xb22) | Andrei Karas | 6 | -17/+91 | |
2016-07-23 | Fix random issues with visible cards in some items. | Andrei Karas | 1 | -6/+4 | |
2016-07-21 | Add fail move response packet. | Andrei Karas | 5 | -2/+97 | |
2016-07-19 | Send inf2 in skill info packet. | Andrei Karas | 3 | -0/+47 | |
2016-07-19 | Send inf2 in add skill packet. | Andrei Karas | 3 | -0/+61 | |