Adventurer Class Bug (And Fix)

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Elkan
Archmage
Posts: 336
Joined: Wed Aug 08, 2007 12:23 pm

Adventurer Class Bug (And Fix)

#1 Post by Elkan »

Line 85 in adventurer.lua
"unused_talent_points = 2"
Should be
"unused_talents = 2"

You've been shortchanging those poor adventurers! Shame on you ;)

And Silly me, I initially posted that in the wrong forum. tsk...

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

Re: Adventurer Class Bug (And Fix)

#2 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 ;)

MisiuPysiu
Archmage
Posts: 379
Joined: Tue Nov 11, 2003 10:54 am
Location: Wroclaw/Poland

Re: Adventurer Class Bug (And Fix)

#3 Post by MisiuPysiu »

Hey DG,

You changed the code to:
"unused_talents_points = 3"
shouldn't it be
"unused_talents = 3" ?

If I understand it right, the current version doesn't change anything

Post Reply