THEN “Unsummon attack pet”
is there a
THEN “Summon attack pet” too?
in case attack pet died
& wanted char to “THEN walk” to certain area & “THEN summon attack pet” to stuck it on some corner for safe lvling…
also i see
THEN “Monster Summon”
is that for “attack pet summon” command?
or
is that for “Monster Scroll” & “Pandora box” summoning…?
try it with a script… if “Fellow Died” operate “Script.txt”
on ur script u should have something like
(
walk,x
walk,y
walk,z
wait,15000 [ or a bit more depending on ur out-of-batle-time ]
summonFellow
walk,z1
walk,y1
walk,x1
DoScript [ This command will make ur bot get back to ur trainning script or start autowalk]
)