package net.sf.l2j.gameserver.network.serverpackets;
/**
* Format (ch)dd
* d: window type
* d: ban user (1)
*/
public class Ex2ndPasswordCheck extends L2GameServerPacket
{
public static final int PASSWORD_NEW = 0x00;
public static final int PASSWORD_PROMPT = 0x01;
public static final int PASSWORD_OK = 0x02;
int _windowType;
public Ex2ndPasswordCheck(int windowType)
{
_windowType = windowType;
}
@Override
protected void writeImpl()
{
writeEx(0xE5);
writeD(_windowType);
writeD(0x00);
}
}
I think the "openDialog" method is to open the html in the character selection screen, but in the interlude this is not happening, can anyone help?
Https://lineage2dex.com
Discord link : https://discord.com/channels/786506979493281794/814778540893536307/1424434670690504874
## Dexters!
**Our x25 server is celebrating its first week!**
🔥 Online stays strong at peak levels! New players are joining every day, with 200+ new master accounts registered daily — amazing results!
✨ Tomorrow we launch a new episode along with the first event. Full details will be shared in the morning(October 6).
🎁 And for this little celebration, here’s a bonus code with a small gift for you!
## O05-IIW
**Contains: **
* x3 - Training Potion 200% (20 min)
* x200 - Mana Potions Loyatly (no weight)
*The code will remain active until October 6, 7 AM(server time). And be sure, you have at less 20 slots free on inv before using a code.*
**👉 How to redeem:**
1. Log in to your Master Account on site.
2. Click the Redeem Bonus Code button at the top of the panel, type code click redeem.
3. Select the account and character you want to receive the gift.
**Codes work only 1 time for 1 Master Account!**
### Enjoy your adventure, Dexters!
Question
L2shaken
CharacterSelected.java
I think the "openDialog" method is to open the html in the character selection screen, but in the interlude this is not happening, can anyone help?
Edited by L2shaken4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now