summaryrefslogtreecommitdiff
path: root/src/emap/script.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-19Add fixed bonuses for new mounts.Andrei Karas1-0/+1
2015-10-19Add extended mount support.Andrei Karas1-83/+11
2015-10-18Rename malloc.h to memmgr.h in includes.Andrei Karas1-1/+1
2015-10-17Add support for insert cards script.Andrei Karas1-0/+14
2015-10-16Add script function delcells for delete cells/wall.Andrei Karas1-0/+7
2015-10-16Add script function and packet to set group of cells to given mask (gat value)Andrei Karas1-0/+21
2015-10-13Add support for take (pickup) script for items taked from ground by player.Andrei Karas1-0/+14
2015-10-05Allow set get special npc variables from getnpcvariable function.Andrei Karas1-32/+62
2015-10-03Add variable '.walkmask' for get/set npc walk mask.Andrei Karas1-1/+12
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 curren...Andrei Karas1-0/+28
2015-09-28Add chatjoin script command for join chat room.Andrei Karas1-0/+34
2015-09-28Update copyright year.Andrei Karas1-1/+1
2015-09-28Add support for team id for battleground players.Andrei Karas1-0/+20
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-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 Karas1-0/+9
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 Karas1-20/+0
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 Karas1-0/+12
2015-09-27Add .lang variable to npc for storing language.Andrei Karas1-0/+39
2015-09-25Add script commands npcsit and npcstand.Andrei Karas1-0/+92
2015-09-18Add script function for check is parameter string or not.Andrei Karas1-0/+15
2015-08-22Add script command successrefindex for success item refine by index.Andrei Karas1-0/+51
2015-08-22Add script function downrefindex for downgrade refine level.Andrei Karas1-0/+26
2015-08-21Add script function failedrefindex and some macro.Andrei Karas1-0/+17
2015-08-21Add script functions requestItemIndex and requestItemsIndex.Andrei Karas1-21/+136
2015-08-16Fix compilation after HPM update in server.Andrei Karas1-0/+2
2015-07-04Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with herc...Andrei Karas1-0/+1148