summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-23Use packetversion from configure.Andrei Karas1-1/+1
2015-09-18Add script function for check is parameter string or not.Andrei Karas3-0/+17
2015-09-13Fix possible issue on joining channel after server update.Andrei Karas1-1/+1
2015-09-09Change server version to 8. Send packet version to client.Andrei Karas3-5/+22
2015-09-08Add quest names to constants.Andrei Karas1-0/+3
2015-08-22Add script command successrefindex for success item refine by index.Andrei Karas3-0/+53
2015-08-22Add script function downrefindex for downgrade refine level.Andrei Karas3-0/+28
2015-08-21Add script function failedrefindex and some macro.Andrei Karas4-8/+60
2015-08-21Add script functions requestItemIndex and requestItemsIndex.Andrei Karas4-22/+141
2015-08-19Fix compilation errors after last changes.Andrei Karas3-8/+14
2015-08-19Enforce gnu90 standard.Andrei Karas1-1/+1
2015-08-17Done allow insert card if it not presetn in AllowCards list and this list pre...Andrei Karas1-1/+1
2015-08-17Add support for card limits.Andrei Karas4-2/+40
2015-08-17Read card limits from item db.Andrei Karas3-0/+36
2015-08-16Add packet with cards and other attributes for dropped item on ground.Andrei Karas3-0/+49
2015-08-16Add packet with cards and other attributes for visible item on ground.Andrei Karas3-0/+48
2015-08-16Fix compilation after HPM update in server.Andrei Karas34-102/+99
2015-08-14Add basic support for charm items (If item present in inventory it give own b...Andrei Karas8-0/+118
2015-08-13Fix and restore client version in login and char server.Andrei Karas6-0/+35
2015-08-13Add support for sending all equipped items with cards from char server.Andrei Karas5-27/+144
2015-08-12Send to client if possible equipped items with inserted cards.Andrei Karas7-30/+337
2015-08-05Add workaround for allow always npc script execution after warping.Andrei Karas3-0/+9
2015-07-05Remove inter server ip check because it moving to upstream.Andrei Karas13-114/+2
2015-07-04Add include paths for new hercules into make file.Andrei Karas1-1/+2
2015-07-04Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with herc...Andrei Karas75-513/+515
2015-05-24map: fix check for correct npc id.Andrei Karas1-1/+9
2015-05-11Fix compilation with gcc 4.9 and older.Andrei Karas1-2/+3
2015-05-02trim and translate mob names before sending to client.Andrei Karas1-0/+64
2015-05-02add script function for check is unit walking.Andrei Karas3-0/+30
2015-05-01Use extended sanity checks and gcc 5.Andrei Karas2-2/+17
2015-05-01Fix possible wrong checks.Andrei Karas2-2/+2
2015-05-01Add script command for send chat command to client.Andrei Karas5-0/+39
2015-04-30Remove checking for gm command in mail read packet.Andrei Karas4-0/+49
2015-04-16Apply WalkSpeed attribute from job_db.conf.Andrei Karas5-0/+39
2015-04-16Add to job_db.conf attribute for moving speed.Andrei Karas3-1/+26
2015-04-15Add support for change password packet.Andrei Karas8-1/+87
2015-04-10map: add support for own job names.Andrei Karas3-0/+15
2015-04-08Add to item_db.conf item attributes for equip/unequip effects.Andrei Karas6-4/+57
2015-04-08Add to item_db.conf item attributes for use effects.Andrei Karas6-1/+34
2015-04-04map: fix compilation error.Andrei Karas1-3/+3