EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Server Code Submissions (https://www.eqemulator.org/forums/forumdisplay.php?f=669)
-   -   StringIDs.h bow double damage spelling fix (https://www.eqemulator.org/forums/showthread.php?t=30946)

LeftRoad 04-01-2010 01:38 PM

StringIDs.h bow double damage spelling fix
 
Just a minor spelling fix to make my ranger happy...
Code:

--- 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.


All times are GMT -4. The time now is 06:00 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.