From ac7691eac4d38eb3c749f02f024e943d949de743 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 12 Aug 2019 14:47:16 -0300 Subject: Put Contrabandist back to work --- npc/015-2/ben.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc/015-2/ben.txt') diff --git a/npc/015-2/ben.txt b/npc/015-2/ben.txt index 2957b2e47..838bd5cdd 100644 --- a/npc/015-2/ben.txt +++ b/npc/015-2/ben.txt @@ -123,3 +123,9 @@ OnInit: end; } +// TF_STEAL +// ALL_INCCARRY +// +// +// + -- cgit v1.2.3-70-g09d2 From c4e4fb44739ff84256e71d1385c9c9abd00d7cd3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 12 Aug 2019 14:49:10 -0300 Subject: Move some comments around --- npc/003-0/notes | 6 ++++-- npc/015-2/ben.txt | 6 ------ 2 files changed, 4 insertions(+), 8 deletions(-) (limited to 'npc/015-2/ben.txt') diff --git a/npc/003-0/notes b/npc/003-0/notes index e6a9a3193..f5ce8d630 100644 --- a/npc/003-0/notes +++ b/npc/003-0/notes @@ -85,9 +85,11 @@ UNUSED/SPECIAL GS_SNAKEEYE (→AC_VULTURE) THIEF/MERCHANT-POLICE - ALL_INCCARRY TF_STEAL - ...? + ALL_INCCARRY + TF_MISS / TF_DOUBLE ? + MC_DISCOUNT / MC_OVERCHARGE (FIXME) ? + TF_HIDING? MC_PUSHCART? MC_VENDING? diff --git a/npc/015-2/ben.txt b/npc/015-2/ben.txt index 838bd5cdd..2957b2e47 100644 --- a/npc/015-2/ben.txt +++ b/npc/015-2/ben.txt @@ -123,9 +123,3 @@ OnInit: end; } -// TF_STEAL -// ALL_INCCARRY -// -// -// - -- cgit v1.2.3-70-g09d2 From 8db5553ae2bd0b1ea330cefaeaa6c02171b7d517 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 12 Aug 2019 14:57:59 -0300 Subject: Before players try to get level 99999 for Ben and fail HARD.... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Seu ramo está à frente de 'upstream/master' por 7 submissões. --- npc/015-2/ben.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'npc/015-2/ben.txt') diff --git a/npc/015-2/ben.txt b/npc/015-2/ben.txt index 2957b2e47..d64a9619f 100644 --- a/npc/015-2/ben.txt +++ b/npc/015-2/ben.txt @@ -40,6 +40,7 @@ L_Quest: } else { mesn; mesq l("Well, you need more experience. Keep trying!"); + mesc l("You may obtain Thief Exp by using @@.", getitemlink(Lockpicks)); } goto L_Menu; close; -- cgit v1.2.3-70-g09d2