设为首页收藏本站同能贴吧 切换语言 繁体中文
开启辅助访问 切换到窄版
扫描二维码关注官方公众号
返回列表
+ 发新帖
查看: 88|回复: 0

[转载发布] Eli Escape Codes - Show almost EVERYTHING from database using escape codes!

[复制链接]
累计送礼:
0 个
累计收礼:
1 个
  • TA的每日心情
    开心
    2026-7-12 04:10
  • 签到天数: 209 天

    连续签到: 2 天

    [LV.7]常住居民III

    7959

    主题

    864

    回帖

    3万

    积分

    管理员

    Rank: 9Rank: 9Rank: 9

    VIP
    7
    卡币
    29925
    OK点
    16
    推广点
    0
    同能卷
    50
    积分
    38778

    灌水之王

    发表于 3 天前 | 显示全部楼层 |阅读模式



    Author: Hakuen Studio


    Introduction

    We already know that we can type \V[ID] to get a variable value to show on the message window. So if we want to show custom information that's not covered by the default escape codes, we can simply put it on the variable and show on
    the message. But, this process can be tedious sometimes.
    So, this plugin adds new Escape codes that can show a lot of game information inside any window that processes escape characters.

    Features

    • Add several escape codes to windows that can show a lot of game information!

    How to use

    Almost plug and play!
    All you need to know is the escape codes. But first I will give you a list to help you memorize what every escape codes mean:
    Spoiler: Meaning of Escape Codes
    AC      = Refers to actor
    CL      = Refers to class
    NK      = Nickname
    LV      = Level
    XP      = Current Xp
    XP?     = Next required Exp
    PR      = Default parameters
    PRX     = X parameters
    PRS     = Special parameters
    PRO     = Profile
    SK      = Skills
    EQ      = Equipments
    MT      = Meta
    IC      = Icon
    IT      = Item
    WE      = Weapon
    AR      = Armor
    EN      = Enemy
    ST      = State
    MAP     = Map
    DN      = Display name
    EV      = Event
    QT      = Quantity
    Knowing that will help you using the plugin. Below contains how you can use the escape codes in the windows and every possible combination of them.

    Spoiler: Escape Codes combination
    • Actors: Always start with AC.
    \AcCl[ID] - Returns the name of this class for this actor id.
    \AcNk[ID] - Nickname of this actor.
    \AcLv[ID] - Level of this actor.
    \AcXp[ID] - Current Exp.
    \AcXp?[ID] - Next required Exp.

    \AcPr[ActorId[ParamId]] - The value of the parameter of the actor id specified.
    0 --> Max HP (MHP)
    1 --> Max MP (MMP)
    2 --> Attack (ATK)
    3 --> Defense (DEF)
    4 --> Magic Attack Power (MAT)
    5 --> Magic Defense Power (MDF)
    6 --> Agility (AGI)
    7 --> Luck (LUK)

    \AcPrX[ActorId[ParamId]] - The value(%) of the Ex parameter of the actor id specified.
    0 --> Hit Rate (HIT)
    1 --> Evasion Rate (EVA)
    2 --> Critical Rate (CRI)
    3 --> Critical Evasion (CEV)
    4 --> Magic Evasion (MEV)
    5 --> Magic Reflection (MRF)
    6 --> Counter Attack (CNT)
    7 --> HP Regeneration (HRG)
    8 --> MP Regeneration (MRG)
    9 --> TP Regeneration (TRG)

    \AcPrS[ActorId[ParamId]] - The value(%) of the Special parameter of the actor id specified.
    0 --> Target Rate (TGR)
    1 --> Guard Effect (GRD)
    2 --> Recovery Effect (REC)
    3 --> Pharmacology (PHA)
    4 --> MP Cost Rate (MCR)
    5 --> TP Charge Rate (TCR)
    6 --> Physical Damage Rate (PDR)
    7 --> Magical Damage Rate (MDR)
    8 --> Floor Damage Rate (FDR)
    9 --> Experience Rate (EXR)

    \AcPro[ID] - The profile.
    \AcSk[ActorId[SkillIndex]] - It will return the skill of the actor in the specified index.
    \AcEq[ActorId[EquipSlot]] - The equipment name on the specified slot.
    \AcMt[ActorId[MetaName]] - It will return the value of the meta tag of this actor.

    • Class:
    \Cl[ID] - Return the name of the class id.
    \ClMt - It will return the value of the meta tag of this class.

    • Skills:
    \Sk[ID] - The name of this skill id.
    \SkIc[ID] - The name of this skill id with the icon.
    \SkMt[SkillId[MetaName]] - It will return the value of the meta tag of this skill.

    • Items:
    \It[ID] - The name of this item id.
    \ItIc[ID] - The name of this item id with the icon.
    \ItMt[ItemId[MetaName]] - It will return the value of the meta tag of this item.
    \ItQt[ID] - Item number.

    • Weapons:
    \We[ID] - The name of this weapon id.
    \WeIc[ID] - The name of this weapon id with the icon.
    \WeMt[WeaponId[MetaName]] - It will return the value of the meta tag of this weapon.
    \WeQt[ID] - Weapon number.

    • Armors:
    \Ar[ID] - The name of this armor id.
    \ArIc[ID] - The name of this armor id with the icon.
    \ArMt[ArmorId[MetaName]] - It will return the value of the meta tag of this armor.
    \ArQt[ID] - Armor number.

    • Enemy:
    \En[ID] - The name of this enemy id.
    \EnPr[EnemyId[ParamId]] - The default parameter of this enemy id.
    \EnMt[EnemyId[MetaName]] - It will return the value of the meta tag of this enemy.

    • States:
    \St[ID] - The name of this state id.
    \StIc[ID] - The name of this state id with the icon.
    \StMt[StateId[MetaName]] - It will return the value of the meta tag of this state.

    • Map:
    \Map[ID] - The name of the map id. If zero will return the current map name.
    \MapDn - The display name of the current map.
    \MapMt[MetaName] - It will return the value of the meta tag of the current map.

    • Event:
    \Ev[ID] - The name of the event id. If the ID is zero, it will return the name of the current event.
    Terms of Use

    https://www.hakuenstudio.com/rpg-maker/terms-of-use

    DOWNLOAD
    Eli_EscapeCodes.js

    Update Log
    SpoilerVersion 1.3.2 - 04/12/2021
    - Fixed an issue that some windows are not converting an escape character inside the \eval
    Version 1.3.1 - 04/11/2021
    - Updated the help file.
    - Add party codes.
    - Add misc codes.
    - Add eval codes.
    - Add code to show array values from game variables.
    Version 1.3.0 - 12/18/2020
    - Fixed escape codes related to actor and member nicknames.
    Version 1.2.0 - 08/29/2020
    - Added escape codes to show the item quantity.
    Version 1.1.0 - 08/22/2020
    - Changed the name of the object that carries the escape codes.
    Version 1.0.0 - 07/30/2020
    - Plugin release!






    本贴来自国际rpgmaker官方论坛作者:Eliaquim处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/eli-escape-codes-show-almost-everything-from-database-using-escape-codes.126416/

    本帖子中包含更多资源

    您需要 登录 才可以下载或查看,没有账号?立即注册

    x
    天天去同能,天天有童年!
    回复 送礼论坛版权

    使用道具 举报

    文明发言,和谐互动
    文明发言,和谐互动
    高级模式
    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    简体中文
    繁體中文
    English(英语)
    日本語(日语)
    Deutsch(德语)
    Русский язык(俄语)
    بالعربية(阿拉伯语)
    Türkçe(土耳其语)
    Português(葡萄牙语)
    ภาษาไทย(泰国语)
    한어(朝鲜语/韩语)
    Français(法语)
    关闭

    幸运抽奖

    社区每日抽奖来袭,快来试试你是欧皇还是非酋~

    立即查看

    聊天机器人
    Loading...

    QQ|Archiver|手机版|小黑屋|同能RPG制作大师 ( 沪ICP备12027754号-3 )

    GMT+8, 2026-8-1 04:46 , Processed in 0.073825 second(s), 52 queries .

    Powered by Discuz! X3.4

    Copyright © 2001-2020, Tencent Cloud.

    快速回复 返回顶部 返回列表