diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-01 00:33:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-01 00:33:20 -0300 |
commit | 93d7142a964d9a34c142b0f17d043537534a7f51 (patch) | |
tree | 0e809e85a9510b12e914404d1f1e15ec479a735e /npc | |
parent | e49dcbc1ac6c3a5c9f1721c727d75136f812bbec (diff) | |
download | serverdata-93d7142a964d9a34c142b0f17d043537534a7f51.tar.gz serverdata-93d7142a964d9a34c142b0f17d043537534a7f51.tar.bz2 serverdata-93d7142a964d9a34c142b0f17d043537534a7f51.tar.xz serverdata-93d7142a964d9a34c142b0f17d043537534a7f51.zip |
Lockpicks the jail system can provide, but not treasure keys.
Bring plenty.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/042-0/arthur.txt | 2 | ||||
-rw-r--r-- | npc/042-5/ctrl.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/042-0/arthur.txt b/npc/042-0/arthur.txt index de243b33d..c3242b6ce 100644 --- a/npc/042-0/arthur.txt +++ b/npc/042-0/arthur.txt @@ -141,6 +141,8 @@ L_Tutorial: mes ""; mes l("* Thief"); mes l("* Mage"); + mes ""; + mes l("You should also bring plenty of %s!", getitemlink(TreasureKey)); next; mes b(".:: VICTORY REWARDS ::."); mes l("Victory prizes include guild experience, guild money, and guild bound items."); diff --git a/npc/042-5/ctrl.txt b/npc/042-5/ctrl.txt index 4c8ff01be..4e681c7d5 100644 --- a/npc/042-5/ctrl.txt +++ b/npc/042-5/ctrl.txt @@ -154,7 +154,7 @@ function script KamelotTreasure { mesc l("You find @@ inside!", getitemlink(.@loot)); - // TODO: If itemtype == Armor/Weapon, make it guild bound and put bonus + // If itemtype == Armor/Weapon, make it guild bound and put bonus .@t=getiteminfo(.@loot, ITEMINFO_TYPE); if (.@t == IT_WEAPON) { getitembound .@loot, 1, 2; |