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);

}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...