Issue Information
-
#008565
-
0 - None Assigned
-
Invalid
Issue Confirmations
-
Yes (0)No (0)
according KRO desc "Thief Card Set" should increase 5% movement speed,
but in Herc the item_combo_db.txt script says "bonus bSpeedRate,25;"
http://www.divine-pr...abase/item/4172
but in Herc the item_combo_db.txt script says "bonus bSpeedRate,25;"
http://www.divine-pr...abase/item/4172
Actually those 5% refer to attack speed.
yes 5% aspd AND 5% movement speed
according to aegis
item COMBIITEM_Thief
event OnStartEquip:
AddExtParam User VAR_AGIAMOUNT 5
AddExtParam User VAR_STRAMOUNT 5
SetAutoSpell2 Target RG_INTIMIDATE 0 0
AddExtParam User VAR_PLUSASPDPERCENT 5
Condition EFFECTHaste 9999 100 << 25%
AddSPAmount_Attack User 1
if GetPureJob == THIEF
NoJamstone 1
endif
return
event OnFinishEquip:
SubExtParam User VAR_AGIAMOUNT 5
SubExtParam User VAR_STRAMOUNT 5
SubExtParam User VAR_PLUSASPDPERCENT 5
Cure EFFECTHaste 100
SubSPAmount_Attack User 1
if GetPureJob == THIEF
NoJamstone 0
endif
return
well if it confirmed in aegis,
i guess let's call this invalid.
Thank you for checking it.
i guess let's call this invalid.
Thank you for checking it.
changed status to: Invalid