Google-Code-Fork / tibiaapi

Automatically exported from code.google.com/p/tibiaapi
MIT License
0 stars 0 forks source link

client.Fish() doesn't work #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
My code
C#
{{{
  client = ClientChooser.ShowBox();
  client.Fish();
}}}

I have one *fishingrod* and *worms* in backpack and backpack container is
opened and exits 110 tiles of fish.

Do exists error?

ps: sorry my english!

Original issue reported on code.google.com by theaf...@gmail.com on 12 May 2008 at 6:06

GoogleCodeExporter commented 9 years ago
I tested it and it works fine. You should probably but client.Fish() in a timer,
cause it does not always hit. Any more details?

Original comment by ian320 on 15 May 2008 at 10:43

GoogleCodeExporter commented 9 years ago
Do need use proxy?

I don't used.

;S

Original comment by theaf...@gmail.com on 15 May 2008 at 11:35

GoogleCodeExporter commented 9 years ago
do give me one example of code with more details?

Original comment by theaf...@gmail.com on 18 May 2008 at 8:17

GoogleCodeExporter commented 9 years ago
yes you need the proxy, just start it like this:

client = Tibia.Util.ClientChooser.ShowBox();
client.StartProxy()

and put in a button or a timer

client.fish()

Original comment by marcsal...@gmail.com on 21 May 2008 at 9:02

GoogleCodeExporter commented 9 years ago
I must begin the proxy before or after logging in tibia?

Original comment by theaf...@gmail.com on 22 May 2008 at 12:36

GoogleCodeExporter commented 9 years ago
The proxy must be started before the player logs in, that is how it works. 
Please put
this in a thread on the forums next time.

Original comment by ian320 on 22 May 2008 at 1:54

GoogleCodeExporter commented 9 years ago
Thanks! Ian.

Original comment by theaf...@gmail.com on 22 May 2008 at 4:23