-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need a lil help #47
Comments
you will need to enable multi char mode, and set your main characer in config.py. Also set your character.py accordingly with all characters you want to do in a cycle. |
One thing I find is that the default set up below is for 15 chars. Since the scroll down will make the 10th (9th) char is on the second row instead of the last row. When it scroll all the way down, it will then select second row, which is the 7th (6th) char again. Regarding switch char, you need to log into LA, on your mainchar (whatever char position that you put on the Config file). Turn on True for multicharmode in Config file and True for GFN (even though you don't use it). |
I edited my copy to be able to run up to the full 24 characters in "config.py", add to the end of the config ={}
in "bot.py", define a new switch character function, I put this right under the original so as to ensure its defined prior to being referenced
Comment out any functions calls to the original switch character function, and call the new one instead
|
idk how does it switch chars on its own, and in chars cfg i changed it according to mine but still doesn't work by it, Also when I start in on an alt it just goes for the 1520 not 1475 as i changed on the cfg.
May you please help because I am a little bit pepega and I am not really good with Python.
I apologize if I am of any bothering.
The text was updated successfully, but these errors were encountered: