Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-27 | Allow set/get npc sex by working with variable '.sex'. | Andrei Karas | 2 | -0/+22 | |
2015-09-27 | Add .lang variable to npc for storing language. | Andrei Karas | 5 | -0/+47 | |
Also add hooks to set/get vars. | |||||
2015-09-25 | Add script commands npcsit and npcstand. | Andrei Karas | 3 | -0/+98 | |
New script commands: npcsit [npcid]; npcstand [npcid]; | |||||
2015-09-24 | Change getcell functions calls for working with latest server sources. | Andrei Karas | 2 | -3/+3 | |
2015-09-24 | In script command getitemlink allow int and string parameter. | Andrei Karas | 1 | -1/+1 | |
2015-09-23 | Use packetversion from configure. | Andrei Karas | 1 | -1/+1 | |
2015-09-18 | Add script function for check is parameter string or not. | Andrei Karas | 3 | -0/+17 | |
New script function: isstr Example: isstr(10) - will return 0 isstr("test") - will return 1 | |||||
2015-09-13 | Fix possible issue on joining channel after server update. | Andrei Karas | 1 | -1/+1 | |
2015-09-09 | Change server version to 8. Send packet version to client. | Andrei Karas | 3 | -5/+22 | |
2015-09-08 | Add quest names to constants. | Andrei Karas | 1 | -0/+3 | |
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-19 | Enforce gnu90 standard. | Andrei Karas | 1 | -1/+1 | |
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 | 34 | -102/+99 | |
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 | Fix and restore client version in login and char server. | Andrei Karas | 6 | -0/+35 | |
2015-08-13 | Add support for sending all equipped items with cards from char server. | Andrei Karas | 5 | -27/+144 | |
2015-08-12 | Send to client if possible equipped items with inserted cards. | Andrei Karas | 7 | -30/+337 | |
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-05 | Remove inter server ip check because it moving to upstream. | Andrei Karas | 13 | -114/+2 | |
2015-07-04 | Add include paths for new hercules into make file. | Andrei Karas | 1 | -1/+2 | |
2015-07-04 | Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with ↵ | Andrei Karas | 75 | -513/+515 | |
hercules. | |||||
2015-05-24 | map: fix check for correct npc id. | Andrei Karas | 1 | -1/+9 | |
After server update need update this check. | |||||
2015-05-11 | Fix compilation with gcc 4.9 and older. | Andrei Karas | 1 | -2/+3 | |
2015-05-02 | trim and translate mob names before sending to client. | Andrei Karas | 1 | -0/+64 | |
2015-05-02 | add script function for check is unit walking. | Andrei Karas | 3 | -0/+30 | |
New script function: isunitwalking([unitid]) | |||||
2015-05-01 | Use extended sanity checks and gcc 5. | Andrei Karas | 1 | -2/+15 | |
2015-05-01 | Fix possible wrong checks. | Andrei Karas | 2 | -2/+2 | |
2015-05-01 | Add script command for send chat command to client. | Andrei Karas | 5 | -0/+39 | |
New script command: clientCommand chatcommand args | |||||
2015-04-30 | Remove checking for gm command in mail read packet. | Andrei Karas | 4 | -0/+49 | |
2015-04-16 | Apply WalkSpeed attribute from job_db.conf. | Andrei Karas | 5 | -0/+39 | |
2015-04-16 | Add to job_db.conf attribute for moving speed. | Andrei Karas | 3 | -1/+26 | |
New attribute: MoveSpeed | |||||
2015-04-15 | Add support for change password packet. | Andrei Karas | 8 | -1/+87 | |
Change server version to 6. | |||||
2015-04-10 | map: add support for own job names. | Andrei Karas | 3 | -0/+15 | |
2015-04-08 | Add to item_db.conf item attributes for equip/unequip effects. | Andrei Karas | 6 | -4/+57 | |
New attributes: UnequipEffect - send this effect to client if unequip item was success UnequipFailEffect - send this effect to client if unequip item was fail For equip events used same attributes like for use. | |||||
2015-04-08 | Add to item_db.conf item attributes for use effects. | Andrei Karas | 6 | -1/+34 | |
New attributes: useEffect - send this effect to client if use item was success useFailEffect - send this effect to client if use item was fail | |||||
2015-04-04 | map: fix compilation error. | Andrei Karas | 1 | -3/+3 | |
2015-04-02 | map: add new attributes to item_db. | Andrei Karas | 4 | -0/+10 | |
New attributes RequiredDef, RequiredMDef. | |||||
2015-04-02 | map: add some more attributes into item_db. | Andrei Karas | 4 | -1/+27 | |
Added RequiredMaxHp, RequiredMaxSp, RequiredAtk, RequiredMAtkMin, RequiredMAtkMax | |||||
2015-04-02 | map: check required item attributes also on use item. | Andrei Karas | 3 | -3/+4 | |
2015-04-02 | Add item_db attributes for limit item usage. | Andrei Karas | 4 | -0/+38 | |
Added attributesRequiredStr, RequiredAgi, RequiredVit, RequiredInt, RequiredDex, RequiredLuk. Check this attributes before equip item. | |||||
2015-04-02 | map: add post hook for checking is possible equip item. | Andrei Karas | 3 | -0/+17 | |