Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #008565

  • 0 - None Assigned

  • Invalid

Issue Confirmations

  • Yes (0)No (0)
Photo

Thief Card Set movement speed bonus

Posted by zackdreaver on 11 March 2015 - 10:32 AM

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

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

:meow:

well if it confirmed in aegis,
i guess let's call this invalid.

Thank you for checking it.

Ind 
changed status to: Invalid