Queue BG rewrite

Is this working?
Why not?

@@True Zeal

Sorry, when Conquest started, priest @recall me
default_smile.png


https://www.youtube.com/watch?v=_C7jNSpHYqw
your main town!! that's a good map! is it public released? i would like to have one haha
nope. created by my wife
default_biggrin.png


 
https://mega.nz/#!usdTjDob!LFjB51DZP_vADpXnn2MT9G82xCJXVhabILcqWzohZ5w

Full eAmod Bgs for Hercules / RagEmu by Plugin.

Converted by me.

Use standart eAmod BG NPC for this.

Tested on latest RagEmu.

Let me know if you find some errors. (tested on Windows)
Hello Kubix,

Thanks for this release however when compiling i get these errors;

Any ideas on how to fix these?

Code:
4>c:\Herc-eAmod\src\map\battle.c(6755): error C2143: syntax error: missing ')' before 'if'
4>c:\Herc-eAmod\src\map\battleground.c(971): warning C4477: 'sprintf' : format string '%s' requires an argument of type 'char *', but variadic argument 1 has type 'int'
4>c:\Herc-eAmod\src\map\battleground.c(971): warning C4477: 'sprintf' : format string '%d' requires an argument of type 'int', but variadic argument 2 has type 'char *'
4>c:\Herc-eAmod\src\map\battleground.c(994): warning C4477: 'sprintf' : format string '%s' requires an argument of type 'char *', but variadic argument 1 has type 'int'
4>c:\Herc-eAmod\src\map\battleground.c(994): warning C4477: 'sprintf' : format string '%d' requires an argument of type 'int', but variadic argument 2 has type 'char *'
4>c:\Herc-eAmod\src\map\battleground.c(1071): warning C4101: 'allowedTypes': unreferenced local variable
4>c:\Herc-eAmod\src\map\channel.c(648): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned char', possible loss of data
4>c:\Herc-eAmod\src\map\clif.c(1972): warning C4267: '=': conversion from 'size_t' to 'uint16', possible loss of data
4>c:\Herc-eAmod\src\map\clif.c(2092): warning C4267: '=': conversion from 'size_t' to 'uint16', possible loss of data
4>c:\Herc-eAmod\src\map\clif.c(3627): warning C4267: '=': conversion from 'size_t' to 'uint16', possible loss of data
4>c:\Herc-eAmod\src\map\clif.c(3664): warning C4267: '=': conversion from 'size_t' to 'uint16', possible loss of data
4>c:\Herc-eAmod\src\map\clif.c(5529): warning C4267: '=': conversion from 'size_t' to 'uint16', possible loss of data
4>c:\Herc-eAmod\src\map\clif.c(5584): warning C4267: '=': conversion from 'size_t' to 'uint16', possible loss of data
4>c:\Herc-eAmod\src\map\clif.c(5615): warning C4267: '=': conversion from 'size_t' to 'uint16', possible loss of data
4>c:\Herc-eAmod\src\map\clif.c(5632): warning C4267: '=': conversion from 'size_t' to 'uint16', possible loss of data
4>c:\Herc-eAmod\src\map\clif.c(5818): warning C4267: '=': conversion from 'size_t' to 'uint16', possible loss of data
4>c:\Herc-eAmod\src\map\clif.c(8006): warning C4267: '=': conversion from 'size_t' to 'uint16', possible loss of data
4>c:\Herc-eAmod\src\map\clif.c(8263): warning C4267: '=': conversion from 'size_t' to 'uint16', possible loss of data
4>c:\Herc-eAmod\src\map\clif.c(8293): warning C4267: '=': conversion from 'size_t' to 'uint16', possible loss of data
4>c:\Herc-eAmod\src\map\clif.c(8369): error C2039: 'chat_id': is not a member of 'map_session_data'
4>  c:\Herc-eAmod\src\map\pc.h(157): note: see declaration of 'map_session_data'
4>c:\Herc-eAmod\src\map\clif.c(8422): error C2181: illegal else without matching if
4>c:\Herc-eAmod\src\map\clif.c(8423): error C2065: 'ssd': undeclared identifier
4>c:\Herc-eAmod\src\map\clif.c(8423): error C2223: left of '->status' must point to struct/union
4>c:\Herc-eAmod\src\map\clif.c(8423): warning C4022: 'memcpy': pointer mismatch for actual parameter 2
4>c:\Herc-eAmod\src\map\clif.c(8423): error C2198: 'memcpy': too few arguments for call
4>c:\Herc-eAmod\src\map\clif.c(8425): error C2065: 'ssd': undeclared identifier
4>c:\Herc-eAmod\src\map\clif.c(8425): error C2223: left of '->status' must point to struct/union
4>c:\Herc-eAmod\src\map\clif.c(8426): error C2065: 'p': undeclared identifier
4>c:\Herc-eAmod\src\map\clif.c(8426): error C2065: 'ssd': undeclared identifier
4>c:\Herc-eAmod\src\map\clif.c(8426): error C2223: left of '->status' must point to struct/union
4>c:\Herc-eAmod\src\map\clif.c(8426): error C2198: 'function through pointer': too few arguments for call
4>c:\Herc-eAmod\src\map\clif.c(8426): warning C4047: '=': 'int' differs in levels of indirection from 'party_data *'
4>c:\Herc-eAmod\src\map\clif.c(8428): error C2065: 'ssd': undeclared identifier
4>c:\Herc-eAmod\src\map\clif.c(8428): error C2223: left of '->bg_id' must point to struct/union
4>c:\Herc-eAmod\src\map\clif.c(8430): error C2065: 'g': undeclared identifier
4>c:\Herc-eAmod\src\map\clif.c(8430): error C2065: 'ssd': undeclared identifier
4>c:\Herc-eAmod\src\map\clif.c(8430): error C2223: left of '->bg_id' must point to struct/union
4>c:\Herc-eAmod\src\map\clif.c(8430): error C2198: 'function through pointer': too few arguments for call
4>c:\Herc-eAmod\src\map\clif.c(8430): warning C4047: '=': 'int' differs in levels of indirection from 'guild *'
4>c:\Herc-eAmod\src\map\clif.c(8431): error C2065: 'ps': undeclared identifier
4>c:\Herc-eAmod\src\map\clif.c(8431): error C2065: 'ssd': undeclared identifier
4>c:\Herc-eAmod\src\map\clif.c(8431): error C2223: left of '->bmaster_flag' must point to struct/union
4>c:\Herc-eAmod\src\map\clif.c(8433): error C2065: 'ssd': undeclared identifier
4>c:\Herc-eAmod\src\map\clif.c(8433): error C2223: left of '->status' must point to struct/union
4>c:\Herc-eAmod\src\map\clif.c(8433): error C2065: 'g': undeclared identifier
4>c:\Herc-eAmod\src\map\clif.c(8433): error C2223: left of '->guild' must point to struct/union
4>c:\Herc-eAmod\src\map\clif.c(8436): error C2065: 'g': undeclared identifier
4>c:\Herc-eAmod\src\map\clif.c(8436): error C2223: left of '->max_member' must point to struct/union
4>c:\Herc-eAmod\src\map\clif.c(8436): error C2223: left of '->member' must point to struct/union
4>c:\Herc-eAmod\src\map\clif.c(8436): error C2065: 'ssd': undeclared identifier
4>c:\Herc-eAmod\src\map\clif.c(8436): error C2223: left of '->status' must point to struct/union
4>c:\Herc-eAmod\src\map\clif.c(8437): error C2065: 'g': undeclared identifier
4>c:\Herc-eAmod\src\map\clif.c(8437): error C2223: left of '->max_member' must point to struct/union
4>c:\Herc-eAmod\src\map\clif.c(8437): error C2065: 'ps': undeclared identifier
4>c:\Herc-eAmod\src\map\clif.c(8437): error C2223: left of '->member' must point to struct/union
4>c:\Herc-eAmod\src\map\clif.c(8440): error C2065: 'p': undeclared identifier
4>c:\Herc-eAmod\src\map\clif.c(8440): warning C4047: '==': 'int' differs in levels of indirection from 'void *'
4>c:\Herc-eAmod\src\map\clif.c(8440): error C2065: 'g': undeclared identifier
4>c:\Herc-eAmod\src\map\clif.c(8444): error C2065: 'p': undeclared identifier
4>c:\Herc-eAmod\src\map\clif.c(8444): warning C4047: '!=': 'int' differs in levels of indirection from 'void *'
4>c:\Herc-eAmod\src\map\clif.c(8445): error C2065: 'p': undeclared identifier
4>c:\Herc-eAmod\src\map\clif.c(8445): error C2223: left of '->party' must point to struct/union
4>c:\Herc-eAmod\src\map\clif.c(8445): warning C4022: 'memcpy': pointer mismatch for actual parameter 2
4>c:\Herc-eAmod\src\map\clif.c(8445): error C2198: 'memcpy': too few arguments for call
4>c:\Herc-eAmod\src\map\clif.c(8449): error C2065: 'g': undeclared identifier
4>c:\Herc-eAmod\src\map\clif.c(8449): warning C4047: '!=': 'int' differs in levels of indirection from 'void *'
4>c:\Herc-eAmod\src\map\clif.c(8449): error C2065: 'ps': undeclared identifier
4>c:\Herc-eAmod\src\map\clif.c(8450): error C2065: 'g': undeclared identifier
4>c:\Herc-eAmod\src\map\clif.c(8450): error C2223: left of '->name' must point to struct/union
4>c:\Herc-eAmod\src\map\clif.c(8450): warning C4022: 'memcpy': pointer mismatch for actual parameter 2
4>c:\Herc-eAmod\src\map\clif.c(8450): error C2198: 'memcpy': too few arguments for call
4>c:\Herc-eAmod\src\map\clif.c(8451): error C2065: 'g': undeclared identifier
4>c:\Herc-eAmod\src\map\clif.c(8451): error C2223: left of '->position' must point to struct/union
4>c:\Herc-eAmod\src\map\clif.c(8451): error C2065: 'ps': undeclared identifier
4>c:\Herc-eAmod\src\map\clif.c(8451): warning C4022: 'memcpy': pointer mismatch for actual parameter 2
4>c:\Herc-eAmod\src\map\clif.c(8451): error C2198: 'memcpy': too few arguments for call
4>c:\Herc-eAmod\src\map\clif.c(8457): error C2043: illegal break
4>c:\Herc-eAmod\src\map\clif.c(8459): error C2046: illegal case
4>c:\Herc-eAmod\src\map\clif.c(8461): error C2043: illegal break
4>c:\Herc-eAmod\src\map\clif.c(8462): error C2046: illegal case
4>c:\Herc-eAmod\src\map\clif.c(8464): error C2043: illegal break
4>c:\Herc-eAmod\src\map\clif.c(8465): error C2046: illegal case
4>c:\Herc-eAmod\src\map\clif.c(8467): error C2043: illegal break
4>c:\Herc-eAmod\src\map\clif.c(8468): error C2046: illegal case
4>c:\Herc-eAmod\src\map\clif.c(8470): error C2043: illegal break
4>c:\Herc-eAmod\src\map\clif.c(8471): error C2046: illegal case
4>c:\Herc-eAmod\src\map\clif.c(8500): error C2043: illegal break
4>c:\Herc-eAmod\src\map\clif.c(8501): error C2046: illegal case
4>c:\Herc-eAmod\src\map\clif.c(8507): error C2046: illegal case
4>c:\Herc-eAmod\src\map\clif.c(8509): error C2043: illegal break
4>c:\Herc-eAmod\src\map\clif.c(8510): error C2047: illegal default
4>c:\Herc-eAmod\src\map\clif.c(8516): error C2059: syntax error: 'if'
4>c:\Herc-eAmod\src\map\clif.c(8518): error C2059: syntax error: 'else'
4>c:\Herc-eAmod\src\map\clif.c(8523): error C2059: syntax error: '}'
4>c:\Herc-eAmod\src\map\clif.c(8620): warning C4267: '=': conversion from 'size_t' to 'uint16', possible loss of data
4>c:\Herc-eAmod\src\map\clif.c(8628): warning C4267: '=': conversion from 'size_t' to 'uint16', possible loss of data
4>c:\Herc-eAmod\src\map\clif.c(8946): warning C4013: 'RFIFOP_WC' undefined; assuming extern returning int
4>c:\Herc-eAmod\src\map\clif.c(8946): warning C4047: '=': 'char *' differs in levels of indirection from 'int'
4>c:\Herc-eAmod\src\map\clif.c(9036): warning C4267: '=': conversion from 'size_t' to 'unsigned short', possible loss of data
4>c:\Herc-eAmod\src\map\clif.c(9070): warning C4267: '=': conversion from 'size_t' to 'unsigned short', possible loss of data
4>c:\Herc-eAmod\src\map\clif.c(9906): warning C4267: '=': conversion from 'size_t' to 'uint16', possible loss of data
4>c:\Herc-eAmod\src\map\clif.c(9915): warning C4267: '=': conversion from 'size_t' to 'uint16', possible loss of data
4>c:\Herc-eAmod\src\map\clif.c(14802): warning C4267: '=': conversion from 'size_t' to 'uint16', possible loss of data
4>c:\Herc-eAmod\src\map\clif.c(16397): warning C4267: '=': conversion from 'size_t' to 'uint16', possible loss of data
4>c:\Herc-eAmod\src\map\clif.c(17995): warning C4267: '=': conversion from 'size_t' to 'uint16', possible loss of data
4>c:\Herc-eAmod\src\map\clif.c(19581): error C2065: 'clif_charnameupdate': undeclared identifier
4>c:\Herc-eAmod\src\map\clif.c(19581): warning C4047: '=': 'void (__cdecl *)(map_session_data *)' differs in levels of indirection from 'int'
4>c:\Herc-eAmod\src\map\intif.c(170): warning C4267: '=': conversion from 'size_t' to 'uint16', possible loss of data
4>c:\Herc-eAmod\src\map\intif.c(200): warning C4267: '=': conversion from 'size_t' to 'uint16', possible loss of data
4>c:\Herc-eAmod\src\map\intif.c(250): warning C4267: '=': conversion from 'size_t' to 'uint16', possible loss of data
4>c:\Herc-eAmod\src\map\intif.c(290): warning C4267: '=': conversion from 'size_t' to 'uint16', possible loss of data
4>c:\Herc-eAmod\src\map\irc-bot.c(241): error C2059: syntax error: '+'
4>c:\Herc-eAmod\src\map\irc-bot.c(526): error C2065: 'irc_send': undeclared identifier
4>c:\Herc-eAmod\src\map\irc-bot.c(526): warning C4047: '=': 'void (__cdecl *)(char *)' differs in levels of indirection from 'int'
4>c:\Herc-eAmod\src\map\intif.c(669): warning C4267: '=': conversion from 'size_t' to 'uint16', possible loss of data
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(3145): warning C4047: 'function': 'map_session_data *' differs in levels of indirection from 'map_session_data **'
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(3145): warning C4024: 'preHookFunc': different types for formal and actual parameter 1
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(3159): warning C4047: 'function': 'int *' differs in levels of indirection from 'int'
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(3159): warning C4024: 'postHookFunc': different types for formal and actual parameter 3
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(3267): warning C4020: 'postHookFunc': too many actual parameters
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(12852): warning C4047: 'function': 'const char *' differs in levels of indirection from 'const char **'
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(12852): warning C4024: 'preHookFunc': different types for formal and actual parameter 2
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(12852): warning C4024: 'preHookFunc': different types for formal and actual parameter 3
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(12866): warning C4047: 'function': 'int *' differs in levels of indirection from 'int'
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(12866): warning C4024: 'postHookFunc': different types for formal and actual parameter 1
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(12866): warning C4047: 'function': 'size_t *' differs in levels of indirection from 'std::size_t'
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(12866): warning C4024: 'postHookFunc': different types for formal and actual parameter 4
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(12930): warning C4047: 'function': 'block_list *' differs in levels of indirection from 'block_list **'
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(12930): warning C4024: 'preHookFunc': different types for formal and actual parameter 1
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(12930): warning C4047: 'function': 'const char *' differs in levels of indirection from 'const char **'
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(12930): warning C4024: 'preHookFunc': different types for formal and actual parameter 2
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(12956): warning C4047: 'function': 'block_list *' differs in levels of indirection from 'block_list **'
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(12956): warning C4024: 'preHookFunc': different types for formal and actual parameter 1
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(12956): warning C4047: 'function': 'const char *' differs in levels of indirection from 'const char **'
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(12956): warning C4024: 'preHookFunc': different types for formal and actual parameter 2
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(12970): warning C4047: 'function': 'size_t *' differs in levels of indirection from 'std::size_t'
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(12970): warning C4024: 'postHookFunc': different types for formal and actual parameter 3
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(12970): warning C4047: 'function': 'unsigned int *' differs in levels of indirection from 'unsigned int'
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(12970): warning C4024: 'postHookFunc': different types for formal and actual parameter 4
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(12970): warning C4047: 'function': 'short *' differs in levels of indirection from 'short'
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(12970): warning C4024: 'postHookFunc': different types for formal and actual parameter 5
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(12970): warning C4024: 'postHookFunc': different types for formal and actual parameter 6
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(12970): warning C4024: 'postHookFunc': different types for formal and actual parameter 7
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(12970): warning C4024: 'postHookFunc': different types for formal and actual parameter 8
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(12970): error C2440: 'function': cannot convert from 'send_target' to 'send_target *'
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(12970): warning C4024: 'postHookFunc': different types for formal and actual parameter 9
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(31314): warning C4047: 'function': 'const char *' differs in levels of indirection from 'const char **'
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(31314): warning C4024: 'preHookFunc': different types for formal and actual parameter 1
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(31328): warning C4047: 'function': 'size_t *' differs in levels of indirection from 'std::size_t'
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(31328): warning C4024: 'postHookFunc': different types for formal and actual parameter 3
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(31328): warning C4047: 'function': 'int *' differs in levels of indirection from 'int'
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(31328): warning C4024: 'postHookFunc': different types for formal and actual parameter 4
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(31341): warning C4047: 'function': 'const char *' differs in levels of indirection from 'const char **'
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(31341): warning C4024: 'preHookFunc': different types for formal and actual parameter 1
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(31355): warning C4047: 'function': 'size_t *' differs in levels of indirection from 'std::size_t'
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(31355): warning C4024: 'postHookFunc': different types for formal and actual parameter 3
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(31355): warning C4047: 'function': 'unsigned int *' differs in levels of indirection from 'unsigned int'
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(31355): warning C4024: 'postHookFunc': different types for formal and actual parameter 4
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(31355): warning C4047: 'function': 'short *' differs in levels of indirection from 'short'
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(31355): warning C4024: 'postHookFunc': different types for formal and actual parameter 5
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(31355): warning C4024: 'postHookFunc': different types for formal and actual parameter 6
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(31355): warning C4024: 'postHookFunc': different types for formal and actual parameter 7
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(31355): warning C4024: 'postHookFunc': different types for formal and actual parameter 8
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(31395): warning C4047: 'function': 'map_session_data *' differs in levels of indirection from 'map_session_data **'
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(31395): warning C4024: 'preHookFunc': different types for formal and actual parameter 1
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(31395): warning C4047: 'function': 'const char *' differs in levels of indirection from 'const char **'
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(31395): warning C4024: 'preHookFunc': different types for formal and actual parameter 2
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(31395): warning C4024: 'preHookFunc': different types for formal and actual parameter 3
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(31409): warning C4047: 'function': 'size_t *' differs in levels of indirection from 'std::size_t'
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(31409): warning C4024: 'postHookFunc': different types for formal and actual parameter 5
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(31989): warning C4047: 'function': 'const char *' differs in levels of indirection from 'const char **'
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(31989): warning C4024: 'preHookFunc': different types for formal and actual parameter 2
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(32003): warning C4047: 'function': 'int *' differs in levels of indirection from 'int'
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(32003): warning C4024: 'postHookFunc': different types for formal and actual parameter 2
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(32003): warning C4047: 'function': 'size_t *' differs in levels of indirection from 'std::size_t'
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(32003): warning C4024: 'postHookFunc': different types for formal and actual parameter 4
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(34978): warning C4047: 'function': 'char **' differs in levels of indirection from 'char *'
6>c:\Herc-eAmod\src\plugins\HPMHooking\HPMHooking_map.Hooks.inc(34978): warning C4024: 'preHookFunc': different types for formal and actual parameter 1
 
