[-]
Shout:
Click Refresh to load shouts.

Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[C#] Experience counter and screenshooter for Tibia 7.4
09-18-2009, 01:32 PM (This post was last modified: 02-13-2010 09:08 PM by Blaster_89. Edit Reason: updated)
Post: #1
[C#] Experience counter and screenshooter for Tibia 7.4
HUGE credits to Polkagris and Jesper_Kladden!

Alternative download links:
http://www.speedyshare.com/files/2092333...ounter.zip

Current layout:
[Image: sl0euf.gif]
[Image: nd0yh4.png]

CHANGELOG:
Code:
14th of February 2010
* Fixed gained Level% not resetting correctly when clicking Stop and/or Reset in Experience Counter
* Added context menu

30th of January 2010
* Fixed application not closing when main form was closed

29th of January 2010
* Fixed battlelist loop (would only read first entrant's ID)
* Fixed application not closing sometimes when Tibia is closed
* Removed an unnecessary loop

24th of January 2010
* Fixed application crashing when Tibia is closed

20th of January 2010
* Fixed name not being correct in client chooser sometimes
* Changed back to the old icon

11th of January 2010
* Removed screenshooting of active window as it did not work as intended
* Experience counter now shows correct experience left between levels 70-120 (thanks to Zapp Brannigan)

7th January 2010
* Enabled screenshooting of active window
* Fixed bug with char info reset button (sometimes values got messed up)

5th January 2010
* Added more settings to be read (and written) from settings.ini

22nd December 2009
* Fixed compilation issue
* Fixed WinVista UI bug
* Fixed two errors with character info box

9th December 2009
* Partially cleaned up source code
* Character info bugs fixed (not tested)

8th December 2009
* Fixed a bug with the screenshooter, upon shielding advance it'd not
stop taking screenshots if the Skill checkbox was checked
* Fixed the character info box not showing correct info (gained Level% and gained MagicLevel%)

3rd December 2009
* Added Changelog
* Fixed a small bug with the screenshooter's file path not being correct
* Added character information
* Added a new tool, Edit layout
* Added option when to take screenshot
* Fixed possible error with screenshooter


Attached File(s)
.zip  ClassicTibia Expcounter.zip (Size: 105.89 KB / Downloads: 29)
Find all posts by this user
Quote this message in a reply
09-18-2009, 01:44 PM
Post: #2
[C#] Experience counter for Tibia 7.4
Hoho, used my old "Kladden's Checkerbot" ? Big Grin

[Image: image.php?type=sigpic&userid=761...1230799621]
[Image: buttonug.png]
[Image: amini]
Find all posts by this user
Quote this message in a reply
09-18-2009, 02:22 PM
Post: #3
[C#] Experience counter for Tibia 7.4
yup Smile
Find all posts by this user
Quote this message in a reply
09-20-2009, 04:27 AM
Post: #4
[C#] Experience counter for Tibia 7.4
To see if Tibia is running, use FindWindow and if the returned value equals zero then Tibia isn't running, if it's any higher then it is running (I believe).

The obvious is what's really complex.
Find all posts by this user
Quote this message in a reply
09-20-2009, 07:23 AM
Post: #5
[C#] Experience counter for Tibia 7.4
use: ::IsWindow() + ::FindWindow() return handle, while all HWNDs(all HANDLEs) are (void*)%4 == 0
Find all posts by this user
Quote this message in a reply
11-21-2009, 09:43 AM
Post: #6
RE: [C#] Experience counter for Tibia 7.4
I prefere

Code:
Dim p () as process = process.getprocessbyname("tibia")
if p.length= 0 then msgbox("No tibia running") : End
'Else

TibiaProcess = p(0)

Download latest version of ladabot http://www.lada.vacau.com
Find all posts by this user
Quote this message in a reply
11-25-2009, 04:00 PM
Post: #7
RE: [C#] Experience counter for Tibia 7.4
updated
Find all posts by this user
Quote this message in a reply
11-26-2009, 09:36 AM
Post: #8
RE: [C#] Experience counter for Tibia 7.4
Big thx <3
Used to my bot for 8.53
Find all posts by this user
Quote this message in a reply
12-09-2009, 03:26 AM
Post: #9
RE: [C#] Experience counter and screenshooter for Tibia 7.4
updated once again
Find all posts by this user
Quote this message in a reply
01-05-2010, 08:22 AM
Post: #10
RE: [C#] Experience counter and screenshooter for Tibia 7.4
updated again, added reading/writing to .ini file
Find all posts by this user
Quote this message in a reply
Post Reply 



Contact UsTProgrammingReturn to TopReturn to ContentLite (Archive) ModeRSS Syndication