Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Failing to Dismiss Random Events

Joined
Nov 21, 2017
Messages
4
Hi guys! Firstly, I'd like to say that I really enjoy using Runemate however I might stop botting some day soon because I'm worried about my account being ban. This is because my character no longer dismisses random events. I have to monitor my character excessively because I have seen random events pop up at least 5 times and my character ignores them completely. I have to manually pause the bot and dismiss them. I believe this started to happen after I downloaded the latest Runemate client update.
 
Last edited:
Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,032
If i remember correctly, it decides whether to ignore them or dismiss them using PlayerSense, rather than always doing one or the other.
@Cloud Please confirm.

As for the issue with Alpha Fighter, post on the discussion thread for that bot. Anything relating to a specific bot belongs on it's discussion thread.
 
Joined
Oct 28, 2018
Messages
3
I'm having an issue where the random event dismisser is not functioning at all. It used to work fine about a month ago, but no longer works. When it did work it was really quick which in my opinion was a little strange.
 
Joined
Sep 21, 2018
Messages
20
As a developer are there any sources on how to implement something as core as an automatic random event dismissal system?
 
cuppa.drink(java);
Joined
Mar 13, 2018
Messages
7,745
As a developer are there any sources on how to implement something as core as an automatic random event dismissal system?
Read this: Tutorial - How, and why, to use the PlayerSense API

Then using PlayerSense in this: Generated Documentation (Untitled)

You can set your
EVENT_NPC_DISMISSAL_PERCENTAGE to 100% and/or set
DISMISS_EVENT_NPCS

Note that (I think) setting these will be permanent for the account profile from that point on, and AFAIK you're not allowed to push a bot to the store that permanently sets a default flag to the same thing for every account.
 
Joined
Sep 21, 2018
Messages
20
Thanks so much @CuppaJava
Read this: Tutorial - How, and why, to use the PlayerSense API

Then using PlayerSense in this: Generated Documentation (Untitled)

You can set your
EVENT_NPC_DISMISSAL_PERCENTAGE to 100% and/or set
DISMISS_EVENT_NPCS

Note that (I think) setting these will be permanent for the account profile from that point on, and AFAIK you're not allowed to push a bot to the store that permanently sets a default flag to the same thing for every account.
 
Top