Typos

Where bugs go to lie down and rest

Moderator: Moderator

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

Re: Typos

#46 Post by PowerWyrm »

Looking around: "interresting" (interesting)

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

Re: Typos

#47 Post by PowerWyrm »

Ulmswik the Wise: "water live as a threat" (life)

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Typos

#48 Post by darkgod »

Fixed
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Patryn
Thalore
Posts: 130
Joined: Sat Aug 07, 2010 12:07 pm

Re: Typos

#49 Post by Patryn »

pre-mount-doom.lua
newChat{ id="welcome",
text = [[*#LIGHT_GREEN#Suddently a voice appears in your head.#WHITE#*
@playername@, this is High Sun Paladin Aeryn of the Sunwall, I am communicating with you thanks to the power of the anorithil.
I have some urgent information for you: the staff you were looking for has been located.]],
answers = {
{"Where?!", jump="where"},
}
}

newChat{ id="where",
text = [[One of our patrols noticed some strange orc movements around in the sourthern part of the contient, inside the desert of Erúan.
A groupd of orcs where guarding something that looks like the staff you talked about.
You should go there and investigate, this might be your only chance.]],
answers = {
{"I will, right now!"},
}
}
Corrected:
newChat{ id="welcome",
text = [[*#LIGHT_GREEN#Suddently a voice appears in your head.#WHITE#*
@playername@, this is High Sun Paladin Aeryn of the Sunwall. I am communicating with you thanks to the power of the anorithil.
I have some urgent information for you: the staff you were looking for has been located.]],
answers = {
{"Where?!", jump="where"},
}
}

newChat{ id="where",
text = [[One of our patrols noticed some strange orc movements in the southern part of the contient, inside the desert of Erúan.
A group of orcs were guarding something that looks like the staff you talked about.
You should go there and investigate, this might be your only chance.]],
answers = {
{"I will, right now!"},
}
}
In addition, the "Erúan" seems to have some problems with the ú on my machine. It only displays as "Er[]" with [] representing a "box"-char. Dunno if thats a general problem or just an issue on my PC.

PS: Sorry for not providing the diff, but I'm on a Win machine here and cygwin complains something about a missing shared lib/object when calling diff... gotta check the installed packages sometime...

yufra
Perspiring Physicist
Posts: 1332
Joined: Tue Jul 13, 2010 2:53 pm

Re: Typos

#50 Post by yufra »

"but I thought too many battles" should be "but I fought too many battles" in the escort quest.
<DarkGod> lets say it's intended

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Typos

#51 Post by darkgod »

Ahah yes obviously :)
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Repton
Archmage
Posts: 371
Joined: Wed Aug 05, 2009 2:17 am

Re: Typos

#52 Post by Repton »

I was browsing the code to see what my summoned turtle's armour is, and I noticed that it has a subtype of "turle".

(not sure if this actually matters..)

Burb Lulls
Spiderkin
Posts: 480
Joined: Mon Jul 26, 2004 5:20 am
Location: Blighty

Re: Typos

#53 Post by Burb Lulls »

On the 'show known lore' menu, it reads "catefory" instead of "category".

Also, the "you seem to be a pratical men" typo greycat reported previously remains.

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Typos

#54 Post by darkgod »

fixed and fixed :)
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

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

Re: Typos

#55 Post by getter77 »

In Alchemist class description:

.."usualy accompagnied by such a construct which acts as a body guard."

Change to:

"usually accompanied by such a construct which acts as a bodyguard."

yufra
Perspiring Physicist
Posts: 1332
Joined: Tue Jul 13, 2010 2:53 pm

Re: Typos

#56 Post by yufra »

line 474 in CharacterSheet.lua, "wchieved" should be "achieved".
<DarkGod> lets say it's intended

yufra
Perspiring Physicist
Posts: 1332
Joined: Tue Jul 13, 2010 2:53 pm

Re: Typos

#57 Post by yufra »

The talent description for Swallow should be "%d%% life".
<DarkGod> lets say it's intended

yufra
Perspiring Physicist
Posts: 1332
Joined: Tue Jul 13, 2010 2:53 pm

Re: Typos

#58 Post by yufra »

The "Luck of the Little Folk" description has the wrong formula and still cites Constitution as the scaling stat.
<DarkGod> lets say it's intended

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

Re: Typos

#59 Post by Shoob »

yufra wrote:The "Luck of the Little Folk" description has the wrong formula and still cites Constitution as the scaling stat.
actually I talked with DG about that during development of the alpha stages, it was done on purpose like that as they are a hardy people (con)
Oliphant am I, and I never lie.

yufra
Perspiring Physicist
Posts: 1332
Joined: Tue Jul 13, 2010 2:53 pm

Re: Typos

#60 Post by yufra »

Shoob wrote:
yufra wrote:The "Luck of the Little Folk" description has the wrong formula and still cites Constitution as the scaling stat.
actually I talked with DG about that during development of the alpha stages, it was done on purpose like that as they are a hardy people (con)
In that case the typo is in the code, since data/talents/misc/misc.lua uses "10 + self:getCun() / 2" for the criticals.
<DarkGod> lets say it's intended

Locked