Signup Now
Page 17 of 38 FirstFirst ... 7151617181927 ... LastLast
Results 161 to 170 of 378
  1. #161
    Free User
    Join Date
    Jan 2014
    Posts
    136
    Reputation
    11
    Rep Power
    24
    16:09:00 error in Action script w003:
    ["local NOT_STACKABLE_LAST_ON_TO, ITEM_INDE..."]:Action: 4:25: '}' expected (to close '{' at line 14) near 'local'

    w003
    if windowcount(LootBP) < 1 then
    gotolabel('Bp_depot')
    end

    resizewindows(100, LootBP, true)
    wait(200)

    :-( doesnt goto dp and deposit anymore, just ignores it

    the bug seems to be in here really.
    w004

    PHP Code:
    reachgrounditem("depot")
    wait(10001500)
    openitem("depot")
    wait(9001400)
    openitem(3502"locker")
    wait(9001400)

    openitem(MainDpBp'Depot Chest')
    wait(9001400)

    resizewindows(100MainDpBptrue)
    wait(300)

    local CONFIG = {
        
    LOOT_BACKPACK LootBP,
        
        
    STACKABLE_BACKPACK StackItems,
        
    STACKABLE_BACKPACK_AMOUNT itemcount(StackItems),
        
        
    NOT_STACKABLE_BACKPACK LootRares,
        
    NOT_STACKABLE_BACKPACK_AMOUNT itemcount(LootRares),
        
        
    DEPOSIT_ITEMS = {"velvet tapestry""black skull""demonbone amulet""relic sword""onyx flail""shadow sceptre""dracoyle statue""knight legs""spiked squelcher""wand of cosmic energy""berserk potion""white piece of cloth""shiny stone""hellspawn tail""ultimate health potion""small topaz""stealth ring""great health potion""great mana potion""great mana potion""moonlight rod","dark rosary""soul orb""velvet tapestry""ultimate health potion""great health potion""hellspawn tail""gold ingot""assassin star""red piece of cloth""vampire dust""white pearl""wolf paw""werewolf fur""emerald bangle""small diamond""blood preservation""vampire teeth""demonic essence""essence of a bad dream""scythe leg""strong mana potion""hardened bone""bony tail""black pearl""small amethyst""mutated bat ear""bat wing""life crystal""hair of a banshee""petrified scream","bat wing""Berserk potion""demonic essence""hardened bone""emerald bangle""scythe leg""mutated bat ear""werewolf fur""essence of a bad dream""hair of a banshee""talon""blood preservation""ultimate health potion""small diamond""black pearl""vampire teeth""petrified scream""bony tail""small amethyst""white pearl""life crystal""strong mana potion""strong health potion""small topaz""golden legs""butchers axe""vile axe""cats paw""steel boots""assassin dagger""noble axe""terra rod""knight armor""paladin armor""crown armor""golden armor""batwing hat""skeleton decoration""crystal of focus""skeleton decoration""spike sword""hailstorm rod""boots of haste""crown helmet""ice rapier""blue robe""shadow sceptre""dreaded cleaver""bonebreaker""knight legs""haunted blade""vampire shield""epee""relic sword""hibiscus dress""war axe""death ring""diamond sceptre""chaos mace""mercenary sword""terra mantle""platinum amulet""leather whip""sweet smelling bait""red robe""time ring""blood goblet""mysterious voodoo skull""velvet tapestry""crystal of balance""bonebeast trophy""batwing hat""focus cape""ring of healing""stone skin amulet","Leather whip""Sweet smelling bait""Boots of haste""relic sword""vampire shield""dreaded cleaver""mercenary sword""terra mantle""bonebreaker""blue robe""shadow sceptre""chaos mace""war axe""batwing hat""haunted blade""epee""focus cape""bonebeast trophy""knight legs""mysterious voodoo skull""diamond sceptre""hibiscus dress""skeleton decoration""hailstorm rod""crown helmet""platinum amulet""crystal of focus""ice rapier""crystal of balance""death ring""spike sword""ancient shield""black shield""stone skin amulet""time ring""ring of healing""blood goblet""bar of chocolate""red robe""piggy bank""knight legs""Warrior helmet""spiked squelcher""black skull""dracoyle statue""onyx flail""Crown legs""golden legs"}

    local NOT_STACKABLE_LAST_ON_TOITEM_INDEX 01

    while (#CONFIG.DEPOSIT_ITEMS >= ITEM_INDEX) do
        
    if (type(CONFIG.DEPOSIT_ITEMS[ITEM_INDEX]) == "string"then
            local ITEM_ID 
    itemid(CONFIG.DEPOSIT_ITEMS[ITEM_INDEX])
            
            if (
    ITEM_ID 0then
                CONFIG
    .DEPOSIT_ITEMS[ITEM_INDEX], ITEM_INDEX ITEM_IDITEM_INDEX 1
            
    else
                
    table.remove(CONFIG.DEPOSIT_ITEMSITEM_INDEX)
            
    end
        
    elseif (type(CONFIG.DEPOSIT_ITEMS[ITEM_INDEX]) == "number"then
            
    if (CONFIG.DEPOSIT_ITEMS[ITEM_INDEX] > 0then
                ITEM_INDEX 
    ITEM_INDEX 1
            
    else
                
    table.remove(CONFIG.DEPOSIT_ITEMSITEM_INDEX)
            
    end
        
    else
            
    table.remove(CONFIG.DEPOSIT_ITEMSITEM_INDEX)
        
    end
    end

    while (true) do
        for 
    _DEPOSIT_ITEM in ipairs(CONFIG.DEPOSIT_ITEMS) do
            if (
    itemcount(DEPOSIT_ITEMCONFIG.LOOT_BACKPACK) > 0then
                
    if (iteminfo(DEPOSIT_ITEM).isCumulativethen
                    local STACKABLE_LAST_ON_TO 
    0
                    
                    
    while (CONFIG.STACKABLE_BACKPACK_AMOUNT STACKABLE_LAST_ON_TO) do
                        
    local ITEM_COUNT_BEFORE itemcount(DEPOSIT_ITEMCONFIG.LOOT_BACKPACK)
                        
                        
    moveitemsonto(DEPOSIT_ITEMCONFIG .STACKABLE_BACKPACK,STACKABLE_LAST_ON_TOnil"all"100)
                        
    wait(300500)
                        
                        
    local ITEM_COUNT_AFTER itemcount(DEPOSIT_ITEMCONFIG.LOOT_BACKPACK)
                        
                        if (
    ITEM_COUNT_BEFORE == ITEM_COUNT_AFTER and ITEM_COUNT_AFTER 0then
                            STACKABLE_LAST_ON_TO 
    STACKABLE_LAST_ON_TO 1
                        
    elseif (ITEM_COUNT_AFTER == 0then
                            
    break
                        
    end
                    end
                
    else
                    while (
    CONFIG.NOT_STACKABLE_BACKPACK_AMOUNT NOT_STACKABLE_LAST_ON_TO) do
                        
    local ITEM_COUNT_BEFORE itemcount(DEPOSIT_ITEMCONFIG.LOOT_BACKPACK)
                        
                        
    moveitemsonto(DEPOSIT_ITEMCONFIG .NOT_STACKABLE_BACKPACK,NOT_STACKABLE_LAST_ON_TOnil"all"100
                        
    wait(300500)
                        
                        
    local ITEM_COUNT_AFTER itemcount(DEPOSIT_ITEMCONFIG.LOOT_BACKPACK)
                        
                        if (
    ITEM_COUNT_BEFORE == ITEM_COUNT_AFTER and ITEM_COUNT_AFTER 0then
                            NOT_STACKABLE_LAST_ON_TO 
    NOT_STACKABLE_LAST_ON_TO 1
                        
    elseif (ITEM_COUNT_AFTER == 0then
                            
    break
                        
    end
                    end
                end
            end
        end
        
        
    if (itemcount(CONFIG.LOOT_BACKPACKCONFIG.LOOT_BACKPACK) > 0then
            openitem
    (CONFIG.LOOT_BACKPACKCONFIG.LOOT_BACKPACKfalsewait(20003000)
        else
            break
        
    end
        
        wait
    (100)
    end 
    Last edited by SweApa; 02-27-2014 at 03:21 PM.

  2. #162
    Free User Izze's Avatar
    Join Date
    Jan 2014
    Posts
    989
    Reputation
    23
    Rep Power
    25
    I got
    20:25:14 error in Action script w073:
    ["end"]:Action: 145:2: 'end' expected (to close 'function' at line 1) near '<eof>'


    On my caimans script I tried to convert, it still works it just gives me this annoying popup window all the time, thought I should report it
    Bought 295 EK on Inferna from Dedi
    Bought 85 days voucher account from Mateo
    Bought 73 days voucher account from Mateo
    Sold 268 ED on Inferna to theawesomest
    Sold 274 MS on Calva to Mateo
    Sold 440 MS to Bergman
    Sold 380 EK to Stupar
    Sold 340 MS to Tim
    Sold 230 ED on Inferna to Jack
    Sold 340 MS on Antica to Adam

    & more!

  3. #163
    Free User grafix's Avatar
    Join Date
    Jan 2014
    Posts
    535
    Reputation
    20
    Rep Power
    25
    won't depositing. after open bps manually and skip this action bot go forward
    Code:
    setsetting("Looting/OpenNextBP","no")
    setsetting("Cavebot/WalkThroughPlayers","yes")
    
    closewindows()
    while windowcount() < 2 do
    closewindows()
    wait(1000,2000)
    openitem(MainBPname, "back", true)
    wait(1000,2000)
    resizewindows()
    wait(1000,2000)
    openitem(LootBPname, MainBPname, true)
    wait(1000,2000)
    end
    
    while windowcount('Locker') == 0
    do
    reachgrounditem('depot')
    openitem('depot') wait(500,1000)
    end
    
    while windowcount(3502) < 1
    do
    openitem(3502, 'Locker') wait(1000,2000)
    end
    
    while windowcount(MainDepotname) < 1
    do
    openitem(MainDepotname, 3502) wait(1000, 2000)
    end

  4. #164
    Free User
    Join Date
    Dec 2013
    Posts
    310
    Reputation
    16
    Rep Power
    24
    (Action: 3) Couldn't find item named 'Crystal Pedestal'. Future warnings for this script will be shown in the Debug Script Log.

  5. #165
    Free User
    Join Date
    Dec 2013
    Posts
    33
    Reputation
    10
    Rep Power
    0
    Found a bug, and this destroy all the targeting.

    18:00:54 error in Persistent script Area by Soder:
    ["if target.id > 0 then"]:Area by Soder:64 attempt to index global 'target' (a nil value)

  6. #166
    Moderator BUgWT's Avatar
    Join Date
    Dec 2013
    Location
    www.bugwt.com
    Posts
    546
    Reputation
    72
    Rep Power
    25
    Quote Originally Posted by grafix View Post
    won't depositing. after open bps manually and skip this action bot go forward
    Add a wait between:

    closewindows()
    wait(1000)
    while windowcount() < 2 do
    closewindows()


    LATEST SCRIPTS SKYPE
    Got a Question? Add me on Skype!
    bugwt.support

    This image is hosted on a possibly dangerous website (http://mystatus.skype.com/smallclassic/bugwt.support). Please consider reuploading it on Imgur.com.


  7. #167
    Free User grafix's Avatar
    Join Date
    Jan 2014
    Posts
    535
    Reputation
    20
    Rep Power
    25
    Quote Originally Posted by BUgWT View Post
    Add a wait between:

    closewindows()
    wait(1000)
    while windowcount() < 2 do
    closewindows()
    stuck on locker. after add this

  8. #168
    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
    won't depositing. after open bps manually and skip this action bot go forward
    Code:
    setsetting("Looting/OpenNextBP","no")
    setsetting("Cavebot/WalkThroughPlayers","yes")
    
    closewindows()
    while windowcount() < 2 do
    closewindows()
    wait(1000,2000)
    openitem(MainBPname, "back", true)
    wait(1000,2000)
    resizewindows()
    wait(1000,2000)
    openitem(LootBPname, MainBPname, true)
    wait(1000,2000)
    end
    
    while windowcount('Locker') == 0
    do
    reachgrounditem('depot')
    openitem('depot') wait(500,1000)
    end
    
    while windowcount(3502) < 1
    do
    openitem(3502, 'Locker') wait(1000,2000)
    end
    
    while windowcount(MainDepotname) < 1
    do
    openitem(MainDepotname, 3502) wait(1000, 2000)
    end
    Can you tell me what values you are using for 'MainBPname' and 'LootBPname'? This should be defined on your setup script.

  9. #169
    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 tell me what values you are using for 'MainBPname' and 'LootBPname'? This should be defined on your setup script.
    MainDepotname = "brown Backpack"
    AddonDepotname = "beach Backpack"

  10. #170
    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
    MainDepotname = "brown Backpack"
    AddonDepotname = "beach Backpack"
    What about 'MainBPname' and 'LootBPname'?

 

 

Posting Permissions

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