Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Kozuka

Pages: [1]
1
Wish list /
« on: December 01, 2004, 06:22:26 am »
Quote

Thats not going to happen, the devs have said that there will be no more player races (unless Talad changes mind of course) than those listed on the main page.  Also this just screams to be abused (bribing a mob anyone?).

Kozuka: Although I like the idea of NPC\'s seeming real it would require huge amounts of AI coding (actually and AI team would be needed), of course if your volunteering :P

-Zorium



I would actaly love to help, but what I am asking involves actaly knowing a programming language, this I am sorry to say I lack. I have read many books (or at least tried), in my fault of wanting to teach myself everything I possibly can and everytime I fail for some reason.

#include iostream.h

int main()
{
int responce;

  std::cout>>\"Yeah you know I own!\\n\";
  std::cout>>\"1=Yes 2=No\\n\";
  std::cout>>\"Your Responce: \";
  std::cin<< responce;
  if ( responce==1) {
     std::cout>>\"Damn Strait\\n\";
}
  if ( responce==2 ) {
     std::cout>>\"Well Screw You Two\\n\";
}

return 0;
}

Happy Compiling

Peace
Kozuka

2
Wish list / Scripted AI - And AI In General
« on: November 30, 2004, 10:39:18 am »
If this has been posted before I apologize, I know how much you guys rag on about using the search button.. The basic consept of what I am trying to get across is the abillity for AI to work together and to setup scripted tactics-based events like the abillity to setup an ambush or use stratagy against it\'s player opponets. Now I know the first person who comes here is going to post \"that eats up to much system resources\" or something to that affect but may I remind you that \"anything is possible with an open mind\" the developers here have the unique oportunity to create something unique. But aside from that what I am asking is feezibly possible with good code and scripting remember that this doesn\'t have to apply for every mob in the game only certain ones.

Let me make a few examples of what I am asking so everyone understands.

1. Let\'s say a team of orc\'s (example) consisting of a team of 2 archers 3 mages and 5 warriors the warriors move the the front to hold the line the mages heal the orcs and buff the archers to deal in the damage.

2. A path with a hill on each side with a tree line on both sides and a gate on one end, infact in setting up an ambush the orcs hide in the trees on each side wait for the player to come into a possition where they can surround him and *bang* he didn\'t know what hit him.

If your wondering why I didn\'t use the search function I have been having a problem with the forums with it not letting me view topics and even not letting me use the search function it\'s weird if anyone can help me it would be a great help, I am using firefox and I am on a gentoo linux..

Anyways thanks for listening..
Peace
Kozuka

Pages: [1]