Signup Now
Results 1 to 7 of 7
  1. #1
    Free User xyyyyllo's Avatar
    Join Date
    Dec 2013
    Posts
    95
    Reputation
    27
    Rep Power
    24

    moveitems count bug

    with this setting, windbot will move only 16 platinum coins, not 24 (16 from the first stack, and rest from the second stack)!


    dp19cj.jpg

  2. #2
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,911
    Reputation
    109
    Rep Power
    34
    That's not a bug. It will move the first stack and will stop because you made it like that. The first stack got only 16 items, why do you think it will move 24? You need to make it check your destination and if it got the amount or not.



    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

  3. #3
    Free User xyyyyllo's Avatar
    Join Date
    Dec 2013
    Posts
    95
    Reputation
    27
    Rep Power
    24
    Quote Originally Posted by RoxZin xD View Post
    That's not a bug. It will move the first stack and will stop because you made it like that. The first stack got only 16 items, why do you think it will move 24? You need to make it check your destination and if it got the amount or not.
    so... when you dont set the count value, then it moves it all? so why setting 24 wouldnt move 16 from first stack and 8 from the other? thats a bug not a feature, and the "freeze" after calling it that way gives it away.

  4. #4
    Banned
    Join Date
    Dec 2013
    Posts
    556
    Reputation
    18
    Rep Power
    0
    try this 1
    auto(1000, 1500)
    moveitemsupto("platinum coin", 24, ground($posx, $posy+1, $posz), "brown backpack")
    waitping()
    Last edited by K4r4biN; 12-28-2013 at 07:16 PM.

  5. #5
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by xyyyyllo View Post
    so... when you dont set the count value, then it moves it all? so why setting 24 wouldnt move 16 from first stack and 8 from the other? thats a bug not a feature, and the "freeze" after calling it that way gives it away.
    I'll work to improve it.

    Quote Originally Posted by K4r4biN View Post
    try this 1
    auto(1000, 1500)
    moveitemsupto("platinum coin", 24, ground($posx, $posy+1, $posz), "brown backpack")
    waitping()
    Not gonna work. A work around would be to first move the items to a backpack, and only then drop it on the ground.
    moveitemsupto('platinum coin', 24, '0', '1')
    moveitems('platinum coin', ground($posx, $posy+1, $posz), '0', 24)

  6. #6
    Free User xyyyyllo's Avatar
    Join Date
    Dec 2013
    Posts
    95
    Reputation
    27
    Rep Power
    24
    Quote Originally Posted by Lucas Terra View Post
    I'll work to improve it.



    Not gonna work. A work around would be to first move the items to a backpack, and only then drop it on the ground.
    moveitemsupto('platinum coin', 24, '0', '1')
    moveitems('platinum coin', ground($posx, $posy+1, $posz), '0', 24)
    thats what im doing right now, but that slows down my gambling script

  7. #7
    Free User Harvey's Avatar
    Join Date
    Dec 2013
    Location
    Philippines
    Posts
    2,407
    Reputation
    15
    Rep Power
    28
    nvm my bad

 

 

Posting Permissions

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