Fatalis 2 Posted June 20, 2013 File Name: [Atcommand]itemmap File Submitter: Fatalis File Submitted: 20 Jun 2013 File Category: Plugins Itemmap Plugin usage @itemmap <mapname> <itemid> <amount> Note: The code of @itemmap isn't mine, credit goes to the owner , I just converted it to a plugin for Hercules Click here to download this file Quote Share this post Link to post Share on other sites
quesoph 105 Posted June 21, 2013 1>------ Build started: Project: itemmap, Configuration: Debug Win32 ------1>C:Program FilesMSBuildMicrosoft.Cppv4.0Microsoft.CppBuild.targets(299,5): warning MSB8004: Output Directory does not end with a trailing slash. This build instance will add the slash as it is required to allow proper evaluation of the Output Directory.1> itemmap.c1>c:hercsrcpluginsitemmap.c(35): warning C4013: 'nullpo_retr' undefined; assuming extern returning int1>c:hercsrcpluginsitemmap.c(40): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.1> c:program filesmicrosoft visual studio 10.0vcincludestdio.h(325) : see declaration of 'sscanf'1>c:hercsrcpluginsitemmap.c(66): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.1> c:program filesmicrosoft visual studio 10.0vcincludestring.h(110) : see declaration of 'strcat'1>c:hercsrcpluginsitemmap.c(67): warning C4013: 'map_mapname2mapid' undefined; assuming extern returning int1>c:hercsrcpluginsitemmap.c(98): warning C4047: 'function' : 'size_t' differs in levels of indirection from 'char [35]'1>c:hercsrcpluginsitemmap.c(98): warning C4024: '_snprintf_s' : different types for formal and actual parameter 31>c:hercsrcpluginsitemmap.c(98): warning C4047: 'function' : 'const char *' differs in levels of indirection from 'int'1>c:hercsrcpluginsitemmap.c(98): warning C4024: '_snprintf_s' : different types for formal and actual parameter 41> Creating library ..pluginsitemmap.lib and object ..pluginsitemmap.exp1>itemmap.obj : error LNK2019: unresolved external symbol _map_mapname2mapid referenced in function _atcommand_itemmap1>itemmap.obj : error LNK2019: unresolved external symbol _itemdb_isstackable2 referenced in function _atcommand_itemmap1>itemmap.obj : error LNK2019: unresolved external symbol _msg_txt referenced in function _atcommand_itemmap1>itemmap.obj : error LNK2019: unresolved external symbol _itemdb_exists referenced in function _atcommand_itemmap1>itemmap.obj : error LNK2019: unresolved external symbol _itemdb_searchname referenced in function _atcommand_itemmap1>itemmap.obj : error LNK2019: unresolved external symbol _nullpo_retr referenced in function _atcommand_itemmap1>..pluginsitemmap.dll : fatal error LNK1120: 6 unresolved externals========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== Errors hehe. Quote Share this post Link to post Share on other sites
Luffy 14 Posted August 23, 2014 Can someone Update this? Quote Share this post Link to post Share on other sites
OverLord 4 Posted August 28, 2015 How work this script? Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted August 28, 2015 How work this script? https://github.com/dastgir/HPM-Plugins/blob/master/src/plugins/itemmap.c Quote Share this post Link to post Share on other sites