summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
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
Now this method in server included in interfaces.
2016-07-05Override server gm command @mapexit.s20160706Andrei Karas3-1/+22
New format: @mapexit [code] This command will terminate map server and return status code with value 'code'. If code missing it return 0.
2016-07-05Fix getitem* commands for old clients.Andrei Karas1-8/+8
Add force termination command if in getitem* commands wrong data was sent to server.
2016-07-05add Physical Shield Skill (id 20001)Joseph Botosh11-5/+220
2016-07-01For evol skills use range 20000 - 20021s20160703release2016-07-04Andrei Karas7-4/+25
For this add mapping to array index. Also rename skill into EVOL_MASS_PROVOKE.
2016-07-01Add effects enum. Use provoke effect on provoked targets in EVOL_MASSPROVOKE ↵Andrei Karas3-0/+15
skill.
2016-07-01Add files for skill constants and ground skills handlers.Andrei Karas9-0/+148
For now add one ground skill EVOL_MASSPROVOKE.
2016-06-30Hook directly empty skill functions.Andrei Karas3-0/+158
2016-06-30Add constants validation function.Andrei Karas5-0/+20
2016-06-28Fix memory leak if npc change class.s20160630Andrei Karas3-0/+14
2016-06-28Remove visiblity hidden flag from make file.Andrei Karas1-1/+1
2016-06-28Update plugin after hercules update.Andrei Karas1-5/+5
Changed a bit npc internal struct types.
2016-06-27map: duplicate npc view data for each new npc.Andrei Karas4-1/+17
This allow use full npc copies in instances. For duplicate npc untested.
2016-06-27Remove debug message.Andrei Karas1-1/+0
2016-06-24Fix another i386 warning.Andrei Karas1-1/+1
2016-06-24Fox compilation warning again.Andrei Karas1-1/+1
2016-06-24Fix compilation warning on i386 arch.Andrei Karas1-1/+1
2016-06-22Dont translate item links for old clients.Andrei Karas1-4/+4
Now client can get item id and show translated name without server.
2016-06-21Add constant MAX_SLOTS into script constants.Andrei Karas3-0/+9
2016-06-21Add script command for remove card in item by inventory and card index.Andrei Karas3-0/+39
New script command: removecardbyindex itemIndex, cardIndex
2016-06-21Add script command for get card from item by inventory index.Andrei Karas3-0/+39
New script command: getcardbyindex itemIndex, cardIndex
2016-06-20add buildin setfakecells (fake client-side collision)mekolat3-0/+32
2016-06-19Add .srcId npc variable for get src_id field of npc.Andrei Karas1-0/+12
2016-06-19Allow full npc copy in instances.Andrei Karas6-7/+173
2016-06-19Use exname in setnpcdir command.Andrei Karas1-1/+1
2016-06-18Use ext name in npc change dir handler.Andrei Karas1-1/+1
2016-06-15Force send 0 on unused card slotsAndrei Karas1-0/+8
2016-06-15add hashtable functionsJoseph Botosh6-0/+459
htnew, htdelete, htput, htget, htclear, htsize htiterator, htinextkey, hticheck, htidelete
2016-06-12From script function npcwalkto return status code about is moving possible ↵Andrei Karas1-3/+3
or not. false mean error happend. true mean moving is working.
2016-05-13Dont hide egg card fields in packets.Andrei Karas3-0/+32
2016-05-02Fix hook function prototype error.Andrei Karas1-1/+1
2016-05-02Add -O3 into compilation flags.Andrei Karas1-1/+1
2016-05-02Fix warning in login server plugin.Andrei Karas1-1/+1
2016-05-02Fix compilation warning.Andrei Karas1-2/+2
2016-05-02Remove extra RFIFOSKIP from login server plugin.Andrei Karas1-1/+0
2016-05-02Update function hook prototypes for support new hercules.Andrei Karas37-561/+870
2016-05-02Add into all files where need #include "plugins/HPMHooking.h"Andrei Karas18-0/+34
2016-05-02Enable sanity flags only if they supported.Andrei Karas1-18/+4
2016-04-30Remove unused function from char server.Andrei Karas2-28/+0
2016-04-28Fix different warnings.Andrei Karas19-49/+76
2016-04-28Rename static configure flag, look like clang have issues with this flag ↵Andrei Karas1-2/+2
enabled.
2016-04-28Fix formatting in md5calc.cAndrei Karas1-19/+19
2016-04-28Fix compilation warning.Andrei Karas1-1/+1
2016-04-28Add configure flag --enable-werror.Andrei Karas1-0/+4
If enabled it will report any warning as error.
2016-04-27Add killer id packet.Andrei Karas6-1/+36
Change plugin version to 14.