Signup Now
Results 1 to 5 of 5

Thread: Ignore summons

  1. #1
    Free User
    Join Date
    Jun 2014
    Posts
    7
    Reputation
    10
    Rep Power
    0

    Ignore summons

    Hello,


    I am hunting in a place where there are following monsters: mummy, crypt shambler, bonelords, elder bonelord


    This cave has like 3 or 4 floors, and in the first floors I kill the crypt shambler just fine, the problem is that in the last floor there are elder bonelords which SUMMON crypth shambler, and my bot dont recognize it as a summon and keeps attacking.

    How can I ignore the crypt shambler summons only?


    Thanks!

    regards,

  2. #2
    Moderator Josh's Avatar
    Join Date
    Dec 2013
    Posts
    1,394
    Reputation
    183
    Rep Power
    24
    You could have a persistent script checking your floor, if you are on floor 4, use setsetting to set "only if trapped" on crypt shambler.
    Interested in software development and/or programming for Tibia?
    Check out the new Tibia Programming Forums (TibiaPF) by clicking the image below.

    Looking for a bot for the MMORPG, Medivia?
    Check out MediviaBotter, a powerful, injected bot by clicking the link below.


  3. #3
    Free User
    Join Date
    Jun 2014
    Posts
    7
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by XtrmJosh View Post
    You could have a persistent script checking your floor, if you are on floor 4, use setsetting to set "only if trapped" on crypt shambler.
    Like this?

    auto(1000,2000)
    if $wptsection == "FLOOR5" then
    set('Targeting/Creatures/Crypt Shambler/Setting1/OnlyIfTrapped', 'yes')

    else
    set('Targeting/Creatures/Crypt Shambler/Setting1/OnlyIfTrapped', 'no')
    end

  4. #4
    Free User shAdOwArt's Avatar
    Join Date
    Apr 2015
    Location
    Kharos
    Posts
    189
    Reputation
    151
    Rep Power
    20
    That's a bad idea if there's real Crypt Shamblers there too. What you should do is to greatly increase the priority on Elder Bonelords so that those are killed first.

  5. #5
    Moderator Josh's Avatar
    Join Date
    Dec 2013
    Posts
    1,394
    Reputation
    183
    Rep Power
    24
    Quote Originally Posted by Mayer View Post
    Like this?

    auto(1000,2000)
    if $wptsection == "FLOOR5" then
    set('Targeting/Creatures/Crypt Shambler/Setting1/OnlyIfTrapped', 'yes')

    else
    set('Targeting/Creatures/Crypt Shambler/Setting1/OnlyIfTrapped', 'no')
    end
    That looks about right, but as shAdOwArt says, if there are real crypt shamblers on that floor it won't kill them which could be dangerous.
    Interested in software development and/or programming for Tibia?
    Check out the new Tibia Programming Forums (TibiaPF) by clicking the image below.

    Looking for a bot for the MMORPG, Medivia?
    Check out MediviaBotter, a powerful, injected bot by clicking the link below.


 

 

Tags for this Thread

Posting Permissions

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