Dwedit's Board

Enjoy the board

You are not logged in.

Announcement

User passwords may have been corrupted, if you can't log in, use the "Forgot Password" feature. If you still can't log in, contact me and I can try to manually reset your password.

#1 2005-10-22 1:04:21 pm

Samurai.Zero
Member
Registered: 2005-10-22
Posts: 4

DW1 Question - Level Stats

myself wrote:

First off, yes this is indeed an odd request. But I figured there is no harm in asking. Less of course it angers a member, who would then track me down and drive a stake through my heart. But since that isn't going to happen, I ought to be fine.

So anyhow, all jesting aside - my question is this: Does anyone have a list of what you gain at each level? For example, when one is promoted from level 2 to 3, you gain the following.

+2 Power
+2 Speed
+2 HP
+4 MP
+Heal Spell

Now I have a list that tells how many experience points are required to gain levels, and a list of what spells you gain and at what level. But I have been unable to find a list that tells what stats you gain at each level. And I need one. Otherwise, I'll be forced to delete all 3 of my max level characters on my original cartridge! And you know, I just can't bring myself to do it.

Plus I just don't have enough time to go through the entire game again, although I *might* be able to figure out if there is a pattern to the stats gained at each level. Who knows? Stranger things have happened.

Oh and for those who are curious, the reason I need this is because I am atempting to create a DW Clone to improve upon my coding skills. And its, you know, fun. Now I admit I could just thoss together some skill increase chart - but I'd rather not do that. I want to keep the clone as close to the original as possible.

So if anyone could either link me to such information, or post it here - I'd be greatful. Thanks in advanced.

I posted this message on a different forum, a forum dedicated to Dragon Warrior/Quest and someone told me I should come ask the question here because Dwedit created a DW1 dungeon creator. So yeah, here I am, asking the same question.

If anyone could supply the info I need, or point me in the right direction I'd be greatful.

Offline

#2 2005-10-22 1:48:52 pm

Dwedit
Administrator
From: Chicago
Registered: 2004-12-12
Posts: 1,017
Website

Re: DW1 Question - Level Stats

Stats Table:

Level	Str	Agil	HP	MP
1	4	4	15	0	
2	5	4	22	0	
3	7	6	24	5	
4	7	8	31	16	
5	12	10	35	20	
6	16	10	38	24	
7	18	17	40	26	
8	22	20	46	29	
9	30	22	50	36	
10	35	31	54	40	
11	40	35	62	50	
12	48	40	63	58	
13	52	48	70	64	
14	60	55	78	70	
15	68	64	86	72	
16	72	70	92	95	
17	72	78	100	100	
18	85	84	115	108	
19	87	86	130	115	
20	92	88	138	128	
21	95	90	149	135	
22	97	90	158	146	
23	99	94	165	153	
24	103	98	170	161	
25	113	100	174	161	
26	117	105	180	168	
27	125	107	189	175	
28	130	115	195	180	
29	135	120	200	190	
30	140	130	210	200

What you gain table:

Level	Str	Agil	HP	MP
2	1	0	7	0
3	2	2	2	5
4	0	2	7	11
5	5	2	4	4
6	4	0	3	4
7	2	7	2	2
8	4	3	6	3
9	8	2	4	7
10	5	9	4	4
11	5	4	8	10
12	8	5	1	8
13	4	8	7	6
14	8	7	8	6
15	8	9	8	2
16	4	6	6	23
17	0	8	8	5
18	13	6	15	8
19	2	2	15	7
20	5	2	8	13
21	3	2	11	7
22	2	0	9	11
23	2	4	7	7
24	4	4	5	8
25	10	2	4	0
26	4	5	6	7
27	8	2	9	7
28	5	8	6	5
29	5	5	5	10
30	5	10	10	10

Sorry about punbb making scroll boxes for the code tag...


"We are merely sprites that dance at the beck and call of our button pressing overlord."

Offline

#3 2005-10-22 3:44:03 pm

Samurai.Zero
Member
Registered: 2005-10-22
Posts: 4

Re: DW1 Question - Level Stats

Haha, no worries about the scroll boxes. Pun can be annoying that way. The funny thing about this is I just got done using a ROM + Game Genie code to go through killing slimes and writting down these stats for the first 10 levels.

Thanks a ton man, very very helpful. You've saved me from doing the final 20 levels - which would have taken a while. Thanks again.

Offline

#4 2005-10-22 4:40:15 pm

Samurai.Zero
Member
Registered: 2005-10-22
Posts: 4

Re: DW1 Question - Level Stats

First off, sorry for this double post but its not really a double post as I've now registered. I just figured I'd mention that while going through with 10 different characters, up to level 10, I've found that all of the stats fluctuate with each character. Or rather, all of the stats except the HP of the character.

Also, below is the Defense Power for levels 1-10. Yes, I'll edit this later and post the levels for 10-30 as well - just as soon as I find the time to do it myself. This is about the average DEF I've gotten after going to lvl 10 with 10 different characters. Also, your stats above are also about the average for the characters as well. Within a point margin or so.

LVL | DEF
1 | 2
2 | 2
3 | 3
4 | 4
5 | 5
6 | 5
7 | 8
8 | 9
9 | 10
10 | 14

Also, thanks again for posting this info. Its very helpful to comfirm my own stats, plus had I not needed the Defense Power as well, it would have saved a countless amount of time. Thanks again mate!

Offline

#5 2005-10-22 6:54:47 pm

Dwedit
Administrator
From: Chicago
Registered: 2004-12-12
Posts: 1,017
Website

Re: DW1 Question - Level Stats

DEF = AGILITY/2

The stats in the chart were ripped from the rom with dw1mde.  No clue how the game actually does the fluctuation.  Maybe it's on gamefaqs somewhere.


"We are merely sprites that dance at the beck and call of our button pressing overlord."

Offline

#6 2005-10-23 7:02:23 pm

Samurai.Zero
Member
Registered: 2005-10-22
Posts: 4

Re: DW1 Question - Level Stats

Oh yeah, I never even noticed that. Thanks again for the information mate. Also thought I'd mention that according to game FAQ's your initial stats and growth stats are indeed calculated by your characters name! Which, although its cruel to do it, I think I'm going to do the same same within my clone.

I just thought that was some pretty cool info.

P.S. thanks for mention GameFAQ's, somehow I had never heard of the site before! Thanks again.

Last edited by Samurai.Zero (2005-10-23 7:14:00 pm)

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman