Signup Now
Results 1 to 1 of 1
  1. #1
    Free User
    Join Date
    May 2016
    Posts
    16
    Reputation
    10
    Rep Power
    0

    Working anti stalker pls

    I NEED WORKING ANTI STALKER , i got one anti stalker but he disappear and my bot char stuck :< pls pls help
    im already using this and this dont work for me

    PHP Code:
    init start
        
    -- local SCRIPT_VERSION '1.1.2'


        
    local invisCreatures = {'Stalker'}
        
    local stuckTime -- Set to 0 to always attack
        local minDmgTaken  
    -- Set to 0 to always attack
        local spellToUse 
    'exevo mas san'


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


    auto
    (100)


    if 
    $standtime >= stuckTime then
        
    foreach newmessage m do
            if 
    m.type == MSG_STATUSLOG then
                local dmg
    _name m.content:match(REGEX_DMG_TAKEN)
                
    dmg tonumber(dmg)
                
                if 
    dmg and dmg >= minDmgTaken and name and table.find(invisCreaturesname:lower()) and maround(7name:lower()) == 0 then
                    
    if spellType == 'spell' and cancastspell(spellToUseInfothen
                        cast
    (spellToUseInfo.words)
                        
    waitping()
                    elseif 
    spellType == 'rune' then
                        useoncreature
    (spellToUseInfo.itemid$self)
                        
    waitping()
                    
    end
                end
            end
        end
    end 
    Last edited by arturniszczak; 07-06-2016 at 09:31 AM.

 

 

Posting Permissions

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