This games not worth my time, the GM's are corrupted, witnessed first hand how they give items and dil to players that are close to them. You cant beet corrupt GM's, you just can't. So i see no reason to keep this to myself anymore. Use it while it lasts.
I discovered this myself, i never asked anyone for help or leeched anything, simply from exploring, and trial and error you can figure this out its not hard.
Tools:
Notepad- Comes with windows.
Openoffice - Calc for opening, viewing, editing, and saving .csv files.
http://download.openoffice.org/
Find the file in usa/share/arrange/location.csv. This file lists all of the portal coordinates and destination coordinates on every map.
Example: 1103,Requies Beach,17,497,498,0,497,498,0
1103 - Location Index
Requies Beach - Location Name
17 - Maps index
497 - Position X
498 - Position Y
0 - Direction you face out of 360 Degrees.
Last 3 (Position X, Position Y, and Direction) are repeated.
And the file usa/share/arrange/warp.csv. This file lists all of the portals locations and what destination the portal leads to.
Example: 1103,1103,3,3,1104,0,0
1103 (First One) - Warp Index
1103 (Second One) - Location Index from location.csv
3 - Rect X
3 - Rect Y
1104 - Portal Destination Index from location.csv
0 (First One) - Is a siege map.
0 (Second One) - Is a dungeon.
Take a closer look:
Look in the location.csv file, theres a lot of portal locations in python.
Code:
1135,Python Castle,19,14,15,0,14,15,0
1136,Draco Desert,13,487,25,96,487,25,96
1137,Python Castle,19,0,0,0,0,0,0
1138,Python Castle,19,191,255,0,191,255,0
1139,Python Castle,19,0,0,0,0,0,0
1140,Python Castle,19,176,255,0,176,255,0
1141,Python Castle,19,0,0,0,0,0,0
1142,Python Castle,19,437,255,0,437,255,0
1143,Python Castle,19,0,0,0,0,0,0
1144,Python Castle,19,423,255,0,423,255,0
1145,Python Castle,19,0,0,0,0,0,0
1146,Python Castle,19,422,291,0,422,291,0
1147,Python Castle,19,0,0,0,0,0,0
1148,Python Castle,19,422,277,0,422,277,0
1149,Python Castle,19,0,0,0,0,0,0
1150,Python Castle,19,454,294,0,454,294,0
1151,Python Castle,19,0,0,0,0,0,0
1152,Python Castle,19,455,277,0,455,277,0
1153,Draco Desert,13,0,0,0,0,0,0
1154,Python Castle,19,22,23,160,22,23,160
1155,Python Castle,19,0,0,0,0,0,0
1156,Tomb of the Black Dragon,20,480,255,64,480,255,64
1157,Tomb of the Black Dragon,20,496,254,0,496,254,0
If you take a look in the warp.csv, you will find this line.
1155,1155,1,1,1156,0,0, what does this line tell you? It's simple:
1155,1155,1,1,1156,0,0
1155 is the portal location and leads to the destination 1156, now take another look in the location.csv
1155,Python Castle,19,0,0,0,0,0,0
1156,Tomb of the Black Dragon,20,480,255,64,480,255,64
Because there's 10 other portal locations with the coordinates 0:0, by default the map uses the first one, which takes you to the inside of python castle.
Find the last portal location 1155,Python Castle,19,0,0,0,0,0,0 that we know leads to 1156,Tomb of the Black Dragon,20,480,255,64,480,255,64 and simply change the portal location coordinates, 0:5 works good for me:
Code:
1155,Python Castle,19,0,5,0,0,5,0
Save and put the file in your usa folder, and go to python 0:5 and it should take you to the Tomb. Using the same method you can reach the Maze, and Aquari Ruins,just use your head a little, but if you look, you will notice theres no portal location that leads to the map Space Of Pilgrimage, and destinations are server sided as far as i know, but changing the already existing portal location cordinates works, So reaching space using this method isnt possible.
Theres a file called skyteleport.csv that has the teleport index to space of pilgrimage, and it has the same layout as teleport.csv, but last time i tried these were server sided.