Auraset

can you help me on this error!?

GtlQf.png
Update your Auraset, Seems like you are using old version of auraset.. (since from error, it seems, source is calling clif->sendauras, while we have clif_sendauras in the source)

and 

Line 252:

if (sd && (effect1<0 || effect2<0 || effect3<0) && (type == SC_HIDING || type == SC_CLOAKING || type == SC_CHASEWALK || sd->sc.option==OPTION_INVISIBLE || type==SC_CHASEWALK || type==SC_CHASEWALK2 || type==SC_CAMOUFLAGE)){ effect1 *= -1; effect2 *= -1; effect3 *= -1; clif_sendauras(sd, AREA_WOS); } return 1;}/* run when server starts */
So, Please update your Auraset File.

 
can you help me on this error!?

GtlQf.png
Update your Auraset, Seems like you are using old version of auraset.. (since from error, it seems, source is calling clif->sendauras, while we have clif_sendauras in the source)

and 

Line 252:

if (sd && (effect1<0 || effect2<0 || effect3<0) && (type == SC_HIDING || type == SC_CLOAKING || type == SC_CHASEWALK || sd->sc.option==OPTION_INVISIBLE || type==SC_CHASEWALK || type==SC_CHASEWALK2 || type==SC_CAMOUFLAGE)){ effect1 *= -1; effect2 *= -1; effect3 *= -1; clif_sendauras(sd, AREA_WOS); } return 1;}/* run when server starts */
So, Please update your Auraset File.
Thank You! no more error when compiling but i got another error on console

uMBCg.png


 
Last edited by a moderator:
You should also compile and enable the HPMHooking plugin for it to work. It's there with any relatively recent Hercules installation, just compile it and make the server run it.

 
Compile plugin-HPMHooking (which I guess is compiled everytime you build solution)

Uncomment HPMHooking line from plugins.conf

