[XP] Chaos Rage Limit System

Started by Blizzard, January 09, 2008, 03:47:55 pm

Previous topic - Next topic

Blizzard

October 29, 2008, 08:13:57 am #120 Last Edit: November 25, 2008, 02:58:59 pm by Blizzard
At the very end of the script there are two lines saying "exit_chaos". Remove them.

EDIT: Update the CRLS plugin if you want to use it with Blizz-ABS v2.0.

EDIT: Update the CRLS plugin if you want to use it with Blizz-ABS v2.0 AGAIN (to v1.02b :P).
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

cstb

I found a error when you use the blizz-abs plugin and go into hot keys with blizz-abs.
ERROR MESSAGE:
Spoiler: ShowHide
Script '*Blizz-ABS Plugin' line 621: NoMethodError occurred.
undefined method `icon_name' for nit:NilClass
Chronos: Failed project due to loss of data.
Maybe I could try again...


Which Final Fantasy Character Are You?
Final Fantasy 7

Blizzard

I'll check that today. BTW, are you using v1.1b of the plugin?
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

cstb

Yea im using 1.1b.My Scripts are:
Spoiler: ShowHide
Tons
Storm-Tronics CMS
Blizz-ABS+ EXP HUD
CRLS
Chronos: Failed project due to loss of data.
Maybe I could try again...


Which Final Fantasy Character Are You?
Final Fantasy 7

Blizzard

Ok, I uploaded CRLS v6.1b and the plugin v1.2b. Try them and see how they work.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Dragon X

I installed the CBS by Nortos and also Blizz's Tons of add ons works without fault however if I add in the Chaos Soul Rage System underneath them both I get an error with this line.
     
@actor_command_window.set_player_command(@active_battler)

Can somone sort this? I know the CBS does work with the limit system.
Well I'll put something in here eventualy.

Blizzard

January 28, 2009, 07:05:48 am #126 Last Edit: January 28, 2009, 07:07:12 am by Blizzard
It's probably not compatible. -_-
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Dragon X

January 28, 2009, 07:18:19 am #127 Last Edit: January 28, 2009, 07:23:25 am by Dragon X
Quote from: Blizzard on January 28, 2009, 07:05:48 am
It's probably not compatible. -_-


It works if you put it above the tons of add ons script and above the CBS made by Nortos like it asks you to put it above the HP/SP/EXP Guage modification however it doesn't show up untill you put it below it and then when you click attack it comes up with an error with that line. I just hoped somone would be able to sort it out, I'll try and move some of the scripts around and see what happens.
Spoiler: ShowHide
  #=========================================================================
  # * Draw Actor Limit Break Bar
  #     actor : Actor
  #     x     : draw spot x-coordinate
  #     y     : draw spot y-coordinate
  #     width : draw spot width
  #=========================================================================
  def draw_actor_lb(actor, x, y, width = 144)
    rate = actor.limitbreak.to_f / LB_MAX
    plus_x = 0
    rate_x = 0
    plus_y = 15
    plus_width = 0
    rate_width = 100
    height = 7
    lb = (width + plus_width) * actor.limitbreak * rate_width / 100 / LB_MAX
    # Drawing of gauge
    if actor.limitbreak == LB_MAX
      # Draw Silver Blue Bar
      draw_slant_bar(x + plus_x + width * rate_x / 100, y + plus_y, lb, width,
        width, height, od_color1 = Color.new(0,80,200,192),
        od_color2 = Color.new(255,255,255,192))
    else
      # Draw Green Bar
      draw_slant_bar(x + plus_x + width * rate_x / 100, y + plus_y, lb, width,
        width, height, od_color1 = Color.new(31, 128, 0, 128),
        od_color2 = Color.new(255, 255, 191))


Thats the one in the HP/SP/EXP Guage script which draws the limit break bar/soul rage however it doesn't work unless you put the soul rage below this script and then it breaks.
Well I'll put something in here eventualy.

Blizzard

January 28, 2009, 07:25:03 am #128 Last Edit: January 28, 2009, 07:26:07 am by Blizzard
Quote from: Dragon X on January 28, 2009, 07:18:19 am
put it above the tons of add ons script and above the CBS made by Nortos


And that is exactly the reason why it's not working.
http://forum.chaos-project.com/index.php?topic=23.0
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Dragon X

January 28, 2009, 07:35:21 am #129 Last Edit: January 28, 2009, 07:38:26 am by Dragon X
Put tons of add ons to the top, if I have soul rage below tons of add ons and above the CBS I get an error with the tons of add ons at the end of the battle, if I put the CBS below Tons of add ons and above the soul rage I get this~
Script 'Chaos Soul Rage system' line 1807: NoMethodEror occured.
undefined method 'set_player_command' for #<Window_Command_New:0x39be9e8

I already tested putting the CBS ontop of them all yesterday but I'll try again.
Put the CBS ontop of them all and I get the same NoMethodError. I think it's the CBS's Bar script however I'm not sure because it does show up underneath the Tons of add ons.
Well I'll put something in here eventualy.

Blizzard

January 28, 2009, 07:43:55 am #130 Last Edit: January 28, 2009, 07:45:22 am by Blizzard
It's possible. That error seems to be because of an override that Nortos did. He used Window_Command_New instead of Window_Command. It might work if you rename Window_Command in the CRLS script to Window_Command_New. To do so find (CTRL+F) the line that says "class Window_Command" in the CRLS script.
In any case put the CBS on top.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Dragon X

Yay it works =). However why does my characters MP seem to be going down without any spells being cast?
Well I'll put something in here eventualy.

Blizzard

I'm not sure. o.o; Did you configure everything right? Are you using any special add-ons that mod SP? Are you using Regen Status Effect from Tons of Add-ons?
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Dragon X

January 28, 2009, 08:04:18 am #133 Last Edit: January 28, 2009, 08:09:30 am by Dragon X
I'll check, I had a problem with the chaos rage as well but I found out it was the skill seperation add on so i disabled it and it works however I will see about the regen status effect.

Fixed. Thanks for all your help Blizzard. I feel like somone is going to lose patience with me some day, I seem to break everything lol.
Well I'll put something in here eventualy.

Blizzard

Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Tazero

Are all the xtras o\t babs plug compatible with babs?


If you were a fish...

Blizzard

Scene_SoulRage is, Soul Force isn't. A combinated attack system like this simply doesn't work well with an ABS in general so I didn't bother making it compatible.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Tazero

Just wanted to make sure ty blizz


If you were a fish...

Jragyn

Mister Blizzard:

This time, I took the liberty of searching your forums and whatnot for previous solutions to this problem, but it seems that none of them will fix this...again.

I too have come up with the error with BlizzABS in conjunction to CRLS(6.12b) and its plugin(1.2b).
For knowledge, I'm using TONS(6.81), BlizzABS(2.23), your CRLS&plugin as listed above, your stat distribution, your reflection system, an item creation script by LeonW, G777's multiequip, A 'showtext' editting script, and your save layout.

The problem is as listed before:
Spoiler: ShowHide

(*) CRLS plugin for ABS
Line 649.
NoMethodError occurred.
Undefined Method 'icon_name' for nil:NilClass.

And line 649 involves this chunk:

645  def draw_data(i, add)
646    # clean this display
647    self.contents.fill_rect(Rect.new(4, i*32, 288, 32), Color.new(0, 0, 0, 0))
648    # get icon bitmap
649    bitmap = RPG::Cache.icon(@data[i].icon_name)
650    # get opacity
651    opacity = self.contents.font.color == normal_color ? 255 : 128
652    # draw icon bitmap
653    self.contents.blt(4, 4+i*32, bitmap, Rect.new(0, 0, 24, 24), opacity)
654    # draw text with name
655    self.contents.draw_text(32, i*32, 204, 32, add + @data[i].name)
656  end


I have the most recent versions of all that you offer.
What do you recommend?

If there is a way you could arrange the 'Easy Overdrive' to add/remove the skills based on character's equip, I would be happy to just use that. It seems to work without problem. Ultimately, thats the only reason I'm using the whole CRLS over just the simple overdrive script.

A bright light can either illuminate or blind, but how will you know which until you open your eyes?

Blizzard

SRS IS EOS with Equipment. It seems to me that there could be a problem with G777's script and CRLS. I'm sorry, I don#t have time to look into it right now.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.