Signup Now
Page 3 of 10 FirstFirst 12345 ... LastLast
Results 21 to 30 of 95

Thread: Anti Stalker

  1. #21
    Free User
    Join Date
    Aug 2014
    Posts
    4
    Reputation
    10
    Rep Power
    0
    hey i got some problem with that action. im using it while botting on ank tombs and i set stuckTime to 0 to shoot gfb instantly when im trying to step on invisible stalker but the bot doesnt react, it just keeps going on the stalker until it moves away from the way. it works sometimes and the bot is shooting instantly, but its like 25% of times, most of it the script isnt even reacting.

    maybe something changed in last tibia updates?
    @Raphael

  2. #22
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,440
    Reputation
    283
    Rep Power
    27
    Quote Originally Posted by matiwindbot View Post
    hey i got some problem with that action. im using it while botting on ank tombs and i set stuckTime to 0 to shoot gfb instantly when im trying to step on invisible stalker but the bot doesnt react, it just keeps going on the stalker until it moves away from the way. it works sometimes and the bot is shooting instantly, but its like 25% of times, most of it the script isnt even reacting.

    maybe something changed in last tibia updates?
    @Raphael
    Is there, by any chance, other visible stalkers?
    RaphSeller
    PayPal Instantaneous Reseller


    raphseller.com

  3. #23
    Free User
    Join Date
    Aug 2014
    Posts
    4
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Raphael View Post
    Is there, by any chance, other visible stalkers?
    hmm as i noticed it doesnt matter. sometimes the script just dont shoot gfb and he just trying to run forward, no matter if theres any other monster besides invisible stalker. i trough that adding some pausewalking will help so i added it but it gave no effect.
    the script look like this:

    init start
    -- local SCRIPT_VERSION = '1.0.1'

    local invisCreatures = {'Stalker'}
    local stuckTime = 0 -- Set to 0 to always attack
    local spellToUse = 'great fireball rune'

    -- DO NOT EDIT BELOW THIS LINE --
    table.lower(invisCreatures)
    local spellToUseInfo, spellType = spellinfo(spellToUse), 'spell'
    if spellToUseInfo.castarea == 'None' then
    spellToUseInfo, spellType = runeinfo(spellToUse), 'rune'
    end
    init end

    auto(100)
    if $standtime >= stuckTime and ($wptsection == "Hunt" or $wptsection == "Leave" or $wptsection == "ToHunt") then
    foreach newmessage m do
    if m.type == MSG_STATUSLOG then
    local _, _, name = m.content:match(REGEX_DMG_TAKEN)
    if (name and table.find(invisCreatures, name:lower())) then
    if spellType == 'spell' and cancastspell(spellToUseInfo) then
    cast(spellToUseInfo.words)
    waitping()
    elseif spellType == 'rune' then
    if $standtime < 5000 then
    pausewalking(5000)
    end
    wait(200)
    if maround(10, "Demon Skeleton", "Green Djinn") > 0 then
    useoncreature("avalanche rune", $self)
    else
    useoncreature("great fireball rune", $self)
    end

    wait(400)
    pausewalking(0)
    end
    end
    end
    end
    end

  4. #24
    Free User
    Join Date
    Apr 2014
    Posts
    55
    Reputation
    10
    Rep Power
    20
    bump this, figured it out? @Raphael

  5. #25
    Free User
    Join Date
    Jan 2014
    Posts
    29
    Reputation
    10
    Rep Power
    0
    bumping

    Sep 15 2014, 01:31:15 CEST Died at Level 142 by a stalker.

    : /

  6. #26
    Free User Neyamire's Avatar
    Join Date
    Jun 2014
    Posts
    9
    Reputation
    10
    Rep Power
    0
    any news about it??please help us :P @Raphael
    Last edited by Neyamire; 09-17-2014 at 10:13 AM.

  7. #27
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,440
    Reputation
    283
    Rep Power
    27
    Is everyone having problems with it?
    If so, I'll have to borrow a char from someone to check it.
    RaphSeller
    PayPal Instantaneous Reseller


    raphseller.com

  8. #28
    Free User Neyamire's Avatar
    Join Date
    Jun 2014
    Posts
    9
    Reputation
    10
    Rep Power
    0
    @Raphael finally i fount out wht was wrong...i had console to sshow hitpoints etc disabled. Im so sorry for bother you Raphael and probably make u waste ur time on this shit when actually is all ok xD

  9. #29
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,440
    Reputation
    283
    Rep Power
    27
    Quote Originally Posted by Neyamire View Post
    @Raphael finally i fount out wht was wrong...i had console to sshow hitpoints etc disabled. Im so sorry for bother you Raphael and probably make u waste ur time on this shit when actually is all ok xD
    That's fine, no problems at all. =D
    RaphSeller
    PayPal Instantaneous Reseller


    raphseller.com

  10. #30
    Free User
    Join Date
    Jan 2014
    Posts
    29
    Reputation
    10
    Rep Power
    0
    well i have everything enabled in console and still sometimes script just doesnt work. character is trying to run trough stalker as long as it moves instead of killing it.

 

 

Posting Permissions

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