Jump to content
Sephus

Hercules Battlegrounds

Recommended Posts

mnhu0.jpg

is this right one?

file is src/common/HPM.c

Yes, but can you click on "break", then click on the "Call Stack" window (in the same menu as Output which is currently open in the bottom right window). And paste its details here.

Share this post


Link to post
Share on other sites

Hi, i have some crash with map-server too when i hit barricades in Conquest and MvP in Bossnia.

 

b909db126c.png

 

well error is same but lines are different,

currently this error occur upon hitting Bossnia middle flag, Rush emperium, barricade and mostly there are many other thing which need to be tested. 

Share this post


Link to post
Share on other sites

Some of these should be fixed in https://github.com/Smokexyz/HerculesBG/commit/8c0d44fd2c2f897cc7eb40f925f5f461519b01ac

Please test to confirm.

 

Awesome, Smoke!

 

I'm not home but tested Rush and it seems to be all good, the map crash is gone. I'll update here later on when test everything.

 

Here some minor issues I found so far:

 

1) The first error was fixed in a pr I made some weeks ago and you merged, must have come back unintentionally. When I get home I'll pull another one.

Bnr20Ht.png

 

2)

vUPMf0v.png

 

3) (no prints): @stopbg - after stopping it will not start again and throws this error.

The same occurs if all players leave a bg (everyone logouts)

[Error]: Memory manager: freed-data is changed. (freed in \$PATH\server\src\common\hpm.c line 342)
[Info]: buildin_setbattleflag: battle_config flag 'battle_configuration/hBG_enabled' is now set to '0'.
[Info]: buildin_setbattleflag: battle_config flag 'battle_configuration/hBG_enabled' is now set to '1'.

 

When I get home I'll try to debug and push something to help you, seems to be pretty simple things.

Edited by tedexx

Share this post


Link to post
Share on other sites

 

Some of these should be fixed in https://github.com/Smokexyz/HerculesBG/commit/8c0d44fd2c2f897cc7eb40f925f5f461519b01ac

Please test to confirm.

 

Awesome, Smoke!

 

I'm not home but tested Rush and it seems to be all good, the map crash is gone. I'll update here later on when test everything.

 

Here some minor issues I found so far:

 

1) The first error was fixed in a pr I made some weeks ago and you merged, must have come back unintentionally. When I get home I'll pull another one.

Bnr20Ht.png

 

2)

vUPMf0v.png

 

3) (no prints): @stopbg - after stopping it will not start again and throws this error.

The same occurs if all players leave a bg (everyone logouts)

[Error]: Memory manager: freed-data is changed. (freed in \$PATH\server\src\common\hpm.c line 342)
[Info]: buildin_setbattleflag: battle_config flag 'battle_configuration/hBG_enabled' is now set to '0'.
[Info]: buildin_setbattleflag: battle_config flag 'battle_configuration/hBG_enabled' is now set to '1'.

 

When I get home I'll try to debug and push something to help you, seems to be pretty simple things.

1) Yes, sorry about that. I over-wrote the files with an old copy.

2) & 3) Will be fixed.

Share this post


Link to post
Share on other sites

Nice work, no more map crash.

 

I have some other issue .

-Rush: If a team break the Emperium, the other team may be warp to the therapist, no ?

 

2)

vUPMf0v.png

I think it's about this ^^


-Bossnia: MvP are not immune when the center flag is neutral. 

Error in console is :

 

ab5280f532.png

 

And the MvP name is not the same as MvP Sprite. For this it's just in mob_avail.txt

 

-Guild Skill have no ACD

Edited by Huitzilopotchli

Share this post


Link to post
Share on other sites

Any solution for compile error/warning in latest Herc?

 

What error? Post the message here. I'm compiling with latest herc and its all good.

Share this post


Link to post
Share on other sites

 

Any solution for compile error/warning in latest Herc?

 

What error? Post the message here. I'm compiling with latest herc and its all good.

I posted previously:

 

 

 

1>------ Operación Compilar iniciada: proyecto: plugin-sample, configuración: Debug Win32 ------
1>  hBG.c
1>..\src\plugins\hBG.c(1071): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2049): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2050): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2523): warning C4018: '>=' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2581): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2587): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2593): error C2143: error de sintaxis : need ';' in front of 'type'
1>..\src\plugins\hBG.c(2594): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2595): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2614): error C2143: error de sintaxis : need ';' in front of 'type'
1>..\src\plugins\hBG.c(2615): error C2143: error de sintaxis : need ';' in front of 'type'
1>..\src\plugins\hBG.c(2617): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2618): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2621): error C2065: 'pos' : undeclared identifier
1>..\src\plugins\hBG.c(2621): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2623): error C2065: 'qm' : undeclared identifier
1>..\src\plugins\hBG.c(2623): error C2065: 'pos' : undeclared identifier
1>..\src\plugins\hBG.c(2623): warning C4047: '=' : 'int' Is different in the levels of indirect addressing of 'hBG_queue_member *'
1>..\src\plugins\hBG.c(2623): warning C4047: '==' : 'int' Is different in the levels of indirect addressing of 'void *'
1>..\src\plugins\hBG.c(2623): error C2223: el operando izquierdo de '->sd' debe señalar a struct/union
1>..\src\plugins\hBG.c(2717): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(3722): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(3724): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(3862): warning C4018: '<' : does not match signed/unsigned
========== Compilar: 0 correctos, 1 incorrectos, 0 actualizados, 0 omitidos ==========

