cannot get @go work for new map

Check this link.

at line the 1732:

{ MAP_PRONTERA, 156, 191, 3 }, // 0 = Prontera 

at line the 1810:

Code:
if (town < 0 || town >= ARRAYLENGTH(data)) {		// Alternate spellings		if (strncmpi(map_name, "morroc", 4) == 0) { // Correct town name for 'morocc'			town = 1; 
 
Last edited by a moderator:
Back
Top