P.S: HPMHooking should be first to load.

 
I got this errors =(

Error 2 error C2065: 'INVALID_TIMER' : identificador no declarado c:userssofydesktopakiaragnarokemuhercules1hercules - costume -testitem - ndg protection - itemworks - aurapluginsauraset.c 241 1 auraset
3 IntelliSense: un argumento de tipo "int" no es compatible con un parámetro de tipo "clr_type" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 221 33 auraset
4 IntelliSense: el identificador "INVALID_TIMER" no está definido c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 241 34 auraset
5 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "malloc_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 260 10 auraset
6 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "script_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 263 9 auraset
7 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "clif_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 264 7 auraset
8 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "pc_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 265 5 auraset
9 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "strlib_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 266 9 auraset
10 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "map_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 267 6 auraset
11 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "status_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 268 9 auraset
12 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "npc_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 269 6 auraset
13 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "mob_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 270 6 auraset
 
how can i fix it?

 
I got this errors =(

Error 2 error C2065: 'INVALID_TIMER' : identificador no declarado c:userssofydesktopakiaragnarokemuhercules1hercules - costume -testitem - ndg protection - itemworks - aurapluginsauraset.c 241 1 auraset
3 IntelliSense: un argumento de tipo "int" no es compatible con un parámetro de tipo "clr_type" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 221 33 auraset
4 IntelliSense: el identificador "INVALID_TIMER" no está definido c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 241 34 auraset
5 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "malloc_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 260 10 auraset
6 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "script_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 263 9 auraset
7 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "clif_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 264 7 auraset
8 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "pc_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 265 5 auraset
9 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "strlib_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 266 9 auraset
10 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "map_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 267 6 auraset
11 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "status_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 268 9 auraset
12 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "npc_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 269 6 auraset
13 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "mob_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 270 6 auraset
 
how can i fix it?
add this line in the header

#include "../common/timer.h"

 
I got this errors =(

Error 2 error C2065: 'INVALID_TIMER' : identificador no declarado c:userssofydesktopakiaragnarokemuhercules1hercules - costume -testitem - ndg protection - itemworks - aurapluginsauraset.c 241 1 auraset
3 IntelliSense: un argumento de tipo "int" no es compatible con un parámetro de tipo "clr_type" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 221 33 auraset
4 IntelliSense: el identificador "INVALID_TIMER" no está definido c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 241 34 auraset
5 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "malloc_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 260 10 auraset
6 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "script_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 263 9 auraset
7 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "clif_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 264 7 auraset
8 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "pc_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 265 5 auraset
9 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "strlib_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 266 9 auraset
10 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "map_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 267 6 auraset
11 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "status_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 268 9 auraset
12 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "npc_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 269 6 auraset
13 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "mob_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 270 6 auraset
 
how can i fix it?
add this line in the header

#include "../common/timer.h"
I got the same error =(

 
I got this errors =(

Error 2 error C2065: 'INVALID_TIMER' : identificador no declarado c:userssofydesktopakiaragnarokemuhercules1hercules - costume -testitem - ndg protection - itemworks - aurapluginsauraset.c 241 1 auraset
3 IntelliSense: un argumento de tipo "int" no es compatible con un parámetro de tipo "clr_type" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 221 33 auraset
4 IntelliSense: el identificador "INVALID_TIMER" no está definido c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 241 34 auraset
5 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "malloc_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 260 10 auraset
6 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "script_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 263 9 auraset
7 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "clif_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 264 7 auraset
8 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "pc_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 265 5 auraset
9 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "strlib_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 266 9 auraset
10 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "map_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 267 6 auraset
11 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "status_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 268 9 auraset
12 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "npc_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 269 6 auraset
13 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "mob_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 270 6 auraset
 
how can i fix it?
add this line in the header

#include "../common/timer.h"
I got the same error =(
It seems happen with NDG Protection not Auraset plug-ing

 
I got this errors =(

Error 2 error C2065: 'INVALID_TIMER' : identificador no declarado c:userssofydesktopakiaragnarokemuhercules1hercules - costume -testitem - ndg protection - itemworks - aurapluginsauraset.c 241 1 auraset
3 IntelliSense: un argumento de tipo "int" no es compatible con un parámetro de tipo "clr_type" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 221 33 auraset
4 IntelliSense: el identificador "INVALID_TIMER" no está definido c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 241 34 auraset
5 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "malloc_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 260 10 auraset
6 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "script_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 263 9 auraset
7 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "clif_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 264 7 auraset
8 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "pc_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 265 5 auraset
9 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "strlib_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 266 9 auraset
10 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "map_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 267 6 auraset
11 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "status_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 268 9 auraset
12 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "npc_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 269 6 auraset
13 IntelliSense: no se puede asignar un valor de tipo "void *" a una entidad de tipo "mob_interface *" c:UserssofyDesktopAkiaRagnarokEmuHercules1Hercules - costume -testitem - NDG Protection - itemWorks - aurapluginsauraset.c 270 6 auraset
 
how can i fix it?
add this line in the header

#include "../common/timer.h"
I got the same error =(

It seems happen with NDG Protection not Auraset plug-ing
 i normally compile my servers as i made mods, so  i'll try implement auraset  before ndg ... to see if its that ^^

i try in Hercules - costume -testitem - aura and it works! 

Thanks a lot woot 

 
here is the dump file http://1drv.ms/1nDMJY3

I m using window os

-----------------------------------------------------------

I disabled the red part ,the crash was gone...

bool clif_spawn_AuraPost(bool retVal, struct block_list *bl){ //[Dastgir Pojee/Hercules]

struct view_data *vd;

vd = status->get_viewdata(bl);

if (retVal == false) { return false; }

/*

if ((bl->type == BL_NPC

&& !((TBL_NPC*)bl)->chat_id

&& (((TBL_NPC*)bl)->option&OPTION_INVISIBLE)) // Hide NPC from maya purple card.

|| (vd->class_ == INVISIBLE_CLASS)

)

return true; // Doesn't need to be spawned, so everything is alright

*/

if (bl->type == BL_PC){

clif_sendauras((TBL_PC*)bl, AREA);

}

return true;

}

 
Last edited by a moderator:
Last edited by a moderator:
Thank you so much Dastgir, but i must change sscanf to sscanf_s to build this plugin. It's still working fine?

I have 1 more thing to need your help, pls show me, how to let user select aura from aura collection?

 
Last edited by a moderator:
Back
Top