Advancement Chart for BT3 Classes

Discussions and help for Bard's Tale III: The Thief of Fate
Post Reply
caars
Posts: 145
Joined: Fri Oct 18, 2013 10:01 pm

Advancement Chart for BT3 Classes

Post by caars »

Does anyone know what it is?

Specifically:

Advancement (XP to reach level) for Chronomancer? Geomancer?

Also, high levels in the other classes? (Background: IIRC, while BT1 and BT2 made each level after 13 a set increase - for example, after level 13, a Warrior needed 200,000 XP for each level beyond that, BT3 seemed to slowly increment up this amount. So it might be something like 200,000 XP per level for levels 14-18, but then 300,000 XP per level for 19-23, and then 400,000 XP per level for 24-28, etc. That's not what it actually was, but I remember it going like that.)
drifting
Posts: 152
Joined: Wed Dec 07, 2011 10:21 pm

Re: Advancement Chart for BT3 Classes

Post by drifting »

caars wrote:Does anyone know what it is?

Specifically:

Advancement (XP to reach level) for Chronomancer? Geomancer?

Also, high levels in the other classes? (Background: IIRC, while BT1 and BT2 made each level after 13 a set increase - for example, after level 13, a Warrior needed 200,000 XP for each level beyond that, BT3 seemed to slowly increment up this amount. So it might be something like 200,000 XP per level for levels 14-18, but then 300,000 XP per level for 19-23, and then 400,000 XP per level for 24-28, etc. That's not what it actually was, but I remember it going like that.)
Usual DOS version disclaimer.

Chronomancer is the same as Archmage:

Code: Select all

dseg:15BA archXPReq       dd 70000, 140000        ; 0 ; DATA XREF: dseg:classXPReqso
dseg:15BA                 dd 240000, 340000       ; 2
dseg:15BA                 dd 540000, 740000       ; 4
dseg:15BA                 dd 1000000, 1400000     ; 6
dseg:15BA                 dd 1800000, 2200000     ; 8
dseg:15BA                 dd 2600000, 3000000     ; 10
Geomancer:

Code: Select all

dseg:15EA geomXPReq       dd 100000, 225000       ; 0 ; DATA XREF: dseg:classXPReqso
dseg:15EA                 dd 400000, 650000       ; 2
dseg:15EA                 dd 950000, 1400000      ; 4
dseg:15EA                 dd 1800000, 2200000     ; 6
dseg:15EA                 dd 2600000, 3000000     ; 8
dseg:15EA                 dd 3400000, 3800000     ; 10
After that it is 400,00 xp per level.
caars
Posts: 145
Joined: Fri Oct 18, 2013 10:01 pm

Post by caars »

Interesting ... that implies Archmages actually advance faster in BT3 than they did in BT2 (in BT2 their advancement chart is very close to what a Geomancer is).

Thanks!
Post Reply