tomchapin / koc-power-tools

KoC Power Tools (for Kingdoms of Camelot) - Official Project
0 stars 3 forks source link

Tools Tab not appearing, KofC version not reporting #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Updated To latest verion of 'Tools' and 'Bot'
2.
3.

What is the expected output? What do you see instead?
'Bot' button appears and works just fine, 'Tools' is a No Show.

What version of the product are you using? On what operating system?
Windows OS on PC
FF7
Latest Tools and Bot version uninstalled and reinstalled

Please provide any additional information below.
Error message 'function statement requires a name'  line 453
Error message 'function statement requires a name'  line 8509
Also - When checking 'Log' tab in 'Bot' KofC Version reports as ? instead of 
version number. Any suggestions?

Original issue reported on code.google.com by GR8M...@gmail.com on 24 Aug 2011 at 3:30

GoogleCodeExporter commented 9 years ago
I also got this error after installing FF7. Based on the error, I took a wild 
guess and I changed line 453 from:

uW.cm.cheatDetector.detect = eval ('function (){}');

to

uW.cm.cheatDetector.detect = eval ('function abc123 (){}');

And the error went away and tools will now load.

Original comment by turboco...@gmail.com on 25 Aug 2011 at 1:41

GoogleCodeExporter commented 9 years ago
Awesome! This worked for me as well. Thank You!

Original comment by GR8M...@gmail.com on 25 Aug 2011 at 2:16

GoogleCodeExporter commented 9 years ago

Original comment by jonte...@gmail.com on 10 Nov 2011 at 4:22