By registering with us, you'll be able to discuss, share and private message with other members of our community.
Sign up now!Another clue might be that if I close the bot (and thus the NPC dismisser), and restart the bot the NPC dismisser will come back. It only solves itself when you relog.Also unable to reproduce.
I've been running OSRS for 10+ hours a day, have never had it happen to me.Another clue might be that if I close the bot (and thus the NPC dismisser), and restart the bot the NPC dismisser will come back. It only solves itself when you relog.
And it doesn't happen all the time, it happened twice for me so I guess one in 10 NPCs it happens. @Defeat3d
@Override
public boolean isValid() {
Player local = Players.getLocal();
return local != null && (random = Npcs.newQuery().visible().actions("Dismiss").targeting(local).reachable().results().nearestTo(local)) != null;
}
Well I can only assume there's another NPC that has the dismiss option to it anywhere close to me but that doesn't really make sense in my case where the issue resolved itself after relogging.It sounds like it's validating when you think it shouldn't be. Here's the relevant code snippet:
Let me know if you see an issue with it.Code:@Override public boolean isValid() { Player local = Players.getLocal(); return local != null && (random = Npcs.newQuery().visible().actions("Dismiss").targeting(local).reachable().results().nearestTo(local)) != null; }
Nope, it only queries for NPC's targeting you.Well I can only assume there's another NPC that has the dismiss option to it anywhere close to me but that doesn't really make sense in my case where the issue resolved itself after relogging.
I'll check back in if it happens again, I'll father devkit information if possible if an NPC wasn't unloaded somehow.
If you accidentally missclick an NPC that has the dismiss option it could happen. Not sure if that ever occurs though.Nope, it only queries for NPC's targeting you.
I think the NPC will continue to target the guy it came for, not 100% sure about this though.If you accidentally missclick an NPC that has the dismiss option it could happen. Not sure if that ever occurs though.
I have run into this a few times too, closing and reopening RM seemed to be the only solution also have had it with the "login thingy"After the NPC has dismissed, the overlay of the NPC dismisser (red flashing screen) doesn't disappear.
I have run into this a few times too, closing and reopening RM seemed to be the only solution also have had it with the "login thingy"
Is it reproducable with any type of consistency?1. Yes it does stop the bot from running.
2. Yes, it flashes if that is what you mean?
3. Win 10.
4. Both, I've had the dead handler stuck too on RS3. I don't know if that's caused by the same thing though.
We use essential cookies to make this site work, and optional cookies to enhance your experience.