Jump to content
Eternal Lands Official Forums
Sign in to follow this  
Arja

How do you run a bot?

Recommended Posts

Im using java for making bots, but once i've got a script, what should i do then?

There is a whole forum dedicated to bots, please don't create threads where they don't belong.

 

As for your question, read the pinned threads in this forum first.

Share this post


Link to post
Share on other sites

look at the thread " How do you run your bot?, A little curiosity :D" about how to run a bot.

 

If you are useing my bot code it is something like:

java -cp pircbot.jar:mysql.jar:iknow.jar:. bot.deadface6.MyBot

make shure you have a valid config file (use the example in cvs)

 

for other bots it is just a case of compileing, editing a config file (if it uses one) and running it.

Share this post


Link to post
Share on other sites

look at the thread " How do you run your bot?, A little curiosity :D" about how to run a bot.

 

If you are useing my bot code it is something like:

java -cp pircbot.jar:mysql.jar:iknow.jar:. bot.deadface6.MyBot

make shure you have a valid config file (use the example in cvs)

 

for other bots it is just a case of compileing, editing a config file (if it uses one) and running it.

If you're in Windows, you will need to replace the ':' in DNS' example to ';', for example:

java -cp pircbot.jar;mysql.jar;iknow.jar;. bot.deadface6.MyBot

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×