Google-Code-Fork / tibiaapi

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

FPSLimit #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I believe I set it like this (client.FPSLimit = 1000), when I do that and
break through my code, client.FPSLimit returns as 1.0, but my client is
still using 50%~ of the cpu memory, but when I set it with my own code in
MiniBot I don't get this problem. Any idea why?

Jo3Bingham

Original issue reported on code.google.com by joebingham07@gmail.com on 1 Nov 2008 at 9:35

GoogleCodeExporter commented 9 years ago
But if you want to reduce the FPS why dont u use client.FPSLimit = 5 so cpu 
usage
will decrease to 3-7% instead of setting it that high?

Original comment by marcsal...@gmail.com on 1 Nov 2008 at 9:54

GoogleCodeExporter commented 9 years ago
Nothing I do decreases the cpu usage. If I use client.FPSLimit = 1 the limit 
returns
as 1000, if I use client.FPSLimit = 1000 the limit returns 1.0, but the cpu 
usage
doesn't decrease. So my question is why doesn't it decrease?

Jo3Bingham

Original comment by joebingham07@gmail.com on 2 Nov 2008 at 5:35

GoogleCodeExporter commented 9 years ago
I do not really know why this doesn't work. I was not involved in finding the
addresses initially or for the update, so I couldn't even tell you if they are 
correct.

Original comment by ian320 on 8 Nov 2008 at 7:21

GoogleCodeExporter commented 9 years ago
I found all the addresses for 8.31 (for TibiaAPI) and my FPS Limiter I made in 
VB6
works with the addresses, so it's not that.

Original comment by joebingham07@gmail.com on 8 Nov 2008 at 9:03

GoogleCodeExporter commented 9 years ago

Original comment by brunodun...@gmail.com on 18 Dec 2008 at 3:11

GoogleCodeExporter commented 9 years ago
Why did you set this as invalid? I could never get it working so it's a valid 
issue. -.-

Original comment by joebingham07@gmail.com on 18 Dec 2008 at 3:54

GoogleCodeExporter commented 9 years ago
I tested this here and it's working fine, maybe you are doing something wrong.

Original comment by brunodun...@gmail.com on 18 Dec 2008 at 10:20

GoogleCodeExporter commented 9 years ago
it also works fine here.

Original comment by marcsal...@gmail.com on 18 Dec 2008 at 10:29

GoogleCodeExporter commented 9 years ago
Since it's both working for you I'll set it as Verified and retry it when I get 
time.

Thanks

Original comment by joebingham07@gmail.com on 19 Dec 2008 at 2:37