summaryrefslogtreecommitdiff
path: root/src/emap/craftconf.h
AgeCommit message (Collapse)AuthorFilesLines
2017-05-30Add support for creating items with cards in craft.s20170605Andrei Karas1-1/+2
2016-01-24In craft.conf add support for multyply "CreteItems" groups. Will be used ↵Andrei Karas1-1/+6
random group.
2016-01-24Add script function for get return code from craft entry.Andrei Karas1-0/+1
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/+2
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/+48
Also move itempair struct into separate file.