Problem compiling in latest Herc.

 

1>------ Operación Compilar iniciada: proyecto: plugin-sample, configuración: Debug Win32 ------
1>  hBG.c
1>..\src\plugins\hBG.c(1071): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2049): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2050): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2523): warning C4018: '>=' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2581): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2587): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2593): error C2143: error de sintaxis : need ';' in front of 'type'
1>..\src\plugins\hBG.c(2594): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2595): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2614): error C2143: error de sintaxis : need ';' in front of 'type'
1>..\src\plugins\hBG.c(2615): error C2143: error de sintaxis : need ';' in front of 'type'
1>..\src\plugins\hBG.c(2617): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2618): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2621): error C2065: 'pos' : undeclared identifier
1>..\src\plugins\hBG.c(2621): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2623): error C2065: 'qm' : undeclared identifier
1>..\src\plugins\hBG.c(2623): error C2065: 'pos' : undeclared identifier
1>..\src\plugins\hBG.c(2623): warning C4047: '=' : 'int' Is different in the levels of indirect addressing of 'hBG_queue_member *'
1>..\src\plugins\hBG.c(2623): warning C4047: '==' : 'int' Is different in the levels of indirect addressing of 'void *'
1>..\src\plugins\hBG.c(2623): error C2223: el operando izquierdo de '->sd' debe señalar a struct/union
1>..\src\plugins\hBG.c(2717): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(3722): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(3724): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(3862): warning C4018: '<' : does not match signed/unsigned
========== Compilar: 0 correctos, 1 incorrectos, 0 actualizados, 0 omitidos ==========

Problem compiling in latest Herc.

Share this post


Link to post
Share on other sites

 

 

Any solution for compile error/warning in latest Herc?

 

What error? Post the message here. I'm compiling with latest herc and its all good.

I posted previously:

 

 

>> 

1>------ Operación Compilar iniciada: proyecto: plugin-sample, configuración: Debug Win32 ------
1>  hBG.c
1>..\src\plugins\hBG.c(1071): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2049): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2050): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2523): warning C4018: '>=' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2581): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2587): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2593): error C2143: error de sintaxis : need ';' in front of 'type'
1>..\src\plugins\hBG.c(2594): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2595): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2614): error C2143: error de sintaxis : need ';' in front of 'type'
1>..\src\plugins\hBG.c(2615): error C2143: error de sintaxis : need ';' in front of 'type'
1>..\src\plugins\hBG.c(2617): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2618): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2621): error C2065: 'pos' : undeclared identifier
1>..\src\plugins\hBG.c(2621): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2623): error C2065: 'qm' : undeclared identifier
1>..\src\plugins\hBG.c(2623): error C2065: 'pos' : undeclared identifier
1>..\src\plugins\hBG.c(2623): warning C4047: '=' : 'int' Is different in the levels of indirect addressing of 'hBG_queue_member *'
1>..\src\plugins\hBG.c(2623): warning C4047: '==' : 'int' Is different in the levels of indirect addressing of 'void *'
1>..\src\plugins\hBG.c(2623): error C2223: el operando izquierdo de '->sd' debe señalar a struct/union
1>..\src\plugins\hBG.c(2717): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(3722): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(3724): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(3862): warning C4018: '<' : does not match signed/unsigned
========== Compilar: 0 correctos, 1 incorrectos, 0 actualizados, 0 omitidos ==========

Problem compiling in latest Herc.

 

