diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-22 20:41:33 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-22 20:41:33 -0300 |
commit | 10a71210b827d99c5a758e2881e1482db543d9b7 (patch) | |
tree | e72f1496565b3faf4cdebc7fef68fd60684a2757 /npc/003-1/swezanne.txt | |
parent | 1956c8cbf7f65dff1459073324ed41767d072726 (diff) | |
download | serverdata-10a71210b827d99c5a758e2881e1482db543d9b7.tar.gz serverdata-10a71210b827d99c5a758e2881e1482db543d9b7.tar.bz2 serverdata-10a71210b827d99c5a758e2881e1482db543d9b7.tar.xz serverdata-10a71210b827d99c5a758e2881e1482db543d9b7.zip |
This Elanore is incomplete because missing items.
Also, you need to hear about Lifestones somewhere to talk about them! As there is no variable for that...
Diffstat (limited to 'npc/003-1/swezanne.txt')
-rw-r--r-- | npc/003-1/swezanne.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-1/swezanne.txt b/npc/003-1/swezanne.txt index 16e6b4c90..7d1adb984 100644 --- a/npc/003-1/swezanne.txt +++ b/npc/003-1/swezanne.txt @@ -1,3 +1,4 @@ +// TMW-2 Script // Author: // Jesusalva @@ -86,6 +87,6 @@ OnInit: setunitdata(.@npcId, UDT_HAIRCOLOR, 7); .sex = G_FEMALE; - .distance = 3; + .distance = 5; end; } |