Signup Now
Page 10 of 38 FirstFirst ... 8910111220 ... LastLast
Results 91 to 100 of 378
  1. #91
    Free User Izze's Avatar
    Join Date
    Jan 2014
    Posts
    989
    Reputation
    23
    Rep Power
    25
    Quote Originally Posted by Lucas Terra View Post
    Great news! That paralyze healing was a healing rule? Or a script?
    Opened the file and took a look, it was a healing rule. I had to re-do it, took like a minute or two but it is very easy to edit.
    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!

  2. #92
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by Izze View Post
    Opened the file and took a look, it was a healing rule. I had to re-do it, took like a minute or two but it is very easy to edit.
    Can you send it to me via PM? It should be fixed automatically by the converter.

  3. #93
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by Marco Pi View Post
    Hello,
    i found a Problem but idk if ist only my converted script or bug.

    At depositing items it start to put items into the Depot backpacks, but didnt put all and then opening next backpack. Tried to run this some times but always starting to open next loot bp.
    i am in coryms and there u Need more loot bps inside so it just putting items in Depot backpacks but stop after some items and open next loot bp ;o

    maybe u find something about that

    Yours, Marco
    You mean it's opening the backpack inside your depot and not allowing you to move the items in?

  4. #94
    Free User
    Join Date
    Dec 2013
    Location
    Germany
    Posts
    97
    Reputation
    11
    Rep Power
    24
    it is moving items but not all: for example i have " 7 Ratanas " it just deposit like 3 ;o
    seems like it skip this Action when "x time" played

  5. #95
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by Marco Pi View Post
    it is moving items but not all: for example i have " 7 Ratanas " it just deposit like 3 ;o
    seems like it skip this Action when "x time" played
    Can you post the Lua script? Before and after converting...

  6. #96
    Free User
    Join Date
    Dec 2013
    Location
    Germany
    Posts
    97
    Reputation
    11
    Rep Power
    24
    this is it ...

    this is AFTER :
    reachgrounditem("depot")
    wait(1000,2000)
    openitem("depot")
    wait(700,900)

    while (windowcount("Depot Chest") == 0)
    do
    openitem(3502, "locker")
    wait(700,900)
    end

    wait(1500, 2000)

    while (windowcount(mainDpBp) == 0)
    do
    openitem(mainDpBp, "Depot Chest")
    wait(700,900)
    end

    wait(1500, 2000)

    lastonto = 0
    local itemsStacks = stackItemsToDeposit
    local _nextiii = true
    for i,j in pairs(itemsStacks)
    do
    _nextiii = true
    while itemcount(itemsStacks[i]) > 0 and _nextiii
    do
    _nextiii = moveitemsonto(itemsStacks[i], stackDpBp, lastonto, nil, "all", 100)
    wait(400,500)
    end
    end

    lastonto = 0
    local itemsNonStacks = nonStackItemsToDeposit
    local _nextiii = true
    for i,j in pairs(itemsNonStacks)
    do
    _nextiii= true
    while itemcount(itemsNonStacks[i]) > 0 and _nextiii
    do
    _nextiii = moveitemsonto(itemsNonStacks[i], nonStackDpBp, lastonto, nil, "all", 100)
    wait(400,500)
    end
    end

    openitem(lootBp, lootBp, false)
    wait(1500, 2000)

    lastonto = 0
    local itemsStacks = stackItemsToDeposit
    local _nextiii = true
    for i,j in pairs(itemsStacks)
    do
    _nextiii = true
    while itemcount(itemsStacks[i]) > 0 and _nextiii
    do
    _nextiii = moveitemsonto(itemsStacks[i], stackDpBp, lastonto, nil, "all", 100)
    wait(400,500)
    end
    end

    lastonto = 0
    local itemsNonStacks = nonStackItemsToDeposit
    local _nextiii = true
    for i,j in pairs(itemsNonStacks)
    do
    _nextiii = true
    while itemcount(itemsNonStacks[i]) > 0 and _nextiii
    do
    _nextiii = moveitemsonto(itemsNonStacks[i], nonStackDpBp, lastonto, nil, "all", 100)
    wait(400,500)
    end
    end

    openitem(lootBp, lootBp, false)
    wait(1500, 2000)

    lastonto = 0
    local itemsStacks = stackItemsToDeposit
    local _nextiii = true
    for i,j in pairs(itemsStacks)
    do
    _nextiii = true
    while itemcount(itemsStacks[i]) > 0 and _nextiii
    do
    _nextiii = moveitemsonto(itemsStacks[i], stackDpBp, lastonto, nil, "all", 100)
    wait(400,500)
    end
    end

    lastonto = 0
    local itemsNonStacks = nonStackItemsToDeposit
    local _nextiii = true
    for i,j in pairs(itemsNonStacks)
    do
    _nextiii = true
    while itemcount(itemsNonStacks[i]) > 0 and _nextiii
    do
    _nextiii = moveitemsonto(itemsNonStacks[i], nonStackDpBp, lastonto, nil, "all", 100)
    wait(400,500)
    end
    end

    wait(1500, 2000)



    this is BEFORE:

    reachgrounditem("depot");wait(1000,2000);openitem("depot");wait(700,900);;while (windowcount("Depot Chest") == 0);do;	openitem(3502, "locker");	wait(700,900);end;;wait(1500, 2000);;while (windowcount(mainDpBp) == 0);do;	openitem(mainDpBp, "Depot Chest");	wait(700,900);end;;wait(1500, 2000);;;lastonto = 0;local itemsStacks = stackItemsToDeposit;local _nextiii = true;for i,j in pairs(itemsStacks) ;do;    _nextiii = true;    while itemcount(itemsStacks[i]) > 0 and _nextiii ;	do;        _nextiii = moveitemsonto(itemsStacks[i], "all", stackDpBp, 100, lastonto);        wait(400,500);    end;end;;lastonto = 0;local itemsNonStacks = nonStackItemsToDeposit;local _nextiii = true;for i,j in pairs(itemsNonStacks) ;do;    _nextiii= true;    while itemcount(itemsNonStacks[i]) > 0 and _nextiii ;	do;        _nextiii = moveitemsonto(itemsNonStacks[i], "all", nonStackDpBp, 100, lastonto);        wait(400,500);    end;end;;;openitem(lootBp, lootBp, false);wait(1500, 2000);;lastonto = 0;local itemsStacks = stackItemsToDeposit;local _nextiii = true;for i,j in pairs(itemsStacks) ;do;    _nextiii = true;    while itemcount(itemsStacks[i]) > 0 and _nextiii ;	do;        _nextiii = moveitemsonto(itemsStacks[i], "all", stackDpBp, 100, lastonto);        wait(400,500);    end;end;;lastonto = 0;local itemsNonStacks = nonStackItemsToDeposit;local _nextiii = true;for i,j in pairs(itemsNonStacks) ;do;    _nextiii = true;    while itemcount(itemsNonStacks[i]) > 0 and _nextiii ;	do;        _nextiii = moveitemsonto(itemsNonStacks[i], "all", nonStackDpBp, 100, lastonto);        wait(400,500);    end;end;;openitem(lootBp, lootBp, false);wait(1500, 2000);;lastonto = 0;local itemsStacks = stackItemsToDeposit;local _nextiii = true;for i,j in pairs(itemsStacks) ;do;    _nextiii = true;    while itemcount(itemsStacks[i]) > 0 and _nextiii ;	do;        _nextiii = moveitemsonto(itemsStacks[i], "all", stackDpBp, 100, lastonto);        wait(400,500);    end;end;;lastonto = 0;local itemsNonStacks = nonStackItemsToDeposit;local _nextiii = true;for i,j in pairs(itemsNonStacks) ;do;    _nextiii = true;    while itemcount(itemsNonStacks[i]) > 0 and _nextiii ;	do;        _nextiii = moveitemsonto(itemsNonStacks[i], "all", nonStackDpBp, 100, lastonto);        wait(400,500);    end;end;;wait(1500, 2000)


    sorry idk how to put it better ;S

    maybe something with this "Nil" shit idk what it is
    Last edited by Marco Pi; 02-18-2014 at 04:29 PM.

  7. #97
    Free User
    Join Date
    Feb 2014
    Posts
    12
    Reputation
    10
    Rep Power
    0
    suple.jpg

    Who knows, how can I repair my "time counter" and where I can change my suppiles list (bot bought all suppiles but I can't change it (it's doesn't work after conver lizard city script)

    Thx for help

  8. #98
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,911
    Reputation
    109
    Rep Power
    34
    Quote Originally Posted by oreo View Post
    suple.jpg

    Who knows, how can I repair my "time counter" and where I can change my suppiles list (bot bought all suppiles but I can't change it (it's doesn't work after conver lizard city script)

    Thx for help
    See the button "Add New Item" on your right. Use WindBot huds though, they look better and work better.



    Troubled Animals Quest [100+]
    ALL
    Feyrist Animals Surface [160+]
    RP
    Feyrist Silencers Underground X1 [180+]
    RP | EK
    Feyrist Silencers Underground X2 [200+]
    RP | EK
    Feyrist Silencers Surface [210+]
    RP | EK
    Rathleton Sewers [240+]
    RP
    Glooth Fairy [350+]
    ED/MS
    Hardcore Draken Walls [400+]
    EK

  9. #99
    Free User
    Join Date
    Feb 2014
    Posts
    12
    Reputation
    10
    Rep Power
    0
    RoxZin xD are you sure? Can I add new suppiles list If bot used old list from IBOT ?

  10. #100
    Free User
    Join Date
    Jan 2014
    Posts
    16
    Reputation
    10
    Rep Power
    0
    none of my deposit actions converted are working at all :/
    tried alot of scripts and all have the same problem

    Edit: tryied to re-convert original files, and all is working
    Last edited by italotkh; 02-19-2014 at 03:33 PM.

 

 

Posting Permissions

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