Travian Bot Development Help !

07/05/2012 00:42 badguy4you#1
I started to make a travian online bot using http POST\GET IN C# but i have a trouble resuming that

please anyone tell me what i do to login using POST in travian (even not codes but explain me)

and how to start reading my resource like iron\wood\crops...etc

plz Help

Note : Some tutorials here are in german and i cant understand them

i need c# help not VB

39 view ans no one helps !
07/06/2012 03:59 LordFoobar#2
I believe Travian is a browsergame?
Just read up on HTTP-Communication, then use webdeveloping-tools like firebug or a paketsniffer like Wireshark to see how your browser and the game communicate. Then just log the communication when you do certain actions and implement the same in your programm.

The same works for reading the resources. If your browser can display it, it has to be in the data and you just have to extract and display it. That is very basic stuff if you look at developing for the web.

Another hint: if you can code yourself and don't just copy&paste you will also basically understand VB or other languages. They are all very similar in their design.
07/06/2012 04:06 badguy4you#3
So very useful replay iam already good at c#

but the problem that idk what to look for i tried to use Httpwebrequest many times but failed to login idk why ( although my code for login worked on facebook )