forked from rathena/rathena
-
Notifications
You must be signed in to change notification settings - Fork 2
Pc_setregistry
Akkarinage edited this page Nov 5, 2016
·
1 revision
int pc_setregistry(struct map_session_data *sd, const char *reg, int val, int type)
- sd = player session
- reg = str field in global_reg_value
- val = value field in global_reg_value
- type :
- 1 account2 ???
- 2 Variable will be recorded for account
- 3 Variable will be recorded for char
pc_setregistry(sd,"security",1,3)
This will set security to 1 in sql database for charid related to session.
pc_setregistry(sd,"security",1,2)
This will set security to 1 in sql database for accountid related to session.
- Installation instructions
- Transitioning from SVN to GIT
- Compiling on your OS
- Connecting & Starting rAthena
- Scripting like a pro!
- Server Modifications and what to expect
- Database Configuration
- Adding Custom Items
- Adding Custom Monsters
- GRF Encryption
- Data folder
- Diff files