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

1
RMXP Script Database / Re: [XP] Blizz-ABS
February 03, 2012, 04:41:35 am
Quote from: Boba Fett Link on February 02, 2012, 07:13:08 pm
Make an event with \respawn[X] in the name where x is the list of IDs for the enemies you want.

For instance, if you want a respawn point for enemies with IDs 1, 2, and 3, then name the event \respawn[1, 2, 3].

All of this stuff came from the manual. I suggest you look in it before you ask here next time. ;)


Thank you!
Helped me alot.

EDIT:
Btw, a question sorry if i am asking an obvious question but,

When i'm doing \respawn[1,5,6] \time[20] how do i set the graphic for each mob, like its a one event for a 3 mobs to spawn, how do i set their graphic?

Please don't double post within a 24 hour period. ~ G_G
2
RMXP Script Database / Re: [XP] Component Shop
February 02, 2012, 03:56:01 pm
Quote from: LiTTleDRAgo on January 24, 2012, 09:45:32 am
the link is down, megaupload is dead ~


+1

Any way to re-upload it ?
3
RMXP Script Database / Re: [XP] Blizz-ABS
February 02, 2012, 03:54:02 pm
Another question is there a way to make this mob to spawn only in a certain place?
Thanks friend btw :).
4
RMXP Script Database / Re: [XP] Blizz-ABS
February 02, 2012, 03:48:52 pm
Quote from: Boba Fett Link on February 02, 2012, 03:40:20 pm
You can set the respawn time by adding \time[TIME] to the event's name with TIME being time in seconds for respawn.

Your welcome
           Boba Fett Link.


So i will do it like this (?)
                                            Mushroom \e[1] \time[50]
            And it will make an enemy 1 with a respawn time of 50 secs....right?
5
RMXP Script Database / Re: [XP] Blizz-ABS
February 02, 2012, 02:23:31 pm
A question sir,

I am wondering, is there a way to make a monster to have its own respawn time different from the other mobs?

Thanks alot
                Xsyiaris.
6
RMXP Script Database / Re: [XP] Custom Blizz-ABS HUD
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?