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.
12-30-2013, 02:50 PM
Lucas Terra
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
12-30-2013, 08:27 PM
ReVeR
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 ;/
01-01-2014, 08:23 PM
Lucas Terra
You must Follow her, not Attack.
01-01-2014, 09:12 PM
ReVeR
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 ;/
01-02-2014, 12:34 AM
Lucas Terra
I will check it as soon as I get home.
02-10-2014, 07:07 AM
Orimorfus
I found problem with this script, not working with insectoid eggs as a food
02-19-2014, 10:29 PM
Dani Scripts
When i use slime trainer , after 15 minutes my char logout, what can i do to fix that?
02-19-2014, 10:55 PM
RoxZin xD
Quote:
Originally Posted by danielcb
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.
03-31-2014, 02:04 PM
Patuloku
Follow slime mother, active ( hud "ActiveHotkeys ) and PERSISTEND "SlimeTrainer" ---
04-29-2014, 06:51 PM
tankboy
i am new to this and i have no idea how to start this slimetrainer can somebody please explain?
08-01-2014, 01:29 AM
koops
Quote:
Originally Posted by Lucas Terra
You must Follow her, not Attack.
Lucas, I would like to train my knight AND my pally togheter ... but the Knight kill the slime when the Pally gets closer ><
How can i fix that? D:
09-11-2014, 02:56 PM
daviorei
Quote:
Originally Posted by Lucas Terra
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
you can do to Kinight?
09-11-2014, 04:37 PM
Dehan
Quote:
Originally Posted by daviorei
you can do to Kinight?
yes, just edit the options!
10-27-2014, 05:03 AM
Shin
I'm using this script for a while now but I'm concerned with it's detectability (would be pretty sad to loose the training character after so long!)
I thought about adding a random wait time before choosing the next slime to attack, to make it seem less automated. Based on what you guys know, would that decrease the chance of being detected?
Where do I add the "wait (xxx, yyy)" to do that? I've read the code beneath the "don't change below" part but couldn't figure out which part controls the "attack next" part.
10-27-2014, 06:16 PM
weslee
@Lucas Terra
you could help me I did not understand well how do I get the char attack the false slime. I activate the HUD hotkeys and more persistent than Sliem trainer he attacks the mother slime
11-03-2014, 11:53 PM
xalvan
Hello, I have little problem with targeting list, exactly I don't know how i need to set all of setting because all the time bot killing the slime mother. If you can show photos or something like that. And what I need to do to supplement small stones from backpack?
11-11-2015, 08:34 PM
Rigoldi
My knight attacks only the mother . How do I get it to attack the fake. I'm trying on Targeting .
11-12-2015, 02:11 AM
Cisco
Quote:
Originally Posted by Rigoldi
My knight attacks only the mother . How do I get it to attack the fake. I'm trying on Targeting .
Click to follow the hand with the stand option, then activate persistent slime trainer
05-09-2016, 04:45 AM
BolachaS
I have a similar problem
Hello, first i follow the mother slime, after i ativate the HUD, my char attack 1 summon and he lost follow, he kill more 1~3 summons and atack slime mother, WHY?
@Lucas Terra. Well, I'm using SlimeTrainer.lua, I trigger the follow the "slime mother," active scripting "SlimeTrainer" works normally. But after a while it kills the "slime mother," and I do not know why.