Signup Now
Page 14 of 65 FirstFirst ... 412131415162464 ... LastLast
Results 131 to 140 of 650
  1. #131
    Free User Florian's Avatar
    Join Date
    Dec 2013
    Location
    Austria-Graz
    Posts
    92
    Reputation
    13
    Rep Power
    21
    someone can do a script to use Exevo mas san if 2 grims are in range of the Spell?

  2. #132
    Banned
    Join Date
    Dec 2013
    Location
    Poland
    Posts
    242
    Reputation
    14
    Rep Power
    0
    Quote Originally Posted by Florian View Post
    someone can do a script to use Exevo mas san if 2 grims are in range of the Spell?
    PHP Code:
    auto(200) if cancastspell("exevo mas san") and maround(5'Grim Reaper') >= 2 then
     cast
    ("exevo mas san")
     
    end 

  3. #133
    Free User Florian's Avatar
    Join Date
    Dec 2013
    Location
    Austria-Graz
    Posts
    92
    Reputation
    13
    Rep Power
    21
    Quote Originally Posted by Frox View Post
    PHP Code:
    auto(200) if cancastspell("exevo mas san") and maround(5'Grim Reaper') >= 2 then
     cast
    ("exevo mas san")
     
    end 
    ty man

  4. #134
    Free User Robin's Avatar
    Join Date
    Dec 2013
    Posts
    157
    Reputation
    9
    Rep Power
    0
    Hello i need a hotkey to eat food...
    #Looking for Sponsor!

  5. #135
    Free User Nightshade's Avatar
    Join Date
    Dec 2013
    Location
    Brasil
    Posts
    513
    Reputation
    31
    Rep Power
    22
    Quote Originally Posted by Robin View Post
    Hello i need a hotkey to eat food...
    here

    auto(120000,180000)
    eatfoodfull()
    Tibia player since 2003

    +Rep Everyone That Helped You.

    New on WindBot?, Try this amazing tutorial

  6. #136
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Quote Originally Posted by Splifus View Post
    I'm playing around with Condition Healer and I couldn't figure out how I could set an advanced anti-paralyze.

    I wonder why once you added Condition Paralyze there is no extra condition to set $hppc

    Something like that~

    PHP Code:
    auto(200)
    if 
    $paralyzed and $hppc 60 then
        cast
    ('exura vita'wait(110130)
    elseif 
    $paralyzed and $hppc 70 then
        cast
    ('exura gran'wait(130150)
    elseif 
    $paralyzed and $hppc 85 then
        cast
    ('exura'wait(200250)
    end 
    auto(100)
    if $paralyzed then
    if $hppc < 60 and cancastspell('exura vita') then
    cast('exura vita')
    waitping()
    elseif $hppc < 70 and cancastspell('exura gran') then
    cast('exura gran')
    waitping()
    elseif cancastspell('exura') then
    cast('exura')
    waitping()
    end
    end

  7. #137
    Free User Nightshade's Avatar
    Join Date
    Dec 2013
    Location
    Brasil
    Posts
    513
    Reputation
    31
    Rep Power
    22
    hey raphael, anyway to help me with this?
    http://forums.tibiawindbot.com/showt...ng-avoid-waves
    Tibia player since 2003

    +Rep Everyone That Helped You.

    New on WindBot?, Try this amazing tutorial

  8. #138
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Quote Originally Posted by RoxZin xD View Post
    If it's not asking too much, a quick looter action would be awesome.
    Sorry for taking so long, actually had this shitting on my editor for at least 2 days.

    auto(100)
    foreach lootingitem l do
    if itemcount(l.id) - itemcount(l.id, l.destination) > 0 then
    moveitems(l.id, l.destination)
    waitping()
    end
    end


    Pulls data from looting itself.

  9. #139
    Free User
    Join Date
    Jan 2014
    Posts
    136
    Reputation
    11
    Rep Power
    21
    Quote Originally Posted by Raphael View Post
    Check Healer > Condition Healer
    I did, but you from what i saw u can only pick 1 spell to health paralyze with.
    I would like to have LOW HP para heal, MID HP para heal and HIGH HP para heal.

    EDIT ;
    Thanks! i saw u made one!

  10. #140
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,914
    Reputation
    109
    Rep Power
    31
    Quote Originally Posted by Raphael View Post
    Sorry for taking so long, actually had this shitting on my editor for at least 2 days.

    auto(100)
    foreach lootingitem l do
    if itemcount(l.id) - itemcount(l.id, l.destination) > 0 then
    moveitems(l.id, l.destination)
    waitping()
    end
    end


    Pulls data from looting itself.
    Will test it out and see how it goes, thanks!



    Troubled Animals Quest [100+]
    ALL
    Feyrist Animals Surface [160+]
    RP
    Feyrist Silencers Underground X1 [180+]
    RP | EK
    Feyrist Silencers Underground X2 [200+]
    RP | EK
    Feyrist Silencers Surface [210+]
    RP | EK
    Rathleton Sewers [240+]
    RP
    Glooth Fairy [350+]
    ED/MS
    Hardcore Draken Walls [400+]
    EK

 

 

Posting Permissions

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