diff options
author | Kess Vargavind <vargavind@gmail.com> | 2009-06-01 12:20:22 +0200 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-06-01 15:25:32 -0600 |
commit | 260776b9001af6f8ebab74da2d47ec2fcc655e1e (patch) | |
tree | bec2f504277b2fdbef6dbdfd6087ee3a6c73d432 /npc/001-1_Tulimshar/elanore.txt | |
parent | d8eeb7fd8000b60611f657c2dd2fe094eac41cdf (diff) | |
download | serverdata-260776b9001af6f8ebab74da2d47ec2fcc655e1e.tar.gz serverdata-260776b9001af6f8ebab74da2d47ec2fcc655e1e.tar.bz2 serverdata-260776b9001af6f8ebab74da2d47ec2fcc655e1e.tar.xz serverdata-260776b9001af6f8ebab74da2d47ec2fcc655e1e.zip |
More fixes for item labels
I am sorry about forgetting to check the scripts, I learnt that
mistake too late. This is the situation a few grep's later.
(I also updated the ignore list.)
Diffstat (limited to 'npc/001-1_Tulimshar/elanore.txt')
-rw-r--r-- | npc/001-1_Tulimshar/elanore.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/001-1_Tulimshar/elanore.txt b/npc/001-1_Tulimshar/elanore.txt index a2afb2d3..a1075fbc 100644 --- a/npc/001-1_Tulimshar/elanore.txt +++ b/npc/001-1_Tulimshar/elanore.txt @@ -176,7 +176,7 @@ L_Lifestones_Trade: delitem "GambogeHerb", 10; delitem "AlizarinHerb", 10; delitem "CobaltHerb", 10; - getitem "LifeStone", 5; + getitem "Lifestone", 5; getexp 200, 1; mes "[Elanore the Healer]"; mes "Elanore carefully goes over your leaves, then smiles."; @@ -263,10 +263,10 @@ L_Teach_Initial: next; getinventorylist; - if ((@inventorylist_count == 100) && (countitem("LifeStone") == 0)) + if ((@inventorylist_count == 100) && (countitem("Lifestone") == 0)) goto L_Teach_Initial_Noroom; - getitem "LifeStone", 1; + getitem "Lifestone", 1; set @Q_status, @STATUS_LEARNED_LIGHT_HEAL; callsub S_update_var; @@ -499,7 +499,7 @@ L_Teach_AdvanceTo3Ready: mes "\"Please come back soon; there is more that I would like to teach you.\""; next; set MAGIC_FLAGS, MAGIC_FLAGS | MFLAG_ELANORE_OMAR; - getitem "LifeStone", 20; + getitem "Lifestone", 20; goto L_Main; |