Typos

Where bugs go to lie down and rest

Moderator: Moderator

Locked
Message
Author
PowerWyrm
Sher'Tul
Posts: 1106
Joined: Thu Nov 21, 2002 9:53 pm

Typos

#1 Post by PowerWyrm »

Let this be the thread to collect and fix the typos in the game!

- talent menu, "stunning blow" talent: "atatck" in talent description
- "realy" exit tome?
- I saw "usualy" also somewhere...

greycat
Sher'Tul
Posts: 1396
Joined: Tue May 11, 2010 11:51 pm

Re: Typos

#2 Post by greycat »

Code: Select all

$ rgrep -n atatck .
./game/modules/tome/class/interface/Combat.lua:98:	-- Offhand atatcks are with a damage penality, taht can be reduced by talents
./game/modules/tome/data/talents/techniques/2hweapon.lua:206:		return ([[Hits the target with your weapon doing %d%% damage, if the atatck hits, the target is stunned.]]):format(100 * (1.2 + self:getTalentLevel(t) / 10))
./game/modules/tome/dialogs/CharacterSheet.lua:98:	-- Offhand atatcks are with a damage penality, taht can be reduced by talents
./game/modules/tome/dialogs/CharacterSheet.lua:218:	-- Offhand atatcks are with a damage penality, taht can be reduced by talents

Code: Select all

$ rgrep -n realy .
./game/special/mainmenu/class/Game.lua:111:--- Ask if we realy want to close, if so, save the game first
./game/modules/tome/class/Game.lua:698:--- Ask if we realy want to close, if so, save the game first

Code: Select all

$ rgrep -n usualy .
./game/engine/interface/ActorAI.lua:149:-- This will usualy return the exact coords, but if the target is only partialy visible (or not at all)
./game/engine/Level.lua:36:-- Only entities that need to act need to be added. Terrain features do not need this usualy
./game/modules/tome/class/Player.lua:233:-- This is usualy just what you want so dont think too much about it :)
./game/modules/tome/data/damage_types.lua:78:-- Arcane is basic (usualy) unresistable damage
./game/modules/tome/data/birth/classes/mage.lua:50:		"Archmagi know all schools of magic but the more intricates(Temporal and Meta) from the start. They however usualy refuse to have anything to do with Necromancy.",
./game/modules/tome/data/birth/classes/rogue.lua:52:		"Rogues usualy prefer to dual-wield daggers. They can also become trapping experts, from detecting and disarming them to setting them.",
./game/modules/tome/data/birth/classes/warrior.lua:84:		"A Berserker usualy forfeits all ideas of self-defence to concentrate on what she does best: killing things.",
These are the kinds of bugs that can easily be fixed by contributors, so DarkGod can focus on the gameplay issues.

getter77
Thalore
Posts: 125
Joined: Sat Dec 12, 2009 2:16 pm
Location: GA, USA
Contact:

Re: Typos

#3 Post by getter77 »

Yeah...I think I caught all those in this last day or so. Probably should've mentioned it, but I've gone through just about every file and corrected everything.

So...this'll be handy after the next release to see what slipped past me! :)

forkbomb
Archmage
Posts: 332
Joined: Mon Jun 04, 2007 6:32 pm

Re: Typos

#4 Post by forkbomb »

I believe I spotted a comma splice in the initial dialog at the tower... (something ending it "what will you find", I believe).
/grammarmonsterism

greycat
Sher'Tul
Posts: 1396
Joined: Tue May 11, 2010 11:51 pm

Re: Typos

#5 Post by greycat »

Angmar's Fall: "Made from the bones of of many creatures"

rmeakins
Wayist
Posts: 22
Joined: Thu May 20, 2010 10:40 pm

Re: Typos

#6 Post by rmeakins »

I've noticed a whole heap of "maximun" typos (should be "maximum")

Is there some way we can create a diff file so that we can email it to Darkgod and he can implement these without much effort?

greycat
Sher'Tul
Posts: 1396
Joined: Tue May 11, 2010 11:51 pm

Re: Typos

#7 Post by greycat »

"There is more than one objects lying here."

bio_hazard
Wyrmic
Posts: 233
Joined: Thu Dec 20, 2007 12:08 am
Location: California

Re: Typos

#8 Post by bio_hazard »

There was a "change" that should have been a "chance" or visa versa, but I can't remember where now! Sorry- least useful bug report ever. :?

Final Master
Sher'Tul
Posts: 1022
Joined: Fri May 21, 2010 8:16 pm
Location: Inside the minds of all
Contact:

Re: Typos

#9 Post by Final Master »

This isn't as much a typo as a naming issue. Anytime I use a potion that I have multiples of, it will read "(name) used 4 potions of healing" when I used one, but because I have 4 of them, it comes up as that.
Final Master's Character Guides
Final Master's Guide to the Arena
Edge: Final Master... official Tome 4 (thread) necromancer.
Zonk: I'd rather be sick than on fire! :D

PowerWyrm
Sher'Tul
Posts: 1106
Joined: Thu Nov 21, 2002 9:53 pm

Re: Typos

#10 Post by PowerWyrm »

Bill's Tree Trunk: "This ia big nasty tree trunk..." (is a)
Potions: "It can be used to cures..." (cure)
Potion of cure disease: "It can be used to cures poison." (poison instead of disease)

Gwai
Sher'Tul
Posts: 1091
Joined: Wed Apr 27, 2005 1:55 pm

Re: Typos

#11 Post by Gwai »

I (actually mirrizin) found a brass lantern of "Clean Sight." Figured it was supposed to be clear.

Gwai
Sher'Tul
Posts: 1091
Joined: Wed Apr 27, 2005 1:55 pm

Re: Typos

#12 Post by Gwai »

Gwai performs a critical stike.

Figure I probably should have performed a critical strike.

Shoob
Reaper
Posts: 1535
Joined: Mon Jan 22, 2007 6:31 pm
Location: East of the sun, west of the moon

Re: Typos

#13 Post by Shoob »

turning in the staff (not just describing it): eithy should be eighty.

also I think if you have the staff you dont need to describe it first :)
Oliphant am I, and I never lie.

greycat
Sher'Tul
Posts: 1396
Joined: Tue May 11, 2010 11:51 pm

Re: Typos

#14 Post by greycat »

Assassin Lord conversation: "you seem to be a pratical men". (two typos -- practical man)

PowerWyrm
Sher'Tul
Posts: 1106
Joined: Thu Nov 21, 2002 9:53 pm

Re: Typos

#15 Post by PowerWyrm »

Bill's Tree Trunk still says "This ia big nasty tree trunk..." in beta 3.

Locked