diff options
-rw-r--r-- | npc/003-1/ninathetraveler.txt | 1 | ||||
-rw-r--r-- | npc/009-1/lynnthetraveler.txt | 1 | ||||
-rw-r--r-- | npc/012-1/dyrinthetraveler.txt | 1 | ||||
-rw-r--r-- | npc/017-1/misc.txt | 1 | ||||
-rw-r--r-- | npc/020-1/misc.txt | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/npc/003-1/ninathetraveler.txt b/npc/003-1/ninathetraveler.txt index 5ef8760ab..6c5f63228 100644 --- a/npc/003-1/ninathetraveler.txt +++ b/npc/003-1/ninathetraveler.txt @@ -82,6 +82,7 @@ L_Halin: L_Trade: mesn; mesq l("Use your @@ as currency!", getitemlink(StrangeCoin)); + tutmes l("%s is obtained during events, daily logins, heroic deeds, gifts, etc. But cannot be bought with real money.", getitemlink(StrangeCoin)); next; openshop "Aeros Trader"; closedialog; diff --git a/npc/009-1/lynnthetraveler.txt b/npc/009-1/lynnthetraveler.txt index 02d47c8b7..58ab3f358 100644 --- a/npc/009-1/lynnthetraveler.txt +++ b/npc/009-1/lynnthetraveler.txt @@ -69,6 +69,7 @@ L_Trade: mesn; mesq l("Use your @@ as currency!", getitemlink(StrangeCoin)); next; + tutmes l("%s is obtained during events, daily logins, heroic deeds, gifts, etc. But cannot be bought with real money.", getitemlink(StrangeCoin)); openshop "Aeros Trader"; closedialog; diff --git a/npc/012-1/dyrinthetraveler.txt b/npc/012-1/dyrinthetraveler.txt index 43853b860..144641f39 100644 --- a/npc/012-1/dyrinthetraveler.txt +++ b/npc/012-1/dyrinthetraveler.txt @@ -81,6 +81,7 @@ L_Artis: L_Trade: mesn; mesq l("Use your @@ as currency!", getitemlink(StrangeCoin)); + tutmes l("%s is obtained during events, daily logins, heroic deeds, gifts, etc. But cannot be bought with real money.", getitemlink(StrangeCoin)); next; openshop "Aeros Trader"; closedialog; diff --git a/npc/017-1/misc.txt b/npc/017-1/misc.txt index 9fd2c92b2..46781c2cc 100644 --- a/npc/017-1/misc.txt +++ b/npc/017-1/misc.txt @@ -128,6 +128,7 @@ L_Halin: L_Trade: mesn; mesq l("Use your @@ as currency!", getitemlink(StrangeCoin)); + tutmes l("%s is obtained during events, daily logins, heroic deeds, gifts, etc. But cannot be bought with real money.", getitemlink(StrangeCoin)); next; openshop "Aeros Trader"; closedialog; diff --git a/npc/020-1/misc.txt b/npc/020-1/misc.txt index 6b5a41619..f3b24ee0d 100644 --- a/npc/020-1/misc.txt +++ b/npc/020-1/misc.txt @@ -81,6 +81,7 @@ L_Therm: L_Trade: mesn; mesq l("Use your @@ as currency!", getitemlink(StrangeCoin)); + tutmes l("%s is obtained during events, daily logins, heroic deeds, gifts, etc. But cannot be bought with real money.", getitemlink(StrangeCoin)); next; openshop "Aeros Trader"; closedialog; |