Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Script questions

Hello people.
i got some script questions for rpg maker xp.
i have right now Mr Mo ABS 5.5 lite.

-the script is working but how can i set a cooldown after each ''special'' move?
the problem is that i can as fast as i want do skills.. but i want 3 seconds or somthing like that between each cast..

-then i have annother problem, how can i make enemy's ?
i mean the scripting, i want between every respawn 1 minute.
but they keep coming so i can attack until lvl 100...

- last thing is that the SP need to reful how can i make that?

Thanks, and sorry about my bad english! :blush:
 

Nachos

Sponsor

Use a spoiler!

Why did you deleted the script????

1º :

Code:
# Comment: ABS                 - Required for recognizing enemies.
# Comment: ID V                - Enemy ID from the database.
# Comment: Behavior V          - Refer to Enemy AI.
# Comment: Sight V             - See range the enemy can hear.
# Comment: Sound V             - Sound range the enemy can hear.
# Comment: Aggressiveness V    - How fast will the enemy attack.
# Comment: Speed V             - How fast will the enemy move when in battle
# Comment: Frequency V         - What rate will the enemy move when in battle
# Comment: Trigger V           - Refer to Triggers.
[b]# Comment: Respawn V           - Respawn Time. If 0, then don't respawn[/b]

#Comment: Respawn 60 ( seconds)

The enemies will respawn every 1 minute.

---

2º:

Code:
[b]
#Mash Time
#Determines the cool down period between attacks of the player, in seconds.
MASH_TIME = 2

[/b]

there

3º Use potions.
 
1 more question, de enemy's are attacking realy fast. how can i make them attack slower i mean its fast hit-hit-hit and then i am dead how can i make the do evry second 1 hit or somthing?
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top