Anonymous | Login | Signup for a new account | 04-11-24 08:28 CET |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||
ID | Project | Category | View Status | Date Submitted | Last Update | |
0002540 | SphereServer | executable - windows build | public | 03-08-15 12:03 | 10-08-15 17:37 | |
Reporter | Shamino | |||||
Assigned To | Coruja | |||||
Priority | normal | Severity | minor | Reproducibility | always | |
Status | resolved | Resolution | fixed | |||
Platform | x64 | OS | Windows | OS Version | 8.1 | |
Product Version | ||||||
Target Version | Fixed in Version | 0.56c Nightly | ||||
Summary | 0002540: Problem with Speedera and wrestling on players (ULTRA SLOW). | |||||
Description | I 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 Reproduce | Set CombatSpeedEra=0 and fight with wrestling. | |||||
Tags | No tags attached. | |||||
Nightly Version | Automated (specify build number) | |||||
Experimental Flags | Unicode, New_Triggers | |||||
Option Flags | Command_Sysmsgs, OSIMultiSight, FileCommands, NoItemNaming, NoHouseMuteSpeech, Buffs | |||||
Internal Build Number | 2304 | |||||
Attached Files | ||||||
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 |