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

1
What do you mean the script?
2
 I'm having trouble on my game. I am using blizzard's ABS script and when I kill a enemy my game freezes up for like 3 seconds and goes back to normal.Can somebody here help me whats wrong? ..
3
explain? this please
5.1.8. Creating a Respawn Point
Respawn Points are a special feature in Blizz-ABS that allows the respawn of enemies at one specific point. Such a Respawn Point is created the same way as enemies are; by adding a specific command to their event name. Instead of \e[ID] it is necessary to use \respawn[ID1, ID2, ID3, ...]. The various IDs are enemy IDs from enemy types that will respawn at this point, separate the IDs with commas. As soon as an enemy is killed, he will respawn at one Respawn Point of the map where his ID is included in that setting. The waiting time for respawning in this case is 5 seconds. It can be changed by adding \time[TIME] where TIME is the number of seconds which needs to pass between death and respawn. Keep in mind that this feature is independent from the basic respawning feature and that it overrides the basic respawning system for the enemies defined in the setting. Respawn Points are normal events that are simply marked which means that they completely act like normal events.
5
I understand :) thanks
by the way is it possible for me to make different respawns for a individual monster?
6
2.5.5. Respawn Time

Causes killed enemies to respawn after a certain amount of time. It is possible to set up this value. This option can be changed in-game by using an event Call Script command with following syntax:

$game_system.respawn_time = POSSIBLE_VALUE


POSSIBLE_VALUE is one of the possible values for this option. Values out of range will be corrected automatically. Setting this value to 0 will disable this feature. This change will be saved with the save file.



Um yeah im sorry D: ... i don't get this..how do it?
7
Script Troubleshooting / Dynamic Day and night.
June 11, 2010, 05:55:27 pm
I'm having trouble on how I change the min to 1 instead of 6 because when I start my game the clock advance the time to 6 mins instead of 1
8
Tutorial Requests / Re: Kill this much monsters.
June 06, 2010, 03:05:42 pm
SOLVED by myself . I used varibles :3
9
tried doing it myself and man its hard D:
10
Tutorial Requests / Re: Kill this much monsters.
June 05, 2010, 11:20:20 pm
 For ABS script. Plus i need insturctions on this variables because im really new on that event
11
Tutorial Requests / Kill this much monsters.
June 05, 2010, 07:16:56 pm
 How do i make a event that I need to kill a number of these monsters to complete the quest
12
RMXP Script Database / Re: [XP] Blizz-ABS
June 05, 2010, 07:13:09 pm
how can you explain :) ...  and give me instructions please
13
RMXP Script Database / Re: [XP] Blizz-ABS
June 05, 2010, 05:11:56 pm
You should make monsters have different respawns. then having them all respawn at the same time.
14
I'm looking for a person who can make my rpg game online so that only the maximum of 30 people can play it. the 2 or 3 can who helped are in the 30 people.
15
Tutorial Requests / Re: Questbook in my items
June 03, 2010, 12:19:05 am
THANK YOU  8) ill try this out after i eat my asian food
16
Tutorial Requests / Re: Questbook in my items
June 02, 2010, 11:50:27 pm
can you please give me a download link :D .. please and thank you.
17
Tutorial Requests / Re: More title options?
June 02, 2010, 11:34:52 pm
how do i make myself teleport to a map when i select my custom selection
18
Tutorial Requests / Questbook in my items
June 02, 2010, 11:33:12 pm
 I check like every quest script and it requires you to talk to a person to view your current quest.I want a questbook item like in other rpg games you go to your item screen and open your questbook to view the available quest and current quest your doing. please somebody tell me a tutorial or give me a demo .thank you.
19
Tutorial Requests / More title options?
June 02, 2010, 10:40:37 pm
 Hello I want a tutorial on how i add more options on the title screen I want it like this

|-----------|
| new game |
|continue    |
| exit         |
| *arena*   |
-------------
20
Script Requests / Multiple Drops ABS.
June 02, 2010, 01:07:25 am
 I want a multiple drops script where you kill a enemy and it drops 3 or more items. I tried downloading the Add on's part 2 script but it gave me so many errors.