Jump to content
UBot Underground

Make a bot begin at a specific point in the bot and possibly end at a specific point?


Recommended Posts

Your welcome.

 

Glad I could help. I know what it's like to be stuck on something that seems so simple. I have always had people step in and help me out, and it's nice to give back to the community!

 

Feel free to send me a compiled version when your done as a reward :P (j/k... unless you want to)

 

Cheers,

Justin

Link to post
Share on other sites

Your welcome.

 

Glad I could help. I know what it's like to be stuck on something that seems so simple. I have always had people step in and help me out, and it's nice to give back to the community!

 

Feel free to send me a compiled version when your done as a reward :P (j/k... unless you want to)

 

Cheers,

Justin

 

I would totally send you a compiled version, but it wouldn't do you any good. Our articles are uploaded to our system and then ubot downloads the articles and titles etc. into a spreadsheet. and then post the articles from the spreadsheet. Our system spins the articles in a very specific way and does not use spin syntax.

 

So if you really want the compiled bot I will be sure to send it to you ;)

Link to post
Share on other sites

I would totally send you a compiled version, but it wouldn't do you any good. Our articles are uploaded to our system and then ubot downloads the articles and titles etc. into a spreadsheet. and then post the articles from the spreadsheet. Our system spins the articles in a very specific way and does not use spin syntax.

 

So if you really want the compiled bot I will be sure to send it to you ;)

 

 

Here is a little something that might help you out!

 

The comparison conditions in the if then commands are not needed. simply placing the check-box variable in the condition field works by itself! I think this would save you a ton of time if you use this ever again.

Link to post
Share on other sites

Use custom commands not the bot bank.

 

For each failed site in your list, run the custom command that site.

 

That way you don't have to do it individually. If you do it with a list, you can run all your failed sites at once with minimal code.

Link to post
Share on other sites

Use custom commands not the bot bank.

 

For each failed site in your list, run the custom command for that site.

 

You could do all your failed sites in one whack and one bit of code using a list, rather than an if-then-else for each individual site... which is a PITA.

Link to post
Share on other sites

Use custom commands not the bot bank.

 

For each failed site in your list, run the custom command that site.

 

That way you don't have to do it individually. If you do it with a list, you can run all your failed sites at once with minimal code.

 

Custom commands make it very difficult to edit bots of this size. Ubot does not run very efficiently, and I am running a quadcore with a lot of ram.

Link to post
Share on other sites

Here is a little something that might help you out!

 

The comparison conditions in the if then commands are not needed. simply placing the check-box variable in the condition field works by itself! I think this would save you a ton of time if you use this ever again.

Wouldn't this make everything run even if the box wasn't checked though?

Link to post
Share on other sites

Anyone have any ideas why my bot would be skipping commands inside the "if" command?

 

So the bot gets to the if command the conditions are met it goes to the then command, runs the first command from the private bot bank, skips the second command, goes to the next if then command and does the same thing.

 

It is doing that for each one.

Link to post
Share on other sites

I tried adding waits in there and that didnt solve it. It goes to the wait command, and waits then skips the next command and goes to the next if then command.

Link to post
Share on other sites
  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...