SaveScum / skyrim-plugin-decoding-project

Automatically exported from code.google.com/p/skyrim-plugin-decoding-project
0 stars 0 forks source link

Copying NPC records does not transfer the perk count #160

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Edit an existing NPC.
2. Copy as override into another file.
3. Check the PRKZ (perk count) line and note that it says 0 even if there are 
perks listed below.

What is the expected output?
Perk count should be copied with the rest of the NPC data.

What do you see instead?
A 0 count.

What version of the product are you using? On what operating system?
3.0.32 svn 1550.

Please provide any additional information below.
Pic attached.

Original issue reported on code.google.com by arthmoor on 7 Apr 2014 at 10:53

Attachments:

GoogleCodeExporter commented 9 years ago
I suppose a counter update event is called at the wrong time, might affect all 
other similar counters.
Better if Hlp would check it.

Original comment by zila...@gmail.com on 8 Apr 2014 at 5:16

GoogleCodeExporter commented 9 years ago
I wrote 
  wbCounterAfterSet('PRKZ - Count', aElement);
where I should have written
  wbCounterAfterSet('PRKZ - Perk Count', aElement);

Original comment by HuguesLe...@gmail.com on 8 Apr 2014 at 7:43

GoogleCodeExporter commented 9 years ago
Easier than I expected :)
So this can be closed then (up to you though).

Original comment by zila...@gmail.com on 9 Apr 2014 at 6:15

GoogleCodeExporter commented 9 years ago

Original comment by HuguesLe...@gmail.com on 9 Apr 2014 at 4:52