KBribe XP
#1
KBribe
XP Version

by Kyonides

Introduction

Admit it, there are times when you wish that you could simply Cash bribe your foes during battle.
Well, now you can do it! Winking
Oh and it is also possible to get an estimate of how much it might cost you! Shocked

By the way, it is not a Plug & Play script because you can customize several things like where to show the currency symbol, etc. So do not forget to check out the KBribe module, guys! Happy with a sweat

There are 2 methods to calculate the cost of you immoral bribe:
  • Percentage
  • Fixed Amount


Terms & Conditions

Include my nickname in your game credits! Grinning
Free for use in non commercial games.
Cellphone Contact me if you want to go commercial.
It is an inexpensive script so you do not have to worry about this. Winking
"For God has not destined us for wrath, but for obtaining salvation through our Lord Jesus Christ," 1 Thessalonians 5:9

Maranatha!

The Internet might be either your friend or enemy. It just depends on whether or not she has a bad hair day.

[Image: SP1-Scripter.png]
[Image: SP1-Writer.png]
[Image: SP1-Poet.png]
[Image: SP1-PixelArtist.png]
[Image: SP1-Reporter.png]

My Original Stories (available in English and Spanish)

List of Compiled Binary Executables I have published...
HiddenChest & Roole

Give me a free copy of your completed game if you include at least 3 of my scripts! Laughing + Tongue sticking out

Just some scripts I've already published on the board...
KyoGemBoost XP VX & ACE, RandomEnkounters XP, KSkillShop XP, Kolloseum States XP, KEvents XP, KScenario XP & Gosu, KyoPrizeShop XP Mangostan, Kuests XP, KyoDiscounts XP VX, ACE & MV, KChest XP VX & ACE 2016, KTelePort XP, KSkillMax XP & VX & ACE, Gem Roulette XP VX & VX Ace, KRespawnPoint XP, VX & VX Ace, GiveAway XP VX & ACE, Klearance XP VX & ACE, KUnits XP VX, ACE & Gosu 2017, KLevel XP, KRumors XP & ACE, KMonsterPals XP VX & ACE, KStatsRefill XP VX & ACE, KLotto XP VX & ACE, KItemDesc XP & VX, KPocket XP & VX, OpenChest XP VX & ACE
Reply
#2
Script Update!

Starting from version 1.1.0, you can now set the number of times you can bribe monsters individually. This may work either for each battle or until you decide it's time to use a new script call to reset that counter.

Code:
$game_system.battle_end_clear_bribes = true

Or do it manually via this One-Time Script Call:
Code:
$game_party.bribe.clear
"For God has not destined us for wrath, but for obtaining salvation through our Lord Jesus Christ," 1 Thessalonians 5:9

Maranatha!

The Internet might be either your friend or enemy. It just depends on whether or not she has a bad hair day.

[Image: SP1-Scripter.png]
[Image: SP1-Writer.png]
[Image: SP1-Poet.png]
[Image: SP1-PixelArtist.png]
[Image: SP1-Reporter.png]

My Original Stories (available in English and Spanish)

List of Compiled Binary Executables I have published...
HiddenChest & Roole

Give me a free copy of your completed game if you include at least 3 of my scripts! Laughing + Tongue sticking out

Just some scripts I've already published on the board...
KyoGemBoost XP VX & ACE, RandomEnkounters XP, KSkillShop XP, Kolloseum States XP, KEvents XP, KScenario XP & Gosu, KyoPrizeShop XP Mangostan, Kuests XP, KyoDiscounts XP VX, ACE & MV, KChest XP VX & ACE 2016, KTelePort XP, KSkillMax XP & VX & ACE, Gem Roulette XP VX & VX Ace, KRespawnPoint XP, VX & VX Ace, GiveAway XP VX & ACE, Klearance XP VX & ACE, KUnits XP VX, ACE & Gosu 2017, KLevel XP, KRumors XP & ACE, KMonsterPals XP VX & ACE, KStatsRefill XP VX & ACE, KLotto XP VX & ACE, KItemDesc XP & VX, KPocket XP & VX, OpenChest XP VX & ACE
Reply
#3
Hi, kyonides. Would it be possible to add an option to this script so that instead of needing to list the enemies/bosses to exclude, you instead set specific enemies that can be bribed? (And also be able to make the bribe a fixed amount instead of a percentage that goes up?)

I've got a couple Corrupt Politician enemies that this would be perfect for.  Laughing But I don't want any other enemy to be susceptible to bribe. (I'm considering adding the bribe skill to every member of the party before combat with politicians and then making them forget the skill after combat so the skill doesn't persist in their skill list and only appear whenever the player fights politicians.) (EDIT: I realized the learn/forget common event might already solve my first request of keeping the bribe mechanic unique to the politicians. Laughing So only the flat amount request remains)
[Image: SP1-Writer.png]
[Image: SP1-PixelArtist.png]
Reply
#4
In a Gaming World Were Corrupt Politicians Also Exist...

Version 1.2.0 of your favorite script now allows you to set a percentage or a fixed amount of gold to pay those covetous guys or your infamous monsters, only hoping that would ever satisfy their insane greed. Happy with a sweat

Initial values:
  • START_GOLD_PERCENT
  • START_GOLD_MIN

START_CALC_TYPE accepts 2 values: :fixed and :percent

Script Calls

Change the way the script calculates the cost:
Code:
$game_party.bribe.calc_type = :percent
$game_party.bribe.calc_type = :fixed

Set a Percentage:
Code:
$game_party.bribe.gold_percent = 20

Set a Fixed Amount:
Code:
$game_party.bribe.gold = 1000

NOTE: This release might be incompatible with your old saved Gamer games. You've been warned! Police
"For God has not destined us for wrath, but for obtaining salvation through our Lord Jesus Christ," 1 Thessalonians 5:9

Maranatha!

The Internet might be either your friend or enemy. It just depends on whether or not she has a bad hair day.

[Image: SP1-Scripter.png]
[Image: SP1-Writer.png]
[Image: SP1-Poet.png]
[Image: SP1-PixelArtist.png]
[Image: SP1-Reporter.png]

My Original Stories (available in English and Spanish)

List of Compiled Binary Executables I have published...
HiddenChest & Roole

Give me a free copy of your completed game if you include at least 3 of my scripts! Laughing + Tongue sticking out

Just some scripts I've already published on the board...
KyoGemBoost XP VX & ACE, RandomEnkounters XP, KSkillShop XP, Kolloseum States XP, KEvents XP, KScenario XP & Gosu, KyoPrizeShop XP Mangostan, Kuests XP, KyoDiscounts XP VX, ACE & MV, KChest XP VX & ACE 2016, KTelePort XP, KSkillMax XP & VX & ACE, Gem Roulette XP VX & VX Ace, KRespawnPoint XP, VX & VX Ace, GiveAway XP VX & ACE, Klearance XP VX & ACE, KUnits XP VX, ACE & Gosu 2017, KLevel XP, KRumors XP & ACE, KMonsterPals XP VX & ACE, KStatsRefill XP VX & ACE, KLotto XP VX & ACE, KItemDesc XP & VX, KPocket XP & VX, OpenChest XP VX & ACE
Reply
#5
NICE!! Thanks again, kyonides.
[Image: SP1-Writer.png]
[Image: SP1-PixelArtist.png]
Reply




Users browsing this thread: 1 Guest(s)