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

Page 1 of 20 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    16
    Views
    35,305

    Wesker, can you please post a screenshot of my IP...

    Wesker, can you please post a screenshot of my IP address, for example, under this post?
  2. Thread: SprEx

    by Ian
    Replies
    10
    Views
    22,678

    RE: SprEx

    Beautiful tool! Nice to see something simple that does what is promised!
  3. Thread: TibiaApi 9.10 BETA

    by Ian
    Replies
    16
    Views
    3,944

    RE: TibiaApi 9.10 BETA

    Klusbert, please upload the compiled binaries to google code instead, following the convention for past releases.
  4. Replies
    7
    Views
    2,094

    RE: TibiaAPI v2.10.3 for Tibia 9.00

    Fixed, thanks.
  5. Replies
    7
    Views
    2,094

    TibiaAPI v2.10.3 for Tibia 9.00

    =================================================
    TibiaAPI v2.10.3 for Tibia 9.00
    =================================================

    About this Release
    Updated to support Tibia client 9.00,...
  6. Replies
    11
    Views
    2,480

    RE: Update TibiaAPi 9.00

    Official download is up: http://code.google.com/p/tibiaapi/downloads/list
  7. Replies
    1
    Views
    720

    RE: C# Regex.Matches small help . :))

    Can you give some examples of the text you are trying to match?

    If you want to match one thing OR another, try using the pipe: http://www.regular-expressions.info/alternation.html
  8. Replies
    3
    Views
    885

    RE: Help TibiaApi 9 Compiled

    Officially compiled version has been posted here: http://code.google.com/p/tibiaapi/downloads/list
  9. Replies
    6
    Views
    1,025

    RE: OTServ and packets?

    Try


    c.Console.Say("/kick " + c.GetPlayer().Name);
  10. Replies
    3
    Views
    1,567

    RE: [TIBIA ORGINAL FULL MAP]

    What version is this from, and do you have a link to the original source?
  11. Replies
    31
    Views
    9,137

    RE: Tibia Flash Client 9.0

    Awesome...this should help with some lingering protocol issues :)
  12. Replies
    10
    Views
    2,571

    RE: [WPF/XAML] UI Proof-Of-Concept

    Pretty cool; did you do that all from scratch?
  13. Replies
    0
    Views
    851

    Anti-debugging techniques

    Great paper on anti-debugging techniques from a developers perspective, and can also be used for reverse engineering:
    ...
  14. Thread: XenoMC

    by Ian
    Replies
    17
    Views
    18,790

    RE: XenoMC

    Nice! I am glad to see you got it all working :D
  15. Replies
    16
    Views
    7,895

    RE: Memory Address: Map Pointer

    Klusbert, you should probably link to the original post by Jo3 that you refer to.
  16. Replies
    11
    Views
    2,412

    RE: TibiaAPI: Retirement

    Jo3, thanks for all of your contributions to TibiaAPI. I have been a poor steward of the project lately, and we all really appreciate the fact that you've been single-handedly keeping it afloat. I...
  17. Thread: MoveItems and Use

    by Ian
    Replies
    7
    Views
    1,353

    RE: MoveItems and Use

    Here is some simpler code that should also work better for you.

    To move a certain item ID to your open Locker:


    int itemid = 3031;
    Tibia.Objects.Container container =...
  18. Replies
    10
    Views
    2,505

    RE: How to inject a bot?

    Luigi, can you explain what you did to fix it? Or point out which post was the most helpful. That way if people see this thread, they can figure out the solution :)
  19. Thread: head up display

    by Ian
    Replies
    9
    Views
    2,034

    RE: head up display

    This post, C# Screen capture and Overlays for Direct3D 9, 10 and 11 using API Hooks, looks like it should be exactly what you need, and it is 100% managed code.
  20. Thread: head up display

    by Ian
    Replies
    9
    Views
    2,034

    RE: head up display

    Hooking printtext or printfps is exactly what you need to do. Inside, you just call the internal functions to write out strings of different colors and fonts; no WinAPI needed.
  21. Thread: Zezenia Board

    by Ian
    Replies
    7
    Views
    2,582

    RE: Zezenia Board

    Just created a board for Zezenia: http://tpforums.org/forum/forum-192.html
  22. Replies
    2
    Views
    1,190

    RE: How to use TibiaAPI in Delphi 2010?

    You'll want to search for something like "using a .NET dll in Delphi".

    To be honest, I think you'd be better of switching to C# or VB.NET and Visual Studio. You will find the overall experience...
  23. Replies
    53
    Views
    7,524

    RE: [NOAPI] How I interact with Tibia?

    TibiaAPI is open source. Just because you don't use it, doesn't mean you can't learn from it ;)
  24. Replies
    5
    Views
    1,512

    RE: Question about Attack packet

    Are you sending the attack count correctly?
  25. Replies
    4
    Views
    1,745

    RE: [VB.Net] Magic Hands, Macro Application

    You might be able to find it here: http://tpforums.org/attachments/
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4