Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-05 | add Physical Shield Skill (id 20001) | Joseph Botosh | 10 | -5/+218 | |
2016-07-01 | For evol skills use range 20000 - 20021s20160703release2016-07-04 | Andrei Karas | 6 | -3/+21 | |
For this add mapping to array index. Also rename skill into EVOL_MASS_PROVOKE. | |||||
2016-07-01 | Add effects enum. Use provoke effect on provoked targets in EVOL_MASSPROVOKE ↵ | Andrei Karas | 2 | -0/+14 | |
skill. | |||||
2016-07-01 | Add files for skill constants and ground skills handlers. | Andrei Karas | 8 | -0/+144 | |
For now add one ground skill EVOL_MASSPROVOKE. | |||||
2016-06-30 | Hook directly empty skill functions. | Andrei Karas | 3 | -0/+158 | |
2016-06-30 | Add constants validation function. | Andrei Karas | 1 | -0/+1 | |
2016-06-28 | Fix memory leak if npc change class.s20160630 | Andrei Karas | 3 | -0/+14 | |
2016-06-28 | Update plugin after hercules update. | Andrei Karas | 1 | -5/+5 | |
Changed a bit npc internal struct types. | |||||
2016-06-27 | map: duplicate npc view data for each new npc. | Andrei Karas | 3 | -0/+16 | |
This allow use full npc copies in instances. For duplicate npc untested. | |||||
2016-06-27 | Remove debug message. | Andrei Karas | 1 | -1/+0 | |
2016-06-24 | Fix another i386 warning. | Andrei Karas | 1 | -1/+1 | |
2016-06-24 | Fox compilation warning again. | Andrei Karas | 1 | -1/+1 | |
2016-06-24 | Fix compilation warning on i386 arch. | Andrei Karas | 1 | -1/+1 | |
2016-06-22 | Dont translate item links for old clients. | Andrei Karas | 1 | -4/+4 | |
Now client can get item id and show translated name without server. | |||||
2016-06-21 | Add constant MAX_SLOTS into script constants. | Andrei Karas | 3 | -0/+9 | |
2016-06-21 | Add script command for remove card in item by inventory and card index. | Andrei Karas | 3 | -0/+39 | |
New script command: removecardbyindex itemIndex, cardIndex | |||||
2016-06-21 | Add script command for get card from item by inventory index. | Andrei Karas | 3 | -0/+39 | |
New script command: getcardbyindex itemIndex, cardIndex | |||||
2016-06-20 | add buildin setfakecells (fake client-side collision) | mekolat | 3 | -0/+32 | |
2016-06-19 | Add .srcId npc variable for get src_id field of npc. | Andrei Karas | 1 | -0/+12 | |
2016-06-19 | Allow full npc copy in instances. | Andrei Karas | 6 | -7/+173 | |
2016-06-19 | Use exname in setnpcdir command. | Andrei Karas | 1 | -1/+1 | |
2016-06-18 | Use ext name in npc change dir handler. | Andrei Karas | 1 | -1/+1 | |
2016-06-15 | Force send 0 on unused card slots | Andrei Karas | 1 | -0/+8 | |
2016-06-15 | add hashtable functions | Joseph Botosh | 5 | -0/+457 | |
htnew, htdelete, htput, htget, htclear, htsize htiterator, htinextkey, hticheck, htidelete | |||||
2016-06-12 | From script function npcwalkto return status code about is moving possible ↵ | Andrei Karas | 1 | -3/+3 | |
or not. false mean error happend. true mean moving is working. | |||||
2016-05-13 | Dont hide egg card fields in packets. | Andrei Karas | 3 | -0/+32 | |
2016-05-02 | Fix hook function prototype error. | Andrei Karas | 1 | -1/+1 | |
2016-05-02 | Update function hook prototypes for support new hercules. | Andrei Karas | 29 | -513/+798 | |
2016-05-02 | Add into all files where need #include "plugins/HPMHooking.h" | Andrei Karas | 13 | -0/+26 | |
2016-04-28 | Fix different warnings. | Andrei Karas | 13 | -41/+66 | |
2016-04-28 | Fix compilation warning. | Andrei Karas | 1 | -1/+1 | |
2016-04-27 | Add killer id packet. | Andrei Karas | 5 | -0/+35 | |
Change plugin version to 14. | |||||
2016-04-27 | Update plugin for support new hercules. | Andrei Karas | 2 | -4/+5 | |
Fixed function clif_disp_message. | |||||
2016-04-25 | Allow use colored messages in chat, even if # already used for gm commands. | Andrei Karas | 3 | -0/+40 | |
2016-04-04 | Update plugin for new hercules. | Andrei Karas | 4 | -9/+9 | |
2016-03-30 | Add missing checks. | Andrei Karas | 15 | -429/+557 | |
2016-03-30 | Add script command failedremovecardsindex. | Andrei Karas | 3 | -0/+87 | |
For remove all cards from item by inventory index. | |||||
2016-03-30 | Add script command successremovecardsindex. | Andrei Karas | 3 | -0/+67 | |
For remove all cards from item by inventory index. | |||||
2016-03-30 | Split script.c into buildins and other script functions. | Andrei Karas | 5 | -1710/+1729 | |
2016-03-20 | Copy child adoption functions to plugin and remove job and rings checks. | Andrei Karas | 3 | -0/+95 | |
2016-03-14 | Add ClientVersion constant parameter into code.release2016-03-15 | Andrei Karas | 3 | -0/+9 | |
2016-03-14 | Disable completly buildin hercules translation support. | Andrei Karas | 3 | -0/+36 | |
2016-03-14 | Fix npc assertions on maps with always visible npcs after reload scripts. | Andrei Karas | 5 | -1/+15 | |
Clean npc info stored in plugin data if scripts was reloaded. | |||||
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 | 2 | -1/+9 | |
2016-03-02 | Dehardcode mob ai flag MD_SURVIVE_WITHOUT_MASTER and change it value. | Andrei Karas | 2 | -2/+6 | |
2016-02-29 | For pet and homun talks check is player allowed to talk. | Andrei Karas | 1 | -0/+5 | |
2016-02-29 | Dont send pet talks to all players, but send it to area only. | Andrei Karas | 1 | -1/+1 | |
2016-02-26 | Remove useless casts after server update. | Andrei Karas | 5 | -17/+17 | |
2016-02-22 | Copy setlook script command into plugin. Add support for send changed slot. | Andrei Karas | 3 | -0/+16 | |