PDA

View Full Version : StringIDs.h bow double damage spelling fix


LeftRoad
04-01-2010, 01:38 PM
Just a minor spelling fix to make my ranger happy...
--- StringIDs.h.old 2010-04-01 12:54:34.000000000 -0400
+++ StringIDs.h 2010-04-01 13:31:32.000000000 -0400
@@ -19,7 +19,7 @@
#define DOORS_GM 133 //You opened the locked door with your magic GM key.
#define GAIN_XP 138 //You gain experience!!
#define GAIN_GROUPXP 139 //You gain party experience!!
-#define BOW_DOUBLE_DAMAGE 143 //Your bow shot did double dmg.
+#define BOW_DOUBLE_DAMAGE 143 //Your bow shot did double damage.
#define FORAGE_GRUBS 150 //You have scrounged up some fishing grubs.
#define FORAGE_WATER 151 //You have scrounged up some water.
#define FORAGE_FOOD 152 //You have scrounged up some food.

joligario
04-01-2010, 02:15 PM
Changing the comment does not change the message. You are looking for the file that is on your own computer called "eqstr_en.txt". Find 143.

KLS
04-01-2010, 04:29 PM
Aye if you actually want to change it open up eqstr_en.txt (DON'T USE NOTEPAD) and find the line labeled 143 and change it. You need to use a real text editor that wont add stupid characters and will preserve line endings so again (DON'T USE NOTEPAD).

LeftRoad
04-01-2010, 10:51 PM
Ack! Important note to self... do not attempt programming while drunk with only a 14 skill.