Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /home/iano/public_html/tpforums-vb5/forum/includes/class_core.php on line 5842

PHP Warning: Use of undefined constant MYSQL_NUM - assumed 'MYSQL_NUM' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: Use of undefined constant MYSQL_ASSOC - assumed 'MYSQL_ASSOC' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: Use of undefined constant MYSQL_BOTH - assumed 'MYSQL_BOTH' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 165

PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in ..../includes/functions_navigation.php on line 588

PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in ..../includes/functions_navigation.php on line 612

PHP Warning: Use of undefined constant misc - assumed 'misc' (this will throw an Error in a future version of PHP) in ..../global.php(29) : eval()'d code(6) : eval()'d code on line 1

PHP Warning: Use of undefined constant index - assumed 'index' (this will throw an Error in a future version of PHP) in ..../global.php(29) : eval()'d code(6) : eval()'d code on line 1

PHP Warning: Use of undefined constant misc - assumed 'misc' (this will throw an Error in a future version of PHP) in ..../includes/class_bootstrap.php(1422) : eval()'d code(4) : eval()'d code on line 1

PHP Warning: Use of undefined constant index - assumed 'index' (this will throw an Error in a future version of PHP) in ..../includes/class_bootstrap.php(1422) : eval()'d code(4) : eval()'d code on line 1
Search Results - Forums

Search:

Type: Posts; User: Blaster_89

Page 1 of 20 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    11
    Views
    2,233

    http://msdn.microsoft.com/en-us/library/az24scfc.a...

    http://msdn.microsoft.com/en-us/library/az24scfc.aspx
  2. Replies
    11
    Views
    2,233

    Here are the improved patterns: Regex...

    Here are the improved patterns:


    Regex hitpoints = new Regex(">(?<hitpoints>[^\\D]*)(?:[^<]*)<a href=\"/wiki/Hit_Points\"");
    Regex experience = new Regex(">(?<experience>[^\\D]*)(?:[^<]*)<a...
  3. Replies
    11
    Views
    2,233

    Regular Expressions C#: Regex hitpoints =...

    Regular Expressions

    C#:


    Regex hitpoints = new Regex("</span>(?<hitpoints>[^<]*)<a href=\"/wiki/Hit_Points\"");
    Regex experience = new Regex("<br />(?<experience>[^<]*)<a...
  4. Thread: My bot

    by Blaster_89
    Replies
    16
    Views
    21,718

    Updated first post with link to a github repo...

    Updated first post with link to a github repo
    Glad you like it :p



    Yes, that's what I thought after doing some searching
    I ended up just writing a script to restart the client and load...
  5. Thread: My bot

    by Blaster_89
    Replies
    16
    Views
    21,718

    My bot

    Since I won't be developing it anymore, I decided to release it

    Largely based/influenced upon TibiaAPI (as a lot of C# Tibia projects tend to be) and beziak's internal caller



    Should be...
  6. Replies
    6
    Views
    1,417

    I meant the map structure in memory, although...

    I meant the map structure in memory, although it's also possible by spoofing/changing incoming packets
  7. Replies
    6
    Views
    1,417

    Read up on the map structure

    Read up on the map structure
  8. Replies
    11
    Views
    3,178

    Poll: I always write in English, even if it's some tiny...

    I always write in English, even if it's some tiny project nobody else will ever see
  9. Replies
    17
    Views
    6,261

    Since you're already using .NET......

    Since you're already using .NET...
    http://msdn.microsoft.com/en-us/library/system.diagnostics.processmodule.baseaddress.aspx
  10. Replies
    46
    Views
    58,124

    Assuming you convert automap files to Bitmap...

    Assuming you convert automap files to Bitmap object(s), they will be stored in your program as bitmaps, not binary data like automap files or compressed images like png/jpeg on your storage device. ...
  11. Replies
    19
    Views
    46,232

    It's quite simple, just search for your ID in...

    It's quite simple, just search for your ID in battlelist. Made a gif of the whole process here.

    @Josh
    You can browse the memory region to find nearby values, instead of adding/subtracting...
  12. Replies
    17
    Views
    5,957

    There isn't only one way to do an attacker, so...

    There isn't only one way to do an attacker, so doing a tutorial on it wouldn't do much good, as you need to tailor it for your codebase regardless.
    Do you have any pseudo-code, or rough ideas on how...
  13. Thread: ClassName

    by Blaster_89
    Replies
    8
    Views
    2,301

    Use GetClassName...

    Use GetClassName, or use some program that shows class name of windows, i.e. WinID.
    The class name is not tibia.exe btw, it's TibiaClient (unless it was changed lately). To change it you'll need to...
  14. Replies
    1
    Views
    1,022

    I don't fully understand what your assignment is....

    I don't fully understand what your assignment is.
    Do you mean you're supposed to print a spinning char (as defined in lineas) at random locations, and adding one by reading console input?
    If so,...
  15. Replies
    33
    Views
    37,267

    You need to compile it from source, the DLL in...

    You need to compile it from source, the DLL in the release folder is outdated
  16. Replies
    13
    Views
    3,114

    I didn't use NeoBot, but assuming it was the same...

    I didn't use NeoBot, but assuming it was the same as ElfBot, a simple string/regex replace was used
  17. Replies
    8
    Views
    2,592

    There are many more than those three. There are...

    There are many more than those three.
    There are states for resolving domain names and connecting to login/game servers, although most of the time all you need is the connected state.
  18. Replies
    12
    Views
    5,226

    I'm fairly sure XTEA was implemented then. I...

    I'm fairly sure XTEA was implemented then. I develop mostly for 7.72, and XTEA (and RSA) is implemented there.
  19. Replies
    12
    Views
    5,226

    You need to encrypt the packet with XTEA

    You need to encrypt the packet with XTEA
  20. Use bitwise and...

    Use bitwise and.
    In case you didn't know yet, each bit is a flag. Back in the 7.x days, you could fit all flags in 8 bits (1 byte), like so:


    00000001 Poisoned
    00000010 Burning
    00000100...
  21. Yes, as far as I know the formula used in...

    Yes, as far as I know the formula used in OpenTibia is not the same that is used in Cipsoft's Tibia, although it works most of the time.
    You could tinker with it, i.e. by changing ceiling to round...
  22. http://tpforums.org/forum/threads/165-Is-Shootable...

    http://tpforums.org/forum/threads/165-Is-Shootable-TibiaAPI-code
    http://blogs.msdn.com/b/ericlippert/archive/2011/12/12/shadowcasting-in-c-part-one.aspx (Darkstar posted this in shoutbox)

    If you...
  23. Replies
    12
    Views
    27,263

    You need to read Tibia.dat to get item ids and...

    You need to read Tibia.dat to get item ids and flags, then read Tibia.spr for sprites. You can take a look at Remere's Map Editor's source code here, it should contain most, if not all, the...
  24. Replies
    12
    Views
    27,263

    https://github.com/opentibia/server/blob/master/sr...

    https://github.com/opentibia/server/blob/master/src/iomapotbm.cpp

    edit: in case you fancy VB.NET: http://code.google.com/p/bitmaptomap/
  25. Replies
    38
    Views
    87,036

    Wesker, that PSU is not suitable for what you...

    Wesker, that PSU is not suitable for what you want to buy. A 650W PSU with at least 80+ bronze should suffice, although odds are you will need more if you're going with several graphics cards.
    Which...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4