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 - heman

1
RMXP Script Database / Re: [XP] Blizz-ABS
July 09, 2014, 03:06:44 am
Quote from: legacyblade on July 08, 2014, 03:25:18 pm
With how the system works, you'd have to do a bit of work to get that up and running.

First, every enemy you want this to work on would have to have it's event page trigger set to being hit with that skill. Then you have their event page add to a variable. Then in the combo system, at the end of the skill's combo, you check if whatever variable you've had the enemy event pages setting is 10 or greater. Then you have it do whatever you'd like it do in the event the skill hit ten times.


yea i realize that but how do i trigger an event whenever an enemy is hit? i can't think of any way to detect if the enemy was hit or not.
2
RMXP Script Database / Re: [XP] Blizz-ABS
July 08, 2014, 05:40:56 am
Hi,

I'm trying to find a way to count the number of times a skill hits an enemy, or better yet just count the number of times an enemy was hit during a certain time period.

To be more specific, I'm using the rapid fire script and i want it to count the number of time the skill hit an enemy (or enemies) and if i hit the enemy 10 times while the skill was active then it will deal an additional attack. if possible I'd also like to save the number of hits as a variable.





3
RMXP Script Database / Re: [XP] Blizz-ABS
October 30, 2011, 02:25:25 pm
Quote from: winkio on October 30, 2011, 02:18:17 pm
Quote from: heman on October 26, 2011, 01:40:31 pm
Hey guys...

i have 2 questions,

1. How can i create a combo with a condition that the next move will be executed only if the player press a certain key? (for example The player has to press 3 times "K" in order to make 3 moves one after the other, or the player got to press 2 times "K" and then the finisher with "Z".

2. the second question is, how can i create a skill that the player Rushes forward (lets say 4 squares max) but once he physically makes contact with the enemy the attack will be executed and the player will stop running?

Thx from advance =]   

1.  input window, condition for input window to be true, goto next action
2.  Put collision detection with enemy into player via a custom script, then use condition command to check if the collision flag is activated.


Thx mate =]                             

4
RMXP Script Database / Re: [XP] Blizz-ABS
October 30, 2011, 06:38:03 am
Quote from: heman on October 26, 2011, 01:40:31 pm
Hey guys...

i have 2 questions,

1. How can i create a combo with a condition that the next move will be executed only if the player press a certain key? (for example The player has to press 3 times "K" in order to make 3 moves one after the other, or the player got to press 2 times "K" and then the finisher with "Z".

2. the second question is, how can i create a skill that the player Rushes forward (lets say 4 squares max) but once he physically makes contact with the enemy the attack will be executed and the player will stop running?

Thx from advance =]   


completely ignored?
5
RMXP Script Database / Re: [XP] Blizz-ABS
October 26, 2011, 01:40:31 pm
Hey guys...

i have 2 questions,

1. How can i create a combo with a condition that the next move will be executed only if the player press a certain key? (for example The player has to press 3 times "K" in order to make 3 moves one after the other, or the player got to press 2 times "K" and then the finisher with "Z".

2. the second question is, how can i create a skill that the player Rushes forward (lets say 4 squares max) but once he physically makes contact with the enemy the attack will be executed and the player will stop running?

Thx from advance =]   
6
RMXP Script Database / Re: [XP] Blizz-ABS
March 19, 2011, 04:22:56 am
Quote from: winkio on March 19, 2011, 12:30:41 am
Quote from: heman on March 18, 2011, 06:50:46 pm
Quote from: heman on March 18, 2011, 05:07:26 pm
Quote from: heman on March 14, 2011, 03:57:59 pm
Quote from: winkio on March 13, 2011, 03:25:26 pm
Quote from: heman on March 13, 2011, 12:51:40 pm
BTW i have a quastion... how can i make an enemy charge at my character (or my character at the enemy) and when he finally reach him he attacks (of course i want to make a charge step limit). i tried in combo "move toward player - 5 steps" and then attack, but when he uses the skill the enemy just rushes backwards or at the sides...


Hm, I think the move towards player command is modified in Blizz-ABS, so you will have to use Face Player, Step Forward instead.  Sorry, it's on my list of things to fix.

k... thx, il try it

edit:
doesn't work, it looks like when ever the enemy gets the command "toward player" he moves away from player, sometimes he still just rushes backwards.

i think its because that if im less then 5 steps closer to the enemy he just starts to rush backwards.


answer please?


please?


lol at how my answer is right in that quote.  I know it works because I actually used it in the AI demo I just made a week ago.  Turn towards Player, Move Forward.  Now stop getting so worked up.


k il try that again
7
RMXP Script Database / Re: [XP] Blizz-ABS
March 18, 2011, 07:02:09 pm
Quote from: Blizzard on March 18, 2011, 06:55:18 pm
If you post repeatedly like that, nobody's going to answer you.

did you notice the date of my first post????!!! did you?!?!  and then i reminded you to answer my post and 2 seconds later someone else is asking a quastion and you answer him immidiatly?
so yea i have to post rapid like that...
8
RMXP Script Database / Re: [XP] Blizz-ABS
March 18, 2011, 06:50:46 pm
Quote from: heman on March 18, 2011, 05:07:26 pm
Quote from: heman on March 14, 2011, 03:57:59 pm
Quote from: winkio on March 13, 2011, 03:25:26 pm
Quote from: heman on March 13, 2011, 12:51:40 pm
BTW i have a quastion... how can i make an enemy charge at my character (or my character at the enemy) and when he finally reach him he attacks (of course i want to make a charge step limit). i tried in combo "move toward player - 5 steps" and then attack, but when he uses the skill the enemy just rushes backwards or at the sides...


