Clif_authok
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 authok permalink: /Clif_authok/
Syntax
int clif_authok(struct map_session_data *sd);
==Parameters==
- sd Pointer to player's information struct.
See map_session_data for more information. ==Description== Tells client that a player (sd) is fully loaded and that it can proceed to the map screen. Provides client with player position and facing direction as well. ==Example== See bool pc_authok(...) in pc.c Category:Source_Functions