diff options
-rw-r--r-- | npc/Changelog.txt | 7 | ||||
-rw-r--r-- | npc/merchants/refine.txt | 3 |
2 files changed, 6 insertions, 4 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 376de8567..f9fca1f37 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,7 @@ -Date Added +Date Added ====== 2008/11/04 + * Small update to fix merchant Paul Spanner from giving item 612 instead of .@item. (bugreport:2418) [Paradox924X] * Fixed a few donpcevent's that didn't include the NPC's hidden display name. (bugreport:2407) [Paradox924X] * Added a bunch of missing "end;"s for Broken Sword Quest that caused NPC to execute unwanted labels. (bugreport:2404) [Paradox924X] 2008/10/28 @@ -860,7 +861,7 @@ - Thanks to Barron-Monster. * Rev. 10906 Fixed the Kafra Welcome message for guilds. Thanks Barron-Monster. [L0ne_W0lf] 2007/07/23 - * Fixed 3� Test in Hunter Job Quest. [Samuray22] + * Fixed 3 Test in Hunter Job Quest. [Samuray22] -Thanks to ultramage. * Fixed a little bug in "Dandelion Quest" with "Job_Alchemist" changed to "Job_Alchem". [Samuray22] -Thanks to Nobuo @@ -1750,7 +1751,7 @@ * Tried to remove all duplicates (in default NPCs) [Toms] * Removed useless 'npc\other\old' directory, who would need that anyway... [DracoRPG] * Commented out the path to Divorce NPC as Lupus forgot to add it for good [DracoRPG] - * Fixed critical syntax errors in the new Valkyrie script, (�_�) @ Lupus [DracoRPG] + * Fixed critical syntax errors in the new Valkyrie script, ( _ ) @ Lupus [DracoRPG] * Improved Bioethics quest & nearby Rekenber Guards [DracoRPG] - Used isequipped() instead of getequipid() to simplify code (esp. with accessories) - Rewritten the custom text about Hom. Res. and removed its actual learning diff --git a/npc/merchants/refine.txt b/npc/merchants/refine.txt index 381ce73a3..728930ba6 100644 --- a/npc/merchants/refine.txt +++ b/npc/merchants/refine.txt @@ -53,6 +53,7 @@ //= 2.8 Changed the nonexistent variable .@matname$ for getitemname(.@material). (bugreport:2340) [Samuray22] //= 2.8 Added proper Blacksmith Supplier to Einroch. [L0ne_W0lf] //= Updated dated features comment to reflect new usage. +//= 2.8a Small bugfix. (bugreport:2418) [Paradox924X] //============================================================ @@ -458,7 +459,7 @@ ein_in01,38,29,0 script Paul Spanner 63,{ close; } set zeny,zeny-.@sell; - getitem 612,.@input; + getitem .@item,.@input; mes "[Paul Spanner]"; mes "Thank you for using my shop. If you need anything, just let me know."; close; |