Difference between revisions of "portals.txt"

From OpenKore Wiki
Jump to navigation Jump to search
m (categories!)
Line 1: Line 1:
List of all portals in the game.
+
Lists all known portals
  
Format: <source map and coordinate> <destination map and coordinate> [zenny cost] [conversation sequence]
+
= Format =
 +
 
 +
<source map> <x> <y> <destination map> <x> <y> [<zeny cost>] [<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.
 +
 
 +
; [<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 =
 +
* [[NPC conversation codes]]
 +
* [[Portals|portals command]]
 +
* [[PortalCompile|Compile portals.txt]]
 +
* [[PortalRecord|Record portals automatically]]
 +
* [[Routeweights.txt|route priority]]
  
 
[[Category:tables]]
 
[[Category:tables]]
[[Category:Stub]]
 

Revision as of 00:14, 6 October 2017

Lists all known portals

Format

<source map> <x> <y> <destination map> <x> <y> [<zeny cost>] [<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.
[<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