thenewfella 0 Share Posted November 17, 2015 Hello, I've been scripting on dreambot, and there are cases when I'm using some interface(in bank, viewing requirements for skills(while in game)) and then random-event npc shows up, and all the work is being redirected to client. The problem is, that there are some cases when client doesn't know how to close some interface, which is Ok, I can handle them myself via random events manager, but I'm not sure whether my script will be first to react the random event and to close interface , which is handled by my script, before the client takes over. Is my assumption correct? Thanks. Link to comment Share on other sites More sharing options...
Nuclear Nezz 2012 Share Posted November 17, 2015 Hmm. Not sure, I think our solvers would see it first. But I'm not really sure what you're asking. You said you can handle them yourself in random events manager, what do you mean? Link to comment Share on other sites More sharing options...
thenewfella 0 Author Share Posted November 17, 2015 Well, I mean If I disabled the auto random event's NPC dismissing, I could do it in my own script, if(randomEvent) doDisable.. Becouse I don't want to risk and I find out that bot got stuck in the phase when the interface is opened and bot couldn't make a move Link to comment Share on other sites More sharing options...
hitsuu 0 Share Posted November 17, 2015 I'm fairly certain that the client stops your script and dismisses the random event, then continues your script again. Unless the client missclicks or something, I don't see there being a problem. Link to comment Share on other sites More sharing options...
thenewfella 0 Author Share Posted November 17, 2015 I'm fairly certain that the client stops your script and dismisses the random event, then continues your script again. Unless the client missclicks or something, I don't see there being a problem. Well, I consider it as problem, as the client is unable to exit the interface(it's not a standard one). Any ideas? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.