portals.txt: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
m (Conversion script moved page Portals.txt to portals.txt: Converting page titles to lowercase)
No edit summary
Tag: visualeditor-switched
 
Line 25: Line 25:
= See also =
= See also =
* [[NPC conversation codes]]
* [[NPC conversation codes]]
* [[Portals|portals command]]
* [[portals|portals command]]
* [[PortalCompile|Compile portals.txt]]
* [[portalCompile|Compile portals.txt]]
* [[PortalRecord|Record portals automatically]]
* [[portalRecord|Record portals automatically]]
* [[Routeweights.txt|route priority]]
* [[routeweights.txt|route priority]]


[[Category:tables]]
[[Category:tables]]

Latest revision as of 07:21, 13 January 2025

Lists all known portals

Format

<source map> <x> <y> <destination map> <x> <y> [<zeny cost> <allow ticket> <NPC conversation codes>]
<source map> <x> <y>
Source location. This is the coordinates within a portal warping radius or the coordinates of an NPC which offers teleporting options.
<destination map> <x> <y>
Destination location. This is where the portal or NPC takes you.
[<zeny cost>]
Zeny cost of this route, if any.
[<allow ticket>]
put 1 if you can use a Free Ticket for Kafra Transportation (item_id = 7060)
[<NPC conversation codes>]
NPC conversation codes, if this is an NPC warp.

Note

  • When adding a new portal, make sure to add it to the correct portals.txt. bRO, for instance, uses portals.txt in tables/bRO, not the one in tables/.

See also