February 25, 201511 yr comment_162438 Ive deleted all my rits, and chose random - when I do so and put my slider to 0, I get this "illegal action reported, keeping on this path will get you banned. #vitrng" Z Report
February 25, 201511 yr Author comment_162440 per Sunfire - start of slider is not 0% it is not a number. Have tested moving to 0% - this works. Z Report
February 25, 201511 yr comment_162451 As a temporary quick-fix, I propose adding this snippet to dlg.configurestrategy.php: $('input[name="vitality"][value=""]').attr("value", "0"); This sets the value of the erroneous input to 0 if it has no value, preventing the issue. Report
February 25, 201511 yr Root Admin comment_162452 As a temporary quick-fix, I propose adding this snippet to dlg.configurestrategy.php: $('input[name="vitality"][value=""]').attr("value", "0"); This sets the value of the erroneous input to 0 if it has no value, preventing the issue.Thanks, but the quick fix will take as long as the actual fix, since I need to setup all the IP stuff. Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.