View Full Version : Multiple Boots and Movespeed
TDA101
12-28-2010, 01:26 PM
How does the game calculate which boot is giving you the movespeed bonus when you have multiple boots?
potoBest
12-28-2010, 01:31 PM
the only logical way to do it would be the boot with the most ms is what gives you the bonus speed
TDA101
12-28-2010, 01:37 PM
the only logical way to do it would be the boot with the most ms is what gives you the bonus speed
I don't think so. I've had to do a few things when I've had Ghost Marchers and Steamboots to get 70ms instead of 60ms... so theres definately another mechanic involved.
potoBest
12-28-2010, 01:43 PM
go test it in practice mode, I'd be very surprised if it's any more complicated than what I said
man_guy
12-28-2010, 02:06 PM
Any other boot gets overridden by Striders if they are equipped.
It's determined by a modpriority in the code.
Marchers
<modifier key="movespeed" modpriority="50" exclusive="true"
movespeed="50"
/>
Striders
<modifier key="movespeed" modpriority="50" exclusive="true"
movespeed="50"
movespeedpercharge="25"
maxcharges="4"
>
Steamboots
<modifier key="movespeed" modpriority="60" exclusive="true"
movespeed="60"
/>
Ghost marchers
<modifier key="movespeed" modpriority="70" exclusive="true"
movespeed="70"
/>
Plated Greaves
<modifier key="movespeed" modpriority="70" exclusive="true"
movespeed="70"
/>
Post Haste
<modifier key="movespeed" modpriority="90" exclusive="true"
movespeed="95"
/>
When you have multiple exclusive modifiers then the one with the highest modpriority is used.
However I have seen times where this doesn't work correctly but have not been able to find reliable re-production steps, if you manage to do so please post them in bug reports.
`Suwoop
12-30-2010, 11:56 PM
I always thought it was whichever boot was first in line going
>---
--->
Anakha
12-31-2010, 02:13 AM
24927456 - The Pyromancer is able to keep striders active and still gain the bonuses of steamboots.
KARTlK
01-01-2011, 03:08 AM
24927456
AdolfSlither
01-01-2011, 04:43 AM
It is allways the biggest MS ones, but you will get stat bonuses from others, It is totally normal.
biggy_Style
01-01-2011, 05:09 AM
thats awesome so you can have steamboots or ghostmarchers but striders2 and when striders charges come you will get faster ?!
thats awesome so you can have steamboots or ghostmarchers but striders2 and when striders charges come you will get faster ?!
No that doesn't work, read my post above to see how it works.
No that doesn't work, read my post above to see how it works.
It does work with the ownership bug sadly. This has to be fixed.
Also can you push the ownership bug priority where the item of D/C can't be upgraded.
TDA101
01-01-2011, 01:30 PM
It is allways the biggest MS ones, but you will get stat bonuses from others, It is totally normal.
Adolf Troll out of thread plox?