Welcome!

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

Sign up now!

Request Addition to UnexpectedItemHandler

Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,774
The Sliskelion piece on rs3 needs to be added. You get them frequently when skilling (i've only been woodcutting so i can't talk for other skills) and it needs to be destroyed.Screenshot 2016-07-09 12.06.29.png
 
@Cloud
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,774
Why not just drop the logs instead of attempting to drop everything? :^)
I'll jump in game and get the data needed and add it to it :p
Because that can end up with a full inv of random shit under certain circumstances. More so with other skills but it's still an issue. I've added an action check to my drop filter so that it no longer tries to drop destroyables but it still needs to be handled.
 
Joined
Dec 10, 2014
Messages
3,255
Because that can end up with a full inv of random shit under certain circumstances. More so with other skills but it's still an issue. I've added an action check to my drop filter so that it no longer tries to drop destroyables but it still needs to be handled.
I assume you mean like gems for mining, and I guess bird nests for woodcutting :p
It's added for next update.
 
Χ Ξ Σ
Joined
Apr 15, 2016
Messages
379
They can be banked unlike the other items that are handled by the Unexpecteditemhandler. I believe it should not be added and if a use case (power mining for example) requires getting rid of it the bot author should destroy it himself.
 
Joined
Dec 10, 2014
Messages
3,255
Yeah I don't think it's possible for UnexpectedItems to completely fill up an inventory... They're usually all limited in numbers or stackable.
Although most other things handled by UnexpectedItems are bankable. I thought that the reason for the ItemHandler was basically to be a safety net for when bot authors forget to code for them (i.e. trying to drop an undroppable item, like @Aidden was trying to do).

I don't really have much of an opinion on it because I always disable the UnexpectedItemHandler tbh.
 
I've been called a god before.
Joined
Aug 5, 2014
Messages
3,212
Lol brah. Disable the item handler. Its easy. I do it at skilling stuff. Worth it
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,774
Lol brah. Disable the item handler. Its easy. I do it at skilling stuff. Worth it
That's not the answer. Sliskelion piece is an unexpected item and therefore should be handled by the handler. Simple as that.
 
Joined
Dec 10, 2014
Messages
3,255
That's not the answer. Sliskelion piece is an unexpected item and therefore should be handled by the handler. Simple as that.
This.
If you ask me, the item is waay too frequent to be destroyed. Just store it its one slot.
It doesn't matter how frequent it is. Personally I disable the Unexpected Item Handler, but that doesn't mean that it shouldn't be updated to handle new unexpected items lol
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,774
Wasn't this added a while back?
If it was it's broken, lol.
 
Unless you added it after seeing this thread and never mentioned it. But i'm pretty sure i've never seen it destroy them either way.
 
I've been called a god before.
Joined
Aug 5, 2014
Messages
3,212
If it was it's broken, lol.
 
Unless you added it after seeing this thread and never mentioned it. But i'm pretty sure i've never seen it destroy them either way.
It is broken
 
It tries to destroy it but fails everytime @Cloud
 
Joined
Dec 17, 2014
Messages
139
You can choose in-game if you want to keep getting them or not, just go to the scoreboard at the Grand Exchange and pick the rewards option.
I bot a lot on my skiller, so the extra Slayer xp each week is always welcome. Too bad it destroys the pieces now :(.
 
Joined
Oct 17, 2015
Messages
5
I know it seems like this was handled a while ago, but I am currently leveling my divination and when you are nowhere near a bank, if you wanted to keep the sliskelion pieces, would the option to either keep or destroy the item need to be handled on an individual script level or on the client through the unknown item handler?
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,044
I know it seems like this was handled a while ago, but I am currently leveling my divination and when you are nowhere near a bank, if you wanted to keep the sliskelion pieces, would the option to either keep or destroy the item need to be handled on an individual script level or on the client through the unknown item handler?
The bot would have to specify that it can operate safely without destroying unexpected items.
 
Top