summaryrefslogtreecommitdiff
path: root/src/emap/craftconf.c
AgeCommit message (Collapse)AuthorFilesLines
2017-05-30Add support for creating items with cards in craft.s20170605Andrei Karas1-5/+62
2016-09-26Increase temp buffer size in craftconf.c for avoid possible overflow.Andrei Karas1-1/+1
2016-08-04Reduce memory usage in vectors.evolrelease2016-08-07Andrei Karas1-4/+4
2016-04-28Fix different warnings.Andrei Karas1-2/+4
2016-04-04Update plugin for new hercules.Andrei Karas1-2/+2
2016-03-30Add missing checks.Andrei Karas1-4/+4
2016-02-18Update for support latest hercules.Andrei Karas1-15/+16
2016-01-25Add craft names into constants.Andrei Karas1-0/+2
2016-01-24In craft.conf add support for multyply "CreteItems" groups. Will be used ↵Andrei Karas1-2/+67
random group.
2016-01-24Add script function for get return code from craft entry.Andrei Karas1-0/+2
New script function: getcraftcode ENTRY
2016-01-24Add script command for use craft.Andrei Karas1-0/+1
New script command: usecraft CRAFT Where CRAFT - craft id created by initcraft.
2016-01-23Add script function for find craft entry from db based on craft variable.Andrei Karas1-0/+1
New script command: findcraftentry CRAFTVAR, FLAG Where: CRAFTVAR - variable get from initcraft function. FLAG - flag related to npc. It allow search craft entries only with this flag.
2016-01-23Move craft conf related things into separate file.Andrei Karas1-0/+368
Also move itempair struct into separate file.