Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - andyrew004

1
Quote from: winkio on February 05, 2013, 12:08:58 am
I think you need to transform and rename the event, since it is technically dead, and will automatically be erased.

I'm looking through the documentation but cannot seem to find how to rename the event. How can I do so?


Quote from: Blizzard on February 05, 2013, 02:23:58 am
You might actually need Multi-Drop from Tons of Add-ons, but I can't remember if you can make it work as in Zelda games.

And thank you. I just downloaded and installed "Tons of Add-ons" and am currently trying to figure it out.
2
Hello all. I'm using Blizz ABS and would like to make cut-able grass like in legend of zelda.

I was sure to make it a lifeless object and to add \nodmg to the name of the event.

It is Enemy #8 and in alignment group #7 (made specifically for the grass)

My main issue is that upon its death, I used variables to randomly generate a number. Based on that number, it would determine if nothing dropped, if money dropped, if a potion dropped, or if it was something else. Then another random variable would be made to determine how much money was dropped, which potion was dropped, etc.

What can I do?

My event pages currently look this way:

Spoiler: ShowHide








Thank you.
3
RMXP Script Database / Re: [XP] Custom Blizz-ABS HUD
February 03, 2013, 02:20:06 am
Quote from: KK20 on February 02, 2013, 07:23:32 pm
Typo I think. Locate this on line 1011
          if @names[i] != '' && !@events[i].dropped &&

And put a ? after dropped.
          if @names[i] != '' && !@events[i].dropped? &&


Do the exact same thing on line 1076
        elsif @events[i].dropped



Yep, that solved it. Thank you very much!
4
RMXP Script Database / Re: [XP] Custom Blizz-ABS HUD
February 02, 2013, 06:37:38 pm
Quote from: athreus on July 29, 2012, 09:36:50 am
Quote from: megaman30796 on December 27, 2010, 09:35:24 am
winkio, i have a problem.......the script crashes when i try 2 turn on the minimap.
it says:

script 'custom hud' line 1076: NoMethodError occured
undefined method 'dropped' for #<Game_Event:0x40d88a0>


I have the same problem. how i can resolve it? I use Blizz-Abs Version 2.84.
Ty!


I also get an error when I try to toggle the Minimap.

My error says:

"Script 'Group HUD' Line 1076: NoMethodError occurred.
undefined method 'dropped' for #<Game_Event:0x88d7768>"
5
RMXP Script Database / Re: [XP] Custom Blizz-ABS HUD
February 02, 2013, 02:10:01 pm
Quote from: Blizzard on February 02, 2013, 01:53:44 pm
RMXP has a bug in script calls if there is only one line. Either break them up into 2 lines like this:

$game_system.parhud =
true


Or get the Interpreter fix: http://forum.chaos-project.com/index.php/topic,938.0.html


Wow, thank you! I assume that this code goes above the Blizz ABS Part 1 script?
6
Welcome! / Re: Hello!
February 02, 2013, 02:07:25 pm
Thank you! I stopped using RMXP for a while and it's nice to see that there is still a community for it.

It's also nice to see the owner of Blizz ABS responding to topics  :)
7
RMXP Script Database / Re: [XP] Custom Blizz-ABS HUD
February 02, 2013, 01:44:56 pm
Quote from: Xsyiaris on February 02, 2012, 02:21:46 pm
Sorry for asking but the script

$game_system.parhud = false


Is not working, i added it as an even made it a process and its not working.

Help?


I know that it is usually not correct forum etiquette to resurrect and old topic, but I am using this script and am having a similar error.

I only have Blizz ABS, this addon (below Blizz ABS), and Advanced Message System 4 (above Blizz ABS) and during the intro of the game, I attempt to hide the hud by calling the script:
$game_system.parhud = false


It is an autorun event and with that code, nothing happens and the events don't start to take place.

Using this worked to get rid of the hud:
$game_system.hud= false
$game_system.hotkeys= false
$game_system.minimap= 0


But I was unable to bring the hud back with:
$game_system.hud= true
$game_system.hotkeys= true
$game_system.minimap= 1


or

$game_system.parhud = true


Any idea on how I could fix this issue? Thank you.
8
Welcome! / Hello!
February 02, 2013, 05:12:01 am
Hello everyone! I have been lurking for a while  :ninja: but I finally decided to join! I found XAS a while back but didn't like its confusing script and then stumbled onto Blizz ABS and love it so far!

I'm 21 and started using RM2K back when I was about 12 and some friends and I have always just worked on short and pointless games, but I am now ready to take on a more serious project with Blizz ABS!

So far after my lurking, there seem to be a lot of cool people here!

So I'm glad to be here!