Issue information

Issue ID
#7444
Status
Fixed
Severity
None
Started
shenhuyong
Jun 27, 2013 18:00
Last Post
Ind
Jun 27, 2013 19:33
Confirmation
N/A

shenhuyong - Jun 27, 2013 18:00

I'm using latest Hercules without any src modifications. It seems $@partymembercount variable is broken when @reloaditemdb is executed.

[b]How to reproduce:[/b]

1. NPC Script:

getpartymember getcharid(1), 0; npctalk ""+ $@partymembercount; end;

2. Click NPC and it should return 1 if you are the only one in the party.

3. Execute @@reloaditemdb atcommand.

4. Click NPC again and bug should show. It will return 0 any how.

Ind - Jun 27, 2013 19:16

I can't reproduce, clicked -> return 1, @reloaditemdb, clicked -> 1 again, do you have any more info that can help me intro reproducing?

Ind - Jun 27, 2013 19:28

Working on it, should be up asap

Ind - Jun 27, 2013 19:33

[url="https://github.com/HerculesWS/Hercules/commit/85ac3b03b9e642bc322109ea8c176c43192eb4bd"]https://github.com/HerculesWS/Hercules/commit/85ac3b03b9e642bc322109ea8c176c43192eb4bd[/url]
Thank you