Age | Commit message (Expand) | Author | Files | Lines |
2015-10-16 | Add script function and packet to set group of cells to given mask (gat value) | Andrei Karas | 10 | -7/+220 |
2015-10-13 | Add support for take (pickup) script for items taked from ground by player. | Andrei Karas | 8 | -8/+64 |
2015-10-13 | Add support for drop script for items dropped by player. | Andrei Karas | 7 | -2/+63 |
2015-10-13 | Remove first moving tile if being already moving. | Andrei Karas | 3 | -6/+20 |
2015-10-12 | Add support for mob ai attribute SurviveWithoutMaster. | Andrei Karas | 3 | -0/+20 |
2015-10-12 | Using 'WalkMask' in monsters moving. | Andrei Karas | 3 | -0/+22 |
2015-10-12 | Add mob db field 'WalkMask' for now unused. | Andrei Karas | 7 | -0/+93 |
2015-10-05 | Allow set get special npc variables from getnpcvariable function. | Andrei Karas | 2 | -34/+66 |
2015-10-05 | For all npc in init state set .id variable to bl->id. | Andrei Karas | 1 | -0/+12 |
2015-10-03 | Add wall separate cell property. | Andrei Karas | 1 | -2/+9 |
2015-10-03 | Add support for air collision. | Andrei Karas | 3 | -8/+78 |
2015-10-03 | Add support for wall and water collision walking masks. | Andrei Karas | 1 | -2/+88 |
2015-10-03 | Add variable '.walkmask' for get/set npc walk mask. | Andrei Karas | 1 | -1/+12 |
2015-10-03 | Add basic support for own collision types. | Andrei Karas | 3 | -0/+88 |
2015-10-02 | Add walking mask field to npc struct. | Andrei Karas | 2 | -0/+2 |
2015-10-01 | Add missing post suffix. | Andrei Karas | 8 | -20/+18 |
2015-10-01 | Rename some functions in same way like it named in server. | Andrei Karas | 5 | -18/+18 |
2015-10-01 | Add wrong parameters list in addflooritem function. | Andrei Karas | 1 | -2/+2 |
2015-10-01 | Add missing parameter to emap_addflooritem_post function. | Andrei Karas | 2 | -2/+13 |
2015-09-29 | Add script command checknpccell. It works same like checkcell, but for curren... | Andrei Karas | 3 | -0/+30 |
2015-09-28 | Remove debug comments. | Andrei Karas | 1 | -5/+0 |
2015-09-28 | Add chatjoin script command for join chat room. | Andrei Karas | 3 | -0/+36 |
2015-09-28 | Update copyright year. | Andrei Karas | 74 | -74/+74 |
2015-09-28 | Add support for team id for battleground players. | Andrei Karas | 11 | -0/+155 |
2015-09-28 | Allow get/set npc stand state by variable '.stand'. | Andrei Karas | 1 | -0/+13 |
2015-09-28 | Allow get/set npc sit state by variable '.sit'. | Andrei Karas | 1 | -1/+13 |
2015-09-28 | Add functions for support battleground extension object. | Andrei Karas | 4 | -0/+67 |
2015-09-27 | Allow get npc chat id by variable '.chat'. | Andrei Karas | 1 | -0/+12 |
2015-09-27 | Allow get extended npc name by variable '.extname$'. | Andrei Karas | 1 | -0/+12 |
2015-09-27 | Allow get/set npc name by variable '.name$'. | Andrei Karas | 1 | -0/+16 |
2015-09-27 | Allow get npc map by reading variable '.map$'. | Andrei Karas | 1 | -0/+13 |
2015-09-27 | Hook set/get npc string variables. | Andrei Karas | 3 | -0/+14 |
2015-09-27 | Allow get/set npc speed by variable '.speed'. | Andrei Karas | 1 | -0/+15 |
2015-09-27 | Allow get/set npc class by variable '.class'. | Andrei Karas | 1 | -0/+19 |
2015-09-27 | Allow read npc position by .x and .y variables. | Andrei Karas | 1 | -0/+22 |
2015-09-27 | Allow get/set npc direction by variable '.dir'. | Andrei Karas | 1 | -0/+19 |
2015-09-27 | Allow setnpcsex works only with two parameters. | Andrei Karas | 2 | -21/+1 |
2015-09-27 | Allow get/set npc distance by using variable '.distance'. | Andrei Karas | 1 | -0/+12 |
2015-09-27 | Allow set/get npc sex by working with variable '.sex'. | Andrei Karas | 2 | -0/+22 |
2015-09-27 | Add .lang variable to npc for storing language. | Andrei Karas | 5 | -0/+47 |
2015-09-25 | Add script commands npcsit and npcstand. | Andrei Karas | 3 | -0/+98 |
2015-09-24 | Change getcell functions calls for working with latest server sources. | Andrei Karas | 2 | -3/+3 |
2015-09-24 | In script command getitemlink allow int and string parameter. | Andrei Karas | 1 | -1/+1 |
2015-09-23 | Use packetversion from configure. | Andrei Karas | 1 | -1/+1 |
2015-09-18 | Add script function for check is parameter string or not. | Andrei Karas | 3 | -0/+17 |
2015-09-13 | Fix possible issue on joining channel after server update. | Andrei Karas | 1 | -1/+1 |
2015-09-09 | Change server version to 8. Send packet version to client. | Andrei Karas | 3 | -5/+22 |
2015-09-08 | Add quest names to constants. | Andrei Karas | 1 | -0/+3 |
2015-08-22 | Add script command successrefindex for success item refine by index. | Andrei Karas | 3 | -0/+53 |
2015-08-22 | Add script function downrefindex for downgrade refine level. | Andrei Karas | 3 | -0/+28 |