Replies: 4 comments
-
It's worth remembering that in this, the NPC entity uses movement speed as a speed attack, and it should be changed too, must be separated. |
Beta Was this translation helpful? Give feedback.
-
I think this is a 100% needed feature and probably the most complained about issue aside from GUI editing. |
Beta Was this translation helpful? Give feedback.
-
We don't really need to touch the speed stat too much, probably rename it to "Movement Speed (MSPD)" or something similar for sure, but as overall i think it's good as it is, i personally use a custom solution where the animation frames speed up as the character runs faster (and the other way around when slower), the speed stat works pretty well for this, and i could share over a way to make this possible so the frames speed goes up and down dynamically and smoothly in relation with the MSPD stat. So, in the other hand what we need to add is the additional stat "Attack Speed" (ASPD) and replace MSPD with it around the weapon and attack speed "buff" methods. Then, we have to tweak things a little further, which means touching the editor (which nobody wants to touch anymore because we want to walk away from WinForms for good) and change some item/weapon configs around the dropdown options for attack speed: static (ms) ; ASPD% We also need to change all these groups where stats and bonuses are set (concept): |
Beta Was this translation helpful? Give feedback.
-
If it can help speed up the development of this system, I had it implemented in our game, and the sources are available here (v7.1 or 7.2) : The running speed is managed in the server's config.json. |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
It's really weird and annoying that we have Speed stat for both Movement and Attack Speed. It's really bad, limiting hard and pointless.
Describe the solution you'd like
Instead of Speed, Should be Movement Speed and Attack Speed stats, or something called different I don't know. So we can have spells like grants attack speed, or like items that grants attack speed or movement speed only.
Beta Was this translation helpful? Give feedback.
All reactions