summaryrefslogtreecommitdiff
path: root/src/emap
AgeCommit message (Collapse)AuthorFilesLines
2015-09-28Add support for team id for battleground players.Andrei Karas10-0/+153
New script function: setbgteam bgid, num It set for 'bgid' team id to 'num'.
2015-09-28Allow get/set npc stand state by variable '.stand'.Andrei Karas1-0/+13
2015-09-28Allow get/set npc sit state by variable '.sit'.Andrei Karas1-1/+13
2015-09-28Add functions for support battleground extension object.Andrei Karas3-0/+64
2015-09-27Allow get npc chat id by variable '.chat'.Andrei Karas1-0/+12
2015-09-27Allow get extended npc name by variable '.extname$'.Andrei Karas1-0/+12
2015-09-27Allow get/set npc name by variable '.name$'.Andrei Karas1-0/+16
2015-09-27Allow get npc map by reading variable '.map$'.Andrei Karas1-0/+13
2015-09-27Hook set/get npc string variables.Andrei Karas3-0/+14
2015-09-27Allow get/set npc speed by variable '.speed'.Andrei Karas1-0/+15
2015-09-27Allow get/set npc class by variable '.class'.Andrei Karas1-0/+19
2015-09-27Allow read npc position by .x and .y variables.Andrei Karas1-0/+22
2015-09-27Allow get/set npc direction by variable '.dir'.Andrei Karas1-0/+19
2015-09-27Allow setnpcsex works only with two parameters.Andrei Karas2-21/+1
2015-09-27Allow get/set npc distance by using variable '.distance'.Andrei Karas1-0/+12
2015-09-27Allow set/get npc sex by working with variable '.sex'.Andrei Karas2-0/+22
2015-09-27Add .lang variable to npc for storing language.Andrei Karas5-0/+47
Also add hooks to set/get vars.
2015-09-25Add script commands npcsit and npcstand.Andrei Karas3-0/+98
New script commands: npcsit [npcid]; npcstand [npcid];
2015-09-24Change getcell functions calls for working with latest server sources.Andrei Karas2-3/+3
2015-09-24In script command getitemlink allow int and string parameter.Andrei Karas1-1/+1
2015-09-18Add script function for check is parameter string or not.Andrei Karas3-0/+17
New script function: isstr Example: isstr(10) - will return 0 isstr("test") - will return 1
2015-09-13Fix possible issue on joining channel after server update.Andrei Karas1-1/+1
2015-09-08Add quest names to constants.Andrei Karas1-0/+3
2015-08-22Add script command successrefindex for success item refine by index.Andrei Karas3-0/+53
New script command: successrefindex index, num; index - inventory index num - how many levels to up. Example: successrefindex .@index, 3;
2015-08-22Add script function downrefindex for downgrade refine level.Andrei Karas3-0/+28
New script function: downrefindex index, number index - inventory index number - number of levels to downgrade. Example: downrefindex .@index, 1;
2015-08-21Add script function failedrefindex and some macro.Andrei Karas4-8/+60
New function: failedrefindex index index - inventory item index Example: failedrefindex .@itemid;
2015-08-21Add script functions requestItemIndex and requestItemsIndex.Andrei Karas4-22/+141
This functions request from player inventory indexes for items. Example: requestItemIndex @item; requestItemsIndex @item$, num;
2015-08-19Fix compilation errors after last changes.Andrei Karas3-8/+14
2015-08-17Done allow insert card if it not presetn in AllowCards list and this list ↵Andrei Karas1-1/+1
present.
2015-08-17Add support for card limits.Andrei Karas4-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-17Read card limits from item db.Andrei Karas3-0/+36
2015-08-16Add packet with cards and other attributes for dropped item on ground.Andrei Karas3-0/+49
2015-08-16Add packet with cards and other attributes for visible item on ground.Andrei Karas3-0/+48
2015-08-16Fix compilation after HPM update in server.Andrei Karas23-60/+63
2015-08-14Add basic support for charm items (If item present in inventory it give own ↵Andrei Karas8-0/+118
bonuses) For char item in items.conf need add attribute "Charm: true"
2015-08-13Add support for sending all equipped items with cards from char server.Andrei Karas2-27/+2
2015-08-12Send to client if possible equipped items with inserted cards.Andrei Karas6-29/+336
Change server version to 7.
2015-08-05Add workaround for allow always npc script execution after warping.Andrei Karas3-0/+9
In hercules it not enabled because Gravity client have issue if warp to other map.
2015-07-04Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with ↵Andrei Karas50-0/+4584
hercules.