Page 1 of 2

[resolved] combine map

Posted: 26 Feb 2009, 17:00
by veka
Hi all,

I am looking how to combine the map between them.
but I can not find the solution anywhere.

can you help me?

Re: combine map

Posted: 26 Feb 2009, 17:16
by Jaxad0127
Can you be more descriptive?

Re: combine map

Posted: 26 Feb 2009, 17:28
by veka
so sorry for the way I talk

I created 2 maps.
I would like to know how to make that my character can go from map 1 to map 2.

Image

Re: combine map

Posted: 27 Feb 2009, 13:30
by veka
up

Re: combine map

Posted: 27 Feb 2009, 13:47
by Jaxad0127
You need to define warps for them. Notice in our server data files, there are _warps.txt files that contain warp statements. You need to have those. We've documented the format for those statements here: http://wiki.themanaworld.org/index.php/ ... ap_Objects.

Re: combine map

Posted: 27 Feb 2009, 16:34
by veka
Thank you,

I can modify an existing line.

But I can not create a line.

Do you have an explanation?

OK Line :
021-1.gat,50,43 warp toBazaar -1,3,001-1.gat,44,20

don't OK Line :
021-1.gat,40,43 warp toBazaar -1,3,001-1.gat,51,22

Re: combine map

Posted: 27 Feb 2009, 17:19
by Jaxad0127
Note that you need tabs (actual tabs, not just spaces):
021-1.gat,40,43 <tab> warp <tab> toBazaar <tab> -1,3,001-1.gat,51,22

Re: combine map

Posted: 27 Feb 2009, 17:34
by veka

Re: combine map

Posted: 27 Feb 2009, 18:01
by Jaxad0127
Is that file being loaded? In out setup, the map configuration file loads npc/_import.txt, which loads npc/(map)/_import.txt, which has the npc: npc/(map)/_warps.txt entry (which is the most important, as it tell the server to parse that file).

Re: combine map

Posted: 27 Feb 2009, 18:11
by veka
Yes loading works well.

I can change the first line and it works.

But not the second line that I add

Re: combine map

Posted: 27 Feb 2009, 18:16
by Jaxad0127
You have 2 tabs after toVeka. You need one tab.

Re: combine map

Posted: 27 Feb 2009, 18:22
by veka

Re: combine map

Posted: 27 Feb 2009, 18:25
by Jaxad0127
You seem to have two tabs after 021-1.gat,40,43, though it seems to work fine for the first line....

Re: combine map

Posted: 27 Feb 2009, 18:29
by veka
exact

I corrected all these small problem but does not work better

http://veka-server.dyndns.org/test/images/_warps.txt

Re: combine map

Posted: 27 Feb 2009, 18:36
by Jaxad0127
Is the destination tile walkable?