BBot - The best bot of the world
Ignore monsters on X floor? - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: Ignore monsters on X floor? (/thread-3057.html)



Ignore monsters on X floor? - eldani19 - 06-28-2012

Hello, I was testing the option on cave bot called NoKill because I want that when I go up to X floor dont attack monsters, but I dont know how to do that well.

For example I'm hunting dragys on -3 floor, i have less than 15 potis, the character must go to refill, so I need that when go over floor -2, -1, etc that ignore all monsters. Is it possible??

Sorry for my bad english.Undecided

thanks!


RE: Ignore monsters on X floor? - nizlov - 06-29-2012

(06-28-2012, 11:54 PM)eldani19 Wrote: Hello, I was testing the option on cave bot called NoKill because I want that when I go up to X floor dont attack monsters, but I dont know how to do that well.

For example I'm hunting dragys on -3 floor, i have less than 15 potis, the character must go to refill, so I need that when go over floor -2, -1, etc that ignore all monsters. Is it possible??

Sorry for my bad english.Undecided

thanks!

You might try to use a macro that will turn off the killer for any floor different than -3, but you must be completely sure that there is no way to get trapped by monsters on any different floor.

I dont have time to test it, its just an idea and to be honest I doubt it will work, but you can test it:
1000 {PauseKiller} Self.Z<>5 Killer.Stop Self.Z=5 Killer.Start


RE: Ignore monsters on X floor? - eldani19 - 06-29-2012

Quote:You might try to use a macro that will turn off the killer for any floor different than -3, but you must be completely sure that there is no way to get trapped by monsters on any different floor.

I dont have time to test it, its just an idea and to be honest I doubt it will work, but you can test it:
1000 {PauseKiller} Self.Z<>5 Killer.Stop Self.Z=5 Killer.Start

Thaanks! Ill test itWink