RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Warp Items [VX]

Started by Grafikal, December 12, 2008, 02:46:43 AM

0 Members and 1 Guest are viewing this topic.

Grafikal

    Warp Items
    Version: 2.0
    Author: Grafikal
    Release Date: 12 - 11 - 2008
    Last Updated Date: 11 - 01 - 2009

    Version History




    • 1.0 [12/11/08] - Initial Release
    • 2.0 [12/11/08] - Re-Release, Updated to RMRK+, and made the events thinner

    Description



    Shows you how to create items that a player can use to warp to locations by setting destinations.

    Features


    • 2 kinds of warping items
    • Easy customization

    Planned Additional Features


      Nothing at the moment.

    Screenshots

    Not really applicable unless I catch it in mid warp.

    Instructions

    There are comprehensive comments in the common events and map events.

    Credit




    • Grafikal006

    Support



    Support can be dealt with here in this topic or you may PM me.

    Author's Notes

    Under features I noted that there are 2 kinds of warping items here. On one hand, I have an item that allows the user to set their own locations anywhere to be warped to, and can be used to warp to (or set a new location) anytime. The other warp item is the same as World of Warcraft's Hearthstone. You can set locations to teleport to by talking to an innkeeper or a waypoint. Whichever. I included both in the demo. The waypoint is in the cave, the innkeeper is the guy you get the hearthstone from to begin with.

    Variables Used

    Variables: 536-541
    536:remembered Player X warp necklace
    537:remembered Player Y warp necklace
    538:remembered MapID warp necklace
    539:remembered Player X hearthstone
    540:remembered Player Y hearthstone
    541:remembered MapID hearthstone
    (NOTE: That you don't need all 6, you only need 3. Either the warp necklace or the hearthstone if you only want one of the two ingame.)



    Switches Used

    Switches: none
    (NOTE: I used a couple switches for nothing but the tutorial, you don't need them at all for the event system.)


    Common Events Used

    Common Events: 305, 306
    305: Warp Necklace processing
    306: Hearthstone processing

    Item IDs Used
    897: Warp Necklace
    898: Hearthstone

    Demo



    Demo is attached[/list]

    modern algebra

    Demo is not attached. Do not lie to me - I see everything.

    Grafikal

    AHH! You're a sneaky one. I forgot to add it while making another system which'll be up in about 10 minutes.

    Grafikal