Jump to content
  • 0

Warp portal not walkable?


Question

Posted

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.

12 answers to this question

Recommended Posts

Posted

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

Posted

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?

Posted

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!

Posted

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.

Posted

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

Posted

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.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...