Signup Now
Page 14 of 18 FirstFirst ... 41213141516 ... LastLast
Results 131 to 140 of 180

Thread: Spells Attacker

  1. #131
    Free User Sofft's Avatar
    Join Date
    Jul 2014
    Posts
    37
    Reputation
    10
    Rep Power
    0
    This forum seems to be abandoned, I have done about 6 posts, I have never helped.

  2. #132
    Moderator Leonardo's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    758
    Reputation
    77
    Rep Power
    25
    Quote Originally Posted by Sofft View Post
    This forum seems to be abandoned, I have done about 6 posts, I have never helped.
    Sorry I'm not always looking on all boards and posts, about your doubt it's not possible to make the attacker faster, a hotkey like you mentioned would be simple:

    turn("direction") cast("spell")


    Hotkeys are the scripts that run when you press a combo of keys, persistents run from a time to time, given by the function auto(minTime, maxTime).

    HUD also works as persistents but they have more functions, if you copy a HUD to a persistent it'll return a lot of errors saying that the functions doesn't exist, but they do, they just have a different scope.

  3. #133
    Free User Sofft's Avatar
    Join Date
    Jul 2014
    Posts
    37
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Leonardo View Post
    Sorry I'm not always looking on all boards and posts, about your doubt it's not possible to make the attacker faster, a hotkey like you mentioned would be simple:

    turn("direction") cast("spell")


    Hotkeys are the scripts that run when you press a combo of keys, persistents run from a time to time, given by the function auto(minTime, maxTime).

    HUD also works as persistents but they have more functions, if you copy a HUD to a persistent it'll return a lot of errors saying that the functions doesn't exist, but they do, they just have a different scope.
    Thank you, very thank you.
    And sorry for being boring,,,
    but really wanted some scrips
    Could you help me in this?
    http://forums.tibiawindbot.com/showt...uto-Open-Doors

  4. #134
    Free User Sofft's Avatar
    Join Date
    Jul 2014
    Posts
    37
    Reputation
    10
    Rep Power
    0
    Its possible somethink like

    turn("backward") ???

    I want always cast to back

  5. #135
    Moderator Leonardo's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    758
    Reputation
    77
    Rep Power
    25
    Quote Originally Posted by Sofft View Post
    Its possible somethink like

    turn("backward") ???

    I want always cast to back
    This

    turn(({n = 's', s = 'n', e = 'w', w = 'e'})[$self.dir])

  6. #136
    Free User Sofft's Avatar
    Join Date
    Jul 2014
    Posts
    37
    Reputation
    10
    Rep Power
    0
    Thanks Thanks Thanks Thanks Thanks Thanks Thanks

  7. #137
    Free User Sofft's Avatar
    Join Date
    Jul 2014
    Posts
    37
    Reputation
    10
    Rep Power
    0
    When I press 1, 3, 7 or 9 to walk in diagonal bot is using hotkeys, lol

  8. #138
    Moderator Leonardo's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    758
    Reputation
    77
    Rep Power
    25
    Quote Originally Posted by Sofft View Post
    When I press 1, 3, 7 or 9 to walk in diagonal bot is using hotkeys, lol
    You wanted something manual, it wasnt meant to put on persistents but hotkeys and attached to a button, when you press it, it'll turn backward.

  9. #139
    Free User Sofft's Avatar
    Join Date
    Jul 2014
    Posts
    37
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Leonardo View Post
    You wanted something manual, it wasnt meant to put on persistents but hotkeys and attached to a button, when you press it, it'll turn backward.
    Yes, turn backward i alreadt solve.

    but.. look this

    This image is hosted on a possibly dangerous website (http://uploaddeimagens.com.br/images/000/332/275/full/Sem_t%C3%ADtulo.png?1407598797). Please consider reuploading it on Imgur.com.



    I set Rune cast to END button, but when I press 1 in numeric keybord run the script, IDK why...

  10. #140
    Free User
    Join Date
    Jun 2014
    Posts
    3
    Reputation
    10
    Rep Power
    0
    How to hit it by GFB and give vis hur?

 

 

Posting Permissions

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