![]() |
|
#11
|
|||
|
|||
|
[ QUOTE ]
Someone said that you can 12-table on Party now. Is this true? If so, will there be an update to allow iWitness to open 12 tables at once? [/ QUOTE ] [ 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 ] |
|
|