Warp tiles ?

Talk about anything, including games and servers not affiliated with The Mana World.
Post Reply
User avatar
KaTSuo
Novice
Novice
Posts: 53
Joined: 25 Sep 2005, 19:01
Location: France
Contact:

Warp tiles ?

Post by KaTSuo »

Hi !

I tried to understand how it works... But I just can't !

Code: Select all

new_1-1.gat,56,12	warp	totown	5,1,new_3-1.gat,44,80
Is there someone who can explain me, pieces by pieces how it works ? I want to create some warps in my maps...[/code]
I'm French, sorry for my bad english XD !
Image
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Re: Warp tiles ?

Post by Crush »

Code: Select all

new_1-1.gat,56,12	warp	totown	5,1,new_3-1.gat,44,80
On map "new_1-1" on the coordinates "56,12"

stands an npc of type "warp"

its name is "totown" (in case it is referred to in any script)

It is "5" tiles wide and "1" tile high.

It warps to map "new_3-1" to the coordinates "44,80"
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
User avatar
KaTSuo
Novice
Novice
Posts: 53
Joined: 25 Sep 2005, 19:01
Location: France
Contact:

Post by KaTSuo »

Ok thanks to you :p
I'm French, sorry for my bad english XD !
Image
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post by ElvenProgrammer »

Next time please refer to eAthena's documentation, we don't offer support for it.
Matt
Grand Knight
Grand Knight
Posts: 1759
Joined: 07 Aug 2004, 10:47
Location: Germany->Bavaria

Post by Matt »

ElvenProgrammer wrote:Next time please refer to eAthena's documentation, we don't offer support for it.
It seems we do. (Read upper posts ;) )
User avatar
Bjørn
Manasource
Manasource
Posts: 1471
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post by Bjørn »

Matt wrote:It seems we do. (Read upper posts ;) )
You mean he should read the post that he was referring to in his post?
Matt
Grand Knight
Grand Knight
Posts: 1759
Joined: 07 Aug 2004, 10:47
Location: Germany->Bavaria

Post by Matt »

Indeed.
Post Reply