Issue information

Issue ID
#8360
Status
Working as Intended
Severity
None
Started
dungpt8782
Sep 21, 2014 15:26
Last Post
Michi
Sep 21, 2014 16:21
Confirmation
N/A

dungpt8782 - Sep 21, 2014 15:26

[code=:0] { Id: 1832 AegisName: "Velum_Claw" Name: "Vellum Claw" Type: 4 Buy: 20 Weight: 650 Atk: 160 Range: 1 Job: 0x00008100 Upper: 63 Loc: 2 WeaponLv: 4 EquipLv: 95 View: 12 Script: <" bonus2 bAddRace,RC_DemiHuman,100; if(getrefine()>7) { bonus2 bAddRace,RC_DemiHuman,20; } if(getrefine()>9) { bonus2 bVariableCastrate,MO_EXTREMITYFIST,-100; bonus4 bAutoSpellOnSkill,MO_EXPLOSIONSPIRITS,CH_SOULCOLLECT,1,10000; bonus2 bHPLossRate,500,3000; } "> }, [/code]
Hi, i'm using lastest GIT Hercules and compier with Renewal system.
I just tested +10 Vellum Claw in PVP map. And still have Asura cast time.
[attachment=1967:Vellum claw bug.jpg]
Pls check!

Michi - Sep 21, 2014 16:21

official data SubSpecificSpellCastTime MO_EXTREMITYFIST 100 its = to bonus2 bVariableCastrate,MO_EXTREMITYFIST,-100;
so only variable castrate is reduce. This item working as intended

item Velum_Claw
event OnStartEquip:
RaceAddDamage RACE_Player 100
var temp = GetRefineLevel [LOCATION_RARM]
if temp > 7
RaceAddDamage RACE_Player 20
endif
if temp > 9
SubSpecificSpellCastTime MO_EXTREMITYFIST 100
SubSFCTEquipPermill Velum_Claw 1000 2000
SetSkillAutoSpell MO_EXPLOSIONSPIRITS 1000 CH_SOULCOLLECT 1 Target
SetDisappearHPAmount Velum_Claw 3 500
endif
return