bfir3 Posted August 9, 2014 Share Posted August 9, 2014 Another issue I've noticed. Often the client will solve a random event, and then it will attempt to drop the item (a gem, the security book, etc.). Problem is, if the user has an interface open (Skills, Trade, etc.) the client will get stuck trying to drop the item and never be able to recover. This should be fixed. Link to comment Share on other sites More sharing options...
FrostBug Posted August 9, 2014 Share Posted August 9, 2014 I think the only item that a random event solver will drop is the security book Link to comment Share on other sites More sharing options...
Botre Posted August 9, 2014 Share Posted August 9, 2014 I think the only item that a random event solver will drop is the security book Link to comment Share on other sites More sharing options...
bfir3 Posted August 9, 2014 Author Share Posted August 9, 2014 It will also do this for opening a Mysterious Box. Link to comment Share on other sites More sharing options...
FrostBug Posted August 9, 2014 Share Posted August 9, 2014 It will also do this for opening a Mysterious Box. The client itself will not try to drop any loot received from a Mysterious box. If your script is doing this, It has been manually implemented by the scripter Link to comment Share on other sites More sharing options...
bfir3 Posted August 9, 2014 Author Share Posted August 9, 2014 The client itself will not try to drop any loot received from a Mysterious box. If your script is doing this, It has been manually implemented by the scripter I meant that it will try to solve the Mysterious box even with an interface open. Link to comment Share on other sites More sharing options...
FrostBug Posted August 9, 2014 Share Posted August 9, 2014 (edited) I meant that it will try to solve the Mysterious box even with an interface open. What kind of interface are you talking about? Normally the box's own interface will replace whatever interface you might have open, unless it's an interface with abnormally high priority If these things are issues to your scripts, you could consider overriding them and adding a preLoop or postLoop, such as to close any open interfaces before/after the event Edited August 9, 2014 by FrostBug 1 Link to comment Share on other sites More sharing options...