summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Expand)AuthorFilesLines
2015-03-04Copy setmount script command from hercules and remove limits for class job.Andrei Karas3-0/+85
2015-03-02map: in script command getitemlink add item name only for clients < 7.Andrei Karas1-1/+8
2015-03-01map: in online list remove temp buffer always.Andrei Karas1-1/+7
2015-03-01hide hidden players from online list if player in list have smaller group lev...Andrei Karas1-2/+5
2015-03-01map: dont leak map packets from invisible players.Andrei Karas1-2/+6
2015-03-01fix memory leak in quest.c.Andrei Karas1-0/+4
2015-03-01Fix memory leak in lang.c on exit.Andrei Karas1-5/+24
2015-02-28fix default map name memory leak on exit.Andrei Karas1-0/+1
2015-02-25Add packet for homunculus/mercenary direction.Andrei Karas3-0/+13
2015-02-25Add packet for homunculus/mercenary emote.Andrei Karas5-11/+23
2015-02-25Add packet for homunculus/mercenary talk.Andrei Karas5-8/+32
2015-02-24Fix wrong packet buffers preallocations.Andrei Karas1-2/+1
2015-02-24map: add missing checks.Andrei Karas8-17/+86
2015-02-24map: add missing check on close channel packet.Andrei Karas1-0/+3
2015-02-24On each success skill invoke call event OnSkillInvoke.Andrei Karas3-0/+58
2015-02-23In pet chat message include owner name.Andrei Karas1-2/+2
2015-02-22Allow change pet direction by packet from client.Andrei Karas3-0/+10
2015-02-22Allow move pet by packet from client.Andrei Karas3-0/+17
2015-02-22fix compilation warning.Andrei Karas1-0/+1
2015-02-21Fix heavy CPU usage while walking.Andrei Karas3-0/+13
2015-02-21Add missing hook stop command in emob_deleteslave_sub.Andrei Karas1-0/+7
2015-02-20Rename permission send_gm_flag into send_gm.Andrei Karas1-1/+1
2015-02-20Add show_client_version permission.Andrei Karas4-4/+10
2015-02-20Add support for online list packets.Andrei Karas9-0/+93
2015-02-20add packet to get state from client.Andrei Karas5-0/+10
2015-02-17add pet emote packet.Andrei Karas5-0/+27
2015-02-17add pet talk packet.Andrei Karas5-0/+32
2015-02-15map: add attribute for mobs for stand slaves alive after muster was deadAndrei Karas3-0/+52
2015-02-07Better report script issues.Andrei Karas1-14/+160
2015-01-31Read default map and position from config.Andrei Karas1-0/+4
2015-01-25map: update functions to new version.Andrei Karas4-104/+114
2015-01-22remove all chars after # in nick in script command npctalk3.Andrei Karas1-1/+4
2015-01-21map: fix working with old clients.Andrei Karas1-0/+16
2015-01-20fix compilation warnings.Andrei Karas2-3/+2
2015-01-20map: add support for sending npc activate distance to clientAndrei Karas3-4/+49
2015-01-17map: change exp table validation for only used classes.Andrei Karas3-0/+19
2015-01-15Fix lg function.Andrei Karas1-3/+15
2015-01-10Add support for sending group id to client.Andrei Karas6-2/+67
2015-01-10Fix compilation with visual studio.Andrei Karas1-1/+3
2015-01-10Revert "map: overload job/class related functions."Andrei Karas3-57/+0
2015-01-10map: overload job/class related functions.Andrei Karas3-0/+57
2015-01-02Reimpliment script function getareadropitem with additional parameter.Andrei Karas3-0/+61
2015-01-02Add script command to call timer on players in area.Andrei Karas3-0/+39
2015-01-01add script function for check is player dead or not.Andrei Karas3-1/+13
2015-01-01Add script function for unequip item by id.Andrei Karas3-2/+29
2015-01-01map: allow use npc with any id in allowed range.Andrei Karas3-0/+9
2014-12-31add script function what return current map name.Andrei Karas3-0/+15
2014-12-24Impliment AllowPickup item_db.conf option.Andrei Karas3-0/+23
2014-12-24Add into item_db.conf option AllowPickup, by default true.Andrei Karas3-0/+7
2014-12-24Fix compilation warnings.Andrei Karas5-11/+24