From c2a86598392ce00d36332bdc057a7776c82cc07e Mon Sep 17 00:00:00 2001 From: Justyyy Date: Thu, 4 Jun 2015 17:12:55 +0300 Subject: [PATCH] Width Change With width 120 or 150 is better hit rate, your thresh is best one imo but need to change this value I think. I tried it and its worked good but can you try again and feedback the value ? --- yol0Thresh/yol0Thresh/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yol0Thresh/yol0Thresh/Program.cs b/yol0Thresh/yol0Thresh/Program.cs index b54ab2d..b7acdbc 100644 --- a/yol0Thresh/yol0Thresh/Program.cs +++ b/yol0Thresh/yol0Thresh/Program.cs @@ -56,7 +56,7 @@ private static void OnLoad(EventArgs args) if (Player.ChampionName != "Thresh") return; - _Q.SetSkillshot(0.5f, 70, 1900, true, SkillshotType.SkillshotLine); + _Q.SetSkillshot(0.5f, 120, 1900, true, SkillshotType.SkillshotLine); _W.SetSkillshot(0f, 200, 1750, false, SkillshotType.SkillshotCircle); _E.SetSkillshot(0.3f, 60, float.MaxValue, false, SkillshotType.SkillshotLine);