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: szulak

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    19,314

    It's easy as fuck.. Brunocg provided you all...

    It's easy as fuck.. Brunocg provided you all information you need to achieve that. Use search, it has been explained dozen of times.
  2. Thread: Packet error

    by szulak
    Replies
    3
    Views
    21,416

    This error is pretty self-explanatory. You're...

    This error is pretty self-explanatory. You're reading from incorrect memory address.
  3. Replies
    2
    Views
    30,585

    http://stackoverflow.com/a/8791599/4200455

    http://stackoverflow.com/a/8791599/4200455
  4. Replies
    7
    Views
    12,639

    Alternatively, you might take a look on...

    Alternatively, you might take a look on boost::interprocess::message_queue...
  5. Replies
    10
    Views
    109,997

    Or use attribute: __attribute__ ((naked))...

    Or use attribute:



    __attribute__ ((naked)) void myFunction() { }


    If you're using GCC.
  6. Replies
    30
    Views
    73,227

    belzebub, You're welcome on our IRC channel :)

    belzebub, You're welcome on our IRC channel :)
  7. Replies
    4
    Views
    23,369

    The simplest possible way of synchronizing with...

    The simplest possible way of synchronizing with the Tibia client internals would be hooking PeekMessage function - it would assure you, that Tibia client internals will not interrupt in any way your...
  8. Replies
    4
    Views
    23,369

    I smell a complete lack of synchronization....

    I smell a complete lack of synchronization. Sending and receiving a packet should be treated as a completely atomic operations from point of view of bot creator. Since you are calling your move item...
  9. Replies
    48
    Views
    50,029

    PeekMessage is called always on the main thread....

    PeekMessage is called always on the main thread. Regarding to your question, you might want to introduce a concept of action - whose could be produced (by your bot) and consumed (in the PeekMessage...
  10. Replies
    26
    Views
    44,160

    You're most likely right. However, this process...

    You're most likely right. However, this process can be improved a lot - I don't know how does your design and implementation of your bot's internals looks like - but the proper design would allow (or...
  11. Replies
    26
    Views
    44,160

    Integrate this process with any CI, and you will...

    Integrate this process with any CI, and you will get 5-minute update.
  12. Replies
    1
    Views
    1,129

    http://www.codersnotes.com/sleepy/

    http://www.codersnotes.com/sleepy/
  13. Replies
    22
    Views
    10,463

    This will cause infinite loop.

    This will cause infinite loop.
  14. Replies
    1
    Views
    1,033

    We made a small discussion about this, check it...

    We made a small discussion about this, check it here: http://tpforums.org/forum/misc.php?do=ccarc
  15. Replies
    4
    Views
    1,842

    Kudos for doing it alone, not as bunch of kids...

    Kudos for doing it alone, not as bunch of kids here ripping someone's code.
  16. Replies
    1
    Views
    847

    Here you are: ...

    Here you are:

    http://tpforums.org/forum/threads/5638-Good-References
  17. Replies
    1
    Views
    1,730

    nevermind.

    nevermind.
  18. Thread: Tibiasock issue

    by szulak
    Replies
    9
    Views
    20,958

    Would you mind to post some code of how did you...

    Would you mind to post some code of how did you do it?
  19. Replies
    10
    Views
    24,393

    Nope, it will work in Z#.

    Nope, it will work in Z#.
  20. Thread: Tibiasock issue

    by szulak
    Replies
    9
    Views
    20,958

    Make work thread working for specified time, and...

    Make work thread working for specified time, and when it elapsed just exit. It will prevent Tibia's freezing, but it might lead to undefined behavior. Anyway, I would give it a try.
  21. Thread: Python Healer

    by szulak
    Replies
    16
    Views
    70,594

    How is this going?

    How is this going?
  22. Thread: Help c:

    by szulak
    Replies
    1
    Views
    921

    http://www.catb.org/~esr/faqs/smart-questions.html...

    http://www.catb.org/~esr/faqs/smart-questions.html#before
  23. Replies
    10
    Views
    24,393

    Could you provide the ToString() implementation...

    Could you provide the ToString() implementation of LoginServer class?
  24. Thread: Find LastMSG

    by szulak
    Replies
    5
    Views
    15,464

    Do not help this guy. He used to hack (or try to...

    Do not help this guy. He used to hack (or try to hack people on) Polish forum - he wrote a basic keylogger to steal Tibia account.
  25. Replies
    14
    Views
    4,407

    I am not really sure if C# is a 'derived...

    I am not really sure if C# is a 'derived language' of C, expect they sharing 'C' letter in name.
Results 1 to 25 of 38
Page 1 of 2 1 2