Testing new script... there is no new depot option?
As I said I havent relased new version yet, just the fix for softcore mode. If you want to turn on targeting if X monsters on screen add this as new peristent. However I would use orginal script without this.
local amount = 2 -- amount to turn on targeting
auto(1000)
if $wptsection == "Hunt" then
if maround(8, unpack(MONSTERS)) >= amount then
targon()
end
end
Alright. Thanks i'll try that.
Another problem. The "ignore single monster" option doesn't work.
In that targetting script, can you make it ignore Glooth Blob? Otherwise will turn on targetting at glooth blobs
Ignore single works only on hardcore mode.
Use this if you want specifict monsters
local amount = 2 -- amount to turn on targeting
auto(1000)
if $wptsection == "Hunt" then
if maround(8, "Rat", "Cave Rat", "Bug") >= amount then
targon()
end
end
Just change and add monsters names like I did.
Thanks
This script needs a lot of fixing bro.
1. Even with the option of Teleport TP unchecked, it kept trying to go up.
2. Even with the option of Carpet unchecked, it kept trying to go through the carpet.
3. It happened twice that the character whilst running from the drakens, it got into the tp and didnt come back ( this might happened cuz i play with 150-180 ping ).
Oh and I think you should remake this script to actually start in Gray Island and go through the tp, its easier and faster than gathering the 7 tomes to be able to gain some speed, but it still has the risks of finding lancer beetles raid and such. This is just an opinion though. Keep it comming, I like your scripts bro.