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.

Topics - fjurio

1
Welcome! / hallo again
June 11, 2011, 03:38:27 pm
Since i didn´t visit you guys a long time i thought it would be great to say hello again. :)

I can not promise to visit you regularly but i will support you with some clicks now and then, since i like your work here.
So keep it up.  ;)
2
Since there isn´t a demo for the BlizzAbs i thought it would be a good idea to make a special topic in which everyone could post some skill made with the BlizzAbs.
It would be a pool of inspiration and also a help how to use the Abs.

I was thinking about it when i got problems to realize my wishes with the Abs.
What do you think?
3
I looking for a call script for the BlizzABS that change the partyleader. (like you can do it with the "o"-button in the game)
Thanks in advance.
4
Event System Database / Character Fusion
December 22, 2010, 06:33:35 pm
Character Fusion System
Version: 1.0
Type: Skills



Introduction
This event system allows you to merge two characters into another one. It works like a skill.


Features


  • enable fusion skills that fuse two actors into another
  • fusion skills are added only if the conditions are met
  • settings for the fusion actors are as simple as for an ordinary actor
  • the level of the fusion actors can be calculated at your own will
  • the exp that are won with the fusion actor will be added to the normal actors
  • skillanimation can be used to simulate a real fusion
  • if you got the idea of the system it is easy do modify it (merge three actors into on/ merge two fusion actor into a new fusion etc.)
  • in general every setting are simple since it is based on events and no script calls are needed
  • combatible with BlizzABS (right now there is an error while a partymember attacks but i don´t think the reason is the event system)



Screenshots
Spoiler: ShowHide



Demo

Demo for BlizzABS 1.0



Instructions
The system exchanges the actors to simulate a fusion. For more download the demo...


Credits and Thanks


  • fjurio



Author's Notes

I tried to be useful and made this event system since it was asked for: http://forum.chaos-project.com/index.php/topic,7808.0.html
The most work was the english language...  :^_^':
I added comments in the demo to make it as simple as possible. But i think even if i made mistakes the system is pretty simple to understand if you see it.
Anyway if you find mistakes tell me. Also if you have questions just ask. If needed i can make some additions but at the moment i´m just tired...  :)

Edit: just a update for compatibility with BlizzABS
5
Script Troubleshooting / Alternative Wait - Does it work?
December 07, 2010, 09:51:19 am
For special reason a rewrite the random movetype.

I don´t wish that the event moves often. So i made this:
Spoiler: ShowHide

      case rand(400)
        when 0..3  # Random
          move_random
        when 4  # 1 step forward
          move_forward
        when 5..399  # Temporary stop
          @stop_count = 0
      end


Now i notice that the time between the movements depends by the cpu-speed of the computer.
How high would the difference be between a fast and a slow computer. Are they marginal?
6
I´m searching a script that shuts screenshots with a event (for example: call script: screenshot("picture1")). That screenshot should be stored in the matrialbase of the game (Graphics/Pictures) so you may show it with the event command "Show picture". (hope the explanation was clear)

Do somebody know if there is allready such a script? If not, is it possible to make one or is it to much work?
7
Script Requests / Script Calls
November 24, 2010, 12:50:30 pm
i´m looking for a list of "Script Calls" (command in the event...) for the rpg maker xp.

at the moment i need script calls that:
- change players movespeed, equipment, item, state, parameters and skills
- change enemys speed (Blizz Abs)
- change position, zoom and opacity of pictures

i had something in mind like the "script referenc" in the "babs-user manual" but with additional calls for the standard maker script.

ps: the calls should be compatible with the babs.

i hope i got it across.
8
Welcome! / greetings from Germany
November 18, 2010, 10:48:53 am
Hi, i will try to introduce meself.

I started to play arround with the rpg maker xp/vx (first vx, than xp). Soon i notice that the options in the maker are badly limited. So i started searching scripts.
Thats how i found you.  :D