summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-19Add extended mount support.Andrei Karas4-89/+22
2015-10-19add mount into pc into packet.Andrei Karas6-5/+16
2015-10-18Rename malloc.h to memmgr.h in includes.Andrei Karas36-36/+36
2015-10-17Add support for insert cards script.Andrei Karas8-0/+58
2015-10-17Improve set wall packet.Andrei Karas1-5/+7
2015-10-16Add simple make file in root directory for validate plugin.Andrei Karas2-1/+15
2015-10-16Add script function delcells for delete cells/wall.Andrei Karas4-0/+18
2015-10-16Add script function and packet to set group of cells to given mask (gat value)Andrei Karas10-7/+220
2015-10-13Add support for take (pickup) script for items taked from ground by player.Andrei Karas8-8/+64
2015-10-13Add support for drop script for items dropped by player.Andrei Karas7-2/+63
2015-10-13Remove first moving tile if being already moving.Andrei Karas3-6/+20
2015-10-12Add support for mob ai attribute SurviveWithoutMaster.Andrei Karas3-0/+20
2015-10-12Using 'WalkMask' in monsters moving.Andrei Karas3-0/+22
2015-10-12Add mob db field 'WalkMask' for now unused.Andrei Karas7-0/+93
2015-10-05Allow set get special npc variables from getnpcvariable function.Andrei Karas2-34/+66
2015-10-05For all npc in init state set .id variable to bl->id.Andrei Karas1-0/+12
2015-10-03Add wall separate cell property.Andrei Karas1-2/+9
2015-10-03Add support for air collision.Andrei Karas3-8/+78
2015-10-03Add support for wall and water collision walking masks.Andrei Karas1-2/+88
2015-10-03Add variable '.walkmask' for get/set npc walk mask.Andrei Karas1-1/+12
2015-10-03Add basic support for own collision types.Andrei Karas3-0/+88
2015-10-02Add walking mask field to npc struct.Andrei Karas2-0/+2
2015-10-01Add missing post suffix.Andrei Karas8-20/+18
2015-10-01Rename some functions in same way like it named in server.Andrei Karas5-18/+18
2015-10-01Add wrong parameters list in addflooritem function.Andrei Karas1-2/+2
2015-10-01Add missing parameter to emap_addflooritem_post function.Andrei Karas2-2/+13
2015-09-29Add script command checknpccell. It works same like checkcell, but for curren...Andrei Karas3-0/+30
2015-09-28Remove debug comments.Andrei Karas1-5/+0
2015-09-28Add chatjoin script command for join chat room.Andrei Karas3-0/+36
2015-09-28Update copyright year.Andrei Karas74-74/+74
2015-09-28Add support for team id for battleground players.Andrei Karas11-0/+155
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 Karas4-0/+67
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
2015-09-25Add script commands npcsit and npcstand.Andrei Karas3-0/+98
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