Maybe need some rewrites for latest Herc. But I don't have a time for this.

 
Hello,

I know Kubix is a little busy right now but does anyone else know why the BG & WOE EDP bottles and any other items that are used via skills dont work?

I implemented these changes https://github.com/kubixservice/QueueBG/blob/master/src/new_item_mode.%D1%81

Everything works great apart from items used via skills.

I even tried using the EDP bottle on the Battleground maps from inventory and it works, just not from skills.

There are no errors via console when compiling either.

Any help would be much appreciated.

 
Hello,

I know Kubix is a little busy right now but does anyone else know why the BG & WOE EDP bottles and any other items that are used via skills dont work?

I implemented these changes https://github.com/kubixservice/QueueBG/blob/master/src/new_item_mode.%D1%81

Everything works great apart from items used via skills.

I even tried using the EDP bottle on the Battleground maps from inventory and it works, just not from skills.

There are no errors via console when compiling either.

Any help would be much appreciated.
bump?

 
Sup. Sorry I don't have a time for support this scripts now.
Maybe in a future I will create a plugin.

@dungpt8782

Script trying to iterate empty queue, you need to add some players in queue via @joinbg

 
@Kubix 

I have just this problem:

..\src\map\skill.c(7911): error C2065: 'x': undeclared identifier
..\src\map\skill.c(7911): error C2065: 'y': undeclared identifier
..\src\map\skill.c(7933): error C2065: 'x': undeclared identifier
..\src\map\skill.c(7933): error C2065: 'y': undeclared identifier


@edit  

I fixed ^^

 
Last edited by a moderator:
Where are this map?

ironbridge,78,98,6


@edit

And my new maps disappeared

@edit2

I fix hahaha

 
Last edited by a moderator:
Back
Top