Issue information

Issue ID
#7866
Status
Fixed
Severity
None
Started
rosfus
Nov 27, 2013 13:04
Last Post
rosfus
Dec 3, 2013 20:27
Confirmation
N/A

rosfus - Nov 27, 2013 13:04

I think the Shadow System,

EQI_SHADOW_ACC_L (Loc: 2097152), is missing effect.

All my item in this location does't add any property.

[attachment=1007:20131127203745.jpg]

Other locations were fine.

Please check it~

This post has been edited by Ind on Nov 27, 2013 18:00

Angelmelody - Nov 27, 2013 18:15

due to shadow system added , all the j < EQI_MAX-1 should change to j < EQI_MAX

and @refine command should skipped the arrow position when you

excute @refine -1

This post has been edited by Angelmelody on Nov 27, 2013 18:19

rosfus - Nov 28, 2013 18:47

I think you misunderstood what I meant.

For example:[code=:0] { Id: 24004 AegisName: "Shadow_Set1_Pendants_R" Name: "影子坠饰右T1(影子装备)" Type: 5 Buy: 20 Upper: 63 Loc: 2097152 EquipLv: 1 Script: <" bonus bVit,1; "> }, [/code]

This item effect is add 1 point vit. But when you equip it, Your vit will not change.

Then, change Loc: [color=#ff0000]2097152 [/color]to [color=#800080]1048576[/color]. Like follow.
[code=:0] { Id: 24004 AegisName: "Shadow_Set1_Pendants_R" Name: "影子坠饰右T1(影子装备)" Type: 5 Buy: 20 Upper: 63 Loc: 1048576 EquipLv: 1 Script: <" bonus bVit,1; "> }, [/code]

When you re equip this item, It will add 1 point vit.

So, i means "EQI_SHADOW_ACC_L" is missing effect.



See VIT in 2 pictures.

[attachment=1025:20131129024240.jpg]

[attachment=1026:20131129024500.jpg]

Angelmelody - Nov 29, 2013 9:58

I can confirm this , please fix it!

Ind - Dec 2, 2013 15:19

Fixed in [url="https://github.com/HerculesWS/Hercules/commit/e115c30bde414fc82a617645c7fadeabd04cf56f"]https://github.com/HerculesWS/Hercules/commit/e115c30bde414fc82a617645c7fadeabd04cf56f[/url]

rosfus - Dec 3, 2013 20:27

It's ok now! thanks a lot.