summaryrefslogtreecommitdiff
path: root/src/emap/script.h
AgeCommit message (Collapse)AuthorFilesLines
2015-10-17Add support for insert cards script.Andrei Karas1-0/+1
2015-10-16Add script function delcells for delete cells/wall.Andrei Karas1-0/+1
2015-10-16Add script function and packet to set group of cells to given mask (gat value)Andrei Karas1-0/+1
New script function: setcells "map name", x1, y1, x2, y2, mask, "wall name"
2015-10-13Add support for take (pickup) script for items taked from ground by player.Andrei Karas1-0/+1
2015-10-01Rename some functions in same way like it named in server.Andrei Karas1-4/+4
2015-09-29Add script command checknpccell. It works same like checkcell, but for ↵Andrei Karas1-0/+1
current npc.
2015-09-28Add chatjoin script command for join chat room.Andrei Karas1-0/+1
Format: chatjoin chat [,user [,password]]
2015-09-28Update copyright year.Andrei Karas1-1/+1
2015-09-28Add support for team id for battleground players.Andrei Karas1-0/+1
New script function: setbgteam bgid, num It set for 'bgid' team id to 'num'.
2015-09-27Hook set/get npc string variables.Andrei Karas1-0/+2
2015-09-27Add .lang variable to npc for storing language.Andrei Karas1-0/+3
Also add hooks to set/get vars.
2015-09-25Add script commands npcsit and npcstand.Andrei Karas1-0/+3
New script commands: npcsit [npcid]; npcstand [npcid];
2015-09-18Add script function for check is parameter string or not.Andrei Karas1-0/+1
New script function: isstr Example: isstr(10) - will return 0 isstr("test") - will return 1
2015-08-22Add script command successrefindex for success item refine by index.Andrei Karas1-0/+1
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 Karas1-0/+1
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 Karas1-0/+1
New function: failedrefindex index index - inventory item index Example: failedrefindex .@itemid;
2015-08-21Add script functions requestItemIndex and requestItemsIndex.Andrei Karas1-0/+2
This functions request from player inventory indexes for items. Example: requestItemIndex @item; requestItemsIndex @item$, num;
2015-07-04Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with ↵Andrei Karas1-0/+46
hercules.