cell_pvp

Hello just want to report in my recent discovery that Bard/Dancer buffs doesnt work on party members OUTSIDE cell_pvp area even with CELL_PVP_SKILL_ALLOW.

Using pre-renewal with OLD Song effect diff
All Party members are outside cell_pvp area

 
Last edited by a moderator:
Currently not working on Release v2020.12.14 due to refactored codes:
 

- `unit->blown()` (renamed to `unit->push()`)

- `path->blownpos()` (related to the `unit->blown()` change)

 
its working but suddenly pop up this error.

Code:
up '99').
[Error]: --- nullpo info --------------------------------------------
[Error]: cell_pvp_1.7.c:383: 'ssd' in function `unit_blown_post'
[Error]: 0x27bf3f nullpo_backtrace_print
[Error]: 	/home/noobzter/Hercules/src/common/nullpo.c:77
[Error]: 0x27bf3f assert_report
[Error]: 	/home/noobzter/Hercules/src/common/nullpo.c:147
[Error]: 0xb5a85c5f unit_blown_post
[Error]: 	/home/noobzter/Hercules/src/plugins/cell_pvp_1.7.c:383
[Error]: 0xb5a85c5f unit_blown_post
[Error]: 	/home/noobzter/Hercules/src/plugins/cell_pvp_1.7.c:371
[Error]: 0xb577907b HP_unit_bl2ud
[Error]: 	HPMHooking/HPMHooking_map.Hooks.inc:93367
[Error]: 0x2333a7 status_calc_bl_main
[Error]: 	/home/noobzter/Hercules/src/map/status.c:3760
[Error]: 0x24fcb7 status_calc_bl_
[Error]: 	/home/noobzter/Hercules/src/map/status.c:4185
[Error]: 0x14a12b pc_reg_received
[Error]: 	/home/noobzter/Hercules/src/map/pc.c:1513
[Error]: 0xb573041b HP_pc_reg_received
[Error]: 	HPMHooking/HPMHooking_map.Hooks.inc:61649
[Error]: 0xd712f intif_parse_Registers
[Error]: 	/home/noobzter/Hercules/src/map/intif.c:1103
[Error]: 0xd952f intif_parse
[Error]: 	/home/noobzter/Hercules/src/map/intif.c:2649
[Error]: 0x68623 chrif_parse
[Error]: 	/home/noobzter/Hercules/src/map/chrif.c:1478
[Error]: 0x2915ff do_sockets
[Error]: 	/home/noobzter/Hercules/src/common/socket.c:1081
[Error]: 0x16bff main
[Error]: 	/home/noobzter/Hercules/src/common/core.c:539
 
Back
Top