He copied it at here and didn't write in his post where he got it:
City ep4
Ash Lane + Floating Lake
How to install new ep4 maps:
1. City ep4 with Machines:
CityEP4+Machine(fixed).rar
How to install:
Extract the archive, copy files to server + client.
Update new omi.tex.
If you stuck in city after install this, simply press "Take Off" and everything will be OK.
2. Ash Lane and Floating Lake:
Files: NewMapEP4.rar
ti_MapInfo data: NewMapEp4.csv
How to install:
Extract the archive, copy files to server + client.
Copy NewMapEp4.csv to C:\
Run this SQL query:
Code:
USE atum2_db_account
GO
BULK
INSERT CSVTest
FROM 'C:\NewMapEp4.csv'
WITH (FIELDTERMINATOR = ',',
ROWTERMINATOR = '\n')
GO
Add to config\map.cfg:
Code:
4100 1 TRUE $FIELD_SERVER_IP $FIELD_SERVER_PORT 7496 $NPC_SERVER_IP $NPC_SERVER_PORT 7497 256 256 TRUE
4101 1 TRUE $FIELD_SERVER_IP $FIELD_SERVER_PORT 7494 $NPC_SERVER_IP $NPC_SERVER_PORT 7495 256 256 TRUE
Add to config\Localization\ti_MapInfo.cfg:
Code:
1 4100 Ash Lane
1 4101 Floating Lake
Update omi.tex.