Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-05 | Override server gm command @mapexit.s20160706 | Andrei Karas | 1 | -0/+1 | |
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-05 | add Physical Shield Skill (id 20001) | Joseph Botosh | 1 | -1/+6 | |
2016-07-01 | For evol skills use range 20000 - 20021s20160703release2016-07-04 | Andrei Karas | 1 | -0/+1 | |
For this add mapping to array index. Also rename skill into EVOL_MASS_PROVOKE. | |||||
2016-07-01 | Add files for skill constants and ground skills handlers. | Andrei Karas | 1 | -0/+1 | |
For now add one ground skill EVOL_MASSPROVOKE. | |||||
2016-06-30 | Hook directly empty skill functions. | Andrei Karas | 1 | -0/+10 | |
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 | 1 | -0/+1 | |
2016-06-27 | map: duplicate npc view data for each new npc. | Andrei Karas | 1 | -0/+1 | |
This allow use full npc copies in instances. For duplicate npc untested. | |||||
2016-06-21 | Add constant MAX_SLOTS into script constants. | Andrei Karas | 1 | -0/+1 | |
2016-06-21 | Add script command for remove card in item by inventory and card index. | Andrei Karas | 1 | -0/+1 | |
New script command: removecardbyindex itemIndex, cardIndex | |||||
2016-06-21 | Add script command for get card from item by inventory index. | Andrei Karas | 1 | -0/+1 | |
New script command: getcardbyindex itemIndex, cardIndex | |||||
2016-06-20 | add buildin setfakecells (fake client-side collision) | mekolat | 1 | -0/+1 | |
2016-06-19 | Allow full npc copy in instances. | Andrei Karas | 1 | -0/+2 | |
2016-06-15 | add hashtable functions | Joseph Botosh | 1 | -0/+14 | |
htnew, htdelete, htput, htget, htclear, htsize htiterator, htinextkey, hticheck, htidelete | |||||
2016-05-13 | Dont hide egg card fields in packets. | Andrei Karas | 1 | -0/+2 | |
2016-05-02 | Update function hook prototypes for support new hercules. | Andrei Karas | 1 | -95/+94 | |
2016-05-02 | Add into all files where need #include "plugins/HPMHooking.h" | Andrei Karas | 1 | -0/+1 | |
2016-04-27 | Add killer id packet. | Andrei Karas | 1 | -0/+1 | |
Change plugin version to 14. | |||||
2016-04-25 | Allow use colored messages in chat, even if # already used for gm commands. | Andrei Karas | 1 | -0/+1 | |
2016-03-30 | Add script command failedremovecardsindex. | Andrei Karas | 1 | -0/+1 | |
For remove all cards from item by inventory index. | |||||
2016-03-30 | Add script command successremovecardsindex. | Andrei Karas | 1 | -0/+1 | |
For remove all cards from item by inventory index. | |||||
2016-03-30 | Split script.c into buildins and other script functions. | Andrei Karas | 1 | -0/+1 | |
2016-03-20 | Copy child adoption functions to plugin and remove job and rings checks. | Andrei Karas | 1 | -0/+2 | |
2016-03-14 | Add ClientVersion constant parameter into code.release2016-03-15 | Andrei Karas | 1 | -0/+1 | |
2016-03-14 | Disable completly buildin hercules translation support. | Andrei Karas | 1 | -0/+1 | |
2016-03-14 | Fix npc assertions on maps with always visible npcs after reload scripts. | Andrei Karas | 1 | -0/+1 | |
Clean npc info stored in plugin data if scripts was reloaded. | |||||
2016-02-22 | Copy setlook script command into plugin. Add support for send changed slot. | Andrei Karas | 1 | -0/+1 | |
2016-02-22 | Add support for warn_missing_translation configuration option. | Andrei Karas | 1 | -0/+2 | |
2016-02-18 | Update for support latest hercules. | Andrei Karas | 1 | -0/+1 | |
2016-01-30 | Remove script command countitemcolor. Now it same with countitem. | Andrei Karas | 1 | -1/+0 | |
2016-01-29 | Change script function requestitemsindex to return value. | Andrei Karas | 1 | -1/+1 | |
2016-01-29 | Change script function requestitemindex to return value. | Andrei Karas | 1 | -1/+1 | |
2016-01-29 | Change script function requestitems to return value. | Andrei Karas | 1 | -1/+1 | |
2016-01-28 | Change script function requestitem to return value. | Andrei Karas | 1 | -1/+1 | |
2016-01-28 | Change script function requestlang to return value. | Andrei Karas | 1 | -1/+1 | |
2016-01-24 | Add support for cards in script funciton getitemlink. | Andrei Karas | 1 | -1/+1 | |
Example: getitemlink(1301, 5002) | |||||
2016-01-24 | Add script function for get return code from craft entry. | Andrei Karas | 1 | -0/+1 | |
New script function: getcraftcode ENTRY | |||||
2016-01-24 | Add script command for use craft. | Andrei Karas | 1 | -0/+1 | |
New script command: usecraft CRAFT Where CRAFT - craft id created by initcraft. | |||||
2016-01-23 | Add script function for find craft entry from db based on craft variable. | Andrei Karas | 1 | -0/+1 | |
New script command: findcraftentry CRAFTVAR, FLAG Where: CRAFTVAR - variable get from initcraft function. FLAG - flag related to npc. It allow search craft entries only with this flag. | |||||
2016-01-23 | Remove var name parameter from requestCraft. Now it return string. | Andrei Karas | 1 | -1/+1 | |
2016-01-23 | Move craft conf related things into separate file. | Andrei Karas | 1 | -0/+3 | |
Also move itempair struct into separate file. | |||||
2016-01-23 | Add support for load and parse craft configuration file. For now unused. | Andrei Karas | 1 | -1/+1 | |
2016-01-17 | Add script command for show emotes. | Andrei Karas | 1 | -0/+1 | |
Copy from hercules with removing emote id check. Script command: emotion e[, flag, name] | |||||
2016-01-16 | Add script command for show link to item with cards by inventory index. | Andrei Karas | 1 | -0/+1 | |
New script command: getinvindexlink n | |||||
2016-01-12 | Add script command for validate craft object after some time it was created. | Andrei Karas | 1 | -0/+1 | |
New script command: validatecraft id | |||||
2016-01-12 | Add script command for get item amount from one craft slot. | Andrei Karas | 1 | -0/+1 | |
New script command: getcraftslotamount id, slot | |||||
2016-01-12 | Add script command for get item id from one craft slot. | Andrei Karas | 1 | -0/+1 | |
New script command: getcraftslotid id, slot | |||||
2016-01-12 | Add script command for delete craftobject. | Andrei Karas | 1 | -0/+1 | |
New script command: deletecraft id | |||||
2016-01-11 | Add script command for dump craft object to server console. | Andrei Karas | 1 | -0/+1 | |
New script command: dumpcraft id | |||||
2016-01-11 | Add script command for convert craft string into craft object. | Andrei Karas | 1 | -0/+4 | |
New script command: initcraft var$ Return value: craft object id. |