Enemy Storage/Selection file

Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
View Poll Results: Do you think that I am trying to do too much for a beginner programmer?
Yes! 1 100.00%
No Way! 0 0%
Voters: 1. You may not vote on this poll

Reply

Join Date: Oct 2003
Posts: 7
Reputation: Bob4life2000 is an unknown quantity at this point 
Solved Threads: 0
Bob4life2000 Bob4life2000 is offline Offline
Newbie Poster

Enemy Storage/Selection file

 
0
  #1
Oct 13th, 2003
Okay in case anybody was wondering I solved the class call problem.

Now I am trying to create a file for Enemy characters that will store appx 100 different Enemies and depending on the level of the main character apply different stats to those enemies along with a randomly selected name, I also intend to use the basis of this code to create NPCs and shops randomly. Every shop will be filled with a number (1-10) NPCs who will be randomly selected and placed there. Included is a sample of the current enemy code I am using. I haven't set values except for the name here because in my main file I call this snippet and assign everything there.
class Enemy
{String name=("George");
int Hp;
int Pp;
}
This is allowing me to make a new enemy in my main file but...
it does not give me the freedom I need.

As I said in my first post I am realetivly new to Java and, I probably should no be jumping in head first like this, but any help you can give would be greatly appreciated. Thank you.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



Tag cloud for Java
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC