|
Post by techdough on Feb 20, 2017 20:50:34 GMT
I tried to get something simple to work on the latest version of d3helper. I am pretty sure this use to work in the old versions supported by the original developer.
I am trying to basically get Punish skill on mouse 1 to be constantly used when I hold down spacebar, the force stand still key. I disabled everything else to make sure nothing interferes with it.
Here is the condition for Punish, basically to be cast when forcestandstill is pressed.
[{"ConditionGroup":0,"Type":75,"Values":[1.0],"ValueNames":[3],"comment":null,"enabled":true,"DisplayText":"Key_ForceStandStill => [Bool:1]"}]
now go test it, it only works one time, once you move and press spacebar. keep pressing spacebar nothing happens.
Even something like, player_minprimaryresourcepercentage => 0 which is ALWAYS true, doesn't work
[{"ConditionGroup":1,"Type":14,"Values":[0.0],"ValueNames":[2],"comment":null,"enabled":true,"DisplayText":"Player_MinPrimaryResourcePercentage => [Value:0]"}]
bug in the new d3helper or am I doing something wrong?
|
|
|
Post by techdough on Feb 22, 2017 0:00:48 GMT
wow thanks. user error here. that worked. Can't believe I forgot about that... thanks for your work on github and your help here. i cannot play the game due to RSI without this.
|
|