Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2016-01-08 | Add script command for request craft inventory. | Andrei Karas | 1 | -0/+1 | |
New script command: requestcraft VAR$[, size] Example: @requestcraft .@var$, 9; | |||||
2016-01-05 | Reimpliment packet 0x2e1 for old clients. | Andrei Karas | 1 | -0/+1 | |
2016-01-05 | Reimpliment packet 0x914 for old clients. | Andrei Karas | 1 | -1/+2 | |
2016-01-05 | Reimpliment packet 0x90f for old clients. | Andrei Karas | 1 | -0/+1 | |
2015-11-16 | Add gm command slide for fast move player on same map. | Andrei Karas | 1 | -0/+1 | |
2015-11-05 | Add pseudo npc varibale .alwaysVisible for show npc from any range on map. | Andrei Karas | 1 | -0/+1 | |
2015-10-28 | Fix sending player flags to other players. | Andrei Karas | 1 | -0/+1 | |
2015-10-26 | Add script command setskin. For set npc dialog skin on client. | Andrei Karas | 1 | -0/+1 | |
2015-10-21 | Fix translations on almost destroed server. | Andrei Karas | 1 | -0/+5 | |
2015-10-21 | Show duel messages in general tab. | Andrei Karas | 1 | -0/+2 | |
2015-10-19 | Add fixed bonuses for new mounts. | Andrei Karas | 1 | -0/+1 | |
2015-10-19 | Add extended mount support. | Andrei Karas | 1 | -2/+2 | |
2015-10-19 | add mount into pc into packet. | Andrei Karas | 1 | -0/+2 | |
2015-10-18 | Rename malloc.h to memmgr.h in includes. | Andrei Karas | 1 | -1/+1 | |
2015-10-17 | Add support for insert cards script. | Andrei Karas | 1 | -0/+2 | |
2015-10-16 | Add script function delcells for delete cells/wall. | Andrei Karas | 1 | -0/+1 | |
2015-10-16 | Add script function and packet to set group of cells to given mask (gat value) | Andrei Karas | 1 | -0/+5 | |
New script function: setcells "map name", x1, y1, x2, y2, mask, "wall name" | |||||
2015-10-13 | Add support for take (pickup) script for items taked from ground by player. | Andrei Karas | 1 | -0/+2 | |
2015-10-13 | Add support for drop script for items dropped by player. | Andrei Karas | 1 | -0/+3 | |
2015-10-12 | Add support for mob ai attribute SurviveWithoutMaster. | Andrei Karas | 1 | -0/+1 | |
2015-10-12 | Add mob db field 'WalkMask' for now unused. | Andrei Karas | 1 | -0/+1 | |
2015-10-05 | Allow set get special npc variables from getnpcvariable function. | Andrei Karas | 1 | -2/+4 | |
2015-10-03 | Add support for air collision. | Andrei Karas | 1 | -0/+1 | |
2015-10-03 | Add basic support for own collision types. | Andrei Karas | 1 | -0/+3 | |
2015-10-01 | Add missing post suffix. | Andrei Karas | 1 | -2/+2 | |
2015-10-01 | Rename some functions in same way like it named in server. | Andrei Karas | 1 | -8/+8 | |
2015-09-29 | Add script command checknpccell. It works same like checkcell, but for ↵ | Andrei Karas | 1 | -0/+1 | |
current npc. | |||||
2015-09-28 | Add chatjoin script command for join chat room. | Andrei Karas | 1 | -0/+1 | |
Format: chatjoin chat [,user [,password]] | |||||
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" |