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 - JellalFerd

1
Resource Requests / Hammer Icon?
October 12, 2011, 06:52:34 pm
I need a simple hammer icon.
2
Quote from: winkio on April 21, 2010, 03:40:33 am

Rewrite Progress
Spoiler: ShowHide

Currently Rewriting

  • Character Graphics

  • Caterpillar


Finished Rewriting

  • AI Triggers

  • Controls

  • Event Tags

  • Sprite Frame Data

  • Pathfinder

  • Minimap and Passability

  • Cached Graphics



Graphics and Caterpillar must be a huge part to be worked on for 3 months.
:V:?
3
Resources / Jellal's Resources
September 07, 2011, 07:19:46 pm
Just leaving this thread here for sharing any resources I make.
Spoiler: ShowHide

4
RMXP Script Database / Re: [XP] Blizz-ABS
September 05, 2011, 07:48:44 pm
4.3.1. How many Battlers are on the Map?
If you want to know how many battlers or specific type of battlers the map originally had when it was entered, you can use an event Call Script command and use this syntax:

$game_variables[ID] = $game_system.battlers_number
$game_variables[ID] = $game_system.battlers_number_group(GROUP)
ID is the variable ID in which you will store the result. GROUP is the alignment group ID of the battler which you are requesting. If you want to know how many there are currently on the map, use following commands:
$game_variables[ID] = $game_map.battlers.size
$game_variables[ID] = $game_map.battlers_group(GROUP).size
ID is the variable ID in which you will store the result. GROUP is the alignment group ID of the battler which you are requesting.
5
Quote from: Magus on August 30, 2011, 12:41:04 pm
Bosses aren't really that hard to create (like these.) They're just time consuming. Of course, the next bosses I want to create jumps, but damnit, BABS spazzes error messages whenever I force an enemy to jump.

Winkio's already noted that problem.
6
RMXP Script Database / Re: [XP] RMX-OS
August 14, 2011, 06:45:22 am
Thanks, Blizz, it's working perfectly.

EDIT:
When I got a friend to beta-test it, he got this error:
Spoiler: ShowHide
7
RMXP Script Database / Re: [XP] RMX-OS
August 13, 2011, 08:23:10 pm
The only username and password I've tried is my router's username and password.
I have no idea what else it's supposed to be.
8
RMXP Script Database / Re: [XP] RMX-OS
August 13, 2011, 05:03:53 pm
I keep getting this error
Spoiler: ShowHide
9
Event System Database / Re: Kill Arshes Minigame
July 14, 2011, 04:11:03 am
Sorry for necroposting, but this is the points window update bug:
if @points_window != nil && @points_window.points != $game_variables[14] 
10
Quote from: winkio on July 13, 2011, 12:56:52 am
attacks, skills, etc. with a choice between hitting only on the ground, only jumping, or either.

Aren't we an overachiever? :V:
11
I feel like this might be a stupid suggestion, but how about projectiles you can jump over?
12
RMXP Script Database / Re: [XP] Blizz-ABS
July 12, 2011, 07:55:46 am
Spoiler: ShowHide

Sorry for the cut off at the conditional branch;
$BlizzABS.enemy_has_state?(event_id, state_id)

EDIT:
Nevermind, just tested it. Doesn't work.
~by Blizz: Please use spoilers for images. Thank you.
Sorry, Blizzard. I keep forgetting.  :^_^':
13
What's the error message?
14
Tutorial Database / Re: Blizzard's little tricks
July 12, 2011, 02:54:14 am
Oh.
Thanks, G_G.
15
Tutorial Database / Re: Blizzard's little tricks
July 11, 2011, 04:34:06 pm
Apologies for necropost.
I was just wondering how you changed the RMXP database's skin.
17
Chat / Re: What are you listening to right now?
July 07, 2011, 02:00:07 am
ParagonX9 - Chaoz Airflow

Quote from: DesPKP on April 16, 2011, 02:11:25 am
Fairy Tail OST

<3
19
Does custom number of walk frames only retain to walking?
I thought it'd be pretty awesome if there could be no limits with animation frames for whatever sprite animation it's needed for.
20
RMXP Script Database / Re: [XP] Blizz-ABS
July 06, 2011, 12:57:35 am
No, but you can make it so the NPC alignment group is an enemy of the primary enemy group.