Save-Point
KPrankster XP - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Material Development (https://www.save-point.org/forum-8.html)
+--- Forum: Scripts Database (https://www.save-point.org/forum-39.html)
+--- Thread: KPrankster XP (/thread-8130.html)



KPrankster XP - kyonides - 08-10-2020

KPrankster XP

by Kyonides Arkanthes


Introduction

Happy with a sweat Did you ever want to let monsters play pranks on your heroes?
Shocked Now you can, guys!

What does my script actually do?

It lets the monster target any hero and steal some items while leaving useless ones in a "fair exchange". Laughing + Tongue sticking out 

Just follow the script instructions and watch them play pranks on Aluxes aka Alex! Laughing

Download DEMO


Terms & Conditions

Free for use in any game.
Include my nickname in your game credits.
Also mention this forum.
Give me a free copy of your completed game if you include at least 2 of my scripts! Laughing + Tongue sticking out


RE: KPrankster XP - kyonides - 03-02-2024

After a Few Years a Script Update Has Arrived!

You can define if the enemy should inflict a random state on an actor based on probabilities only:

Code:
KSkill.add_state_chance = 25

To inflict a random state on an enemy as a sort of counterattack, configure the ACTOR_INFLICT_STATE by adding as many Actor ID's with a list of Chances & one or more State ID's.

Code:
ACTOR_INFLICT_STATE[1] = [20, 1, 2, 3, 6, 7, 8]