summaryrefslogtreecommitdiff
path: root/src/emap
AgeCommit message (Expand)AuthorFilesLines
2016-06-20add buildin setfakecells (fake client-side collision)mekolat3-0/+32
2016-06-19Add .srcId npc variable for get src_id field of npc.Andrei Karas1-0/+12
2016-06-19Allow full npc copy in instances.Andrei Karas6-7/+173
2016-06-19Use exname in setnpcdir command.Andrei Karas1-1/+1
2016-06-18Use ext name in npc change dir handler.Andrei Karas1-1/+1
2016-06-15Force send 0 on unused card slotsAndrei Karas1-0/+8
2016-06-15add hashtable functionsJoseph Botosh5-0/+457
2016-06-12From script function npcwalkto return status code about is moving possible or...Andrei Karas1-3/+3
2016-05-13Dont hide egg card fields in packets.Andrei Karas3-0/+32
2016-05-02Fix hook function prototype error.Andrei Karas1-1/+1
2016-05-02Update function hook prototypes for support new hercules.Andrei Karas29-513/+798
2016-05-02Add into all files where need #include "plugins/HPMHooking.h"Andrei Karas13-0/+26
2016-04-28Fix different warnings.Andrei Karas13-41/+66
2016-04-28Fix compilation warning.Andrei Karas1-1/+1
2016-04-27Add killer id packet.Andrei Karas5-0/+35
2016-04-27Update plugin for support new hercules.Andrei Karas2-4/+5
2016-04-25Allow use colored messages in chat, even if # already used for gm commands.Andrei Karas3-0/+40
2016-04-04Update plugin for new hercules.Andrei Karas4-9/+9
2016-03-30Add missing checks.Andrei Karas15-429/+557
2016-03-30Add script command failedremovecardsindex.Andrei Karas3-0/+87
2016-03-30Add script command successremovecardsindex.Andrei Karas3-0/+67
2016-03-30Split script.c into buildins and other script functions.Andrei Karas5-1710/+1729
2016-03-20Copy child adoption functions to plugin and remove job and rings checks.Andrei Karas3-0/+95
2016-03-14Add ClientVersion constant parameter into code.release2016-03-15Andrei Karas3-0/+9
2016-03-14Disable completly buildin hercules translation support.Andrei Karas3-0/+36
2016-03-14Fix npc assertions on maps with always visible npcs after reload scripts.Andrei Karas5-1/+15
2016-03-06Show equipped slots weapon and shield always.Andrei Karas1-0/+26
2016-03-06Add support for show accessory slots.Andrei Karas2-1/+9
2016-03-02Dehardcode mob ai flag MD_SURVIVE_WITHOUT_MASTER and change it value.Andrei Karas2-2/+6
2016-02-29For pet and homun talks check is player allowed to talk.Andrei Karas1-0/+5
2016-02-29Dont send pet talks to all players, but send it to area only.Andrei Karas1-1/+1
2016-02-26Remove useless casts after server update.Andrei Karas5-17/+17
2016-02-22Copy setlook script command into plugin. Add support for send changed slot.Andrei Karas3-0/+16
2016-02-22Add support for warn_missing_translation configuration option.Andrei Karas4-1/+39
2016-02-22Fix wrong check in copy/pasted script function from hercules.Andrei Karas1-1/+1
2016-02-21Fix compilation warnings.Andrei Karas3-3/+3
2016-02-18Update for support latest hercules.Andrei Karas10-32/+37
2016-02-14Add support for item attribute MaxFloorOffset.Andrei Karas5-9/+58
2016-02-06Update plugin for support latest hercules.Andrei Karas2-7/+2
2016-02-01Fix formatting string issue if parameters too small in size.Andrei Karas1-1/+1
2016-01-30Remove script command countitemcolor. Now it same with countitem.Andrei Karas3-40/+0
2016-01-30Simplify npctalk3 script command.Andrei Karas1-12/+2
2016-01-29Change script function requestitemsindex to return value.Andrei Karas3-27/+24
2016-01-29Change script function requestitemindex to return value.Andrei Karas2-25/+6
2016-01-29Change script function requestitems to return value.Andrei Karas3-28/+7
2016-01-28Change script function requestitem to return value.Andrei Karas2-24/+5
2016-01-28Change script function requestlang to return value.Andrei Karas3-25/+4
2016-01-25Add craft names into constants.Andrei Karas1-0/+2
2016-01-24Add support for cards in script funciton getitemlink.Andrei Karas2-13/+45
2016-01-24In craft.conf add support for multyply "CreteItems" groups. Will be used rand...Andrei Karas3-5/+80