you can insert for me I can not find similar code here CharacterSelect_SelectCharacter it everywhererock5 wrote:Interesting idea. The command you want isIf you run that from the character selection screen it will work. To attach it to the create button I think you have to add it to the CharacterSelect_SelectCharacter function in characterselect.lua.Code: Select all
CreateCharacter(GenerateName())
rock5's "fastLogin Revisited"
Forum rules
Only post additional bot resources here. Please do not ask unrelated questions.
Only post additional bot resources here. Please do not ask unrelated questions.
Re: rock5's "fastLogin Revisited"
- Attachments
-
- characterselect.lua
- (17.84 KiB) Downloaded 212 times
Re: rock5's "fastLogin Revisited"
To find the function you would search for "function CharacterSelect_SelectCharacter".
Looks like you found it and put it in the right place but you needed to delete this line to stop it going into the character creation screen.
Looks like you found it and put it in the right place but you needed to delete this line to stop it going into the character creation screen.
Code: Select all
SetLoginScreen("charcreate");
- Attachments
-
- characterselect.lua
- (17.81 KiB) Downloaded 195 times
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: rock5's "fastLogin Revisited"
Remove the line does not work SetLoginScreen("charcreate");rock5 wrote:To find the function you would search for "function CharacterSelect_SelectCharacter".
Looks like you found it and put it in the right place but you needed to delete this line to stop it going into the character creation screen.Code: Select all
SetLoginScreen("charcreate");
Re: rock5's "fastLogin Revisited"
thank you works but I think that the addon will automatically reap buttonDesmond wrote:rock5 wrote:To find the function you would search for "function CharacterSelect_SelectCharacter".
Looks like you found it and put it in the right place but you needed to delete this line to stop it going into the character creation screen.Code: Select all
SetLoginScreen("charcreate");
Re: rock5's "fastLogin Revisited"
Desmond wrote:rock5 wrote:To find the function you would search for "function CharacterSelect_SelectCharacter".
Looks like you found it and put it in the right place but you needed to delete this line to stop it going into the character creation screen.Code: Select all
SetLoginScreen("charcreate");
Re: rock5's "fastLogin Revisited"
I deleted it already for you. The file I posted should work the way it is. Of course this means you can't create a character manually. Maybe I'll add an option for it.
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: rock5's "fastLogin Revisited"
I need a function that, click Create, is is the same as
-- >>>>> SET TO FALSE TO NOT SKIP THE CHARACTER DELETE CONFIRMATION DIALOG <<<<<<
fastLoginFastCharacterDelete = true
Stobie addon automatically pressed the Create button
-- >>>>> SET TO FALSE TO NOT SKIP THE CHARACTER DELETE CONFIRMATION DIALOG <<<<<<
fastLoginFastCharacterDelete = true
Stobie addon automatically pressed the Create button
Re: rock5's "fastLogin Revisited"
I do not need to manually, I need to automatically press the Create button - without my participation ie I ran my client addon should automatically a click create I need pleaserock5 wrote:I deleted it already for you. The file I posted should work the way it is. Of course this means you can't create a character manually. Maybe I'll add an option for it.
Re: rock5's "fastLogin Revisited"
Why would you want to automatically create characters? Or do you mean you want to be able to create characters with the bot? I'm currently doing some major work on the login process. With the changes I'm making it will be easy to bot creating characters. I don't think I'll add an option to create characters as soon as you start the game. That doesn't seem very useful.
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: rock5's "fastLogin Revisited"
No I do not need a bot to create is not necessary,rock5 wrote:Why would you want to automatically create characters? Or do you mean you want to be able to create characters with the bot? I'm currently doing some major work on the login process. With the changes I'm making it will be easy to bot creating characters. I don't think I'll add an option to create characters as soon as you start the game. That doesn't seem very useful.
I need to automatically create an addon since I do work I need to ask for help is very important if all the same poluchetsya not make an addon that and let it be a bot
Re: rock5's "fastLogin Revisited"
So what do yo want exactly? As soon as you start the client you want it to create make the maximum characters and fill the account? I don't know if it's possible but, if it's not too hard, I'll see what I can do tomorrow.
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: rock5's "fastLogin Revisited"
yesrock5 wrote:So what do yo want exactly? As soon as you start the client you want it to create make the maximum characters and fill the account? I don't know if it's possible but, if it's not too hard, I'll see what I can do tomorrow.
Thank you very much.
1 - If I wrote a lot of nicks in a text document and that he took them from there so maybe do?
2 - How Database danyh with my nicknames is possible both to do?
Re: rock5's "fastLogin Revisited"
Ok. Try this.
To use a specific list of names use the existing option "CharacterCreateDefaultNames". You can find it just below the account information in accountlogin.lua. Example,
The created characters will be the race and class specified by the fastLoginDefaultRace and fastLoginDefaultClass options if used. All other character features will be random.
To make it automatically create characters add this option to accountlogin.lua
Code: Select all
-- >>>>>>>>>> SET TO TRUE TO AUTOMATICALLY GENERATE CHARACTERS ON LOGIN <<<<<<<<<
fastLoginAutoGenerateCharacters = true
Code: Select all
local CharacterCreateDefaultNames = {
Account1 = {"Alphaone","Betatwo","Capathree","Deltafour","Epsilonfive"},
Account2 = {"Max","Tom","Harry","Jerry","Tony","Nick","Frank","John"},
}
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: rock5's "fastLogin Revisited"
Thank you very much, I'll check right now
Re: rock5's "fastLogin Revisited"
everything works fine thank great you very much - Rock5rock5 wrote:Ok. Try this.To make it automatically create characters add this option to accountlogin.luaTo use a specific list of names use the existing option "CharacterCreateDefaultNames". You can find it just below the account information in accountlogin.lua. Example,Code: Select all
-- >>>>>>>>>> SET TO TRUE TO AUTOMATICALLY GENERATE CHARACTERS ON LOGIN <<<<<<<<< fastLoginAutoGenerateCharacters = true
The created characters will be the race and class specified by the fastLoginDefaultRace and fastLoginDefaultClass options if used. All other character features will be random.Code: Select all
local CharacterCreateDefaultNames = { Account1 = {"Alphaone","Betatwo","Capathree","Deltafour","Epsilonfive"}, Account2 = {"Max","Tom","Harry","Jerry","Tony","Nick","Frank","John"}, }
Re: rock5's "fastLogin Revisited"
but you can make it so that I just wrote nicknames in a text document and add-thence took them? such as in the database are stored, well, just me in a text document
once wrote to nicknames on the month it took them to me thence?
Here is my text document with nicknames to addon took them out, if it can be done?
once wrote to nicknames on the month it took them to me thence?
Here is my text document with nicknames to addon took them out, if it can be done?
- Attachments
-
- Nicknames.txt
- (2.17 KiB) Downloaded 192 times
Re: rock5's "fastLogin Revisited"
It's not possible because there is no way for it to know which names are not being used. It can only check the currently logged in account. That's why the CharacterCreateDefaultNames option has a list for each account.
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: rock5's "fastLogin Revisited"
Well good thank you very much!rock5 wrote:It's not possible because there is no way for it to know which names are not being used. It can only check the currently logged in account. That's why the CharacterCreateDefaultNames option has a list for each account.
And whether there is -
1 -Macross is to divide the stack not for the bot of things?
2 -and whether there is Muckross on the send mail belts characters is not for the bot he Macross
3 -sorry that the mail does not send more 57send sms as a problem is most likely a server(
Re: rock5's "fastLogin Revisited"
Can you make me to have more characters are automatically removed?
Re: rock5's "fastLogin Revisited"
You can Shift-Click the Delete button to delete all characters. Is that what you want?
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Who is online
Users browsing this forum: Ahrefs [Bot] and 1 guest