Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Limit Break (DVV's)
#11
Bummer? I said 'Yup'... as in Yes.

I just gave you two script calls, one that handled actors by party index, and the other handled actors by ID.
Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }
#12
Sorry I must've miscomprehended your speech. Anyway I got the script call to work perfectly only if I add the script call
Code:
$game_actors[8].limitbreak += 1000
before the script call
Code:
$game_party.actors.each { |actor|
 next unless actor.exist?
 actor.limitbreak += 0
     }
Sorry for late reply, I have a bit of a busy schedule but thank you for your help as always DerVVulfman.
Reply }
#13
Why on earth would you add 0 to a value??
It seems your actors aka heroes have no initial value. Normally it happens because it was misconfigured in the script or you've been using and old saved game... It usually gets buggy whenever you don't move or delete hem after adding a script to editor.
"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 }


Possibly Related Threads…
Thread Author Replies Views Last Post
   Limit Breaker - breaks game limits Narzew 1 5,690 10-09-2012, 10:35 AM
Last Post: MetalRenard
   Victor Engine - Damage Limit Victor Sant 0 4,860 01-04-2012, 09:14 AM
Last Post: Victor Sant
   Alistor's Limit Menu: DVVLBS Add-on 1 Alistor 6 13,018 04-14-2010, 03:53 AM
Last Post: DerVVulfman
   Trickster's Animated Gradient Bars for Limit Break (DVV) DerVVulfman 2 8,764 09-15-2009, 04:43 AM
Last Post: DerVVulfman
   Limit Break VX DerVVulfman 2 7,180 07-20-2009, 04:37 PM
Last Post: DerVVulfman
   Database Limit Breaker woratana 0 4,580 01-22-2009, 12:36 PM
Last Post: woratana
   Breaking the "Show Choices" Character Limit RPG Advocate 0 4,374 03-03-2008, 04:11 AM
Last Post: RPG Advocate
   Limit Breaks Trickster 0 4,081 03-02-2008, 06:03 AM
Last Post: Trickster



Users browsing this thread: