Jump to content

Recommended Posts

Can anyone tell me what the latest rev of hercules that this system is compatible? with the latter does not work.

Share this post


Link to post
Share on other sites

Can anyone tell me what the latest rev of hercules that this system is compatible? with the latter does not work.

I don't know the revision #, but it works on my local server setup which I installed around January.

Share this post


Link to post
Share on other sites

Script commands will work with last Hercules.
About woe & bg items - idk, need test.

Share this post


Link to post
Share on other sites

Hi!
First of all, thanks for the nice work, you're awesome! 

I followed your guide but, still, i've got this error when I "make sql plugin" (my Herc is on CentOS 6):

CC      skill.c
skill.c: In function 'skill_castend_nodamage_id':
skill.c:7745: error: 'x' undeclared (first use in this function)
skill.c:7745: error: (Each undeclared identifier is reported only once
skill.c:7745: error: for each function it appears in.)
skill.c:7745: error: 'y' undeclared (first use in this function)
make[1]: *** [obj_sql/skill.o] Error 1
make[1]: Leaving directory `/home/*******/Server/src/map'
make: *** [map_sql] Error 2

I'm on the very last Hercules version.

Here is my skill.c

http://www.mediafire.com/download/i9ubvl2giv3gu24/skill.c

 

Thanks~

P.S: in which directory I should put the iteminfo_add.lub ? 

Edited by Rory

Share this post


Link to post
Share on other sites

P.S: in which directory I should put the iteminfo_add.lub ? 

 

You put it in your existing itemInfo.lub in client folder: System\itemInfo.lub

Share this post


Link to post
Share on other sites

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)

Share this post


Link to post
Share on other sites

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?

 

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

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites

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?

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

@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 ^^

Edited by DoriTos Nacho

Share this post


Link to post
Share on other sites

Where are this map?

 

ironbridge,78,98,6

 

@edit

 

And my new maps disappeared

 

@edit2

 

I fix hahaha

 

Are you  running this script without error? :) in current version of herc?

Share this post


Link to post
Share on other sites

@Kubix Thanks for this!
 

 

 

Where are this map?

 

ironbridge,78,98,6

 

@edit

 

And my new maps disappeared

 

@edit2

 

I fix hahaha


Are you  running this script without error? :) in current version of herc?

 

Yeep  :D

 

I tried it now and its working. One problem is there's no emblem above the head.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.