From e4e2d2b7a3d7460ca39bdd95a551aad8f62a37c0 Mon Sep 17 00:00:00 2001 From: samuray22 Date: Sun, 12 Oct 2008 17:30:44 +0000 Subject: * Changed An nonexistent variable in Refine NPC. (bugreport:2340) * Fixed a Exploit in Thief Quest Skill. (bugreport:2332) * Fixed donpcevent to doevent. (bugreport:2311) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13288 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/merchants/refine.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/merchants') diff --git a/npc/merchants/refine.txt b/npc/merchants/refine.txt index ec71e423d..a41d26a0b 100644 --- a/npc/merchants/refine.txt +++ b/npc/merchants/refine.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Syrus22 (1.1) dafide18 (1.4) Skotlex (1.5) //===== Current Version: ===================================== -//= 2.7a +//= 2.8 //===== Compatible With: ===================================== //= Any Athena Version //===== Description: ========================================= @@ -49,7 +49,8 @@ //= 2.7 Refiner function accepts additional paramater. [L0ne_W0lf] //= 0 = No special features; 1 = new refining features //= Updated Repairmen and function. No longer shows menu. -//= 2.76a A couple touch-ups to the repairman function. [L0ne_w0lf] +//= 2.7a A couple touch-ups to the repairman function. [L0ne_w0lf] +//= 2.8 Changed the nonexistent variable .@matname$ for getitemname(.@material). (bugreport:2340) [Samuray22] //============================================================ @@ -606,7 +607,7 @@ function script refinemain { } set .@fullprice,.@price * .@refinecnt; mes "[" + getarg(0) + "]"; - mes "That will cost you " + .@refinecnt + " " + .@matname$ + " and " + .@fullprice + " Zeny. Is that ok?"; + mes "That will cost you " + .@refinecnt + " " + getitemname(.@material) + " and " + .@fullprice + " Zeny. Is that ok?"; next; if(select("Yes","No...") == 2){ mes "[" + getarg(0) + "]"; -- cgit v1.2.3-70-g09d2