Hello bro i did all the step what ezz said and i recompile changed the source files items.cpp like u said but still no succes wtf :/ why
what more i can do ?
pic of my exe error
https://imgur.com/4FYcMWo
my config lua
-- data directory location
datadir = "data/"
-- map location
map = "data/world/world.otbm"
-- Type of map storage,
-- 'relational' - Slower, but possible to run database queries to change all items to another id for example.
-- 'binary' - Faster, but you cannot run DB queries.
-- To switch, load server with the current type, change the type in config.lua
-- type /reload config and the save the server with /closeserver serversave
map_store_type = "binary"
-- mapkind
-- options: OTBM for binary map, XML for OTX map
mapkind = "OTBM"