1. Playing until Level 10:
LoLEtal.zip
This is same as LoLEtal 1.3.0 with updated config.ini file to make the bot play until account reaches level 10.
2. Bot clicking on youtube video:
RADS.zip
Copy-paste (yes to replace) the included RADS folder to the root of your LoL installation.
[Only registered and activated users can see links. Click Here To Register...]
This will replace login.swf with a simple loading animation to conserve resources, as well as solve "clicking on youtube video" problem by changing landing url. This process may need to be repeated after every patch update.
3. Account does not progress with leveling:
Most commonly occurs with level 1 accounts. The reason for this is- most likely battle training was interrupted, but LoLEtal doesn't know that. To fix this set accountname=1 in status.ini
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
These solutions are taken from the original LoLEtal 1.3.0 thread, and yet people keep asking the same question over and over. Hope this helps.
If you have any more problem, most likely it was already asked and answered in the original LoLEtal 1.3.0 thread. Please take your time and read at least the last 2-3 pages.
*
If #2 does not work for you please try #3.
**
If you want to automate the starting/stopping of you VMs here are two batch snippets. If you have no idea what a batch file is please see here: [Only registered and activated users can see links. Click Here To Register...]
startVM.bat
stopVM.bat
LoLEtal.zip
This is same as LoLEtal 1.3.0 with updated config.ini file to make the bot play until account reaches level 10.
2. Bot clicking on youtube video:
RADS.zip
Copy-paste (yes to replace) the included RADS folder to the root of your LoL installation.
[Only registered and activated users can see links. Click Here To Register...]
This will replace login.swf with a simple loading animation to conserve resources, as well as solve "clicking on youtube video" problem by changing landing url. This process may need to be repeated after every patch update.
3. Account does not progress with leveling:
Most commonly occurs with level 1 accounts. The reason for this is- most likely battle training was interrupted, but LoLEtal doesn't know that. To fix this set accountname=1 in status.ini
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
These solutions are taken from the original LoLEtal 1.3.0 thread, and yet people keep asking the same question over and over. Hope this helps.
If you have any more problem, most likely it was already asked and answered in the original LoLEtal 1.3.0 thread. Please take your time and read at least the last 2-3 pages.
*
If #2 does not work for you please try #3.
**
If you want to automate the starting/stopping of you VMs here are two batch snippets. If you have no idea what a batch file is please see here: [Only registered and activated users can see links. Click Here To Register...]
startVM.bat
Code:
@ECHO OFF :: Path to your VM software installation CD "C:\Program Files (x86)\VMware\VMware Workstation\" :: Path to you VM machines' vmx, showing for 5 VM machines :: nogui is to start it hidden (brother's computer :), delete nogui if you want to see VM vmrun start "D:\VM1\VM1.vmx" nogui vmrun start "D:\VM2\VM2.vmx" nogui vmrun start "D:\VM3\VM3.vmx" nogui vmrun start "D:\VM4\VM4.vmx" nogui vmrun start "D:\VM5\VM5.vmx" nogui
Code:
@ECHO OFF :: Path to your VM software installation CD "C:\Program Files (x86)\VMware\VMware Workstation\" :: soft is to be safe, please don't remove soft vmrun stop "D:\VM1\VM1.vmx" soft vmrun stop "D:\VM2\VM2.vmx" soft vmrun stop "D:\VM3\VM3.vmx" soft vmrun stop "D:\VM4\VM4.vmx" soft vmrun stop "D:\VM5\VM5.vmx" soft :: closes VM's main window taskkill /im vmware.exe