Bot Creation

07/22/2019 02:45 SeafightPB#1
I want to create a bot. I need help, what language I need to learn, and the programs I need. Help me, share in this post, what you know to help us.
07/22/2019 11:54 LikeToMove#2
You should use your preferred language, ofc it will be compatible with desktop applications (C# if you're unsure).
There's no preferred IDEs or programs: everyone uses his best choice regarding the coding language.
But seems you're completely newbie at this, and a bot creation is not a "one-month-learning" job, you have to know plenty of coding basics, schema generators, swf injects and logics.

Anyway good luck :)
07/22/2019 15:25 SeafightPB#3
Quote:
Originally Posted by LikeToMove View Post
You should use your preferred language, ofc it will be compatible with desktop applications (C# if you're unsure).
There's no preferred IDEs or programs: everyone uses his best choice regarding the coding language.
But seems you're completely newbie at this, and a bot creation is not a "one-month-learning" job, you have to know plenty of coding basics, schema generators, swf injects and logics.

Anyway good luck :)

I'm studying python, is it good?
07/29/2019 07:23 Saisama#4
Quote:
Originally Posted by SeafightPB View Post
I'm studying python, is it good?
C# is the best suited language, not because language itself but on Windows it has the biggest framework, libraries etc.

Even if you get good at a specific language there is much more difficult things to make a packet bot. Existing bots relies on knowledge of past work, they are built when Seafight didn't care much about security and thus it was easy to communicate with the servers. Now, it is like creating the civilization from scratch. (hey Dr. Stone) anyways good luck on your journey.
Edit: format
08/06/2019 21:53 chukmaster#5
enjoying the post


Good afternoon I am working on a basic script to attack npcs of the lion map, it attacks one after the other without errors but I have difficulty making the ship repair I am using autoit can someone help me to complement the script
08/07/2019 00:01 Uther#6
Quote:
Originally Posted by chukmaster View Post
enjoying the post


Good afternoon I am working on a basic script to attack npcs of the lion map, it attacks one after the other without errors but I have difficulty making the ship repair I am using autoit can someone help me to complement the script
stop it

The Language dosent matter the more important part is understanding how Seafight handles things and build your own understanding and assumptions out of it. If you understand how the games networking etc. works you can use any language. python should be super fine for it.