Jump to content
  • 0

Buttons No Action? Acis


Question

Posted

Hello i trying to find what action send to the server buttons " Create Char , Start "  but cant find anywhere i want to do some checking before let you go on loading screen .
Any ideas?

8 answers to this question

Recommended Posts

  • 0
Posted

CharacterCreate I guess.

give some hints how will i do when you press button "Start" to do check in DB and if is not success to keep you on same screen where is chat selected

to do no allowed you to continue on Loading screen

  • 0
Posted

CharacterSelect packet when you press Start button. In this place you can send HTML window or block entering the game.

i dont see that packet for some reason when i press start button

  • 0
Posted


if (meet the condition)

{

CharNameTable.getInstance().addName(cha);

 

cha.setClient(client);

client.setActiveChar(cha);

cha.setOnlineStatus(true, true);

 

sendPacket(new SignsSky());

 

client.setState(GameClientState.IN_GAME);

CharSelected cs = new CharSelected(cha, client.getSessionId().playOkID1);

sendPacket(cs);

}

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock