summaryrefslogtreecommitdiff
path: root/src/emap/script.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-22add an IT_VIRTUAL item type for card groupsgumi1-0/+6
2020-07-30allow servers to not use sex/gendergumi1-0/+20
2020-04-26add buildin getnpcsubtype() to get nd->subtypegumi1-0/+7
2020-04-25I hate myself for doing thisgumi1-1/+1
2020-04-25expose the GENDER enum to the script enginegumi1-0/+8
2018-09-25Fix compilation after hercules update.Andrei Karas1-0/+1
2018-09-25Hercules update.Andrei Karas1-11/+11
2017-11-07Update from new hercules.s20171129Andrei Karas1-6/+6
2017-08-09Add support for different use actions for items.s20170810Andrei Karas1-0/+38
2016-07-01Add files for skill constants and ground skills handlers.Andrei Karas1-0/+2
2016-06-21Add constant MAX_SLOTS into script constants.Andrei Karas1-0/+7
2016-06-19Add .srcId npc variable for get src_id field of npc.Andrei Karas1-0/+12
2016-06-18Use ext name in npc change dir handler.Andrei Karas1-1/+1
2016-05-02Update function hook prototypes for support new hercules.Andrei Karas1-17/+42
2016-05-02Add into all files where need #include "plugins/HPMHooking.h"Andrei Karas1-0/+2
2016-04-28Fix different warnings.Andrei Karas1-6/+14
2016-03-30Split script.c into buildins and other script functions.Andrei Karas1-1644/+0
2016-03-14Add ClientVersion constant parameter into code.release2016-03-15Andrei Karas1-0/+7
2016-03-14Disable completly buildin hercules translation support.Andrei Karas1-0/+34
2016-03-14Fix npc assertions on maps with always visible npcs after reload scripts.Andrei Karas1-0/+6
2016-02-26Remove useless casts after server update.Andrei Karas1-2/+2
2016-02-22Copy setlook script command into plugin. Add support for send changed slot.Andrei Karas1-0/+14
2016-02-22Fix wrong check in copy/pasted script function from hercules.Andrei Karas1-1/+1
2016-02-21Fix compilation warnings.Andrei Karas1-1/+1
2016-01-30Remove script command countitemcolor. Now it same with countitem.Andrei Karas1-38/+0
2016-01-30Simplify npctalk3 script command.Andrei Karas1-12/+2
2016-01-29Change script function requestitemsindex to return value.Andrei Karas1-26/+5
2016-01-29Change script function requestitemindex to return value.Andrei Karas1-24/+5
2016-01-29Change script function requestitems to return value.Andrei Karas1-26/+5
2016-01-28Change script function requestitem to return value.Andrei Karas1-23/+4
2016-01-28Change script function requestlang to return value.Andrei Karas1-23/+2
2016-01-24Add support for cards in script funciton getitemlink.Andrei Karas1-12/+44
2016-01-24Add script function for get return code from craft entry.Andrei Karas1-1/+8
2016-01-24Add script command for use craft.Andrei Karas1-0/+6
2016-01-24Dont search name in scripts for items with id 0.Andrei Karas1-2/+5
2016-01-23Add script function for find craft entry from db based on craft variable.Andrei Karas1-1/+11
2016-01-23Remove var name parameter from requestCraft. Now it return string.Andrei Karas1-24/+4
2016-01-17Add script command for show emotes.Andrei Karas1-0/+37
2016-01-16Add script command for show link to item with cards by inventory index.Andrei Karas1-4/+75
2016-01-12Add script command for validate craft object after some time it was created.Andrei Karas1-0/+8
2016-01-12Add script command for get item amount from one craft slot.Andrei Karas1-0/+34
2016-01-12Add script command for get item id from one craft slot.Andrei Karas1-0/+23
2016-01-12Add script command for delete craftobject.Andrei Karas1-0/+8
2016-01-11Add script command for dump craft object to server console.Andrei Karas1-0/+8
2016-01-11Add script command for convert craft string into craft object.Andrei Karas1-0/+10
2016-01-08Add script command for request craft inventory.Andrei Karas1-0/+64
2016-01-06Replace some map->id2bl to map->id2nd.Andrei Karas1-6/+6
2015-11-05Add pseudo npc varibale .alwaysVisible for show npc from any range on map.Andrei Karas1-0/+16
2015-10-26Add script command setskin. For set npc dialog skin on client.Andrei Karas1-0/+12
2015-10-25Add layer field into wall. For now it used 0 from scripts.Andrei Karas1-1/+1