View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002540SphereServerexecutable - windows buildpublic03-08-15 12:0310-08-15 17:37
ReporterShamino 
Assigned ToCoruja 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
Platformx64OSWindowsOS Version8.1
Product Version 
Target VersionFixed in Version0.56c Nightly 
Summary0002540: Problem with Speedera and wrestling on players (ULTRA SLOW).
DescriptionI have:
CombatSpeedEra=0
// 0 = Legacy, T2A, 55x versions..., Recommended SpeedScaleFactor = 15000, Use DEX by default to calc speed, all others use stam

And:
SpeedScaleFactor=30000

The problem is when fight a player using Wrestling, he hit ultra slow, with 1 dex or 1000 dex, maybe for hands not are a weapons and dont have none speed.

This problems dont occurs when npcs use wrestling, this bug is only for players.

Sorry for my english :P

Steps To ReproduceSet CombatSpeedEra=0 and fight with wrestling.
TagsNo tags attached.
Nightly VersionAutomated (specify build number)
Experimental FlagsUnicode, New_Triggers
Option FlagsCommand_Sysmsgs, OSIMultiSight, FileCommands, NoItemNaming, NoHouseMuteSpeech, Buffs
Internal Build Number2304
Attached Files

- Relationships

-  Notes
(0002937)
Shamino (reporter)
04-08-15 20:04

I fix temporaly with that suck:
ON=@HitTry
IF (<ACTION>==Skill_Wrestling)
    IF (<DEX> <= 30)
        ARGN1=80
        LOCAL.AnimDelay=7,5
    ELIF (<DEX> <= 50)
        ARGN1=60
        LOCAL.AnimDelay=5,5
    ELIF (<DEX> <= 75)
        ARGN1=45
        LOCAL.AnimDelay=3,5
    ELIF (<DEX> <= 90)
        ARGN1=30
        LOCAL.AnimDelay=2,5
    ELIF (<DEX> <= 100)
        ARGN1=25
        LOCAL.AnimDelay=2
    ELIF (<DEX> <= 125)
        ARGN1=20
        LOCAL.AnimDelay=1,5
    ELIF (<DEX> >= 150)
        ARGN1=15
        LOCAL.AnimDelay=1
    ELSE
        ARGN1=30
        LOCAL.AnimDelay=2,5
    ENDIF
ENDIF
(0002940)
Coruja (developer)
08-08-15 00:15

try using latest nightly, I made some changes on the swing speed calls
(0002943)
Shamino (reporter)
10-08-15 11:59

Yes, now seems fixed, thx Coruja :D

- Issue History
Date Modified Username Field Change
03-08-15 12:03 Shamino New Issue
04-08-15 20:04 Shamino Note Added: 0002937
08-08-15 00:15 Coruja Note Added: 0002940
10-08-15 11:59 Shamino Note Added: 0002943
10-08-15 17:37 Coruja Status new => resolved
10-08-15 17:37 Coruja Fixed in Version => 0.56c Nightly
10-08-15 17:37 Coruja Resolution open => fixed
10-08-15 17:37 Coruja Assigned To => Coruja


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker