Thread: iWitness v2
View Single Post
  #244  
Old 05-31-2006, 10:23 AM
gswarriorfan gswarriorfan is offline
Senior Member
 
Join Date: Jul 2005
Location: P-Town
Posts: 227
Default Re: Get iWitness to open 12 tables

[ 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!!
Reply With Quote