Openkore is stucked after Pop-up server

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
lnteractive
Noob
Noob
Posts: 1
Joined: 22 Mar 2012, 09:09
Noob?: No

Openkore is stucked after Pop-up server

#1 Post by lnteractive »

On some servers, owners like to implement a pop-up message on login, such as the following eAthena script:

Code: Select all

OnPCLoginEvent:
    mes "Hi";
    close;
  }
While openkore connects perfectly fine to such a server, the bot gets stucked and doesn't do anything since the "pop-up dialogue" is there upon login.

I have tried to teleport my character to get rid of the chatbox by typing "tele" in console and this doesn't help either, the bot still stucks.

Is there anyway to bypass pop up messages?
Last edited by lnteractive on 29 Mar 2012, 21:32, edited 1 time in total.

User avatar
SkylorD
Moderators
Moderators
Posts: 1166
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: Pop-up windows.

#2 Post by SkylorD »

Edit your topic name:
e.g :

Openkore is stucked after Pop-up server

Or, as prefer, but change.




I don't know if you edit the Hexed will work.
Have you tried logon with XKore 1 ?
Learn rules

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Pop-up windows.

#3 Post by EternalHarvest »

Just make a macro or cmdOnLogin and close the dialog.

Locked