Log in

View Full Version : Training paladin



CmK
11-20-2014, 18:10
Hello!

Is this possible, to train slimes as palladin? So..

I'm in a room with 8 Cave Rats and one slime. When the rats attacking me and the Slime do not have access to me then blackd do not select an attack on the slime.

I use the script:

setNoFollow
setMeleeKill slime
setRetryAttacks
setAny

also i try with

onGMpause
setMaxAtttackedTimeMs 60000
setNoFollow
setMeleeKill slime
gotoScriptLine 0

In both cases, blackd does not select an attack if Slime does not have direct access to attack me. But when slimes attack me directly everything works fine.

I can not train directly with slimes because they ask me too much damage so this is the problem..


Please help if You can.

oclipper
11-20-2014, 19:41
it seems that blackd will only atk reacheble targets, try "exiva kill slime"

CmK
11-21-2014, 09:46
onGMpause
setMaxAtttackedTimeMs 60000
setNoFollow
exiva kill slime
setMeleeKill slime
gotoScriptLine 0

is this correct ?

What is the "setAny" ?

oclipper
11-21-2014, 09:52
there is 999999 functions in blackd we will never use nor understand, and many of them dosent work.

you can try this: (or do a condition to do so)
"fastExiva kill slime"

CmK
11-22-2014, 12:00
Dont working:( I Dont know...

Can U give me prepared script ?