There is an option when you configure the script, something like activesupplychecker, put false and I think that will fix your problem.
you has updated your hud shadow? i download it and I cant find the option Signal.Send
This one is updated. My regular scripts are still bundled with the old version though. Also, there's no Signal.Send in the hud, only Signal.Receive. Its the hunting script that does the sending. But those aren't updated to do that either, gimmie 10 minutes and I'll have that fixed though.
Edit: Done.
Last edited by shadowart; 08-03-2016 at 05:11 PM.
Do you mean this?
Module("Supply Check", function(mod)
local leave = checkLeave()
if not Targeting.IsIgnoring() and leave then
Targeting.StartIgnoring()
mod:Stop()
elseif Targeting.IsIgnoring() and not leave then
Targeting.StopIgnoring()
modelay(1000)
else
modelay(1000)
end
end, false)
Should i change the false for true? Or its something else?
No bro, in the console you type /config and then look supplies option and type false
edit: how hard is this? lol
![]()
Last edited by Sargul; 08-04-2016 at 03:59 AM.
Hi,
You can do it at level 150 safely !![]()
Hello Shadowart I have question to you. So what can I do if bot dont take loot from this monster what he kill ?