From 643410d866c5b9d3134a228d2a03916a843f2570 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 18 Aug 2019 15:53:43 -0300 Subject: Hmm --- npc/020-5/bracco.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'npc/020-5/bracco.txt') diff --git a/npc/020-5/bracco.txt b/npc/020-5/bracco.txt index 9452de333..f7be7e677 100644 --- a/npc/020-5/bracco.txt +++ b/npc/020-5/bracco.txt @@ -14,17 +14,18 @@ .@index=getarg(0); .@price=getarg(1); - mesn; - mesc l("Really melt down your @@? It'll cost you @@ GP. This action cannot be undone!", getinvindexlink(.@index), .@price), 1; - next; - if (askyesno() == ASK_NO || Zeny < .@price) - return; //failedremovecardsindex .@index, 0; // TODO: Fix this and upgrade server delinventorylist(); getinventorylist(); .@item=@inventorylist_id[.@index]; + mesn; + mesc l("Really melt down your @@? It'll cost you @@ GP. This action cannot be undone!", getitemlink(.@item), .@price), 1; + next; + if (askyesno() == ASK_NO || Zeny < .@price) + return; + if (.@item <= 0) { Exception(l("Error translating item ID @@ to @@ (Bracco, idx, id)", .@index, .@item), RB_DEFAULT|RB_SPEECH|RB_ISFATAL); } -- cgit v1.2.3-60-g2f50