Signup Now
Page 15 of 38 FirstFirst ... 5131415161725 ... LastLast
Results 141 to 150 of 378
  1. #141
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by grafix View Post
    on ibot this action worked and cast UE. while converting it wont cast any UE..


    Code:
    auto(100, 150)
    local MonsterToUe = {"Souleater", "Killer Caiman", "Mutated Bat", "Mutated Tiger"}
    local MonsterToGfb = {"Mutated Rat", "Souleater", "Mutated Bat", "Mutated Tiger", "Killer Caiman"}
    local MonsterToMStrike = {"Souleater", "Killer Caiman", "Mutated Bat", "Mutated Tiger"}
    local MonsterToSStrike = {"Souleater", "Killer Caiman", "Mutated Bat", "Mutated Tiger", "Mutated Rat"}
    local MonsterToStrike = {"Souleater", "Mutated Bat", "Death Blob", "Mutated Rat", "Killer Caiman"}
    local MonsterToMortStrike = {"Mutated Tiger"}
    local ue = UeSpellName
    local MStrike = "exori max tera"
    local SStrike = "exori gran tera"
    local STRIKE = "exori flam"
    
    function ISSHOOTABLE()
        for POSX, POSY, POSZ in Tile.ScreenArea() do
            if Tile.GetByPosition($attacked.POSX, $attacked.POSY, $attacked.POSZ):isShootable() then
                return true
            end
        end
        return false
    end
    
    local HppcToUe = 93
    
    local Amount = 0
    local HPPC_Amount = 0
    local SouleatersCount = 0
    local SouleatersHp = 0
    for CREATURE in Creature.GetAll("ms") do
        if (table.find(MonsterToUe, CREATURE:Name()) and Spell.isOnSpellArea(CREATURE, "5x5", false)) then
            if CREATURE:Name() == "Souleater" then
                SouleatersCount = SouleatersCount + 1
                SouleatersHp = SouleatersHp + CREATURE:HealthPercent()
            end
            Amount = Amount + 1
            HPPC_Amount = HPPC_Amount + CREATURE:HealthPercent()
        end
    end
    
    local AvgHp = HPPC_Amount/Amount
    local AvgHp2 = SouleatersHp/SouleatersCount
    
    if Self.CoolDown(SPELL_GROUP_ATTACK) == 0 and ((($targeting and LureMode) or not LureMode) or $standtime > 10000)  and ($posz < 7 or $standtime > 10000)then
        if CastUE and ((Amount >= CreatureToUe and AvgHp <= HppcToUe) or (SouleatersCount >= 4 and AvgHp2 <= 90)) and cancastspell(ue) and (not PvP_Server or (paroundfloor(10, 15) == 0 and ($timems-$playerlastseen) >= 12000)) and ($posz <= 6 or ($standtime > 10000 and $posz == 7)) then
            cast(ue)
            wait(200)
            
        elseif ((shootarearune("great fireball rune", 2, unpack(MonsterToGfb))) or (maround(5, "Death Blob") > 2)) and (not PvP_Server or (paroundfloor(10, 15) == 0 and ($timems-$playerlastseen) >= 22000)) and itemcount("great fireball rune") > 0 then
            shootarearune("great fireball rune", 1, "Mutated Rat", "Souleater", "Mutated Bat", "Mutated Tiger", "Killer Caiman", "Death Blob")
               
        elseif $attacked.id ~= 0 and $attacked.dist <= 3 then
            if UseMaxStrike and $attacked.hppc >= 60 and cancastspell(MStrike) and table.find(MonsterToMStrike, $attacked.name) and ISSHOOTABLE() then
                cast(MStrike)
                wait(200)
                
            elseif UseStrongStrike and $attacked.hppc >= 45 and cancastspell(SStrike) and table.find(MonsterToSStrike, $attacked.name) and ISSHOOTABLE() then
                cast(SStrike)
                wait(200)
                
            elseif cancastspell(STRIKE) and table.find(MonsterToStrike, $attacked.name) and ISSHOOTABLE() then
                cast(STRIKE)
                wait(200)
                
            elseif cancastspell("exori moe ico") and table.find(MonsterToMortStrike, $attacked.name) and ISSHOOTABLE() then
                cast("exori moe ico")
                wait(200)
                
            end
        end
    end
    Can you try to reconvert the script and see if it works? After updating your libraries, of course.

  2. #142
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by senseiblaze View Post
    -- // Do not edith anything below:

    reachcreature("Sigurd")
    wait(2000)
    if (getcreature("Sigurd").dist <= 3) and (maround(7, "Sigurd") >= 1)
    then
    gotolabel("buySup")
    else
    gotolabel("find_sigurd4")
    end


    Hello The action/script doesnt find the NPC sigurd after converting. hope you find my bugreport constructive ;D

    Thanks buddy. I've added 3 days to your WindBot account.

  3. #143
    Banned
    Join Date
    Dec 2013
    Posts
    44
    Reputation
    11
    Rep Power
    0
    Quote Originally Posted by Lucas Terra View Post
    Hive Pores doesn't even appear on this script you sent me. :O
    então, esse é meu problema cara, não existe o targeting do hive pore, e quando chega na hunt que execulta targetAll pela primeira vez, ele targeta o hive pore da entrada e fica parado apanhando de outros monstros..


    Last edited by Geex; 02-24-2014 at 10:16 PM.

  4. #144
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by Geex View Post
    então, esse é meu problema cara, não existe o targeting do hive pore, e quando chega na hunt que execulta targetAll pela primeira vez, ele targeta o hive pore da entrada e fica parado apanhando de outros monstros..


    Me manda o script todo? Antes da conversão.

  5. #145
    Free User grafix's Avatar
    Join Date
    Jan 2014
    Posts
    535
    Reputation
    20
    Rep Power
    25
    Quote Originally Posted by Lucas Terra View Post
    Can you try to reconvert the script and see if it works? After updating your libraries, of course.
    when been released new library? because before i start botting - 8h ago i downaloded some because windbot monit me there is new to take

  6. #146
    Banned
    Join Date
    Dec 2013
    Posts
    44
    Reputation
    11
    Rep Power
    0
    Quote Originally Posted by Lucas Terra View Post
    Me manda o script todo? Antes da conversão.
    vo mandar por pm, pois é um script comprado .

  7. #147
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by grafix View Post
    when been released new library? because before i start botting - 8h ago i downaloded some because windbot monit me there is new to take
    Just reopen WindBot, it will offer the option to update your libraries.

  8. #148
    Free User grafix's Avatar
    Join Date
    Jan 2014
    Posts
    535
    Reputation
    20
    Rep Power
    25
    Quote Originally Posted by Lucas Terra View Post
    Just reopen WindBot, it will offer the option to update your libraries.
    work! ;d thx

  9. #149
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by grafix View Post
    work! ;d thx
    What worked? The UE script?

    Anyways, I have added 5 days to your WindBot account. The bug you found might fix lots of people's problems.

  10. #150
    Free User grafix's Avatar
    Join Date
    Jan 2014
    Posts
    535
    Reputation
    20
    Rep Power
    25
    Quote Originally Posted by Lucas Terra View Post
    Just reopen WindBot, it will offer the option to update your libraries.
    work! ;d thx

    yes this whole hotkey work i just convert with new libs and bang he starting shooting ue's ;d
    Last edited by grafix; 02-25-2014 at 01:57 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
  •