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 - Boba Fett Link

281
Script Requests / Re: Protection/Whipping Boy Script
April 22, 2011, 07:09:17 pm
I am using the Default battle System. What is and where is the modify button?
282
Script Requests / Re: Battle Narration
April 22, 2011, 07:07:39 pm
Thanks! This Script is great!
283
Script Requests / Battle Narration
April 21, 2011, 08:33:13 pm
I want I script for RMXP that would narrate the battle.  Sort of like in Pokemon games.  Examples: Aluxes uses Leg Sweep, Ghost 1 takes 576 damage.  Helda uses Fire, it misses.  If there is a script for this, please let me know.
284
Script Requests / Protection/Whipping Boy Script
April 21, 2011, 08:28:21 pm
I am looking for a script that would allow me to have a skill that would have one character protect another character.  Sort of like Whipping Boy in Dragon Quest IX.  The character that does the protection would take any damage that was intended for the character that he/she is protecting.  I am not experience in scripting and I am not sure if this would help, but the the character type (Fighter, Lancer) that would use this skill would be the only one that could use this skill.

Blizzard's Full Reflection System looks like it might be a good place to start.

If there is a script out there that does this please let me know.

I need this for XP.
285
RMXP Script Database / Re: [XP] Aqua's Status Menu
April 17, 2011, 01:40:51 pm
Hey, I am getting an error that says line 75: NoMethodError occurred. undefined method 'gradient_bar' for #<Bitmap:0x1ad1e28>   What happened, I made a bitmap of my class emblem, and inserted the name in the script. :???:
286
RMXP Script Database / Re: [XP] Tons of Add-ons
April 17, 2011, 01:35:36 pm
Is there a way that I could get the Multi-Hit script without using the rest of the scripts?

Please get back to me!
287
So what do I need to name the Equip hotkey background?
288
Do you know which one it is?
289
Hey I'm trying to use a Swimming script with Blizzard's ABS. The author says that I need to edit any other script that changes the character's graphic (I.e. BABS)by adding the following line of code to the line that changes the character's graphic:

and if $game_player.terrain_tag != WATER

I have no idea where to add this is BABS. I tried searching through all three scripts with no success. Does anyone know what I need to do?

The script and instructions can be found here: http://rmrk.net/index.php/topic,13195.0.html

Just to let you know, the following line of script needs to be added at the top of the script (I know where to put it :P!!)

WATER = 1
290
Great! I'll try it out.
291
RMXP Script Database / Re: [XP] First Strike Skills
April 09, 2011, 02:02:39 pm
Thanks! It works now!
292
RMXP Script Database / Re: [XP] First Strike Skills
April 08, 2011, 08:00:07 pm
I got a similar error as Hatsamu, but it says:


Script 'First Strike' line 46: NoMethodError occurred.

undefined Method 'attack_always' for #<Game_System:0x19d4148>



Anyone know what is wrong?
293
But wait. If I use custom event triggers for touch damage, I won't be able to use them for triggering events once you kill the enemy or other similiar stuff, right?
294
Thanks. I think I have it figured out now. Just got to try it.
295
RMXP Script Database / Re: [XP] Bestiary
April 08, 2011, 09:56:20 am
Thanks ForeverZer0!
296
bump?
297
RMXP Script Database / Re: [XP] Bestiary
April 07, 2011, 06:26:38 pm
Hey, this may seem like a silly question, but how do I access the bestiary in the game? Is there a call script? I've looked over the instructions in the script hundreds of times but I can't find a call script that does it.
298
When I move onto a map with enemies this error occurs:

Script 'Touch Damage' line 68: NoMethodError occurred.

undefined method 'intersection' for nil:NilClass


On that line I have:

!battler.battler.dead? && @utils.intersection(

I am using Blizz-ABS version 2.84.