Clif_charselectok
Akkarinage edited this page Nov 5, 2016
·
1 revision
Pages 190
Getting Started
- Installation instructions
- Transitioning from SVN to GIT
- Compiling on your OS
- Connecting & Starting rAthena
Configure your Server
- Scripting like a pro!
- Server Modifications and what to expect
- Database Configuration
Customization
- Adding Custom Items
- Adding Custom Monsters
- GRF Encryption
Setup the Client
- Data folder
- Diff files
Misc Databases
Third-Party Software
Clone this wiki locally
title: Clif charselectok permalink: /Clif_charselectok/
Syntax
int clif_charselectok(int id, uint8 ok);
==Parameters==
- id - Player's map_id
- ok - Flag that will be sent to the client
1 - Ok
2 - Not ok
==Description== Reply from Char-Server Tells the player if he can connect to the char-server to select a character. I tried to debug this function, but I couldn't reproduce the packet using 2011-03-15aRagexeRE, I'm not sure if this function is still beeing used. ==Example==
clif_charselectok(2000001, 1);
The client of the player id 2000001 would be able to connect to select a character. Category:Source_Functions