diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-13 10:19:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-13 10:19:38 -0300 |
commit | 97028aa6172e008551ff83af142720383467a90e (patch) | |
tree | 7acfa7243df579022b21f36cb46b0053ccd00725 /npc/commands | |
parent | db41cb1c181d64356368847c1d5979b05851ef03 (diff) | |
download | serverdata-97028aa6172e008551ff83af142720383467a90e.tar.gz serverdata-97028aa6172e008551ff83af142720383467a90e.tar.bz2 serverdata-97028aa6172e008551ff83af142720383467a90e.tar.xz serverdata-97028aa6172e008551ff83af142720383467a90e.zip |
Some testers had difficulty with a few things so add text to debug menu
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/debug.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/commands/debug.txt b/npc/commands/debug.txt index 975470ee..d0241f28 100644 --- a/npc/commands/debug.txt +++ b/npc/commands/debug.txt @@ -12,6 +12,7 @@ L_Begin: menu "Reset stat points.", L_Level, "Change my level.", L_Level, + "Change other stuff.", L_Stats, "Change my basic skills.", L_BasicSkills, "Change my focus skills.", L_FocusSkills, "Change my magic skills.", L_MagicSkills, @@ -19,6 +20,14 @@ L_Begin: "Reset everything.", L_ResetAll, "Close.", L_close; +L_Stats: + mesc l("Stats: %s", col(b("@str/@agi/@vit/@int/@dex/@luk/@allstats"),3)); + mesc l("GP: %s", col(b("@zeny"),3)); + mesc l("Items: %s", col(b("/createitems"),3)); + mesc l("Hide from monsters: %s", col(b("@monsterignore or @safe"),3)); + next; + goto L_Begin; + L_Level: mes "What level do you want to be (min: 1 - max: 99)?"; input @lvl; |