Signup Now
Page 44 of 65 FirstFirst ... 34424344454654 ... LastLast
Results 431 to 440 of 647
  1. #431
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by Simona View Post
    Attachment 3285

    Can someone convert this lua script to work for this?? its auto move loot to bp with all items inside!!
    or @lucas, it would be nice if you added option, in looting, "manually loot" or something
    I could try if you describe what it does.

  2. #432
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by NaXo View Post
    can you make a scripts for paladin to change crossbow for shield and then put it back when reach hunting zone?
    Unequip Crossbow/Equip Shield
    unequip('rhand')
    equipitem('demon shield', 'lhand')


    Unequip Shield/Equip Crossbow
    unequip('lhand')
    equipitem('crossbow', 'rhand')
    Last edited by Raphael; 07-24-2014 at 10:32 PM.

  3. #433
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by Simona View Post
    it's possible so it can count hydras and if killed 650 hydras it leaves and when back to spawn it reset it ?
    http://forums.tibiawindbot.com/showt...7-Kill-Counter

  4. #434
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by resuz View Post
    hello guys

    could some1 do a script like that : if bodies possible to stake on screen >=1 and section 'hunt' pause cavebot , stake

    if bodies possible to stake on screen == 0 and section hunt star cavebot

    dunno if it happens to every1 or just me but the posted staking script is acting retardly even with increasing pausewalking duration, i mean sometimes it stops or just running forward and back trying to stake and it decreases my exp/h horribli
    auto(100)
    set('Cavebot/Enabled', toyesno(stakespots() == 0))

  5. #435
    Free User Justx's Avatar
    Join Date
    Jun 2014
    Posts
    192
    Reputation
    19
    Rep Power
    23
    Quote Originally Posted by Justx View Post
    Hello - again - Raphael, I'm looking for an script that when it gets to the action waypoint, it checks if it has all bps open (main, loot, supply, gold, considering that I also hunt with battle and skills open), if all bps aren't open then it pausewalking and targeting, open all bps and then start hunting normally.
    Thanks in advance

    up, @Raphael

  6. #436
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by majin View Post
    I ment that by pressing F1 the bot equips energy ring, by pressing F1 again it unequips it.
    if $finger.id == 0 then
    equipitem('energy ring', 'finger')
    else
    unequip('finger')
    end

  7. #437
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by sefeer View Post
    Can you make alert if some one is mas resing ur mobs
    auto(100)
    foreach newmessage m do
    if m.type == MSG_DEFAULT and m.content == 'exura mas res' then
    beep()
    end
    end

  8. #438
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by Justx View Post
    up, @Raphael
    This is how I usually do it:

    while windowcount() ~= 4 do
    closewindows()

    open(0, 'back')
    waitping()

    openitem(...)
    waitping()

    openitem(...)
    waitping()
    end
    Last edited by Raphael; 07-25-2014 at 12:32 AM.

  9. #439
    Free User Justx's Avatar
    Join Date
    Jun 2014
    Posts
    192
    Reputation
    19
    Rep Power
    23
    Quote Originally Posted by Raphael View Post
    This is how I usually do it:

    while windowcount() ~= 4 then
    closewindows()

    open(0, 'back')
    waitping()

    openitem(...)
    waitping()

    openitem(...)
    waitping()
    end
    Thanks. windowscount() only count open containers? it does not count battle and skills window?

  10. #440
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by Justx View Post
    Thanks. windowscount() only count open containers? it does not count battle and skills window?
    Ye, only containers.

 

 

Posting Permissions

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