XenoBot Forums - Powered by vBulletin

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: What other 3rd party programs do you use for tibia?

  1. #1
    Banned
    Join Date
    Oct 2012
    Posts
    159
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    What other 3rd party programs do you use for tibia?

    What other 3rd party programs do you use for tibia?


    Myself I prefer to use autohotkey and this is why.

    Features

    AutoHotkey is a free, open-source utility for Windows. With it, you can:

    Automate almost anything by sending keystrokes and mouse clicks. You can write a mouse or keyboard macro by hand or use the macro recorder.
    Create hotkeys for keyboard, joystick, and mouse. Virtually any key, button, or combination can become a hotkey.
    Expand abbreviations as you type them. For example, typing "btw" can automatically produce "by the way".
    Create custom data-entry forms, user interfaces, and menu bars. See GUI for details.
    Remap keys and buttons on your keyboard, joystick, and mouse.
    Respond to signals from hand-held remote controls via the WinLIRC client script.
    Run existing AutoIt v2 scripts and enhance them with new capabilities.
    Convert any script into an EXE file that can be run on computers that don't have AutoHotkey installed.
    Getting started might be easier than you think. Check out the quick-start tutorial.
    Change the volume, mute, and other settings of any soundcard.
    Make any window transparent, always-on-top, or alter its shape.
    Use a joystick or keyboard as a mouse.
    Monitor your system. For example, close unwanted windows the moment they appear.
    Retrieve and change the clipboard's contents, including file names copied from an Explorer window.
    Disable or override Windows' own shortcut keys such as Win+E and Win+R.
    Alleviate RSI with substitutes for Alt-Tab (using keys, mouse wheel, or buttons).
    Customize the tray icon menu with your own icon, tooltip, menu items, and submenus.
    Display dialog boxes, tooltips, balloon tips, and popup menus to interact with the user.
    Perform scripted actions in response to system shutdown or logoff.
    Detect how long the user has been idle. For example, run CPU intensive tasks only when the user is away.
    Automate game actions by detecting images and pixel colors (this is intended for legitimate uses such as the alleviation of RSI).
    Read, write, and parse text files more easily than in other languages.
    Perform operation(s) upon a set of files that match a wildcard pattern.
    Work with the registry and INI files.
    Autohotkey.com

    A simple script I have personally written for tibia use is "w,a,s,d" as arrow keys and mouse scroll up and down as "F11,12" which are healing and sd's it's rather helpful for mages cause you can set up hotkeys with shift+ and control+ and have a whole new set of spells you couldn't fit into 1-12...

    Code:
    p::^r ;MountUp
    r::NumpadHome
    t::NumpadPgUp
    f::NumpadEnd
    g::NumpadPgDn
    w::up
    s::down
    a::left
    d::right
    e::F1 ;pots(+Controll,+Shift)
    q::F2 ;Haste(+Controll,+Shift)
    1::F3 ;Optional/Sio(+Controll,+Shift)
    2::F4 ;Optional/Sio(+Controll,+Shift)
    3::F5 ;Optional/Sio(+Controll,+Shift)
    space::F6 ;Paralyze/Exori(+Controll,+Shift)
    wheeldown::F11 ;Exura/ExuraGran/SioSelf (+Controll,+Shift)
    wheelup::F12 ;MagicWalls,Sd's,DestroyerField(+Controll,+Shift)
    mbutton::F10

  2. #2
    Necktra's Avatar
    Join Date
    Dec 2011
    Location
    Sweden
    Posts
    211
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Using Tibiacast and the G-serie on my keyboard.


  3. #3
    XenoBot Developer DarkstaR's Avatar
    Join Date
    Dec 2010
    Posts
    6,104
    Mentioned
    1326 Post(s)
    Tagged
    16 Thread(s)
    XenoBot does some of this for you. Mouse buttons 4 and 5 press shift+f7 and shift+f8. Insert, Home, Page Up, Delete, End, and Page Down press shift+f1-shift+f6 for you.

    Exiva "t~" will exiva your last target, exiva "f~" will search your last follow, and exiva "l~" will cast it on the last person you casted it on.

  4. #4
    Lifetime Subscriber Stusse's Avatar
    Join Date
    Dec 2011
    Location
    solid-scripts.com
    Posts
    3,523
    Mentioned
    346 Post(s)
    Tagged
    1 Thread(s)
    Quote Originally Posted by DarkstaR View Post
    XenoBot does some of this for you. Mouse buttons 4 and 5 press shift+f7 and shift+f8. Insert, Home, Page Up, Delete, End, and Page Down press shift+f1-shift+f6 for you.

    Exiva "t~" will exiva your last target, exiva "f~" will search your last follow, and exiva "l~" will cast it on the last person you casted it on.
    Haha, there are some funcitons that aren't posted within XenoBot. Do you mind write these down somewhere? Some could come in handy, since you obviously put them there by a reason

  5. #5
    XenoBot Developer DarkstaR's Avatar
    Join Date
    Dec 2010
    Posts
    6,104
    Mentioned
    1326 Post(s)
    Tagged
    16 Thread(s)
    Quote Originally Posted by Stusse View Post
    Haha, there are some funcitons that aren't posted within XenoBot. Do you mind write these down somewhere? Some could come in handy, since you obviously put them there by a reason
    I may, eventually. I've mentioned them a lot on forums but most people don't pay attention. Personally, my main hotkeys are insert-pagedown and my f11 is exiva "t~".

  6. #6
    Banned
    Join Date
    Oct 2012
    Posts
    159
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh wow I didn't even know about that. the who "l~" thats interesting.... ty thats very helpful, when i was on silvera I managed to make a "healer" and i'm not really a scripter. I have a question i'll pm you Darkstar maybe you could give me some insight.

  7. #7
    Necktra's Avatar
    Join Date
    Dec 2011
    Location
    Sweden
    Posts
    211
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by DarkstaR View Post
    XenoBot does some of this for you. Mouse buttons 4 press shift+f7
    Ty for give me the fuckin mwall on that button, love it! ;D

    Althought, is there anyway for us to change and add additional buttons for hotkeys in a easy way?

  8. #8
    Lifetime Subscriber thorekz's Avatar
    Join Date
    Dec 2011
    Location
    Santiago, Chile
    Posts
    1,247
    Mentioned
    23 Post(s)
    Tagged
    0 Thread(s)
    I use Sandboxie to open multiple clients.

  9. #9
    Lifetime Subscriber
    Join Date
    Dec 2011
    Posts
    994
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by DarkstaR View Post
    I may, eventually. I've mentioned them a lot on forums but most people don't pay attention. Personally, my main hotkeys are insert-pagedown and my f11 is exiva "t~".
    Anyway we can get get an option to disable these? I often use home/end/delete/insert when typing and I cant use them when xeno is injected. hmmm ill add this to my suggestion list.

  10. #10

    Join Date
    Feb 2012
    Posts
    124
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    i was not even aware of half this stuff -.-

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •