![]() |
|
#241
|
|||
|
|||
|
[ QUOTE ]
Drogo, try re-copying the text file; you may have an errant line break caused by whatever text editor you used. Try using the old basic "notepad." The line should be: <font class="small">Code:</font><hr /><pre> string = -----------------------------------------------------------------------------------------------------------------------------`n </pre><hr /> [/ QUOTE ] Mogobu, I've tried this several times and failed. It's Notepad that I am using, wordwrapping off. The line looks like this though : string = --------------------------------------------------- `n Why doesn't notepad keep the original format? I deleted that line being curious what it will say and it gave me another error at another line further down the text when I tried it again. So I still don't have it running. Thank you for helping anyway! |
|
#242
|
|||
|
|||
|
Now the new Party update allows 12 tables to be opened at once, you miners would probably like to make use of the extra 2.
iWitness as is only supports 10, although the pull down menu allows for a higher 'max tables' to be selected. But: Line 368: Change max_tables = 10 to max_tables = 12. Line 1758: Change to if log_in = Yes max_tables = 12. Line 1820: As line 1758 Line 1823: Change to If (open_password = "yes" And max_tables = 12) Line 1832: Change to If max_tables = 12 Line 1892: Change from Loop, 10 to Loop, 12. Don't do this for all loops, otherwise it will try and test for 12 players at each full ring table instead of 10. Just for the loop headed ';Findout how many tables we'll have to check.'! This fix is not guaranteed; I have nothing to do with the writers of iWitness, but the modifications work for me to mine 12 tables rather than 10. |
|
#243
|
|||
|
|||
|
[ QUOTE ]
It's Notepad that I am using, wordwrapping off. The line looks like this though : string = --------------------------------------------------- `n Why doesn't notepad keep the original format? [/ QUOTE ] That is weird. Maybe your browser is causing the linebreaks? Or do you use some funky clipboard tool to copy-paste? Try this: on the wiki page, hit the "edit" button to go in and edit the text. Don't actually edit it or save anything, but copy-paste the code portion of the page from inside the editor to see if that helps preserve the line breaks. You can just cancel out of the editor after copying the text. You'll want everything between the code braces: {{{ to }}} Good luck! |
|
#244
|
|||
|
|||
|
[ QUOTE ]
Now the new Party update allows 12 tables to be opened at once, you miners would probably like to make use of the extra 2. iWitness as is only supports 10, although the pull down menu allows for a higher 'max tables' to be selected. But: Line 368: Change max_tables = 10 to max_tables = 12. Line 1758: Change to if log_in = Yes max_tables = 12. Line 1820: As line 1758 Line 1823: Change to If (open_password = "yes" And max_tables = 12) Line 1832: Change to If max_tables = 12 Line 1892: Change from Loop, 10 to Loop, 12. Don't do this for all loops, otherwise it will try and test for 12 players at each full ring table instead of 10. Just for the loop headed ';Findout how many tables we'll have to check.'! This fix is not guaranteed; I have nothing to do with the writers of iWitness, but the modifications work for me to mine 12 tables rather than 10. [/ QUOTE ] works! thanks!! |
|
#245
|
|||
|
|||
|
[ QUOTE ]
Now the new Party update allows 12 tables to be opened at once, you miners would probably like to make use of the extra 2. iWitness as is only supports 10, although the pull down menu allows for a higher 'max tables' to be selected. But: Line 368: Change max_tables = 10 to max_tables = 12. Line 1758: Change to if log_in = Yes max_tables = 12. Line 1820: As line 1758 Line 1823: Change to If (open_password = "yes" And max_tables = 12) Line 1832: Change to If max_tables = 12 Line 1892: Change from Loop, 10 to Loop, 12. Don't do this for all loops, otherwise it will try and test for 12 players at each full ring table instead of 10. Just for the loop headed ';Findout how many tables we'll have to check.'! This fix is not guaranteed; I have nothing to do with the writers of iWitness, but the modifications work for me to mine 12 tables rather than 10. [/ QUOTE ] I'm using version 1.12 so the lines of code were a little different. But this solution works if you search for the actual code mentioned above and use a little common sense. |
|
#246
|
|||
|
|||
|
there is a max_tables = 10 on line 68
shoutld that be changed as well? |
|
#247
|
|||
|
|||
|
I'm again trying to start iWitness. I have downloaded autohotkeys and saved iWitness(using windows explorer) under iWitness.ahk. When I double click on it it opens as a text doc only.
MS Sunshine |
|
#248
|
|||
|
|||
|
[ QUOTE ]
I'm again trying to start iWitness. I have downloaded autohotkeys and saved iWitness(using windows explorer) under iWitness.ahk. When I double click on it it opens as a text doc only. MS Sunshine [/ QUOTE ] Most likely filename extensions are not shown on your computer, so the filename really is "iWitness.ahk.txt", and thus it is opened in a text editor when you double click it. When the file is open in the editor, try to Save As, and there you should be able to save it as "iWitness.ahk". Adde |
|
#249
|
|||
|
|||
|
[ QUOTE ]
Now the new Party update allows 12 tables to be opened at once, you miners would probably like to make use of the extra 2. iWitness as is only supports 10, although the pull down menu allows for a higher 'max tables' to be selected. But: Line 368: Change max_tables = 10 to max_tables = 12. Line 1758: Change to if log_in = Yes max_tables = 12. Line 1820: As line 1758 Line 1823: Change to If (open_password = "yes" And max_tables = 12) Line 1832: Change to If max_tables = 12 Line 1892: Change from Loop, 10 to Loop, 12. Don't do this for all loops, otherwise it will try and test for 12 players at each full ring table instead of 10. Just for the loop headed ';Findout how many tables we'll have to check.'! This fix is not guaranteed; I have nothing to do with the writers of iWitness, but the modifications work for me to mine 12 tables rather than 10. [/ QUOTE ] Can you upload the *.ahk file? I can not see the lines in the Windows Editor. |
|
#250
|
|||
|
|||
|
TheIrishThug: If it's not mentioned in my post I did not change that line (I am not on the same computer as my iWitness right now, I'll check when I get home).
zomtec: I could upload it to my webspace if Sam & Roland are OK with that. |
![]() |
|
|