diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-01-24 12:22:06 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-01-24 12:22:06 +0000 |
commit | db44fb4e6555a0f8dc615b9795d5240f3a6d6903 (patch) | |
tree | 8e6fd3cc776573e858f2bf33bbaa77af1fead934 /npc/009-2_Hurnscald/alan.txt | |
parent | 4e98d4621f225766abb32d30ab6cea8d2739a419 (diff) | |
download | serverdata-db44fb4e6555a0f8dc615b9795d5240f3a6d6903.tar.gz serverdata-db44fb4e6555a0f8dc615b9795d5240f3a6d6903.tar.bz2 serverdata-db44fb4e6555a0f8dc615b9795d5240f3a6d6903.tar.xz serverdata-db44fb4e6555a0f8dc615b9795d5240f3a6d6903.zip |
Some more "ItemName" conversions
Diffstat (limited to 'npc/009-2_Hurnscald/alan.txt')
-rw-r--r-- | npc/009-2_Hurnscald/alan.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/009-2_Hurnscald/alan.txt b/npc/009-2_Hurnscald/alan.txt index 6d8a1770..6dc9da67 100644 --- a/npc/009-2_Hurnscald/alan.txt +++ b/npc/009-2_Hurnscald/alan.txt @@ -134,7 +134,7 @@ L_State_3_try: mes "\"Hmmm... looks ok, but is it strong enough?\""; mes "Alan bends the log over his knee."; next; - delitem 569, 1; + delitem "RawLog", 1; set @Temp1, rand(20); if (@Temp1 == 0) goto L_State_3_success; mes "The log breaks with a loud crack"; @@ -177,7 +177,7 @@ L_State_4_pay: getinventorylist; if (@inventorylist_count == 100) goto L_State_4_TooMany; set zeny, zeny - 10000; - getitem 545, 1; + getitem "ForestBow", 1; set @Q_status, 5; callsub S_Update_Var; mes "[Alan]"; |