Signup Now
Results 1 to 3 of 3
  1. #1
    Free User
    Join Date
    Sep 2014
    Posts
    4
    Reputation
    10
    Rep Power
    0

    windows 8 problem

    Hello i have a problem,all the scripts running (my friends use it),but on my computer every scripts stop on ladder ,bot cant go up,or dont us mana potions etc all is wrongs...i have windows 8 and i reinstall windbot 3 times...

    This script :
    http://bugwt.com/scripts/free/ed-water-elementals/

    I dont know what i can do ... every scripts run wrong...

    have trial version...
    Last edited by reksio; 09-16-2014 at 11:51 PM.

  2. #2
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10

  3. #3
    Free User
    Join Date
    Sep 2014
    Posts
    4
    Reputation
    10
    Rep Power
    0
    thx !!!!

    But i have a question

    "init start
    local waterloots = {281, 282, 3026, 3029, 3032, 9303}
    init end
    auto(200)

    --fish only if there are no bodies to be looted on the screen and you're not currently targeting anything
    if $lootsaround == 0 and $targetingtarget.hppc == 0 then
    --count how many of each item you have currently
    local count = {}
    for index,id in ipairs(waterloots) do
    count[index] = itemcount(id)
    end

    if fishspots(9582) > 0 then
    fish(9582)
    wait(800) --if fished a body, it gets here... wait 1 second, to give time for the item to arrive in your backpack

    --make a new count, and compare the new count with the previous values
    for index,id in ipairs(waterloots) do
    local newcount = itemcount(id)
    if (newcount > count[index]) then
    --if the value changed, increase the amount looted on loot counter
    increaseamountlooted(id, newcount-count[index])
    end
    end
    else
    --pauses the walker if there are any water elementals on the screen
    while fishspots(4037) > 0 do
    pausewalking(500)
    wait(300)
    end
    pausewalking(0)
    end
    end"




    Script wait to use the fishing rod,could u change me it to take drop from stain of water only when its posibble(no waiting)
    And script when 3 water elemental on screen take energy ring,when 3- ,take off ring

 

 

Posting Permissions

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