1. Download server map there - http://forum.ragezone.com/6067923-post9.html
2. Add to your gs.conf:
To make a35 like world dungeon, all people in one place:
Code:world_servers = is35;Or to make a35 like instance (only 1 group for 1 copy of dungeon):Code:;---------------------------------------------------------------------------- ;--- A35 Level UP --------------------------------------------------------- ;---------------------------------------------------------------------------- [World_is35] index = 75 tag = 135 base_path = a35/ limit = allow-root;use-save-point; ;faction_server = 1 grid = {80,80,50,-2000.0,-2000.0} base_region = {-1024.0,-1024.0},{1024,1024.0} local_region = {-1024.0,-1024.0},{1024,1024.0} save_point = 1,1837.935,219.618,1204.463 player_capacity = 3000 npc_count = 65536 matter_count = 131072 instance_capacity = 100 pool_threshold_low = 10 pool_threshold_high = 20 cid = 0,2,13 [Terrain_is35] szMapPath = map nAreaWidth = 512 nAreaHeight = 512 nNumAreas = 1 nNumCols = 1 nNumRows = 1 vGridSize = 2.0f vHeightMin = 0.0f vHeightMax = 800.0f [MsgReceiverTCP_is35] type = tcp listen_addr = INSTANCE35:11945 so_sndbuf = 16384 so_rcvbuf = 16384 tcp_nodelay = 1 listen_backlog = 10 [MsgReceiverUNIX_is35] type = unix listen_addr = /tmp/gssock_is35 so_sndbuf = 16384 so_rcvbuf = 16384 listen_backlog = 10
Code:instance_servers = is35;3. Add to your gsalias.conf:Code:;---------------------------------------------------------------------------- ;--- A35 Level UP --------------------------------------------------------- ;---------------------------------------------------------------------------- [Instance_is35] index = 75 tag = 135 base_path = a35/ limit = allow-root;use-save-point; ;faction_server = 1 grid = {80,80,50,-2000.0,-2000.0} base_region = {-1024.0,-1024.0},{1024,1024.0} local_region = {-1024.0,-1024.0},{1024,1024.0} save_point = 1,1837.935,219.618,1204.463 player_per_instance = 15 player_capacity = 3000 npc_count = 65536 matter_count = 131072 instance_capacity = 100 pool_threshold_low = 10 pool_threshold_high = 20 cid = 0,2,13 [Terrain_is35] szMapPath = map nAreaWidth = 512 nAreaHeight = 512 nNumAreas = 1 nNumCols = 1 nNumRows = 1 vGridSize = 2.0f vHeightMin = 0.0f vHeightMax = 800.0f [MsgReceiverTCP_is35] type = tcp listen_addr = INSTANCE35:11945 so_sndbuf = 16384 so_rcvbuf = 16384 tcp_nodelay = 1 listen_backlog = 10 [MsgReceiverUNIX_is35] type = unix listen_addr = /tmp/gssock_is35 so_sndbuf = 16384 so_rcvbuf = 16384 listen_backlog = 10
If you want world dungeon:
Or If you want instance then:Code:world_servers = is35; INSTANCE35 = game1
4. Add to your startup.sh:Code:instance_servers = is35; INSTANCE35 = game1
(Example coLinux):5. Add to your client this files - http://forum.ragezone.com/6052505-post1.htmlCode:./gs is35 >$PW_PATH/logs/game_all.log & sleep 10 echo "=== A35 / Level UP City DONE! ===" echo ""
6. Add to configs/instance.txt:
7. To enter a35 replace it to xml of your character in iweb (but you have to exit from your account!):Code:////////////////////////////////////////////////////////////// "帮派基地" { 135 // ID "a35" // path 1, 1 // row, column }
Or you can make a teleport quest.Code:<variable name="posx" type="float">15.182017</variable> <variable name="posy" type="float">40.334831</variable> <variable name="posz" type="float">382.043762</variable> <variable name="worldtag" type="int">135</variable>
Done!
![]()


Reply With Quote

Im using this as dungeon map with enabled PvP


