summaryrefslogtreecommitdiff
path: root/world/map/npc/029-2/tanisha.txt
diff options
context:
space:
mode:
authorLed Mitz <smoothshifter@tuta.io>2024-04-03 18:01:32 +0000
committerLed Mitz <smoothshifter@tuta.io>2024-04-03 18:01:32 +0000
commita98cf958b0264358c5ea13818458ce8e3a229867 (patch)
tree8343384a7cd98fe9522a08d85b401396fabf2ec0 /world/map/npc/029-2/tanisha.txt
parentb3862b8d824b1470b4a1d844db2b1eab826be4e7 (diff)
downloadserverdata-a98cf958b0264358c5ea13818458ce8e3a229867.tar.gz
serverdata-a98cf958b0264358c5ea13818458ce8e3a229867.tar.bz2
serverdata-a98cf958b0264358c5ea13818458ce8e3a229867.tar.xz
serverdata-a98cf958b0264358c5ea13818458ce8e3a229867.zip
Allow setting stats at start of game - server
This brings back the ability to set stats during character creation. It will need to be tested first to ensure that new characters do not gain an additional 30 stat points and to make sure that current characters gain 3 more. Also, I'll need to make one more MR, probably, when I find out where character points on character creation are set. Will need to change from 48 to 54 in order to achieve 30 points, I think, though I may need to change 48 to 0 if this is set after login. Simple things are rarely simple in practice. GAH! **** Approved-by: Led Mitz <smoothshifter@tuta.io> Reviewed-by: Led Mitz <smoothshifter@tuta.io>
Diffstat (limited to 'world/map/npc/029-2/tanisha.txt')
-rw-r--r--world/map/npc/029-2/tanisha.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/world/map/npc/029-2/tanisha.txt b/world/map/npc/029-2/tanisha.txt
index 025cc499..9f53d06e 100644
--- a/world/map/npc/029-2/tanisha.txt
+++ b/world/map/npc/029-2/tanisha.txt
@@ -1,6 +1,7 @@
// This file is part of the Tutorial
// Authors: Jenalya, alastrim
// Cleanup: o11c
+// Updates: Ledmitz
029-2,110,88,0|script|Tanisha|114
{
@@ -104,13 +105,14 @@ L_StatsRe:
mes "\"Agility increases your attack speed and your ability to dodge attacks.\"";
mes "\"Vitality gives you more hit points and more defense against physical attacks.\"";
mes "\"Intelligence is useful for magic attack and defense.";
- mes "But as long as you don't know any magic, you shouldn't use your points on this.\"";
+ mes "But as long as you don't know any magic, you may not want to use your points on this. Unless...\"";
+ mes "If you do choose that path, be sure to visit the alchemy shop and talk to Morgan.\"";
mes "\"Dexterity is needed to hit monsters. It's also very important for the damage if you use a ranged weapon.\"";
- mes "\"Luck gives you the chance to do critical hits and lowers the chance to receive a critical hit from your opponent.\"";
+ mes "\"Luck gives you the chance to do critical hits and lowers the chance to receive hits a bit from your opponent. Most importantly, critical hits.\"";
next;
mes "\"Think about how you want to play before assigning the points.\"";
mes "\"My Uncle sitting at the counter knows a spell to help the younglings reset their stats.\"";
- mes "\"He can also change your hair style and color, along with your gender.\"";
+ mes "\"He can also change your hair style and color, along with your gender or species.\"";
mes "\"Furthermore, he knows of mages with even more powerful reset spells for your stats.\"";
next;
if (QL_BEGIN == 7)
@@ -163,6 +165,7 @@ L_Mob:
mes "\"Neutral monsters are peaceful until they get attacked.\"";
next;
mes "\"Assistants are monsters who help each other.\"";
+ mes "\"They can be Neutral or Aggressive.\"";
goto L_Close;
L_Tut_Done: