summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-05Merge branch 'slide' into 'master' s20160912s20160911Andrei Karas3-0/+26
2016-09-05add slide buildingumi3-0/+26
2016-09-04Add script command for close npc dialog only on client without affecting serv...Andrei Karas3-0/+9
2016-09-04Fix hack with input string. Previous commit missing custom input function.Andrei Karas2-0/+2
2016-09-03Add support for MinRange in item_db.Andrei Karas6-0/+46
2016-09-01Add hack for avoid npc_str buffer size limitation.Andrei Karas4-12/+105
2016-09-01Add into mob_db skill type attacks modifier.Andrei Karas5-4/+47
2016-08-31Add into mob_db weapot type attacks modifier.Andrei Karas6-0/+221
2016-08-24Fix changing homunculus or mercenary direction.Andrei Karas1-1/+1
2016-08-20Send party settings packet after party info packet.s20160820Andrei Karas3-0/+12
2016-08-17Add function for convert label to int and int to label.Andrei Karas4-0/+19
2016-08-13Add own pc_jobchange function. not change job exp and send new packet for slo...s20160814Andrei Karas3-0/+226
2016-08-10Add console command serverexit.Andrei Karas4-0/+47
2016-08-10Add support for exit codes for git pull and building plugin code.Andrei Karas3-0/+3
2016-08-10Add support for exit codes for building plugin code.Andrei Karas3-0/+3
2016-08-10Add support for exit codes for git pull and rebuilding code.Andrei Karas3-0/+3
2016-08-10Add support for exit codes for git pull and building code.Andrei Karas3-1/+4
2016-08-10Add support for exit codes for rebuilding code.Andrei Karas3-0/+3
2016-08-10Add support for exit codes for building code.Andrei Karas3-1/+4
2016-08-10Add support for exit status code for pull and restart.Andrei Karas3-0/+3
2016-08-10Add gm command for send restart events to all servers.Andrei Karas12-1/+108
2016-08-08Add monster wall collision type.s20160809Andrei Karas1-39/+58
2016-08-06Not allow hit with bow and without ammo.Andrei Karas1-1/+1
2016-08-04Reduce memory usage in vectors.evolrelease2016-08-07Andrei Karas4-7/+8
2016-07-31Fix memory leak on exit/item_db reload after adding vectors in item_db.Andrei Karas1-0/+2
2016-07-31Add into item_db.conf support for attribute AllowAmmo for bows.Andrei Karas7-0/+87
2016-07-31Use VECTOR for allowed cards array.Andrei Karas4-11/+23
2016-07-27Add homunculus exp packet (0xb22)Andrei Karas6-17/+91
2016-07-23Fix random issues with visible cards in some items.Andrei Karas1-6/+4
2016-07-21Add fail move response packet.Andrei Karas5-2/+97
2016-07-19Send inf2 in skill info packet.Andrei Karas3-0/+47
2016-07-19Send inf2 in add skill packet.Andrei Karas3-0/+61
2016-07-19Add inf2 into skill block packet.0x10f.Andrei Karas4-1/+69
2016-07-19Add check in unit_move for new moving flag.Andrei Karas1-5/+5
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 Karas3-0/+92
2016-07-17Fix compilation warning after server update.Andrei Karas2-3/+3
2016-07-10Remove hooking from function status_readdb_scconfig. Now it went to hercules.s20160717s20160713s20160712Andrei Karas3-27/+0
2016-07-10Fix compilation warnings.Andrei Karas1-2/+2
2016-07-10Add bit field 0x100 into sc_config.txt for allow see sc effect for all players.Andrei Karas7-8/+65
2016-07-10Fix compilation warning for some compilers.Andrei Karas1-1/+1
2016-07-10Dont send additional effects on SC_PHYSICAL_SHIELD changes.s20160719Andrei Karas1-8/+6
2016-07-09Move misc effect id for mass provoke skill into skills configuration.Andrei Karas6-9/+116
2016-07-09Add array and functions for skill extended data.Andrei Karas6-0/+82
2016-07-09Reset sitting skills is start walking while sit.Andrei Karas1-0/+3
2016-07-06Add missing copyright header into skill_targeted.cs20160709s20160708Andrei Karas1-0/+2
2016-07-06Remove copy/paste static method from server to plugin (eset_sc)Andrei Karas1-20/+4
2016-07-05Override server gm command @mapexit.s20160706Andrei Karas3-1/+22