Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: elmangakac on February 06, 2011, 02:52:54 am

Title: [RESOLVED] A little and silly doubt about enemies in blizzabs
Post by: elmangakac on February 06, 2011, 02:52:54 am
 :^_^': Hello guys... well.... when  i create an enemy.... i want that the enemy moves with a normal attack almost all the time and only a few times use the skill against the player...

Well in database/actions... how i have to put the actions to do that?... im only know how make that the enemy use a simple attack or a Skill attack, but no both... im using BLIZZabs 2.79 ^_^

Thank you...

PD: Maybe its a idiota doubt...but...i dont know!!

Title: Re: A little and silly doubt about enemies in blizzabs
Post by: LiTTleDRAgo on February 06, 2011, 04:00:11 am
you mean this?

(http://img835.imageshack.us/img835/9057/91859899.jpg)

sorry, I didn't fully understand your statement
Title: Re: A little and silly doubt about enemies in blizzabs
Post by: elmangakac on February 06, 2011, 04:08:07 am
Yes!!! Yes!!! I put an attack simple an a skill...but...always do one of them.... T_T
Title: Re: A little and silly doubt about enemies in blizzabs
Post by: Kagutsuchi on February 06, 2011, 07:54:11 am
I sometimes have that problem too, I think it got something to do with the AI settings, i've found that enemies use skills alot more often if I dont have the ai setting "actions".

it seems to me like "actions" make enemies less dangerous, by making them not use skills, contrary to what the description says :P
Title: Re: A little and silly doubt about enemies in blizzabs
Post by: Blizzard on February 06, 2011, 08:07:13 am
No, actions makes the AI use a different algorithm to decide what to use. If you turn actions off, they will use RMXP's default decision algorithm. If you turn it on, there will be an equal chance to an attack or a skill. e.g. if you have attack and 3 skills, the chance that the attack will be used is 25%. What is used in the end is random. Exceptions are, of course, healing skills, defending and escape which are calculated in a different manner.
Title: Re: A little and silly doubt about enemies in blizzabs
Post by: elmangakac on February 06, 2011, 12:07:59 pm
You have right.... know works for me.... the enemies that dont do what i do..... have active the action....

Thank you very much!!!!