From b3fd25f45c560fce6f1db4181f3642022d2ccb94 Mon Sep 17 00:00:00 2001 From: masao87 Date: Thu, 17 May 2012 20:39:42 +0000 Subject: - Added +11 and above refiner NPC. - Added NPC to refine Oridecons / Eluniums to Cardium / Bradium. - Added downrefitem script command and updated script_commands.txt with it. - Updated refine_db.txt with probably custom values for +11 to +20 values. Source : http://ratemyserver.net/index.php?page=misc_table_refine - Some little script improvements to Suhnbi. (Enriched Elunium / Oridecon Upgrader.) * Further improvements for the refinement system and refinement NPC's will come within the next few days. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16126 54d463be-8e91-2dee-dedb-b68131a5f0ec --- doc/script_commands.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc') diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 424a87bac..826ce0568 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -4377,6 +4377,18 @@ The official scripts seem to use the 'failedrefitem' command as a function instead: 'failedrefitem()' but it returns nothing on the stack. This is since jAthena, so probably nobody knows for sure why is it so. +--------------------------------------- + +*downrefitem ; + +This command will downgrade an item by -1 in the specified equipment slot of the +invoking character. So the item will not be destroyed unlikely in failedrefitem. +This will also display a 'refine failure' effect on the character and put appropriate +messages into their chat window. + +The official scripts seem to use the 'downrefitem' command as a function +instead: 'downrefitem()' but it returns nothing on the stack. This is +since jAthena, so probably nobody knows for sure why is it so. --------------------------------------- -- cgit v1.2.3-70-g09d2