Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-28 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2015-09-28 | Add support for team id for battleground players. | Andrei Karas | 1 | -0/+6 | |
New script function: setbgteam bgid, num It set for 'bgid' team id to 'num'. | |||||
2015-09-27 | Hook set/get npc string variables. | Andrei Karas | 1 | -0/+3 | |
2015-09-27 | Allow setnpcsex works only with two parameters. | Andrei Karas | 1 | -1/+1 | |
2015-09-27 | Add .lang variable to npc for storing language. | Andrei Karas | 1 | -0/+3 | |
Also add hooks to set/get vars. | |||||
2015-09-25 | Add script commands npcsit and npcstand. | Andrei Karas | 1 | -0/+3 | |
New script commands: npcsit [npcid]; npcstand [npcid]; | |||||
2015-09-24 | In script command getitemlink allow int and string parameter. | Andrei Karas | 1 | -1/+1 | |
2015-09-18 | Add script function for check is parameter string or not. | Andrei Karas | 1 | -0/+1 | |
New script function: isstr Example: isstr(10) - will return 0 isstr("test") - will return 1 | |||||
2015-08-22 | Add script command successrefindex for success item refine by index. | Andrei Karas | 1 | -0/+1 | |
New script command: successrefindex index, num; index - inventory index num - how many levels to up. Example: successrefindex .@index, 3; | |||||
2015-08-22 | Add script function downrefindex for downgrade refine level. | Andrei Karas | 1 | -0/+1 | |
New script function: downrefindex index, number index - inventory index number - number of levels to downgrade. Example: downrefindex .@index, 1; | |||||
2015-08-21 | Add script function failedrefindex and some macro. | Andrei Karas | 1 | -0/+1 | |
New function: failedrefindex index index - inventory item index Example: failedrefindex .@itemid; | |||||
2015-08-21 | Add script functions requestItemIndex and requestItemsIndex. | Andrei Karas | 1 | -0/+2 | |
This functions request from player inventory indexes for items. Example: requestItemIndex @item; requestItemsIndex @item$, num; | |||||
2015-08-17 | Add support for card limits. | Andrei Karas | 1 | -0/+1 | |
Into item db to item need add AllowCards group. In format id: amount If AllowCards not present, all cards allowed. Example: AllowCards: { id5001: 2 id5002: 1 } | |||||
2015-08-16 | Add packet with cards and other attributes for dropped item on ground. | Andrei Karas | 1 | -0/+1 | |
2015-08-16 | Add packet with cards and other attributes for visible item on ground. | Andrei Karas | 1 | -0/+1 | |
2015-08-16 | Fix compilation after HPM update in server. | Andrei Karas | 1 | -45/+4 | |
2015-08-14 | Add basic support for charm items (If item present in inventory it give own ↵ | Andrei Karas | 1 | -0/+4 | |
bonuses) For char item in items.conf need add attribute "Charm: true" | |||||
2015-08-05 | Add workaround for allow always npc script execution after warping. | Andrei Karas | 1 | -0/+1 | |
In hercules it not enabled because Gravity client have issue if warp to other map. | |||||
2015-07-04 | Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with ↵ | Andrei Karas | 1 | -0/+244 | |
hercules. |