- Joined
- Oct 24, 2015
- Messages
- 54
- Reaction score
- 37
- First Language
- Thai/English
- Primarily Uses
- N/A
Classic RM2K Teleport & Escape Dungeon item/skill 0.2a
By Nechigawara Sanzenin @ Gamindustri
Introduction
This script allow the user to create classic RM2K Teleport and Escape Skill without using any game variables and common events.
Features
Video
How to use
Plugin
Download From Dropbox
Download Demo From Dropbox
Terms
Free to use in both commercial and non-commercial project as long as credit is given.
Any edits made to this script are okay as long as you still provide the proper credit.
Revisions
By Nechigawara Sanzenin @ Gamindustri
Introduction
This script allow the user to create classic RM2K Teleport and Escape Skill without using any game variables and common events.
Features
- Save Teleport/Escape Location from current player location
- Allow User to Manual Disable/Enable Skill/Item
- Teleport will auto disable if location is blank, in Vehicle, Or in Battle
- Escape will auto disable if location is blank, in Vehicle, in Battle, Or not in Dungeon
- User can set Teleport/Escape transition and direction
Video
How to use
Item/Skill Note:
Teleport Plugin Command
type nec_settelelocation to save current player location
type nec_resettelelocation to clear saved location
type nec_allowtelelocation 0 to manual disable skill/item
type nec_allowtelelocation 1 to manual enable skill/item
Escape Plugin Command
type nec_setescapelocation to save current player location
type nec_resetescapelocation to clear saved location
type nec_allowescapelocation 0 to manual disable skill/item
type nec_allowescapelocation 1 to manual enable skill/item
Step by Step with Picture :
Code:
<TELEPORT> : Make item/skill has Teleport effect.
<ESCAPE> : Make item/skill has Escape effect.
Teleport Plugin Command
type nec_settelelocation to save current player location
type nec_resettelelocation to clear saved location
type nec_allowtelelocation 0 to manual disable skill/item
type nec_allowtelelocation 1 to manual enable skill/item
Escape Plugin Command
type nec_setescapelocation to save current player location
type nec_resetescapelocation to clear saved location
type nec_allowescapelocation 0 to manual disable skill/item
type nec_allowescapelocation 1 to manual enable skill/item
Step by Step with Picture :
Plugin
Download From Dropbox
Download Demo From Dropbox
Terms
Free to use in both commercial and non-commercial project as long as credit is given.
Any edits made to this script are okay as long as you still provide the proper credit.
Revisions
02.a - Add Disable Teleport in Dungeon Option.
0.2 - Improve implement skill/item, Add Escape Dungeon, Improve Code base on Kadokawa's Escape Dungeon
0.1a - Fixed Minor Bug
0.1 - Initail Release
0.2 - Improve implement skill/item, Add Escape Dungeon, Improve Code base on Kadokawa's Escape Dungeon
0.1a - Fixed Minor Bug
0.1 - Initail Release
Last edited by a moderator: