[XP] Blizz-ABS

Started by Blizzard, January 09, 2008, 08:21:56 am

Previous topic - Next topic

AliveDrive

Don't worry Blizz, every ABS has bugs.

And if someone is REALLY serious about their game, they would take it upon themselves to learn RGSS and try to to correct, and then to improve on the code.

That's not really aimed at anyone in particular, just saying.
Quote from: Blizzard on September 09, 2011, 02:26:33 am
The permanent solution for your problem would be to stop hanging out with stupid people.

Blizzard

Quote from: AliveDrive on February 28, 2011, 03:36:42 pm
Don't worry Blizz, every ABS has bugs.

And if someone is REALLY serious about their game, they would leave the world of RMXP and go learn C++.

That's not really aimed at anyone in particular, just saying.


Fixed.
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.

Kagutsuchi

Quote from: Blizzard on February 28, 2011, 04:23:48 pm
Quote from: AliveDrive on February 28, 2011, 03:36:42 pm
Don't worry Blizz, every ABS has bugs.

And if someone is REALLY serious about their game, they would leave the world of RMXP and go learn C++ or Java.

That's not really aimed at anyone in particular, just saying.


Fixed.

Double fixed

AliveDrive

Quote from: Blizzard on September 09, 2011, 02:26:33 am
The permanent solution for your problem would be to stop hanging out with stupid people.

winkio


Blizzard

I thought you fixed the bug where enemy charge wouldn't work.

Quote from: Kagutsuchi on February 28, 2011, 04:26:34 pm
Quote from: Blizzard on February 28, 2011, 04:23:48 pm
Quote from: AliveDrive on February 28, 2011, 03:36:42 pm
Don't worry Blizz, every ABS has bugs.

And if someone is REALLY serious about their game, they would leave the world of RMXP and go learn C++.

That's not really aimed at anyone in particular, just saying.


Fixed.

Double fixed

Triple fixed. Trust me.
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.

winkio

I don't remember doing that.  I don't even remember changing the enemy ai at all yet...

EDIT: Yeah, it's still black in the bug/suggestion thread, which means I haven't looked at it yet.

Shalaren

is there a way I could make weapons be general?
i mean instead of each character to have to use a different weapon sprite, itll only be "wpn_1" without the characters name, this way all characters use the same weapon sprite if they use that certain weapon?

elmangakac

Hello guys.... Exist a way to call the Main Menu directly (not the pre-menu) with a call script command in Blizzabs???

Zexion

yeah it says in the manual to place the menu script below blizz abs. Like if its default menu place scene_menu under blizz abs and if its custom menu script place that under blizz abs.

elmangakac

MMM... Understand i made it!... i want to make a custom pre-menu, but i have one more problem still... the cancel button calls the blizzabs pre-menu, but i want that only cancel the action, to call the pre- menu with other button...

LiTTleDRAgo

here

class Scene_Menu
  alias drago_blizzabs_later main_blizzabs_later
  def main
    drago_blizzabs_later if $scene.is_a?(Scene_Menu)
  end
  def update_before_main
    if PAUSEMENU != true
      [@spriteset, $game_map, $game_system.map_interpreter, $game_system,
      $game_screen].each {|s| s.update if s != nil}
    end
    $BlizzABS.AI.update
  end
end


that probably disable pre menu

elmangakac

Quote from: LiTTleDRAgo on March 01, 2011, 08:11:05 pm
here

class Scene_Menu
  alias drago_blizzabs_later main_blizzabs_later
  def main
    drago_blizzabs_later if $scene.is_a?(Scene_Menu)
  end
  def update_before_main
    if PAUSEMENU != true
      [@spriteset, $game_map, $game_system.map_interpreter, $game_system,
      $game_screen].each {|s| s.update if s != nil}
    end
    $BlizzABS.AI.update
  end
end


that probably disable pre menu


Yes... Disable the Pre-Menu as well.... but what i need its kind a different thing... If the player use the Cancel button... just cancel the action but no call any main menu or pre-menu.... in that way i can call my custom pre-menu... with a different key (Like esc)....

Anyway.....thank you very much... (Levsup)

nathmatt

March 02, 2011, 04:03:52 am #4173 Last Edit: March 02, 2011, 02:26:59 pm by nathmatt
Got to say I'm liking the event creation I have already intergrated it into my battle dome script just 1 suggestion when creating an event you should be able to create 1 like this


data = [create_event_page_condition(c_data)]
page = $BlizzABS.create_event_page(data)
$BlizzABS.create_event(0, 0, "\\e[#{enemy}]",page)
Join Dead Frontier
Sorry, I will no longer be scripting for RMXP. I may or may not give support for my scripts. I don't have the will to script in RGSS anymore.
My script


winkio

If all you wanted was a blank page with a condition:

page = $BlizzABS.create_event_page([])
page.condition = $BlizzABS.create_event_page_condition(data)
$BlizzABS.create_event(0, 0, "Name", page)


Shalaren

umm I want to make one of my party members be only for support, and not for battle,
by support I mean, Healing and defending, (and buffing)
what would be the right setting if I call this script?
$game_actors[ID].force_aggressive = VALUE
$game_actors[ID].force_offensive = VALUE
$game_party.actors[POS].force_aggressive = VALUE
$game_party.actors[POS].force_offensive = VALUE

nathmatt

thats just it you can't do that it errors you didn't write it to accept a page just the data to create 1 thats what i was pointing out
Join Dead Frontier
Sorry, I will no longer be scripting for RMXP. I may or may not give support for my scripts. I don't have the will to script in RGSS anymore.
My script


heman

Can anyone tell me how to active combos inside game?
Or maybe give me an example game please?

Also, does anyone have a fighting spirite generator or somthing, or maybe a guide on how to create myself?

thx.

Rose Guardian

I'm not sure if anyone is awhere of this, but some reason when I try to hide the head during my cut scenes the game freezes? Is this going to be fixed in the next update because I really need to hide the hud during my cut scenes.

winkio

Either put true/false on the next line when you do the script call, or get the script call fix script.  It's a problem with RMXP, not Blizz-ABS.