(Zl-eye-f)-nea 850 Posted February 25, 2015 Report Share Posted February 25, 2015 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 Quote Link to post Share on other sites
BFH 409 Posted February 25, 2015 Report Share Posted February 25, 2015 Tried it and got same message. Quote Link to post Share on other sites
(Zl-eye-f)-nea 850 Posted February 25, 2015 Author Report Share Posted February 25, 2015 per Sunfire - start of slider is not 0% it is not a number. Have tested moving to 0% - this works. Z Quote Link to post Share on other sites
I am Bored 21 Posted February 25, 2015 Report Share Posted February 25, 2015 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. Quote Link to post Share on other sites
Chewett 5,155 Posted February 25, 2015 Report Share Posted February 25, 2015 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. Quote Link to post Share on other sites
Chewett 5,155 Posted July 6, 2015 Report Share Posted July 6, 2015 I believe I resolved this? Quote Link to post Share on other sites
Chewett 5,155 Posted January 26, 2020 Report Share Posted January 26, 2020 This has been resolved. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.