1>------ Operación Compilar iniciada: proyecto: plugin-sample, configuración: Debug Win32 ------
1>  hBG.c
1>..\src\plugins\hBG.c(1071): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2049): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2050): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2523): warning C4018: '>=' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2581): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2587): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2593): error C2143: error de sintaxis : need ';' in front of 'type'
1>..\src\plugins\hBG.c(2594): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2595): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2614): error C2143: error de sintaxis : need ';' in front of 'type'
1>..\src\plugins\hBG.c(2615): error C2143: error de sintaxis : need ';' in front of 'type'
1>..\src\plugins\hBG.c(2617): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2618): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2621): error C2065: 'pos' : undeclared identifier
1>..\src\plugins\hBG.c(2621): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2623): error C2065: 'qm' : undeclared identifier
1>..\src\plugins\hBG.c(2623): error C2065: 'pos' : undeclared identifier
1>..\src\plugins\hBG.c(2623): warning C4047: '=' : 'int' Is different in the levels of indirect addressing of 'hBG_queue_member *'
1>..\src\plugins\hBG.c(2623): warning C4047: '==' : 'int' Is different in the levels of indirect addressing of 'void *'
1>..\src\plugins\hBG.c(2623): error C2223: el operando izquierdo de '->sd' debe señalar a struct/union
1>..\src\plugins\hBG.c(2717): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(3722): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(3724): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(3862): warning C4018: '<' : does not match signed/unsigned
========== Compilar: 0 correctos, 1 incorrectos, 0 actualizados, 0 omitidos ==========

Problem compiling in latest Herc.

 

Hello, could you please pull the latest commit from the repository and try again?

Share this post


Link to post
Share on other sites

 

 

 

Any solution for compile error/warning in latest Herc?

 

What error? Post the message here. I'm compiling with latest herc and its all good.

I posted previously:

 

 

>>> 

1>------ Operación Compilar iniciada: proyecto: plugin-sample, configuración: Debug Win32 ------
1>  hBG.c
1>..\src\plugins\hBG.c(1071): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2049): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2050): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2523): warning C4018: '>=' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2581): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2587): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2593): error C2143: error de sintaxis : need ';' in front of 'type'
1>..\src\plugins\hBG.c(2594): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2595): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2614): error C2143: error de sintaxis : need ';' in front of 'type'
1>..\src\plugins\hBG.c(2615): error C2143: error de sintaxis : need ';' in front of 'type'
1>..\src\plugins\hBG.c(2617): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2618): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2621): error C2065: 'pos' : undeclared identifier
1>..\src\plugins\hBG.c(2621): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2623): error C2065: 'qm' : undeclared identifier
1>..\src\plugins\hBG.c(2623): error C2065: 'pos' : undeclared identifier
1>..\src\plugins\hBG.c(2623): warning C4047: '=' : 'int' Is different in the levels of indirect addressing of 'hBG_queue_member *'
1>..\src\plugins\hBG.c(2623): warning C4047: '==' : 'int' Is different in the levels of indirect addressing of 'void *'
1>..\src\plugins\hBG.c(2623): error C2223: el operando izquierdo de '->sd' debe señalar a struct/union
1>..\src\plugins\hBG.c(2717): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(3722): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(3724): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(3862): warning C4018: '<' : does not match signed/unsigned
========== Compilar: 0 correctos, 1 incorrectos, 0 actualizados, 0 omitidos ==========

Problem compiling in latest Herc.

lockquote>

1>------ Operación Compilar iniciada: proyecto: plugin-sample, configuración: Debug Win32 ------
1>  hBG.c
1>..\src\plugins\hBG.c(1071): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2049): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2050): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2523): warning C4018: '>=' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2581): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2587): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(2593): error C2143: error de sintaxis : need ';' in front of 'type'
1>..\src\plugins\hBG.c(2594): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2595): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2614): error C2143: error de sintaxis : need ';' in front of 'type'
1>..\src\plugins\hBG.c(2615): error C2143: error de sintaxis : need ';' in front of 'type'
1>..\src\plugins\hBG.c(2617): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2618): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2621): error C2065: 'pos' : undeclared identifier
1>..\src\plugins\hBG.c(2621): error C2065: 'i' : undeclared identifier
1>..\src\plugins\hBG.c(2623): error C2065: 'qm' : undeclared identifier
1>..\src\plugins\hBG.c(2623): error C2065: 'pos' : undeclared identifier
1>..\src\plugins\hBG.c(2623): warning C4047: '=' : 'int' Is different in the levels of indirect addressing of 'hBG_queue_member *'
1>..\src\plugins\hBG.c(2623): warning C4047: '==' : 'int' Is different in the levels of indirect addressing of 'void *'
1>..\src\plugins\hBG.c(2623): error C2223: el operando izquierdo de '->sd' debe señalar a struct/union
1>..\src\plugins\hBG.c(2717): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(3722): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(3724): warning C4018: '<' : does not match signed/unsigned
1>..\src\plugins\hBG.c(3862): warning C4018: '<' : does not match signed/unsigned
========== Compilar: 0 correctos, 1 incorrectos, 0 actualizados, 0 omitidos ==========

Problem compiling in latest Herc.

 

Hello, could you please pull the latest commit from the repository and try again?

 

 

I pulled to latest commit, also I tried to compile in a new emulator folder (Updated to latest commit)

Share this post


Link to post
Share on other sites

