I saw the damage formula people are using was not same. The one @Tim gives [https://royals.ms/forum/threads/dps-assassinate-vs-assassinate-boomerang-step-combo.136089/] MAX RANGE (LUK*3.6+STR+DEX*WATK)/100 The one used in Marty's shadower guide [https://royals.ms/forum/threads/in-depth-shadower-guide.8122/] Maximum damage: floor(( LUK * 3.6 + DEX + STR) / 100 * W.ATT take the one from Tim as example, e.g. 200 luk, 75 str, 800 dex, 210WATK will give 16880 max range , and 800 luck 200 dex gives only 4500 max range So I guess the one from Tim is incorrect??? Or I will wash all my luck into dex right now
Your calculation is wrong (200*3.6 + 75 + 800*210)/100 = 1687.95 not 16880 also those formulas are slightly different from correct one Correct formula for shadower : Max range = (Luk* 3.6 + Str + Dex)*weapon attack / 100 your example with this formula (200*3.6 + 75 + 800)*210/100 = 3349.5 and other one (800*3.6 + 200)*210/100 = 6468