Jump to content
  • 0
Sign in to follow this  
skipjack94

cannot get @go work for new map

Question

1 answer to this question

Recommended Posts

  • 0

Check this link.

 

at line the 1732:

 

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

 

at line the 1810:

 

if (town < 0 || town >= ARRAYLENGTH(data)) {		// Alternate spellings		if (strncmpi(map_name, "morroc", 4) == 0) { // Correct town name for 'morocc'			town = 1; 
Edited by Tortoise

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.