Auraset



I'm using lastest Hercules Git. Help me pls!
Updated to Version 1.1, Please download it.
found a bug , this plugin will cause certain skills which target  on a mob failed (e.g. Provoke)

I fix it by myself

Code:
int status_change_start_postAura(int retVal,struct block_list *src, struct block_list *bl, enum sc_type type, int rate, int val1, int val2, int val3, int val4, int tick, int flag) {	//[Dastgir Pojee/Hercules]	if (retVal == 0){ return 0; }		if (bl->type == BL_PC) {		struct map_session_data *sd = BL_CAST(BL_PC, bl);		int effect1, effect2, effect3;				if(sd) {			effect1 = pc_readglobalreg(sd, script->add_str("USERAURA"));			effect2 = pc_readglobalreg(sd, script->add_str("USERAURA1"));			effect3 = pc_readglobalreg(sd, script->add_str("USERAURA2"));			if ((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->clearunit_area(&sd->bl, 0);				clif_getareachar_char(&sd->bl, 0);			}		}	}	return 1;}
 
what is the cause of this one?

{standard input}: Assembler messages:
{standard input}:275178: Warning: end of file not at end of a line; newline inserted
{standard input}:276724: Error: no such instruction: `m'
gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
make[1]: *** [../../plugins/HPMHooking.so] Error 1
make[1]: Leaving directory `/root/Hercules/src/plugins'
make: *** [plugins] Error 2

 
Seems either an HPMHooking or a compiler problem, and it says that the compiler has had an internal error so I'd point to the compiler more than to HPMHooking...

 
this will only happen when compiling plugins but  if making sql only its ok.. 
from my experience its because of ram usage, try reboot your pc and do it again i have face it some time already

 
Hello, great plugin but I'm having a bit of trouble for it to work...

I add it succesfully, no errors at all during plugin compiling or server start but when I use @aura command nothing happens, the screen just blinks(like @refresh) but the aura doesn't change at all. Do I need to do something else besides adding the plugin? Or maybe it's my client?

I'm using latest hercules on centOS with pre-renewal configuration and 2012-04-10 client.

 
Hello, great plugin but I'm having a bit of trouble for it to work...

I add it succesfully, no errors at all during plugin compiling or server start but when I use @aura command nothing happens, the screen just blinks(like @refresh) but the aura doesn't change at all. Do I need to do something else besides adding the plugin? Or maybe it's my client?

I'm using latest hercules on centOS with pre-renewal configuration and 2012-04-10 client.
Format is @aura id1 id2 id3

Where, id2 and id3 are optional

 
Yes, I'm typing @aura 586 like in your example and it just blinks the screen, no aura changes. Tried @aura 586 0 0 or - 1 -1 and still same results. Tried other numbers as well, nothing.

Do I need to check something specifically in a conf or client with/without custom aura checked on diff?

@EDIT: Uh, sorry just noticed an error on server console:
 

[Error]: HPM:AddHook Fail! 'AuraSet' tried to hook to 'clif->spawn' but HPMHooking is disabled![Error]: HPM:AddHook Fail! 'AuraSet' tried to hook to 'clif->getareachar_unit' but HPMHooking is disabled![Error]: HPM:AddHook Fail! 'AuraSet' tried to hook to 'status->change_end_' but HPMHooking is disabled![Error]: HPM:AddHook Fail! 'AuraSet' tried to hook to 'status->change_start' but HPMHooking is disabled!
Checked wiki and googled about it but didn't find anything. How do I enable Hooking?

@EDIT2: Nevermind, found it and it's working. Sorry about that.

 
Last edited by a moderator:
Awesome plugin! 

I've a question, is this supposed to happen ?

https://a.pomf.se/mtvawp.mp4

As you can see, when I use @go 0 ( in this case ) the novice gets a "hit" effect

Is this normal? Would be awesome if I can change the effect when someone log ins/ appears in a map

Also the effect 880 disappear if I go Cloak/Uncloak
default_sad.png
 

 
I guess every effect should disappear when hiding otherwise hiding would be useless xD

 
Awesome plugin! 

I've a question, is this supposed to happen ?

https://a.pomf.se/mtvawp.mp4

As you can see, when I use @go 0 ( in this case ) the novice gets a "hit" effect

Is this normal? Would be awesome if I can change the effect when someone log ins/ appears in a map

Also the effect 880 disappear if I go Cloak/Uncloak
default_sad.png
Yes, having that appear-hit effect too. 

Mine doesn't disappear when I go cloak lol.

 
Hello, great plugin but I'm having a bit of trouble for it to work...

I add it succesfully, no errors at all during plugin compiling or server start but when I use @aura command nothing happens, the screen just blinks(like @refresh) but the aura doesn't change at all. Do I need to do something else besides adding the plugin? Or maybe it's my client?

I'm using latest hercules on centOS with pre-renewal configuration and 2012-04-10 client.
Format is@aura id1 id2 id3

Where, id2 and id3 are optional
will there be any update to this?
default_tongue.png


 
Hello, great plugin but I'm having a bit of trouble for it to work...

I add it succesfully, no errors at all during plugin compiling or server start but when I use @aura command nothing happens, the screen just blinks(like @refresh) but the aura doesn't change at all. Do I need to do something else besides adding the plugin? Or maybe it's my client?

I'm using latest hercules on centOS with pre-renewal configuration and 2012-04-10 client.
Format is@aura id1 id2 id3

Where, id2 and id3 are optional
will there be any update to this?
default_tongue.png
Isn't that already implemented?
 
Last edited by a moderator:
Hello, great plugin but I'm having a bit of trouble for it to work...

I add it succesfully, no errors at all during plugin compiling or server start but when I use @aura command nothing happens, the screen just blinks(like @refresh) but the aura doesn't change at all. Do I need to do something else besides adding the plugin? Or maybe it's my client?

I'm using latest hercules on centOS with pre-renewal configuration and 2012-04-10 client.
Format is@aura id1 id2 id3

Where, id2 and id3 are optional
will there be any update to this?
default_tongue.png
Isn't that already implemented?
oh sorry I was talking about the latest issues that members posted xD quoted that post wrongly

 
About effect disappear, I would check(can't view video)

About teleport effect on warp, I will fix it asap.

 
btw if you are accepting suggestions, what about adding a "duration" parameter so we can give auras for a given timer to the users =D

 
About effect disappear, I would check(can't view video)

About teleport effect on warp, I will fix it asap.
Is there suppose to be an effect when a player comes/get in your screen?

 
Last edited by a moderator:
About effect disappear, I would check(can't view video)

About teleport effect on warp, I will fix it asap.
Hi Dastgir, for some weird reason, I'm getting a crashed signal of map server. I'm not sure what it caused to happen. I tried going to abbey03 dungeon and it triggered the crashed signal. Then everytime I log in that character, it crashes the map-server. Also, when warping out of WoE after getting an emperium break, I'm getting a crash signal too. :|

 
Last edited by a moderator:
Back
Top