as example we named our proxy proxy_01.php (the ini and log file has the same name as the php file)
you must create for every worldsrv a own proxy
to use this script
add a new file in /etc/cabal and name it proxy_01.ini with this content
Code:
[NetLib]
Port=35000
IPAddress=127.0.0.1
[WorldSvr]
Warp=Data/Warp.scp
Mobs=Data/Mobs.scp
Item=Data/Item.scp
[GlobalMgrSvr]
Port=38170
Addr=127.0.0.1
change
Code:
Warp=Data/Warp.scp
Mobs=Data/Mobs.scp
Item=Data/Item.scp
to whatever you want leave it blank for default or set default scp here
after this start your proxy with
PHP Code:
php proxy_01.php
change in your worldsrv ini
Code:
[GlobalMgrSvr]
Addr=127.0.0.1
Port=38170
to
Code:
[GlobalMgrSvr]
Addr=127.0.0.1
Port=35000
and then start the worldsrv and have fun with you new scp files