Hm, I think the move towards player command is modified in Blizz-ABS, so you will have to use Face Player, Step Forward instead.  Sorry, it's on my list of things to fix.

k... thx, il try it

edit:
doesn't work, it looks like when ever the enemy gets the command "toward player" he moves away from player, sometimes he still just rushes backwards.

i think its because that if im less then 5 steps closer to the enemy he just starts to rush backwards.


answer please?


please?
9
RMXP Script Database / Re: [XP] Blizz-ABS
March 18, 2011, 05:07:26 pm
Quote from: heman on March 14, 2011, 03:57:59 pm
Quote from: winkio on March 13, 2011, 03:25:26 pm
Quote from: heman on March 13, 2011, 12:51:40 pm
BTW i have a quastion... how can i make an enemy charge at my character (or my character at the enemy) and when he finally reach him he attacks (of course i want to make a charge step limit). i tried in combo "move toward player - 5 steps" and then attack, but when he uses the skill the enemy just rushes backwards or at the sides...


Hm, I think the move towards player command is modified in Blizz-ABS, so you will have to use Face Player, Step Forward instead.  Sorry, it's on my list of things to fix.

k... thx, il try it

edit:
doesn't work, it looks like when ever the enemy gets the command "toward player" he moves away from player, sometimes he still just rushes backwards.

i think its because that if im less then 5 steps closer to the enemy he just starts to rush backwards.


answer please?
10
RMXP Script Database / Re: [XP] Blizz-ABS
March 14, 2011, 03:57:59 pm
Quote from: winkio on March 13, 2011, 03:25:26 pm
Quote from: heman on March 13, 2011, 12:51:40 pm
BTW i have a quastion... how can i make an enemy charge at my character (or my character at the enemy) and when he finally reach him he attacks (of course i want to make a charge step limit). i tried in combo "move toward player - 5 steps" and then attack, but when he uses the skill the enemy just rushes backwards or at the sides...


Hm, I think the move towards player command is modified in Blizz-ABS, so you will have to use Face Player, Step Forward instead.  Sorry, it's on my list of things to fix.

k... thx, il try it

edit:
doesn't work, it looks like when ever the enemy gets the command "toward player" he moves away from player, sometimes he still just rushes backwards.

i think its because that if im less then 5 steps closer to the enemy he just starts to rush backwards.
11
RMXP Script Database / Re: [XP] Blizz-ABS
March 13, 2011, 12:51:40 pm
Quote from: Wizered67 on March 13, 2011, 12:36:43 pm
He still helps out, but he isn't making any new scripts for RMXP.


ahh thats too bad...

BTW i have a quastion... how can i make an enemy charge at my character (or my character at the enemy) and when he finally reach him he attacks (of course i want to make a charge step limit). i tried in combo "move toward player - 5 steps" and then attack, but when he uses the skill the enemy just rushes backwards or at the sides...

what to do?
12
RMXP Script Database / Re: [XP] Blizz-ABS
March 13, 2011, 12:31:55 pm
Quote from: Blizzard on March 12, 2011, 09:41:31 pm
Enemies currently can't summon anything.

oh... so thats why i cant make my opponet summon enemies...

btw blizzard... Ur back to RMXP? cuz i see you still help people.
13
RMXP Script Database / Re: [XP] Blizz-ABS
March 12, 2011, 08:57:19 am
Quote from: Blizzard on March 12, 2011, 08:43:53 am
Maybe you should read it 10 more times. Just to make sure that you haven't missed this big image which is the very first thing displayed in the sections about skills.





i saw this image, set time, set to monster, i even went to script and changed the id of the monster, but it doesnt seem to summon anything (im trying making a monster summon more monsters).
14
RMXP Script Database / Re: [XP] Blizz-ABS
March 12, 2011, 08:32:59 am
Quote from: Blizzard on March 12, 2011, 08:29:46 am
Please read the manual. It's literally all in there.

its not man... i checked 10 times already
15
RMXP Script Database / Re: [XP] Blizz-ABS
March 12, 2011, 08:29:04 am
How do i summon a monster?
I know how to summon a pet, but i dont know how to set the monster/s id to summon.
16
RMXP Script Database / Re: [XP] Blizz-ABS
March 10, 2011, 01:57:32 pm
Quote from: The Niche on March 10, 2011, 01:17:20 pm
*Facepalm*

Go check the configuration application under weapons, skills or (I think) items. Now.


TY! thats all i needed!!!
17
RMXP Script Database / Re: [XP] Blizz-ABS
March 10, 2011, 10:13:06 am
Quote from: Black Dragon on March 10, 2011, 08:52:41 am
Search In The Manual:
3.Blizz-Abs Database Configuration/Combos.



I did... its not specificaly written... its just explains me how to build combos, it doesn't explain to me how to activate them inside game.
18
RMXP Script Database / Re: [XP] Blizz-ABS
March 10, 2011, 05:15:08 am
Quote from: heman on March 07, 2011, 07:28:33 am
Can anyone tell me how to active combos inside game?
Or maybe give me an example game please?

Also, does anyone have a fighting spirite generator or somthing, or maybe a guide on how to create myself?

thx.


omg... will someone answer my question please?
19
RMXP Script Database / Re: [XP] Blizz-ABS
March 07, 2011, 07:28:33 am
Can anyone tell me how to active combos inside game?
Or maybe give me an example game please?

Also, does anyone have a fighting spirite generator or somthing, or maybe a guide on how to create myself?

thx.