Signup Now
Results 1 to 4 of 4

Thread: Help

  1. #1
    Free User
    Join Date
    Jun 2016
    Posts
    3
    Reputation
    10
    Rep Power
    0

    Help

    --########## DEPO ##########--
    while (windowcount('Locker') == 0) do
    openitem('depot')
    wait(700,800)
    end
    while windowcount("Depot Chest") == 0 do
    opendepot()
    setfavoritedepot(1)
    wait(300,800

    while (windowcount(getuseroption('BagDP')) == 0) do
    openitem(getuseroption('BagDP'), 'Depot Chest')
    wait(800,1200)
    end

    why dont open depot and box bps ? @Dworak war golem west rp
    Last edited by vpsanzolzito; 07-21-2016 at 10:51 PM.

  2. #2
    Moderator Josh's Avatar
    Join Date
    Dec 2013
    Posts
    1,394
    Reputation
    183
    Rep Power
    24
    Quote Originally Posted by vpsanzolzito View Post
    --########## DEPO ##########--
    while (windowcount('Locker') == 0) do
    openitem('depot')
    wait(700,800)
    end
    while windowcount("Depot Chest") == 0 do
    opendepot()
    setfavoritedepot(1)
    wait(300,800

    while (windowcount(getuseroption('BagDP')) == 0) do
    openitem(getuseroption('BagDP'), 'Depot Chest')
    wait(800,1200)
    end

    why dont open depot and box bps ? @Dworak war golem west rp
    Well, firstly, the code is incomplete. There's stuff missing in the middle and no feasible reason that the code you posted will ever execute.

    Secondly, you've probably not set up your backpacks correctly in the script setup.

    Thirdly, this is not the place for script specific report, please use the sellers scripting thread.

    Finally, you should wrap [ lua ] [/ lua ] tags around code to make it easier to read.
    Interested in software development and/or programming for Tibia?
    Check out the new Tibia Programming Forums (TibiaPF) by clicking the image below.

    Looking for a bot for the MMORPG, Medivia?
    Check out MediviaBotter, a powerful, injected bot by clicking the link below.


  3. #3
    Free User
    Join Date
    Jun 2016
    Posts
    3
    Reputation
    10
    Rep Power
    0
    --########## DEPO ##########--
    while (windowcount('Locker') == 0) do
    openitem('depot')
    wait(700,800)
    end
    while (windowcount('Depot Chest') == 0) do
    openitem(3502, 'locker')
    wait(800,1200)
    end

    while (windowcount(getuseroption('BagDP')) == 0) do
    openitem(getuseroption('BagDP'), 'Depot Chest')
    wait(800,1200)
    end

    dont open first box @XtrmJosh

  4. #4
    Wind Powered
    Join Date
    Dec 2013
    Location
    dvscripts.com
    Posts
    7,105
    Reputation
    433
    Rep Power
    39
    Quote Originally Posted by vpsanzolzito View Post
    --########## DEPO ##########--
    while (windowcount('Locker') == 0) do
    openitem('depot')
    wait(700,800)
    end
    while (windowcount('Depot Chest') == 0) do
    openitem(3502, 'locker')
    wait(800,1200)
    end

    while (windowcount(getuseroption('BagDP')) == 0) do
    openitem(getuseroption('BagDP'), 'Depot Chest')
    wait(800,1200)
    end

    dont open first box @XtrmJosh
    you have current version ?? If you have problems with my script msg me , if you have Windows 10 check High DPI problem.
    Regards

 

 

Posting Permissions

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