Signup Now
Page 1 of 3 123 LastLast
Results 1 to 10 of 29

Thread: Gold Converter

  1. #1
    Free User Wesker's Avatar
    Join Date
    Dec 2013
    Posts
    462
    Reputation
    -65
    Rep Power
    0
    Last edited by Wesker; 02-13-2017 at 09:19 PM.

  2. #2
    Free User
    Join Date
    Nov 2016
    Posts
    6
    Reputation
    10
    Rep Power
    0
    Thanks alot for this!

    However I have a question, Should I add both to persistent on my script to work?

  3. #3
    Free User Wesker's Avatar
    Join Date
    Dec 2013
    Posts
    462
    Reputation
    -65
    Rep Power
    0
    Quote Originally Posted by Darviuz View Post
    Thanks alot for this!

    However I have a question, Should I add both to persistent on my script to work?
    nope

    thats just an example of how to open the store and your bps

  4. #4
    Free User
    Join Date
    Nov 2016
    Posts
    1
    Reputation
    10
    Rep Power
    0
    dont work withu me :/

    can u help?

  5. #5
    Free User
    Join Date
    Dec 2013
    Posts
    22
    Reputation
    18
    Rep Power
    0


    First of all, what kind of indentation is that, it looks awful.
    Secondly, due to the lack of brackets your if statement would always be true if the item ID is 3031.
    In addition to that, there is no way to use an item with another item inside a container at a specific spot.
    That means your script would choose some random gold stack in the gold backpack to use the converter on, in other words it will be pure luck to convert the stack of 100 coins.

    What you have to do is:
    1. Wait for your gold backpack to contain a stack of 100 gold coins.
    2. Move the first stack in your gold backpack that is not 100 out into another backpack.
    3. Use the gold converter on all leftover gold coin stacks inside your gold backpack (which will now all be 100 stacks)
    4. Move the stack you moved out of the gold backpack before back inside.

  6. #6
    Free User Wesker's Avatar
    Join Date
    Dec 2013
    Posts
    462
    Reputation
    -65
    Rep Power
    0
    Quote Originally Posted by Rydan View Post


    First of all, what kind of indentation is that, it looks awful.
    Secondly, due to the lack of brackets your if statement would always be true if the item ID is 3031.
    In addition to that, there is no way to use an item with another item inside a container at a specific spot.
    That means your script would choose some random gold stack in the gold backpack to use the converter on, in other words it will be pure luck to convert the stack of 100 coins.

    What you have to do is:
    1. Wait for your gold backpack to contain a stack of 100 gold coins.
    2. Move the first stack in your gold backpack that is not 100 out into another backpack.
    3. Use the gold converter on all leftover gold coin stacks inside your gold backpack (which will now all be 100 stacks)
    4. Move the stack you moved out of the gold backpack before back inside.


    brackets ???? what why would you need any
    who teach you to read code
    theres no way huh funny im doing miracles over here
    random gold stack sure.


    learn to code then post

  7. #7
    Free User Wesker's Avatar
    Join Date
    Dec 2013
    Posts
    462
    Reputation
    -65
    Rep Power
    0
    K stupid shitty mistake i assumed that it worked kuz kuz it did, didnt bother to check the proper syntax i have to update and if we are luck raphael will upgrade and add to lib.
    Last edited by Wesker; 12-20-2016 at 03:28 AM.

  8. #8
    Free User Wesker's Avatar
    Join Date
    Dec 2013
    Posts
    462
    Reputation
    -65
    Rep Power
    0
    updated and working

  9. #9
    Free User
    Join Date
    Dec 2016
    Posts
    42
    Reputation
    10
    Rep Power
    0
    working ~
    Last edited by Tuba Ervax; 12-20-2016 at 09:02 PM.

  10. #10
    Free User
    Join Date
    Dec 2016
    Posts
    42
    Reputation
    10
    Rep Power
    0
    is there a way to make the bot, auto open the "store inbox" ???

 

 

Posting Permissions

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