forked from rathena/rathena
-
Notifications
You must be signed in to change notification settings - Fork 2
Clif_setbindip
Akkarinage edited this page Nov 5, 2016
·
1 revision
void
clif_setbindip
(const char* ip);
- ip - New Map-Server's Bind Ip.
Defines a Bind IP to the Map-Server.
if (strcmpi(w1, "bind_ip") == 0)
clif_setbindip(w2);
(From map.c in int map_config_read(char *cfgName)) A new Bind IP would be set for the Map-Server using a parameter from 'bind_ip'. Note that it's not secure to redefine any type of ip on the fly. Category:Source_Functions
- 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