Signup Now
Page 59 of 65 FirstFirst ... 9495758596061 ... LastLast
Results 581 to 590 of 647
  1. #581
    Free User
    Join Date
    Sep 2014
    Posts
    6
    Reputation
    16
    Rep Power
    0
    i need a persistent if my 3 bp (mainbp, goldbp, and rarebp), If backpacks are not open, close and reopen.
    ty

  2. #582
    Free User
    Join Date
    Sep 2014
    Posts
    3
    Reputation
    10
    Rep Power
    0
    Here: (Not mine)


    function openBackpacks(wait, bpMain, ...)
    wait = wait or true
    MainBP = bpMain or $back.id
    backpackNames = {...}

    if not bpMain then
    return
    else
    openitem(MainBP, "back")
    waitcontainer(MainBP)
    resizewindows(MainBP)
    waitping()
    end

    for _, v in ipairs(backpackNames) do
    openitem(v, MainBP, true)
    if wait then
    waitcontainer(v)
    end
    resizewindows(v)
    waitping()
    end
    end


               
    auto(1000)
    local mainbp = getlootingdestination('mainbp')
    local rarestackbp = getlootingdestination('rarestackbp')
    local goldbp = getlootingdestination('goldbp')
    local rarenonstackbp = getlootingdestination('rarenonstackbp')
    local BackpackOpenner = getuseroption('BackpackOpenner')

    if (windowcount() < 4 and BackpackOpenner) then
    setsetting('Looting/OpenNextBP', 'no')
    closewindows()
    pausewalking(8000)
    openBackpacks(true, mainbp, rarestackbp, goldbp, rarenonstackbp)
    pausewalking(8000)
    resizewindows()
    setsetting('Looting/OpenNextBP', 'yes')
    end

  3. #583
    Free User
    Join Date
    Feb 2014
    Posts
    1
    Reputation
    10
    Rep Power
    0
    Hiho, I need a persist to make use "X" item in "Y" Item


    combining item persist...


    I want to make sugar oac!


    use "bunche of wheat" in "bunche of sugar cane"..


    thanks for help!

  4. #584
    Free User
    Join Date
    Apr 2014
    Posts
    74
    Reputation
    7
    Rep Power
    0
    Anyone can send us the oramond roots juicy collector plz?

  5. #585
    Free User
    Join Date
    Jul 2014
    Posts
    11
    Reputation
    10
    Rep Power
    0
    Hi, i need a persistent

    If standtime > 60 secounds set target stance to Reach else set stance to no movement

    Thanks

    @ português

    Eu preciso de uma persistent que mude a stance no target para Reach se o char ficar mais de 60 segundos parado.. preciso disso pois no meu quarto onde o notebook fica durante a noite tenho muita latência ai caçando no follow attack ele fica mais "rápido"

  6. #586
    Free User
    Join Date
    Oct 2014
    Posts
    9
    Reputation
    10
    Rep Power
    0
    I need lower mistrock cyc for ek deposit refiller and stuff. im lvl 63ek 80/75 decent eq

  7. #587
    Free User
    Join Date
    Oct 2014
    Posts
    9
    Reputation
    10
    Rep Power
    0
    Looking for script for mistrock cycs. im talking about the cycs under mistrock with ton of drones and smith not up top were u must use spells to get too but under where all the smith and drones r with depositer and refiller for a ek

  8. #588
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    I declare this thread officially reopened.
    Please make sure to read our rules.

  9. #589
    Helper StaR's Avatar
    Join Date
    Dec 2013
    Location
    Manchester
    Posts
    712
    Reputation
    50
    Rep Power
    25
    Dreamers Challenge Mission 2?



  10. #590
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by StaR View Post
    Dreamers Challenge Mission 2?
    Working on that.

 

 

Posting Permissions

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