Signup Now
Results 1 to 9 of 9

Thread: Soft Change

  1. #1
    Free User
    Join Date
    Dec 2013
    Posts
    90
    Reputation
    20
    Rep Power
    21

    Soft Change

    I was testing this bot with a script from the forum but, how can i do to change my draken boots for soft boots? On this bot a soft boots refiller is difficulty to make? Thanks all for the answers!

  2. #2
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,914
    Reputation
    109
    Rep Power
    31
    Cavebot -> Scripter, enable the "SoftChanger.lua" and edit the name of your boots from boots of haste to draken boots. It's already there!

  3. #3
    Free User
    Join Date
    Dec 2013
    Posts
    90
    Reputation
    20
    Rep Power
    21
    i have do this but when i do it, the bot say error file

  4. #4
    Banned
    Join Date
    Dec 2013
    Location
    United States
    Posts
    848
    Reputation
    30
    Rep Power
    0
    I am sure you could PM BugWT, he is always helping people out.

  5. #5
    Moderator SuNe's Avatar
    Join Date
    Dec 2013
    Location
    Sweden
    Posts
    2,880
    Reputation
    186
    Rep Power
    27
    There is a script for that inside of the bot already under "Scripter".
    Just add it, edit it and enable it!

  6. #6
    Wind Powered
    Join Date
    Dec 2013
    Location
    dvscripts.com
    Posts
    7,105
    Reputation
    433
    Rep Power
    39
    There is error with UNPACK in this script inside the Scripter

  7. #7
    Free User
    Join Date
    Dec 2013
    Posts
    90
    Reputation
    20
    Rep Power
    21
    yes, i have said it because it give a error on the script, i changed the name of the boots and it give error

  8. #8
    Moderator BUgWT's Avatar
    Join Date
    Dec 2013
    Location
    www.bugwt.com
    Posts
    546
    Reputation
    72
    Rep Power
    22
    table.unpack

    remove table. so it will only be unpack(

    There are a few lines in the script where you need to remove.

  9. #9
    Moderator Leonardo's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    758
    Reputation
    77
    Rep Power
    22
    On Lua version 5.1 I think it's table.unpack while on the others is simply unpack, you can declare the function inside init start - end block to avoid this bug:

    table.unpack = table.unpack or unpack

    And you'll fix this.

 

 

Posting Permissions

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