Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Knives
#1
Knives

XP + VX + ACE

by Kyonides Arkanthes

Introduction

Use this scriptlet to make your weapon get stronger every single time you flee from battle AFTER striking your Witch Zombie Golem foes with the infamous Chicken Chicken Knife! Killer 

Keep in mind that the Chicken Knife does not always make you flee away from your foes. Confused

There is also the possiblity to create a single Hestia Knife or Level Knife as well! Shocked

Types of Knives:
  • Chicken Knife
  • Hestia Knife
  • Level Knife
  • Victory Knife
  • Brave Knife (Brave Brave?)
  • Moody Knife (A Victory & Brave Combo)
  • Death Knife (Dead Hero)

RMXP's Configuration

Code:
module Knives
# Hestia Knife ID
  HESTIA_ID = 33
# Hestia Knife Hero's STR Percent
  HESTIA_STR_PERCENT = 20
# Level Knife ID - Points per Level: Weapon's ATK Points in the DB!
  LEVEL_ID = 34
# Chicken Knife Settings
  CHICKEN_ID = 35
  CHICKEN_ESCAPE_RATE = 25
  CHICKEN_ATK_INCREASE = 2
  CHICKEN_ATK_MAX = 256
# Victory Knife Settings
  VICTORY_ID = 36
  VICTORY_ATK_INCREASE = 2
  VICTORY_ATK_MAX = 256
# Brave Knife Settings
  BRAVE_ID = 37
  BRAVE_ATK_INCREASE = 2
  BRAVE_ATK_MAX = 256
# Moody Knife Settings
  MOODY_ID = 38
  MOODY_ATK_INCREASE = 2
  MOODY_ATK_MAX = 256
# Death Knife Settings
  DEATH_ID = 39
  DEATH_ATK_INCREASE = 10
  DEATH_ATK_MAX = 300
  # Some Extra Code Here
end

Configuration for RMVX and ACE

Leave a Chicken Knife note like:

Code:
_chicken knife plus 1 max 100 50%_

Or a Hestia Knife note like:

Code:
_hestia knife atk 10%_

Or a Level Knife note like:

Code:
_level knife_

...in your favorite weapon's note box.
plus means new points, while max stands for the maximum attack points it will get.
The percentage % defines your escape rate.


Terms & Conditions

Free for Non Commercial.
Contact me if you are going Commercial.
Include my nickname in your game credits!
Do not repost it anywhere!
"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 }


Messages In This Thread
Knives - by kyonides - 02-22-2023, 12:52 AM
RE: ChickenKnife - by kyonides - 02-23-2023, 03:47 AM
RE: Knives - by kyonides - 03-01-2023, 01:51 AM
RE: Knives - by Kain Nobel - 03-01-2023, 08:21 AM
RE: Knives - by Steel Beast 6Beets - 03-01-2023, 05:21 PM
RE: Knives - by JayRay - 03-01-2023, 08:59 PM
RE: Knives - by kyonides - 03-01-2023, 11:54 PM
RE: Knives - by kyonides - 03-02-2023, 10:22 AM



Users browsing this thread: