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

Thread: Slime Trainer

  1. #1
    Free User
    Join Date
    Dec 2013
    Posts
    8
    Reputation
    10
    Rep Power
    0

    Slime Trainer

    Hi (sorry for my english but I hope You understand me)
    I dont know how I do my scrpit and I hope about Yours help for me . I looking for script trainer for my paladin on the slim. I know about slime trainer.lua but this scrpit doesnt work for my character. I want full script with small stone (push my small stone to right hand when small stone left), food from my backpack (brown mushrooms), alarm when somebody is on my screen or push me, when somebody send a message and use a spell exura from 280 mana to 100.

  2. #2
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,202
    Reputation
    141
    Rep Power
    10
    Go to HUDs, and activate ActiveHotkeys.lua. This function will help you with the instructions to activate your slime training.

    Now make a Persistent Script with SlimeTrainer.lua and edit the header to this, and enable the script:
        local trainname = 'Slime'
    local amount = 1 -- this is the amount of mother slimes you want to use
    local dist = 4 -- it will only consider slimes in this distance range. Useful for paladins, lets say you are training with small stones, so you should set this distance to 4.
    local weapons = {
    train = {id = 'small stone', mode = {'defensive', 'stand'}}, -- this is the weapon you want to use while you train with the slime
    bloodhit = {id = 'small stone', mode = {'balanced', 'stand'}, hittime = {15000, 25000}}, -- this is the weapon you want to use to deal a bloodhit when you are more than 15-25 (default, you may change) seconds without dealing any damage
    strong = {id = 'royal spear', mode = {'offensive', 'stand'}},
    }
    local killmother = {hppc = 40, dmg = 60, food = 2, logout = false} -- it will kill the mother if you have 40% of HP or the slimes are dealing more than 50 or your food amount is lower than 3. It will also logout after killing the mother
    local trainpos = {12345, 54321, 7} -- this is the location where you want to stay to train
    local getbacktotrainpos = false -- set it to false if you don't want the bot to send you back to your train position if you got moved

  3. #3
    Free User
    Join Date
    Dec 2013
    Posts
    8
    Reputation
    10
    Rep Power
    0
    thanks but I have another problem beacause I turn all this function and in the lower left corner is legend Follow the slime mother to start training and I go to the slime mother I hit her and whats next ? because my bot nothing doing ;/

  4. #4
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,202
    Reputation
    141
    Rep Power
    10
    You must Follow her, not Attack.

  5. #5
    Free User
    Join Date
    Dec 2013
    Posts
    8
    Reputation
    10
    Rep Power
    0
    22:13:14 error in Cavebot script SlimeTrainer:
    ["if (tablename[i][arg] > value[arg]) ..."]:LucasTerra.lua:4792 attempt to compare string with userdata
    stack traceback:
    ["inssortedasc_1(self, value, argument)"]:LucasTerra.lua:4746 in function ["function table:insertsorted(value, a..."]:LucasTerra.lua:4733
    [" table.insertsorted(slimesclose, m, {{'hp..."]:SlimeTrainer:53 in user script

    now I dont know what next ;/
    Last edited by ReVeR; 01-01-2014 at 09:16 PM.

  6. #6
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,202
    Reputation
    141
    Rep Power
    10
    I will check it as soon as I get home.

  7. #7
    Free User Orimorfus's Avatar
    Join Date
    Dec 2013
    Location
    Way to Deletera
    Posts
    314
    Reputation
    92
    Rep Power
    21
    I found problem with this script, not working with insectoid eggs as a food

  8. #8
    Free User Dani Scripts's Avatar
    Join Date
    Dec 2013
    Location
    Mexico
    Posts
    558
    Reputation
    56
    Rep Power
    22
    When i use slime trainer , after 15 minutes my char logout, what can i do to fix that?

  9. #9
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,914
    Reputation
    109
    Rep Power
    31
    Quote Originally Posted by danielcb View Post
    When i use slime trainer , after 15 minutes my char logout, what can i do to fix that?
    Use an anti-idle script. Search on forums and you'll find it.



    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

  10. #10
    Free User Patuloku's Avatar
    Join Date
    Jan 2014
    Location
    Brasil
    Posts
    26
    Reputation
    18
    Rep Power
    0
    Follow slime mother, active ( hud "ActiveHotkeys ) and PERSISTEND "SlimeTrainer" ---

 

 

Posting Permissions

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