Signup Now
Page 46 of 48 FirstFirst ... 364445464748 LastLast
Results 451 to 460 of 473
  1. #451
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by druidaloko View Post
    If i summon one mad sheep and take SS. When the server return, can i summon other mad sheep or the same sheep will be there?
    Tibia wikia say: once per 12 hours, but I don't know if this time reset after server save.

    No, sheep wont be there after server save

    http://tibia.wikia.com/wiki/Spellwand

    you should test by yourself
    Helped you? REP+

  2. #452
    Free User
    Join Date
    Feb 2017
    Posts
    12
    Reputation
    10
    Rep Power
    0
    i'll try now, gonna take ur scripts and adjust things. I'll back when reached skill 70 xD

  3. #453
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by druidaloko View Post
    i'll try now, gonna take ur scripts and adjust things. I'll back when reached skill 70 xD
    Good luck!
    Helped you? REP+

  4. #454
    Free User
    Join Date
    Feb 2017
    Posts
    12
    Reputation
    10
    Rep Power
    0
    i dont wanna, w8 shield, what i can change?

    I needed to adjust tartgeting to mad sheep, cos it was hitting 1 time and losing target, even with w8 shield set on false.
    Last edited by druidaloko; 02-21-2017 at 01:35 PM.

  5. #455
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by druidaloko View Post
    i dont wanna, w8 shield, what i can change?
    try this:
    auto(100)
    local m = getcreature('Mad Sheep')
    local waitshield = false -- wait shield? will be like: 50/50, 60/60 etc... and not 50/48, 60/57 etc...

    if waitshield and (($shielding < $sword) or ($shielding < $club) or ($shielding < $axe)) then
    if m.dist == 1 then
    attack(m.name)
    wait(500,1000)
    stopattack()
    wait(1000*30)
    end
    else
    if m.dist == 1 then
    attack(m.name)
    end
    end

    if maround(7,m.name) == 0 then
    if paround() >= 1 and $connected then
    smartscreenshot()
    wait(234,456)
    closeclient()
    wait(234,456)
    else
    useoncreature(651,$self)
    wait(200,500)
    end
    end
    Helped you? REP+

  6. #456
    Free User
    Join Date
    Feb 2017
    Posts
    12
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Borges View Post
    try this:
    auto(100)
    local m = getcreature('Mad Sheep')
    local waitshield = false -- wait shield? will be like: 50/50, 60/60 etc... and not 50/48, 60/57 etc...

    if waitshield and (($shielding < $sword) or ($shielding < $club) or ($shielding < $axe)) then
    if m.dist == 1 then
    attack(m.name)
    wait(500,1000)
    stopattack()
    wait(1000*30)
    end
    else
    if m.dist == 1 then
    attack(m.name)
    end
    end

    if maround(7,m.name) == 0 then
    if paround() >= 1 and $connected then
    smartscreenshot()
    wait(234,456)
    closeclient()
    wait(234,456)
    else
    useoncreature(651,$self)
    wait(200,500)
    end
    end

    Thanks, solved!! U're the best! =D + REP

  7. #457
    Free User
    Join Date
    Mar 2017
    Posts
    1
    Reputation
    10
    Rep Power
    0
    Sorry about the dumb question, im rlly new on tibia and windbot, but why do you need a lvl 60+ weap? And can you tell me your location? tkz

  8. #458
    Free User
    Join Date
    Apr 2016
    Posts
    15
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by MugiZero View Post
    Sorry about the dumb question, im rlly new on tibia and windbot, but why do you need a lvl 60+ weap? And can you tell me your location? tkz
    U need a lvl 60 weapon so u dont hit the creature too hard and kill it.

  9. #459
    Free User Slytherin's Avatar
    Join Date
    Jun 2014
    Posts
    112
    Reputation
    10
    Rep Power
    20
    Can you share the script?

    Fool's day is coming


  10. #460
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,469
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by Slytherin View Post
    Can you share the script?

    Fool's day is coming

    Check first post
    Helped 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
  •