Jump to content
  • 0

Warp portal not walkable?


Carrishu

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   2
  • Joined:  05/03/12
  • Last Seen:  

Hello,

So this would seem like the easiest thing in the world, adding warps right? Problem is, all of my warp portals on my custom map work, except this particular one. You can see the warp, but you can literally just walk on it. The area in which it's placed is a walkable area, the coordinates are set properly from one place to another, I just can't fathom what in the world is giving it an issue.

The simple code for the warp portal is:

pkmn_town,158,191,0 warp #pkctr1 1,1,pkmn_inn,228,82

Am I just that blind? I can't for the life of me get this warp to be walked on.

Link to comment
Share on other sites

12 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  228
  • Reputation:   33
  • Joined:  11/15/12
  • Last Seen:  

edit your map gat you can use this tool to do so

http://browedit.excalibur-nw.com

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   2
  • Joined:  05/03/12
  • Last Seen:  

How would editing the map resolve the issue? The area is already walkable.

Edited by Clefairy
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  87
  • Topics Per Day:  0.02
  • Content Count:  1335
  • Reputation:   932
  • Joined:  10/26/11
  • Last Seen:  

Probably the destination cell is unwalkable, or the destination is unreacheable, have you tried to @warp pkmn_inn 228 82?

pkmn_town,158,191,0 warp pkctr1 1,1,pkmn_inn,228,82

Copy pasted from a simple warp script line I know it works. I believe it is the same, The only difference is that I tend to use names without # in my warps. I know it is the same, I just added how I do.

BTW: I have also a pkmn_town made by me :3

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   2
  • Joined:  05/03/12
  • Last Seen:  

Lol, this is the one made by you Olrox <3

Also, yes 228 82 is a walkable area in the pkmn_inn. It's so bizarre.

Edited by Clefairy
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  228
  • Reputation:   33
  • Joined:  11/15/12
  • Last Seen:  

Probably the destination cell is unwalkable, or the destination is unreacheable, have you tried to @warp pkmn_inn 228 82?
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  87
  • Topics Per Day:  0.02
  • Content Count:  1335
  • Reputation:   932
  • Joined:  10/26/11
  • Last Seen:  

Hahaha Give me Five! <3

Amazing map isn't it?. Btw you got a great site!

On topic: Being one of my works, I could try it in my local server, and it worked with the line I just added previously =P, I could warp to the pokemon center easily with it, from the pokemon main town.

Why dont you just copy paste and try?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   2
  • Joined:  05/03/12
  • Last Seen:  

Aw thanks! Haha. And yes, the map is fantabulous.

I copied and pasted your warp code, and it still doesn't work. u__u;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  87
  • Topics Per Day:  0.02
  • Content Count:  1335
  • Reputation:   932
  • Joined:  10/26/11
  • Last Seen:  

Did you added the <tab> (Tabulation) too?

It should be:

pkmn_town,158,191,0<TAB>warp<TAB>pkctr1<TAB>1,1,pkmn_inn,228,82

Are you sure the script is being readed with your map server? Also, maybe you have a duplicated pkctr1 warp name in the complete script.

Look at it, or well paste it here so we can take a look!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   2
  • Joined:  05/03/12
  • Last Seen:  

Using tabs and all that. Here's the code

pkmn_town,157,192,0<tab>warp<tab>pkctr9<tab>1,1,pkmn_inn,228,80

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  87
  • Topics Per Day:  0.02
  • Content Count:  1335
  • Reputation:   932
  • Joined:  10/26/11
  • Last Seen:  

Well by <tab> I was refering to add tabulations empty spaces between those words.

I think you should look at the whole script. Probably you have a duplicated warp portal, so better if you paste the whole script here. That is all I can wonder.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   2
  • Joined:  05/03/12
  • Last Seen:  

There isn't a duplicated script anywhere, to my knowledge. Unless someone hid one somewhere else lol.

//Pokemon Center Warp
pkmn_town,157,192,0 warp pkctr9 1,1,pkmn_inn,228,80
pkmn_inn,228,77,0 warp pkctr2 1,1,pkmn_town,158,187

//Serenity Town to Hyrule Warp
pkmn_town,220,159,0 warp #2hyru 1,1,Hyrule,108,60
Hyrule,103,60,0 warp #hyrfi 2,4,pkmn_town,215,159

//Poke Mart Warp
pkmn_town,194,199,0 warp #pkmrt1 1,1,pkmn_inn,303,42
pkmn_inn,303,37,0 warp #pkmrt2 1,1,pkmn_town,194,194

//pkmn_town,205,177,0 warp #pkmart 2,4,pkmn_inn,303,42

//Pokemon Gym (PvP)
pkmn_town,123,182,0 warp #pkpvp 1,1,guild_vs2,0,0

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  87
  • Topics Per Day:  0.02
  • Content Count:  1335
  • Reputation:   932
  • Joined:  10/26/11
  • Last Seen:  

I took my time to help her, the error was that she had a lot of different event related NPCs making some conflicts with my map.

By commenting them, the warp loaded just okay. And it is working now.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...