Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
FLARE [ARCHIVED]

Fancy Little Waypoint

makrohn
Saturday, May 5, 2012 - 03:03
makrohn's picture

I'm trying to think of this as simply borrowing a convention.  I think that this basic structure could help, since there's only one town right now, for going back, selling items, updating quests, etc.

I haven't marked these yet, but I tried to make them make sense to me.  

in frontier_outpost.txt
[event]
# waypoint to Goblin encampment / located at the end of Kenrik's Pier / Not active until you've used the other end of the waypoint
requires_status=gob_camp_wp_active
type=teleport
location=34,28,1,1
intermap=river_encampment.txt,47,52

in river_encampment.txt
[event]
# Gob Encampment WP / teleports to the outpost gate / located in a little bush near the entrance to the map
type=teleport
location=46,50,1,1
set_status=gob_camp_wp_active
intermap=frontier_outpost.txt,39,41

  • Log in or register to post comments
makrohn
joined 13 years 3 months ago
Saturday, May 12, 2012 - 06:05
makrohn's picture

Modified!  I added graphics and clickable hotspots as well as some descriptive messages.  Each end of the warp point now uses two events - on the "close" end, one event to tell you the warp point isn't active yet, and one to actually warp you, and on the "far" end, one event to activate the warp point, and one to actually warp you.

in frontier_outpost.txt

[event]
# Gobling Encampment WP Inactive
type=run_once
requires_not=gob_camp_wp_active
location=42,38,1,1
tooltip=Warp to Goblin Encampment
hotspot=-24,-32,48,48
msg=Find the Goblin Encampment warp point first to activate this warp point.
 
[event]
# waypoint to Goblin encampment
requires_status=gob_camp_wp_active
type=teleport
location=42,38,1,1
hotspot=-24,-32,48,48
tooltip=Warp to Goblin Encampment
intermap=river_encampment.txt,47,52

in river_encampment.txt

[event]
# Gob Encampment WP
type=teleport
requires_status=gob_camp_wp_active
location=46,50,1,1
hotspot=-24,-32,48,48
tooltip=Warp to Outpost
intermap=frontier_outpost.txt,42,39
 
[event]
#Activate Warp Point
type=run_once
requires_not=gob_camp_wp_active
location=46,50,1,1
hotspot=-24,-32,48,48
tooltip=Warp to Outpost
set_status=gob_camp_wp_active
msg=You have activated the Goblin Encampment warp point

  • Log in or register to post comments