View Issue Details

IDProjectCategoryView StatusLast Update
0000002Return of ReckoningGeneralpublic2023-08-13 02:19
ReporterReturnOfReckoning Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionopen 
Summary0000002: [Choppa] Slasha
DescriptionReporter: JeFawk

- Ported issue
- Created by JeFawk

So the Slasha ability should do this:

A furious slash that deals X damage and reduces your target's Toughness by Y for 9 seconds. This effect can stack up to 3 times.

X is 51 for level 1.

On our server it actually takes that 51 and divides it with 9 and provides a DOT that doesn't stack either. I fixed it by removing the DOT. However I did not fix the debuff of Toughness...sorry.

Code to apply the fix:
`UPDATE war_world.ability_stats SET Times='' WHERE entry = 1745`
TagsAbility, Database, Minor

Activities

ReturnOfReckoning

ReturnOfReckoning

2023-08-13 02:19

reporter   ~0000003

Commenter: JeFawk

Medium priority to apply the code above to temporary fix it, low priority to add the Toughness debuff.
ReturnOfReckoning

ReturnOfReckoning

2023-08-13 02:19

reporter   ~0000004

Commenter: MaxHayman

Fixed. Without the toughness.

Issue History

Date Modified Username Field Change
2023-08-13 02:19 ReturnOfReckoning New Issue
2023-08-13 02:19 ReturnOfReckoning Tag Attached: Database
2023-08-13 02:19 ReturnOfReckoning Tag Attached: Minor
2023-08-13 02:19 ReturnOfReckoning Tag Attached: Ability
2023-08-13 02:19 ReturnOfReckoning Note Added: 0000003
2023-08-13 02:19 ReturnOfReckoning Note Added: 0000004
2023-08-13 02:19 ReturnOfReckoning Status new => closed