diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2013-02-25 03:04:33 +0000 |
---|---|---|
committer | Streusel <advance_me@hotmail.de> | 2013-02-25 21:22:29 -0800 |
commit | 06526e32ea7608dfc62ad5aeca91cf78ff3a446f (patch) | |
tree | 44b11e18fc4546563fea224004c2765148468688 /npc/re | |
parent | 5c667ccb1e95614177d5c849761040be09abc746 (diff) | |
download | hercules-06526e32ea7608dfc62ad5aeca91cf78ff3a446f.tar.gz hercules-06526e32ea7608dfc62ad5aeca91cf78ff3a446f.tar.bz2 hercules-06526e32ea7608dfc62ad5aeca91cf78ff3a446f.tar.xz hercules-06526e32ea7608dfc62ad5aeca91cf78ff3a446f.zip |
* Part one of fixing bugreport:6527. This does not yet change functionality.
-- Added 'disable_items' to all applicable scripts.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17160 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/re')
-rw-r--r-- | npc/re/merchants/refine.txt | 6 | ||||
-rw-r--r-- | npc/re/quests/eden/eden_quests.txt | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/npc/re/merchants/refine.txt b/npc/re/merchants/refine.txt index 749f573aa..4b02e0d22 100644 --- a/npc/re/merchants/refine.txt +++ b/npc/re/merchants/refine.txt @@ -3,11 +3,14 @@ //===== By: ================================================== //= rAthena Dev Team //===== Current Version: ===================================== -//= 1.0 +//= 1.0a +//===== Compatible With: ===================================== +//= Hercules //===== Description: ========================================= //= Renewal-specific refining NPCs and material merchants. //===== Additional Comments: ================================= //= 1.0 Moved some scripts to Renewal file, optimized "Austry" NPC. [Euphy] +//= 1.0a Added 'disable_items' command. [Euphy] //============================================================ // +11 and above Refiners @@ -39,6 +42,7 @@ payon_in01,18,132,3 script Bestry#pay 826,{ //= function call. Otherwise, the chance in refine_db.txt is used. //============================================================ function script refinenew { + disable_items; mes "["+ getarg(0) +"]"; mes "I am the best Blacksmith ever!"; mes "I don't work with normal, boring items."; diff --git a/npc/re/quests/eden/eden_quests.txt b/npc/re/quests/eden/eden_quests.txt index c6776d9b4..3c9d421a7 100644 --- a/npc/re/quests/eden/eden_quests.txt +++ b/npc/re/quests/eden/eden_quests.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.4a +//= 1.4b //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -17,6 +17,7 @@ //= alongside him. Special thanks to Chilly for the base. [Masao] //= 1.4 Partial cleaning and bug fixing. [Euphy] //= 1.4a Added 'npcskill' command. [Euphy] +//= 1.4b Added 'disable_items' command. [Euphy] //============================================================ moc_para01,25,35,4 script Instructor Boya#para01 469,{ @@ -3364,6 +3365,7 @@ moc_para01,112,96,5 script Administrator Michael 967,{ mes "We can only upgrade the Eden Group Hat."; if (para_suv02 == 3) { if (countitem(5583) > 0) { + disable_items; mes "[Michael]"; mes "What status bonus do you want to upgrade?"; next; |