How to get to New Maps?

Newbie Spellweaver
Joined
Jun 26, 2009
Messages
9
Reaction score
0
The last problem i got is how do i get to New Maps? (Desert and Jungle) . I got the EP4 update and copied the maps Twilight attached in the original post. I'm trying to move to map 45 using /cmove 45 command, but it will teleport me in the map im already in, meaning the client doesnt find the map 45, although i copied the maps Twilight uploaded. I guess i have to change the Map.ini and Map~.ini files in PSM_Client/Bin/Data as well, but i dont know how. Anyone can tell me what to do or upload the ini files between tags and help me get to the new maps?
Tyvm.
 
\Bin\Data\Map
To change
Map.ini MapCount = amount of maps
To add necessary amount of zones on total of maps

Code:
[SET_ZONE_45]
MapType         = F
RebirthMapPos1      = 35, 686, 26, 323
RebirthMapPos2      = 36, 730, 43, 275

[SET_ZONE_46]
MapType         = F
RebirthMapPos1      = 35, 686, 26, 323
RebirthMapPos2      = 36, 730, 43, 275

[SET_ZONE_47]
MapType         = F
RebirthMapPos1      = 35, 686, 26, 323
RebirthMapPos2      = 36, 730, 43, 275

[SET_ZONE_48]
MapType         = D

[SET_ZONE_49]
MapType         = F

[SET_ZONE_50]
MapType         = F

[SET_ZONE_51]
MapType         = F
.
.
.
etc
(F) Or (D) under my assumptions it is possible to find out from (HEX) heading svmap maps.

To move on the added map /cmove ID
PS:
Change or addition at your choice NPC - Gateekiper for teleportation in any zone is possible.
 
Back