Signup Now
Page 25 of 65 FirstFirst ... 15232425262735 ... LastLast
Results 241 to 250 of 647
  1. #241
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Thread reopened!

  2. #242
    Free User darknb's Avatar
    Join Date
    Dec 2013
    Location
    Slovakia
    Posts
    94
    Reputation
    10
    Rep Power
    24
    I still want the skill time counter rapha!!

  3. #243
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by darknb View Post
    I still want the skill time counter rapha!!
    I might find some free time for it during Carnival, we'll see.

  4. #244
    Free User
    Join Date
    Jan 2014
    Posts
    15
    Reputation
    7
    Rep Power
    0
    Can you make screenshot on lvl up? i need to project later :x

  5. #245
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by flaffe View Post
    Can you make screenshot on lvl up? i need to project later :x
    Searching does wonders, you know?
    http://forums.tibiawindbot.com/showt...hot-On-Advance

  6. #246
    Banned
    Join Date
    Dec 2013
    Posts
    273
    Reputation
    36
    Rep Power
    0
    Hello


    Please a Hotkey to take royal spears from depot

      auto(1000)
    if $rhand.count < 10
    then equipitem('royal spear', 'rhand', 'depot', 100)
    end


    I'm using this but i need take just 10 spears
    Last edited by Jokerwt; 03-01-2014 at 09:08 PM.

  7. #247
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by Jokerwt View Post
    Hello


    Please a Hotkey to take royal spears from depot

      auto(1000)
    if $rhand.count < 10
    then equipitem('royal spear', 'rhand', 'depot', 100)
    end


    I'm using this but i need take just 10 spears
    You need to have 10 on your hand?

  8. #248
    Banned
    Join Date
    Dec 2013
    Posts
    273
    Reputation
    36
    Rep Power
    0
    Quote Originally Posted by Raphael View Post
    You need to have 10 on your hand?

    yep, because this action try to pick all amount

  9. #249
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by Jokerwt View Post
    yep, because this action try to pick all amount

    auto(1000)
    if $rhand.count < 10 then
    equipitem('royal spear', 'rhand', 'depot', 10 - $rhand.count)
    waitping()
    end

  10. #250
    Banned
    Join Date
    Dec 2013
    Posts
    273
    Reputation
    36
    Rep Power
    0
    Quote Originally Posted by Raphael View Post

    auto(1000)
    if $rhand.count < 10 then
    equipitem('royal spear', 'rhand', 'depot', 10 - $rhand.count)
    waitping()
    end

    Thank you

    Rep+

 

 

Posting Permissions

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