I find another think, when you take a Flag or a Stone, i see that you can use skill and normaly it's not possible. I find this :
http://herc.ws/board/topic/11020-add-pcblockattack-pcblockskill-pcblockchat-pcimmune-script-commands/
i don't know if you can add this in your plugin. 

i've add this in my emulator and it work nicely !

Edited by Huitzilopotchli

Share this post


Link to post
Share on other sites

I mean latest commit of the hBG repository.

Can you maybe extract it again and try?

I find another think, when you take a Flag or a Stone, i see that you can use skill and normaly it's not possible. I find this :

http://herc.ws/board/topic/11020-add-pcblockattack-pcblockskill-pcblockchat-pcimmune-script-commands/

i don't know if you can add this in your plugin. 

 

i've add this in my emulator and it work nicely !

 

This is a separate function. Maybe another plugin could incorporate this. I'd like to keep hBG as free of unrelated things as possible.

 

Nice work, no more map crash.

 

I have some other issue .

 

-Rush: If a team break the Emperium, the other team may be warp to the therapist, no ?

 

2)

vUPMf0v.png

I think it's about this ^^

 

-Bossnia: MvP are not immune when the center flag is neutral. 

Error in console is :

 

ab5280f532.png

 

And the MvP name is not the same as MvP Sprite. For this it's just in mob_avail.txt

 

-Guild Skill have no ACD

These look like simple script issues, maybe someone could push a PR with fixes (if they are so generous). Or if in the future I find the time for it I will add it in.

Share this post


Link to post
Share on other sites

Are these normal?

Spams announcement?
bgannounce.jpg

 

rush_casXX map? I did recache mapcache.dat

 

hercwarning.jpg

Edited by jupeto

Share this post


Link to post
Share on other sites

Are these normal?

 

Spams announcement?

bgannounce.jpg

 

rush_casXX map? I did recache mapcache.dat

 

hercwarning.jpg

 

The announces are on purpose, you can change the timing in the bg_common.txt script.

Share this post


Link to post
Share on other sites

 

Are these normal?

 

Spams announcement?

bgannounce.jpg

 

rush_casXX map? I did recache mapcache.dat

 

hercwarning.jpg

 

The announces are on purpose, you can change the timing in the bg_common.txt script.

 

at which part?

Share this post


Link to post
Share on other sites

 

 

Are these normal?

 

Spams announcement?

bgannounce.jpg

 

rush_casXX map? I did recache mapcache.dat

 

hercwarning.jpg

 

The announces are on purpose, you can change the timing in the bg_common.txt script.

 

at which part?

 

bg_common.txt line 151

// Rotate every n seconds.
OnTimer5000:

Being 5000 the miliseconds of rotation and announces

Share this post


Link to post
Share on other sites

 

 

 

Are these normal?

 

Spams announcement?

bgannounce.jpg

 

rush_casXX map? I did recache mapcache.dat

 

hercwarning.jpg

 

The announces are on purpose, you can change the timing in the bg_common.txt script.

 

at which part?

 

bg_common.txt line 151

// Rotate every n seconds.
OnTimer5000:

Being 5000 the miliseconds of rotation and announces

I see, haha I thought there were some kind of a config or something.... thanks for pointing that out for me :D much appreciated

Share this post


Link to post
Share on other sites

 

I mean latest commit of the hBG repository.

Can you maybe extract it again and try?

>I find another think, when you take a Flag or a Stone, i see that you can use skill and normaly it's not possible. I find this :

http://herc.ws/board/topic/11020-add-pcblockattack-pcblockskill-pcblockchat-pcimmune-script-commands/

i don't know if you can add this in your plugin. 

 

i've add this in my emulator and it work nicely !

 

This is a separate function. Maybe another plugin could incorporate this. I'd like to keep hBG as free of unrelated things as possible.

 

Nice work, no more map crash.

 

I have some other issue .

 

-Rush: If a team break the Emperium, the other team may be warp to the therapist, no ?

 

2)

vUPMf0v.png

I think it's about this ^^

 

-Bossnia: MvP are not immune when the center flag is neutral. 

Error in console is :

 

ab5280f532.png

 

And the MvP name is not the same as MvP Sprite. For this it's just in mob_avail.txt

 

-Guild Skill have no ACD

These look like simple script issues, maybe someone could push a PR with fixes (if they are so generous). Or if in the future I find the time for it I will add it in.

 

For console error, yes it's "easy" to fix it, maybe i can give you the line that i've add ?

But for the after cast delay of guild skill i think it's in the hBG.c :

 

line 3702: guild->block_skill(sd, skill->get_time2(*skill_id, *skill_lv));

 

It's special acd for guild skill, but i don't know how to fix it in the plugin ^^'

 

And for monster immunity, it look like to be in hBG.c too : because in the script, the command script hBG_monster_immunity is correctly config.

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.