Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-22 | Add script command successrefindex for success item refine by index. | Andrei Karas | 3 | -0/+53 | |
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 | 3 | -0/+28 | |
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 | 4 | -8/+60 | |
New function: failedrefindex index index - inventory item index Example: failedrefindex .@itemid; | |||||
2015-08-21 | Add script functions requestItemIndex and requestItemsIndex. | Andrei Karas | 4 | -22/+141 | |
This functions request from player inventory indexes for items. Example: requestItemIndex @item; requestItemsIndex @item$, num; | |||||
2015-08-19 | Fix compilation errors after last changes. | Andrei Karas | 3 | -8/+14 | |
2015-08-17 | Done allow insert card if it not presetn in AllowCards list and this list ↵ | Andrei Karas | 1 | -1/+1 | |
present. | |||||
2015-08-17 | Add support for card limits. | Andrei Karas | 4 | -2/+40 | |
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-17 | Read card limits from item db. | Andrei Karas | 3 | -0/+36 | |
2015-08-16 | Add packet with cards and other attributes for dropped item on ground. | Andrei Karas | 3 | -0/+49 | |
2015-08-16 | Add packet with cards and other attributes for visible item on ground. | Andrei Karas | 3 | -0/+48 | |
2015-08-16 | Fix compilation after HPM update in server. | Andrei Karas | 23 | -60/+63 | |
2015-08-14 | Add basic support for charm items (If item present in inventory it give own ↵ | Andrei Karas | 8 | -0/+118 | |
bonuses) For char item in items.conf need add attribute "Charm: true" | |||||
2015-08-13 | Add support for sending all equipped items with cards from char server. | Andrei Karas | 2 | -27/+2 | |
2015-08-12 | Send to client if possible equipped items with inserted cards. | Andrei Karas | 6 | -29/+336 | |
Change server version to 7. | |||||
2015-08-05 | Add workaround for allow always npc script execution after warping. | Andrei Karas | 3 | -0/+9 | |
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 | 50 | -0/+4584 | |
hercules. |