PDA

View Full Version : Home Made Maplestory (DITMS)


shadowpk90
02-01-2008, 01:26 AM
home made maplestory game
i call is DITMS
i made this using C++ and it took me about 2 hours.... im adding new monsters and such later on though

msdit.exe - 0.46MB (http://www.zshare.net/download/7068945e0f113c/)
i know it isnt that big n its text
but its my first program using C++

Xagent
02-01-2008, 01:32 AM
Ill try it,
Just one question.
How do you put in stat points when you first download the game?

shadowpk90
02-01-2008, 01:46 AM
press 1 for STR
2 for DEX
3 for LUK
and so on

RideBMX
02-01-2008, 02:42 AM
I broked it. :-/
I tried to exit with the "exit" command and it put it in a loop.
It looks pretty cool for a simple text-based game.

shadowpk90
02-01-2008, 03:09 AM
thanks BMX and btw the street i live in is called memory LN. lol

im working on better monsters and equips
later on a job,, its DITMS so you can guess what class is it based on

maybe later a MAGE and ARCHER version can be made lol

Sketchyx
02-01-2008, 03:24 AM
Mind uploading it somewhere else? Or send it to me over msn. Some crap pops up and i cant dl it

Khriz
02-01-2008, 03:46 AM
nice, only got to lv 2, always mess up xP

Piggy-Bank
02-01-2008, 04:00 AM
It's a great game. From what I see, you've only gotten though a few lessons in C++, but creating something like this is quite a task. Especially if it's your first program. (Are you sure you didn't do "Hello, World"?) Anyway, congratulations on getting this far. I'd love to see more.

PS: If you need any guides on learning C++, I've got a bunch of links. I was planning on learning C++, but I got lazy and decided to stick with basic HTML. Perhaps I'll move onto C++ or Python in a few years...

Sketchyx
02-01-2008, 04:03 AM
haha wow i remeber the "Hello world" crap when i was learning it. Lets just say i hate that phrase..

YarpsDat
02-01-2008, 07:06 PM
Bugs:
- it says I took 4 damage, but HP decreases by 2.
- when you select heal, it does "MaxHP=HP" instead of "HP=MaxHP"
- MaxHP doesn't increase on level up, and HP doesn't heal.
- I think you level up when "exp required == 0", it should be "exp required <=0", because of that, you can't level beyond level 2.
- too many hackers, lol.
- I don't think removing the previous lines from the screen is that important.

Oh, this one is not a bug, but you may want to consider using getch(); for your input, instead of scanf or whatever. http://www.thinkage.ca/english/gcos/expl/c/lib/getcha.html

Other than that, good job.

shadowpk90
02-01-2008, 09:00 PM
yeah thanks for using it guys ill update it next Monday because i start working this weekend and i don't know how my schedule will work out

thanks for telling me about all those bugs lol well im gonna implement ACTUAL skills and weapons,, i did already implement the real formula for damage but i set mastery as 100% and weapon attack at 10 for now

can you guys tell me any other upload site that doesn't require registration,, so i can upload it there.

EDIT : Fixed the half damage glitch (a simple typo)
Fixing the level glitch (instead of it being EVERYTIME your experience needed to level being 0 for levelup it only happens once so i need to make it EVERYTIME)
ill fix that and release a couple of monsters by monday..

Xagent
02-02-2008, 01:23 AM
Erh.. doesn't it save? o.o I just closed it and it didn't save.
Anyways, nice game overall, keep updating it!