I tried to apply the system in my emulator and I came across this error when compiling
http://ap.imagensbrasil.org/image/E4H2tH
1>..\src\map\itemdb.c(1686): error C2065: 'itemdb_read_vending' : undeclared identifier
1>..\src\map\itemdb.c(1686): warning C4047: 'function' : 'bool (__cdecl *)(char **,int,int)' differs in levels of indirection from 'int *'
1>..\src\map\itemdb.c(1686): warning C4024: 'sv_readdb' : different types for formal and actual parameter 7
1>..\src\map\vending.c(186): error C2039: 'inventory' : is not a member of 'mmo_charstatus'
1> c:\users\iraaid\documents\teste novo server\rathena-master\rathena-master\src\map\../common/mmo.h(426) : see declaration of 'mmo_charstatus'
1>..\src\map\vending.c(187): error C2039: 'inventory' : is not a member of 'mmo_charstatus'
1> c:\users\iraaid\documents\teste novo server\rathena-master\rathena-master\src\map\../common/mmo.h(426) : see declaration of 'mmo_charstatus'
1>..\src\map\vending.c(267): error C2039: 'inventory' : is not a member of 'mmo_charstatus'
1> c:\users\iraaid\documents\teste novo server\rathena-master\rathena-master\src\map\../common/mmo.h(426) : see declaration of 'mmo_charstatus'
1>..\src\map\vending.c(270): error C2039: 'inventory' : is not a member of 'mmo_charstatus'
1> c:\users\iraaid\documents\teste novo server\rathena-master\rathena-master\src\map\../common/mmo.h(426) : see declaration of 'mmo_charstatus'
1>..\src\map\vending.c(313): error C2039: 'cart' : is not a member of 'mmo_charstatus'
1> c:\users\iraaid\documents\teste novo server\rathena-master\rathena-master\src\map\../common/mmo.h(426) : see declaration of 'mmo_charstatus'
1>..\src\map\vending.c(313): error C2198: 'itemdb_search' : too few arguments for call
========== Build: 0 succeeded, 1 failed, 3 up-to-date, 0 skipped ==========
I tried several ways to correct the error but I did not find a solution