View Full Version : [BUG] DragonPrime Beta - Typos
TheWatcher
03-12-2007, 04:06 AM
(it seemed a bit silly to get a separate thread for every typo, hence the generic subject. I'm sure the mods will lock or remove it if they think otherwise ;) )
Unless Unélith (level 5 master) was purposely renamed, a typo seems to have slipped in: his name is displayed as Unélith, at least when fighting him to level up.
Lauri
03-12-2007, 06:16 AM
That's an encoding thing. It happens to me EVERY time I install a server too =(
All the é characters and also Ulysses Wölfgang have similar =(
Hopefully there is a way to avoid these, or else have them removed from the set pack that comes with the installer.
Elessa
03-12-2007, 12:05 PM
(it seemed a bit silly to get a separate thread for every typo, hence the generic subject. I'm sure the mods will lock or remove it if they think otherwise ;) )
Unless Unélith (level 5 master) was purposely renamed, a typo seems to have slipped in: his name is displayed as Unélith, at least when fighting him to level up.
heh, Unélith appears correctly for me.
Lauri
03-12-2007, 05:32 PM
A lot of players report wölfgang when it's first installed. As soon as the admin corrects it, no problem.
It may well just be that some browsers don't deal with it, but since it's a big hassle the special characters after install, we could probably just remove them.
Qwyxzl
03-22-2007, 10:57 PM
I got this yesterday
You kneel down to pray before the dark altar...
Your mind is filled with disturbing images!
You quickly stumble away from this unholy place, barely sane.
60 thanks you for the sacrifice. You gain Ramius favor.
Not exactly a typo but close enough :)
X-Kal
03-23-2007, 02:27 AM
Hey, I got that, too, on lotgd.net
Lauri
03-23-2007, 04:40 AM
That's a result of changing "login" to "loginid" where it returns the player's number instead of their name. Pretty sure XChrisX is handling those, I'll tell him to read this thread.
daves
03-23-2007, 01:41 PM
60 thanks you for the sacrifice. You gain Ramius favor.
Actually, that was a result of the addition of the ability to change the name of Ramius as a setting. The actual old code used to name Ramius, instead it was decided to make it so you can give any name you want to the ruler of the underworld. The code looks something like this:
"%s thanks you for the sacrifice. You gain %s favor.",$variable2,$variable1"
The called variables were just reversed.
kickme
03-23-2007, 02:26 PM
Easy fix. Even translators can do this. Change it to
%2$s thanks you for the sacrifice. You gain %1$s favor.
vBulletin® v3.6.8, Copyright ©2000-2013, Jelsoft Enterprises Ltd.