summaryrefslogtreecommitdiff
path: root/src/emap/script.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-26Remove useless casts after server update.Andrei Karas1-2/+2
2016-02-22Copy setlook script command into plugin. Add support for send changed slot.Andrei Karas1-0/+14
2016-02-22Fix wrong check in copy/pasted script function from hercules.Andrei Karas1-1/+1
2016-02-21Fix compilation warnings.Andrei Karas1-1/+1
2016-01-30Remove script command countitemcolor. Now it same with countitem.Andrei Karas1-38/+0
2016-01-30Simplify npctalk3 script command.Andrei Karas1-12/+2
2016-01-29Change script function requestitemsindex to return value.Andrei Karas1-26/+5
2016-01-29Change script function requestitemindex to return value.Andrei Karas1-24/+5
2016-01-29Change script function requestitems to return value.Andrei Karas1-26/+5
2016-01-28Change script function requestitem to return value.Andrei Karas1-23/+4
2016-01-28Change script function requestlang to return value.Andrei Karas1-23/+2
2016-01-24Add support for cards in script funciton getitemlink.Andrei Karas1-12/+44
2016-01-24Add script function for get return code from craft entry.Andrei Karas1-1/+8
2016-01-24Add script command for use craft.Andrei Karas1-0/+6
2016-01-24Dont search name in scripts for items with id 0.Andrei Karas1-2/+5
2016-01-23Add script function for find craft entry from db based on craft variable.Andrei Karas1-1/+11
2016-01-23Remove var name parameter from requestCraft. Now it return string.Andrei Karas1-24/+4
2016-01-17Add script command for show emotes.Andrei Karas1-0/+37
2016-01-16Add script command for show link to item with cards by inventory index.Andrei Karas1-4/+75
2016-01-12Add script command for validate craft object after some time it was created.Andrei Karas1-0/+8
2016-01-12Add script command for get item amount from one craft slot.Andrei Karas1-0/+34
2016-01-12Add script command for get item id from one craft slot.Andrei Karas1-0/+23
2016-01-12Add script command for delete craftobject.Andrei Karas1-0/+8
2016-01-11Add script command for dump craft object to server console.Andrei Karas1-0/+8
2016-01-11Add script command for convert craft string into craft object.Andrei Karas1-0/+10
2016-01-08Add script command for request craft inventory.Andrei Karas1-0/+64
2016-01-06Replace some map->id2bl to map->id2nd.Andrei Karas1-6/+6
2015-11-05Add pseudo npc varibale .alwaysVisible for show npc from any range on map.Andrei Karas1-0/+16
2015-10-26Add script command setskin. For set npc dialog skin on client.Andrei Karas1-0/+12
2015-10-25Add layer field into wall. For now it used 0 from scripts.Andrei Karas1-1/+1
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