diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-18 19:26:01 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-18 19:26:01 +0000 |
commit | d894d1627651d090b7dd81efc35872b5b970ad1e (patch) | |
tree | b66288586943d3a3b1b77dcea9bb477eb3ee00ad /npc/merchants/refine.txt | |
parent | 6e9f95da3aa9b75d13ccd76a38b4628afc082d26 (diff) | |
download | hercules-d894d1627651d090b7dd81efc35872b5b970ad1e.tar.gz hercules-d894d1627651d090b7dd81efc35872b5b970ad1e.tar.bz2 hercules-d894d1627651d090b7dd81efc35872b5b970ad1e.tar.xz hercules-d894d1627651d090b7dd81efc35872b5b970ad1e.zip |
*Slew of bugreport fixage. Figured I should do something.
* Fixed copy/paste errors in Aru castles. (bugreport:2012)
* Updated Trans-only warp in thanatos tower. (bugreport:2227)
* Fixed improper variable in airship quest (bugreport:2238)
* Fixed a minor bug in updated repairmain. (bugreport:2245)
* Updated Giant Enyclopedia bonus. (bugreport:2053)
* Removed Snap from nocast_db in WoE SE
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13219 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants/refine.txt')
-rw-r--r-- | npc/merchants/refine.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/merchants/refine.txt b/npc/merchants/refine.txt index 70fe71181..4b9a34d23 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.5 +//= 2.7a //===== Compatible With: ===================================== //= Any Athena Version //===== Description: ========================================= @@ -49,6 +49,7 @@ //= 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] //============================================================ @@ -943,6 +944,7 @@ function script repairmain { } set .@checkitem,.@checkitem+1; } + set .@checkitem,.@checkitem-1; if (!.@checkitem) { mes "["+getarg(0)+"]"; mes "Oh wow, this is incredible!"; @@ -978,6 +980,7 @@ function script repairmain { } set .@checkitem2,.@checkitem2+1; } + set .@checkitem2,.@checkitem2-1; if (.@checkitem == .@checkitem2) { set zeny,zeny-.@totalcost; while (.@checkitem) { |