diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-01-24 13:17:14 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-01-24 13:17:14 +0000 |
commit | b8e9095461ffd09ec7aec7cfcbcab502ea813bab (patch) | |
tree | 9f8670796ce5c5391e2a66a786e4098c22814c1e /npc/014-1_Woodland | |
parent | db44fb4e6555a0f8dc615b9795d5240f3a6d6903 (diff) | |
download | serverdata-b8e9095461ffd09ec7aec7cfcbcab502ea813bab.tar.gz serverdata-b8e9095461ffd09ec7aec7cfcbcab502ea813bab.tar.bz2 serverdata-b8e9095461ffd09ec7aec7cfcbcab502ea813bab.tar.xz serverdata-b8e9095461ffd09ec7aec7cfcbcab502ea813bab.zip |
Finish conversion to "ItemName"
Some of the more complicated scripts (bleach/dye, for example) can't be
converted so easily.
Diffstat (limited to 'npc/014-1_Woodland')
-rw-r--r-- | npc/014-1_Woodland/wedding-officiator.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/014-1_Woodland/wedding-officiator.txt b/npc/014-1_Woodland/wedding-officiator.txt index 26f2fc56..8b25647e 100644 --- a/npc/014-1_Woodland/wedding-officiator.txt +++ b/npc/014-1_Woodland/wedding-officiator.txt @@ -99,8 +99,8 @@ L_get_married: if (@inventorylist_count > 98) goto L_No_Room_For_Rings; set zeny, zeny - @WEDDING_FEE; - getitem 702, 1; - getitem 702, 1; + getitem "WeddingRing", 1; + getitem "WeddingRing", 1; mes "[Wedding Officiator]"; mes "Wendy collects the fee."; |