![]() |
![]() +- 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) +---- Forum: RPGMaker XP (RGSS) Engine (https://www.save-point.org/forum-116.html) +---- Thread: ![]() |
KPrankster XP - kyonides - 08-10-2020 KPrankster XP
by Kyonides Arkanthes
Introduction ![]() ![]() 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". ![]() Just follow the script instructions and watch them play pranks on Aluxes aka Alex! ![]() 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! ![]() 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] |