Signup Now
Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Free User downloadkct's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    1,167
    Reputation
    25
    Rep Power
    23

    Add a random purchase to Supply and resupply action

    This request is simple;
    I know i can add a action to resupply randomly from a range (and i know the code) but i really like the 'resupply()' action, its clean, easy and 1 line only so, what about add the possibility to randomize the number of supplies to buy inside the Supplies menu?

    Last edited by downloadkct; 09-26-2016 at 12:26 PM.
    Old 'n Proud Neobot-Elfbot and blackd user

  2. #2
    Free User Mantix's Avatar
    Join Date
    Aug 2016
    Location
    Brazil
    Posts
    47
    Reputation
    10
    Rep Power
    0
    randomization ??

  3. #3
    Free User downloadkct's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    1,167
    Reputation
    25
    Rep Power
    23
    Quote Originally Posted by Mantix View Post
    randomization ??
    Yes, in our language it means "randomização" which is a colloquial language.
    Im sure they would understand it but i changed it anyways.
    Old 'n Proud Neobot-Elfbot and blackd user

  4. #4
    Free User Mantix's Avatar
    Join Date
    Aug 2016
    Location
    Brazil
    Posts
    47
    Reputation
    10
    Rep Power
    0
    Oh i understand now xD!


    Well, i can make one code for you if u need

  5. #5
    Free User downloadkct's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    1,167
    Reputation
    25
    Rep Power
    23
    Quote Originally Posted by Mantix View Post
    Oh i understand now xD!


    Well, i can make one code for you if u need
    Not what im asking for but ty
    Old 'n Proud Neobot-Elfbot and blackd user

  6. #6
    Free User Talendar's Avatar
    Join Date
    Nov 2014
    Location
    Brazil
    Posts
    134
    Reputation
    20
    Rep Power
    19
    Signed.
    It would really useful.

  7. #7
    Free User hyderascripts's Avatar
    Join Date
    Oct 2014
    Location
    Brasil
    Posts
    312
    Reputation
    41
    Rep Power
    20
    Most of the paid scripters like Garkstal etc do it by their own, i think it helps. Since you not going to buy 500 potions everytime you refill, randomizing this number like a human usually does.

  8. #8
    Free User Wesker's Avatar
    Join Date
    Dec 2013
    Posts
    462
    Reputation
    -65
    Rep Power
    0
    Quote Originally Posted by hyderascripts View Post
    Most of the paid scripters like Garkstal etc do it by their own, i think it helps. Since you not going to buy 500 potions everytime you refill, randomizing this number like a human usually does.

    its not human to randomize numbers when buying pots


    the human thing to do its cap out or buy until certain cap, if you play with your hands you will agree with me you buy x amount of manas lets say 500 and then cap out or buy until idk 100 cap so the number of supplies seems to be random when its not.

    500 mp
    1134 avalanch

    a botter does something like

    500 mp
    1100 ava

    buying another supply or other thing at random its not useful or helping at any point


    well anyways humans wont use a random number on pots, thats unlikely


    on a persistent script do :



    local RandomSupply = math.random(1,700)

    setsetting('Supplies/Items/great fireball rune/UpTo', RandomSupply)



    on my freebie scripts i got a random to calculate gfb's you can use it with any rune you can copy paste it »
    Last edited by Wesker; 12-12-2016 at 07:46 PM.

  9. #9
    Free User Talendar's Avatar
    Join Date
    Nov 2014
    Location
    Brazil
    Posts
    134
    Reputation
    20
    Rep Power
    19
    Quote Originally Posted by Wesker View Post
    its not human to randomize numbers when buying pots


    the human thing to do its cap out or buy until certain cap, if you play with your hands you will agree with me you buy x amount of manas lets say 500 and then cap out or buy until idk 100 cap so the number of supplies seems to be random when its not.

    500 mp
    1134 avalanch

    a botter does something like

    500 mp
    1100 ava

    buying another supply or other thing at random its not useful or helping at any point


    well anyways humans wont use a random number on pots, thats unlikely


    on a persistent script do :



    local RandomSupply = math.random(1,700)

    setsetting('Supplies/Items/great fireball rune/UpTo', RandomSupply)



    on my freebie scripts i got a random to calculate gfb's you can use it with any rune you can copy paste it »
    Hmm. It does make some sense.

  10. #10
    Free User
    Join Date
    Dec 2015
    Posts
    48
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by downloadkct View Post
    This request is simple;
    I know i can add a action to resupply randomly from a range (and i know the code) but i really like the 'resupply()' action, its clean, easy and 1 line only so, what about add the possibility to randomize the number of supplies to buy inside the Supplies menu?

    its very good idea for Randomize but to be in code is better for one thing, Tibia is already trying to detect bots by using bot itself to find how they gonna find u
    so its better to change it by code it will be better.

 

 

Posting Permissions

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