Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

> CTB by Charlie Fleed - A Final Fantasy X-like Battle System, Language: RGSS -- Version: 3.1 - NEW Jul 4th 2010
Charlie Fleed
post Jan 23 2008, 06:19 AM
Post #1


Charlie Fleed
Group Icon

Group: Revolutionary
Posts: 404
Type: Scripter
RM Skill: Undisclosed




*the download is temporarily removed, this thread is still active for support*

CTB by Charlie Fleed

v3.1 (July 4th 2010)

LATEST FEATURES: Flying Actors, Grandia-like BAR, ATB-like bars, Party members Switching, Transformations, FFX-like Summon Abilities Learning, Steal, Skills Drain/Aspire/Demi with different damage animations, Support for 6/8 chars (depending on the status style), Summons, Individual Battle Commands, Auto-Phoenix

PLEASE read the FAQs before posting, THANKS.







Introduction

Hi all. This is a custom FFX-like battle system. It includes summons, individual battle commands and many other features.
I hope you will enjoy it, and I invite you to report bugs and give comments, suggestions...

Author's notes (updated to v3.0)

This system does not use the SDK. Please do not ask for an SDK compatible version, I will not release any.
If you are looking for MORE ANIMATED BATTLERS take a look at the gallery.
You can publish the system in your site/forum provided that you:
1) insert a link to this page;
2) use the demo URL found in this page (do not upload on other file sharing services, do not post the script as text);
3) report the terms of use specified below.

Terms of use

The battle system is free for use in non-commercial games, provided that credit is given to me as the author, or the original author if you use a modified version of it. For its use in commercial games, please contact me.
These terms also apply to all the previous versions of the system (including the ones under the name "CTB by Charlie Lee").
The battle system uses the script "Minkoff's Animated Battlers - Enhanced" by DerVVulfman. For its terms of use, please refer to this page: http://rmvxp.com/thread-510.html

Features

Features

Individual turn based BS: different actions cause different delays.
All actions are executed immediately (i.e. zero casting time, only a delay after the action execution).

Support for 8 chars during battle (6 if you use style 1).
Individual Battle Commands.
Transformations, Summons, Party Switching, Limitbreaks/Overdrives.
FFX-like Skill Learning System for Summons/Aeons
(REMOVED AND AVAILABLE AS A SEPARATE SCRIPT) A skills learning system based on weapons: basically the same system of FFIX.

CUSTOM SKILLS: Altruismo, Trincea, Drain, Aspire, Demi, Steal, Reflect, Drakoken.
Advanced targetting (if it can be called so): depending on the skill, the target may be:
    a single element either ally or enemy (reflex for example);
    a single enemy or all the enemies (see double slash in the demo).
Attacking all the enemies deals half damage.

CUSTOM STATES: Priority, Thievery, Reflect, Reaction, Auto-Phoenix, Double EXP, Regen, Auto-Life, Stop Time, MP 1, Half MP, Doom, Zombie, Stone.
Multiple states are shown through cycling text during battle.

GRAPHICS
Custom damage sprite animation for SP and HP loss and gain.
Two Status battle styles available.
Animated HP bars.
Target indicator in the turns bar.

A modified status window that shows the exp points for the learning process.
A status window available during battles.
A window showing the turns.
I'm sure I'm missing something... if you see anything non-standard... it was me.

CHANGELOG

v1.2 FFX-like reaction: the player automatically attacks. Selectable in the configuration.

v1.4 The battler can return to the guarding position after a FFX-like reaction.
v1.4 Implemented a new technique (Altruismo) that allows to defend an attacked ally.

v1.5 Trincea implemented.
v1.5 "Stand still" element introduced, to be applied to weapons and techs: forces the battler to stay immobile.

v1.6 Skill learning resume window at the end of the battle.
v1.6 Configurable delays and variance (kind of) for the BS.
v1.6 Some visual and timing configuration parameters available.
v1.6 Configurable multiplier for the level->exp_points relation

v2.0 Minkoff/DerVVulfman v10.0 animation system adopted

v2.2 Added a simple SuperArts/LimitBreaks system.
v2.2 Added a Scene_Skill subwindow that shows Techniques.

v2.3 Added support for forced battle actions.
v2.3 Added a new state, Priority, that gives the char the first turn in battle.

v2.4 Added an option to show pictures instead of text in the turns window.
v2.4 Added an Auto-Phoenix state.
v2.4 Added a configuration option so that auto-phoenix can be used only on chars killed during the last turn.
v2.4 The turns update only if a change really occurs and not at every change of the selection in the actor command window.

v2.5 Lots of graphics configuration options
v2.5 Support for 8 chars during battle.
v2.5 New battle status window
v2.5 Summons
v2.5 Options for usability of items with summons
v2.5 Individual Battle Commands

v2.6 Curative skills do not depend on target's int.
v2.6 It's possible to tag selected skills so that they cannot be reflected.
v2.6 Redesigned, floating and more essential status-on-battle window.
v2.6 Display of skills grouped by category in the Skills Menu can be disabled from the configuration.
v2.6 Support for images of the enemies in the turn window.
v2.6 Skills Learning System version 1.7 included.

v2.7 New skills Drain and Aspire, with different colors and damage sprite animation for SP and HP loss and gain.
v2.7 Support for multi-attack weapons (if you are using Multi-Slot by Guillame777).
v2.7 Two Status battle styles available.
v2.7 Configurable filling speed for the SuperArt points bar.
v2.7 New skill Demi: halves the target's HP.

v2.8 New skill Steal.
v2.8 New state Thievery.
v2.8 Defetead Aeons can be automatically retired from battle.
v2.8 Aeons recover a configurable amount of HPs at the end of each battle.
v2.8 Defetead Aeons become unavailable for a configurable number of battles.
v2.8 Added a new scene to visualize stats and skills of the Aeons and to make them learn new skills.

v2.9 Aeons recover a configurable amount of SPs at the end of each battle.
v2.9 Formula for techs damage changed: tech power now expresses the amount of damage as a percentage relative to a phiycal attack.
v2.9 Change SuperArt style by pressing SHIFT in the status scene.
v2.9 View HP/SP of summons during battle BEFORE you call them.
v2.9 Third type of Summon: transformation. Transformation cannot be reverted during battle. Transformed actors return to their basic form after battle.
v2.9 Physical attacks and skills cannot target flying enemies unless the battler uses a ranged weapon.
v2.9 Added missing animations to the summoning system: appearing summoned and transformed actors, returning party.
v2.9 Minkoff/DerVVulfman v10.7 (slightly patched) animation system adopted.

v2.10 Added the possibility to switch party members during the battle.
v2.10 The superart bar can be disabled on a per character basis.
v2.10 Animated HP bars.
v2.10 Target indicator in the turns bar.
v2.10 Can use custom graphics for the command window.
v2.10 Shortcuts added to the command window. Press LEFT to select Defend - RIGHT to select Superarts.

v2.11 New window for Defend, Skip, Status and Escape, and new Overdrive window (removed the shortcuts system).
v2.11 Battle report.
v2.11 Actors that cannot use Items.
v2.11 Switch Party Scene.
v2.11 Transformations recover a configurable amount of HPs at the end of each battle.
v2.11 Added a new scene to visualize stats of the Transformations.
v2.11 Automatic addition of Aeons and Transformations to the party.

v2.12 Cursor memory (optional).
v2.12 Auto-Life
v2.12 Extended stats in switch character window.
v2.12 Little changes in the Reflect support (Trincea and Altruismo cannot be reflected).
v2.12 Skills can be set up to be reflected based on the comparison of user's and target's intelligence.
v2.12 Rotating state animations for party members and enemies updated.
v2.12 New overdrive type Emphaty.
v2.12 New battle formulas.

v2.13 New overdrive types Category, Critical.
v2.13 Icons in the battle command window.
v2.13 New state "Stop Time" (aka how to get consecutive turns).
v2.13 New state "MP 1" (reduces mp consumption to 1).
v2.13 New state "Half MP" (halves mp consumption).
v2.13 New state "Doom" (starts a countdown to death).
v2.13 SP/HP recovery on Attack and Defend (Optional).
v2.13 HP bars for enemies killed at least once (Optional).
v2.13 New state "Zombie" (inverts the effects of skills with ATK_F=0 and items, aka how to kill with an extra-potion).
v2.13 New state "Stone" (instantly killed by physical attacks and skills with ATK_F>0).
v2.13 Blue Magic (learn skills from enemies).
v2.13 Optional horizontal turns bar.

v2.14 New feature Unleash Skill.
v2.14 Improved animated bars.
v2.14 Fixed actors (actors that cannot be switched, not even when transformed).
v2.14 Added a new element tag for Drain-like skills.
v2.14 Configurable opacity for the HP/SP bars (this lets you can make them invisible if you want).
v2.14 Simplified installation: "switch" and "retire" common events not needed anymore.
v2.14 Adjustable vertical spacing in status window style 1.
v2.14 ATB bar.
v2.14 Grandia Bar.
v2.14 Configurable BGM for each Summon.
v2.14 Configurable Animation for each Summon.
v2.14 Allies with HP>0 cannot be targeted for the usage of items or skills with "One Ally (HP 0)" scope.
v2.14 Allies with HP=0 cannot be targeted for the usage of items or skills with "One Ally" scope.

v3.0 Minkoff/DerVVulfman v12.3 animation system adopted.
v3.0 Fixed a bug that made dead enemies be revived with several consecutive turns.
v3.0 Fixed a bug that affected bars and actors with zero SPs.
v3.0 Fixed a bug that caused skills to be wrongly disabled for actors with the MP1 or HalfMP states.
v3.0 Fixed a bug that caused the ATB and HP bars to be shown for escaped battlers.
v3.0 Fixed a bug that caused ATB and HP bars to be shown in the top-left corner of the screen at the beginning of a battle.
v3.0 Fixed a bug that made dead actors accumulate superarts points.
v3.0 Fixed a bug that prevented the animation of the hp bars from being shown in case of gameover deriving from the "Change HP" battle event.
v3.0 The single/all element can be applied to skills with the "One Ally" scope.
v3.0 Party members cannot be switched with dead backup members during battles.
v3.0 An actor cannot react against himself.
v3.0 Skill costs reflect MP1 and HalfMP states.
v3.0 Changed the management of battle events, allowing a battle event to be executed if a given actor has the current turn, before commands are chosen.
v3.0 The "Change HP" battle event does not lead to gameover if the party is removed and summoned actors are fighting, instead the party makes its return.
v3.0 Temporary states are removed from backup actors, summoned actors and transformed actors at the end of the battle.
v3.0 Doom and poison effects moved at the end of the turn.
v3.0 Reaction triggered when guarding (optional).
v3.0 Built-in multiple-hits skills.
v3.0 Per-skill configurable delays with updates of the turns window during skill selection.
v3.0 Configurable height of the hp/sp bars in battlestatus-window style 1.
v3.0 Configurable text and text border color of the hp/sp bars in battlestatus-window style 1.
v3.0 Optional variation of the defense value calculation with PDEF-F and MDEF-F used as scaling factors for the defense provided by PDEF and MDEF.
v3.0 Trincea and Altruismo cannot be used on oneself.
v3.0 Optional communication of immunity to state change.
v3.0 Optional SP recovery on Defend.
v3.0 Different HP/SP recovery settings for party members and enemies.
v3.0 Animated bars for status window style 2.
v3.0 Skills that deal damage proportional to a physical attack.
v3.0 Icons for the states in the status window.
v3.0 Conditional experience gain.
v3.0 "Switch" command disabled when there are no backup party members.
v3.0 Gameover when all the "ordinary" actors die.

v3.1 Party positions preserved when returning transformed actors to their original forms.
v3.1 Fixed a bug that caused multiple-hits skills to not to be executed when with insufficient SPs.
v3.1 Fixed a bug that affected reaction by enemies.
v3.1 Fixed a bug that affected the Retire command and the Silence state.
v3.1 Optional unresized battlestatus faces in style 1.
v3.1 Added a third style for the battle status window.
v3.1 Patch for DerVVulfman's Blue Magic system (provided by DVV himself).
v3.1 Custom battle background for summons.
v3.1 Added custom state Healer. Doubles the power of curative skills.
v3.1 Added custom state Super Guard. Reduces damage when guarding.
v3.1 Added custom state Gold x2. Doubles the amount of gold gained at the end of a battle.
v3.1 Added Battle cries.
v3.1 Added a volume option to the 'summon bgm' command.
v3.1 Summons in test battles still cannot be used but don't crash the game anymore.
v3.1 Added SP Damage skills.
v3.1 Changed the name of the method used to draw characters' faces, which caused incompatibility issues with some menu systems.
v3.1 Shield and Sacrifice (former Altruismo and Trincea) supported for enemies.
v3.1 Actors that transform or use a type 2-summon do not take damage from poisoning.
v3.1 Custom Item and Skill windows used during battles do not affect the menu.
v3.1 Switching does not count as a turn for auto removal of states.
v3.1 The turns window shows the effect of the "Stop Time" state.
v3.1 Animated Battlers 13.2 included.


Screenshots

Screenshots












Instructions

Please refer to the pdf that is included in the demo.

FAQs

FAQs

A lot of people ask questions regarding Minkoff/DerVVulfman's animation system:
    Why do not my battlers show up correctly?
    How can I move the battlers?
    I don't like the positions of the battlers, how can I change them?
    Can I configure the enemies/party members to be static and/or not animated?

    Q: Can I use default battlers?
    A: Yes, you can do it with the proper configuration of Animated Battlers. Read the PDF GUIDE FOR ANIMATED BATTLERS.

    Q: Can I use character sets or spritesheets with 7 or 10 rows and 6 frames?
    A: Yes, you can do it with the proper configuration of Animated Battlers. Read the PDF GUIDE FOR ANIMATED BATTLERS.

    Q: My archer shouldn't run towards the enemy when he attacks with his bow...
    A: Find MNK_STATIONARY_WEAPONS = [17,18,19,20,21,22,23,24] in the configuration of Animated Battlers and put all the IDs of your bows, guns, etc.

    Q: How can I change the party positions?

    A: With the introduction of Animated Battlers Enhanced version 12.3, you need a script called Formation System, which is available here. Refer to the PDF GUIDE FOR ANIMATED BATTLERS for the details.
For all this stuff please also refer to Animated Battlers thread for instructions.


IF YOU HAVE MESSED UP GRAPHICS LIKE THIS

OR YOU WANT TO KNOW HOW TO USE CHARACTER SETS OR CUSTOM NUMBER OF POSES/FRAMES,
PLEASE READ THE PDF GUIDE FOR ANIMATED BATTLERS AND CONFIGURE THE SCRIPT PROPERLY



This post has been edited by Charlie Fleed: Jul 5 2010, 05:40 AM


__________________________
Get CTB v3.2 and all the latest versions of my scripts at Planet Fleed and Save-Point

Go to the top of the page
 
+Quote Post
   
 
Start new topic
Replies
kyle1234lee
post Feb 16 2008, 05:14 AM
Post #2



Group Icon

Group: Banned
Posts: 0
Type: None
RM Skill: Undisclosed




I already browsed there, but I'm looking for Animated Battlers just like Charlee Lee's Battlers in his script. Cause it's the only battlers that works on my script.


__________________________
Banned for multiple reasons, including flaming, spamming, impersonating, and multiple accounts to avoid warns.
Go to the top of the page
 
+Quote Post
   

Posts in this topic
- Charlie Lee   CTB by Charlie Fleed - A Final Fantasy X-like Battle System   Jan 23 2008, 06:19 AM
- - SeeYouAlways   Wow, thanks for taking the time to post this excel...   Jan 23 2008, 08:22 AM
|- - Heavyblues   QUOTE (SeeYouAlways @ Jan 23 2008, 07:29 ...   Jan 23 2008, 07:02 PM
- - krc   This looks cool. Do you think you could add a in b...   Jan 23 2008, 09:11 AM
- - Kinnison   I tried the demo just now. Is the script comes wit...   Jan 23 2008, 09:17 AM
- - Charlie Lee   CTB = Conditional Turn Battle, that is the sequenc...   Jan 23 2008, 09:28 AM
- - XxZiggitxX   NO! Now everyone will use it. I was the only o...   Jan 23 2008, 10:27 AM
|- - nico_14_ian   QUOTE (XxZiggitxX @ Jan 23 2008, 10:34 AM...   Jan 23 2008, 04:24 PM
- - rock_yusuf_lee   I can't download with rapidshare..... do you h...   Jan 24 2008, 01:14 AM
- - SeeYouAlways   Here it is, for direct download (Charlie Lee you c...   Jan 24 2008, 01:23 AM
- - rock_yusuf_lee   QUOTE (SeeYouAlways @ Jan 24 2008, 03:30 ...   Jan 24 2008, 03:36 AM
- - clydesworth   Cool script. Only problem is how do you get the ch...   Jan 25 2008, 02:21 PM
- - dmoose   Is there anyway to edit it to only have the Battle...   Jan 25 2008, 10:37 PM
- - Charlie Lee   @clydesworth and dmoose, please eleborate your req...   Jan 26 2008, 03:45 AM
|- - dmoose   QUOTE (Charlie Lee @ Jan 26 2008, 02:52 A...   Jan 26 2008, 10:26 AM
- - Charlie Lee   Are you referring to the turns on the rightmost pa...   Jan 26 2008, 11:09 AM
|- - dmoose   QUOTE (Charlie Lee @ Jan 26 2008, 10:16 A...   Jan 26 2008, 12:54 PM
- - Snow_Spartan   Hi, i'm new to RPG Maker XP and i recently di...   Jan 26 2008, 01:14 PM
- - clydesworth   See how the characters faces show on the right of ...   Jan 26 2008, 02:15 PM
- - Charlie Lee   @dmoose: i'm sorry it's not a plug and pla...   Jan 26 2008, 02:34 PM
|- - EpicBoredom   QUOTE (Charlie Lee @ Jan 26 2008, 05:41 P...   Mar 19 2008, 05:53 PM
|- - Charlie Lee   QUOTE (EpicBoredom @ Mar 20 2008, 02:00 A...   Mar 20 2008, 04:00 AM
|- - EpicBoredom   QUOTE (Charlie Lee @ Mar 20 2008, 07:07 A...   Mar 20 2008, 12:24 PM
- - dmoose   Oh... well it's still a cool script. Good job ...   Jan 26 2008, 03:27 PM
- - clydesworth   Hey. Whenever I raise any of the monster's sta...   Feb 2 2008, 08:49 AM
- - Charlie Lee   Agility does not affect the damage in my BS. In sh...   Feb 2 2008, 10:54 AM
- - perfectprime   I just wanna say, this is an amazing script, thank...   Feb 2 2008, 04:06 PM
- - Charlie Lee   Yes, follow the Instructions for the Configuration...   Feb 2 2008, 05:53 PM
- - perfectprime   Thanks dude. I must have skipped over it. edit: G...   Feb 2 2008, 06:36 PM
- - habs11   question: how do i get the animated battlers to wo...   Feb 5 2008, 06:47 PM
- - Fluffalubigus   I have a question. ^^; First off, I've gotta s...   Feb 6 2008, 12:58 PM
|- - Charlie Lee   QUOTE (Fluffalubigus @ Feb 6 2008, 09:05 ...   Feb 6 2008, 04:08 PM
- - Nechi   Greating!! I learning about side view sys...   Feb 6 2008, 04:28 PM
- - Fluffalubigus   QUOTE (Charlie Lee @ Feb 6 2008, 03:15 PM...   Feb 6 2008, 04:47 PM
|- - Charlie Lee   QUOTE (Fluffalubigus @ Feb 7 2008, 12:54 ...   Feb 6 2008, 08:14 PM
- - Tigerbite   And if you don't understand what he's sayi...   Feb 6 2008, 08:24 PM
- - Fluffalubigus   Oh! Thanks a bunch, guys. =D See, I had made a...   Feb 6 2008, 09:19 PM
- - Charlie Lee   The big square on the top-right corner uses a diff...   Feb 7 2008, 03:26 AM
- - Fluffalubigus   Ohhhh! Thankies. =D And noobie me had an accid...   Feb 7 2008, 02:20 PM
- - Pinky   Excillent CBS! However how do you change the n...   Feb 7 2008, 05:14 PM
|- - Charlie Lee   QUOTE (Pinky @ Feb 8 2008, 01:21 AM) Exci...   Feb 8 2008, 04:56 AM
- - Fluffalubigus   Eheh. ^^; Please don't feel obligated to answe...   Feb 7 2008, 06:54 PM
- - Tigerbite   Fluffy, why didn't you just copy his scripts o...   Feb 7 2008, 07:40 PM
- - Fluffalubigus   xD Yea, I did that after my previous project was e...   Feb 7 2008, 08:29 PM
- - Tigerbite   Here are some more detailed instructions for the s...   Feb 7 2008, 10:05 PM
- - Fluffalubigus   QUOTE (Tigerbite @ Feb 7 2008, 09:12 PM) ...   Feb 8 2008, 10:34 AM
|- - Charlie Lee   QUOTE (Fluffalubigus @ Feb 8 2008, 06:41 ...   Feb 8 2008, 11:43 AM
- - Fluffalubigus   Sorry. ^^; It kind of dragged into a new topic.   Feb 8 2008, 03:36 PM
- - Przemek1602   Realy nice battle system. Almost everything is fin...   Feb 10 2008, 12:18 AM
|- - Tigerbite   QUOTE (Przemek1602 @ Feb 10 2008, 02:25 A...   Feb 10 2008, 12:52 AM
|- - Charlie Lee   Actually this is the first time i hear that. I...   Feb 10 2008, 04:16 AM
- - Przemek1602   If this is doing to much problem then dont do this...   Feb 10 2008, 06:23 AM
- - Yasuakia   Ok I have a question. I am a dire hard RPG Maker 2...   Feb 10 2008, 09:40 PM
- - SeeYouAlways   Are you using the Postality Knight (illegal) versi...   Feb 11 2008, 02:18 AM
- - kyle1234lee   Hi! this is a nice script, Can you tell me whe...   Feb 16 2008, 02:03 AM
|- - Charlie Lee   QUOTE (kyle1234lee @ Feb 16 2008, 10:10 A...   Feb 16 2008, 04:52 AM
- - ember2inferno   Pretty amazing looking battle system, well done.   Feb 16 2008, 04:57 AM
- - kyle1234lee   Do you mean the Resource section downloads or the ...   Feb 16 2008, 05:03 AM
- - SeeYouAlways   QUOTE (Charlie Lee @ Jan 24 2008, 12:26 A...   Feb 16 2008, 05:09 AM
- - Charlie Lee   UMS COMPATIBILITY: For those who were asking abou...   Feb 16 2008, 05:33 AM
|- - MadMark   QUOTE (Charlie Lee @ Feb 16 2008, 12:40 P...   Mar 5 2008, 12:56 AM
- - kyle1234lee   Yeah, tnx, I think it's working well now, and ...   Feb 16 2008, 10:29 AM
- - Charlie Lee   It looks like you're missing some of the scrip...   Feb 16 2008, 10:36 AM
- - kyle1234lee   Hmmmm...i'll figure that out.   Feb 16 2008, 11:25 AM
- - Przemek1602   I know now what was the problem i have not pasted ...   Feb 16 2008, 11:16 PM
- - kyle1234lee   Hello there! I just wanna share what I got whi...   Feb 22 2008, 10:41 AM
- - Charlie Lee   You should move the party a bit to the left. You c...   Feb 22 2008, 10:53 AM
- - kyle1234lee   Yeah, your'e right, the party should be moved ...   Feb 22 2008, 11:01 AM
|- - Charlie Lee   QUOTE (kyle1234lee @ Feb 22 2008, 07:08 P...   Feb 22 2008, 11:52 AM
- - kyle1234lee   Oh, I got 2 questions for you Charlee: 1. How muc...   Feb 23 2008, 03:12 AM
- - Charlie Lee   1. C'mon, don't ask me this... try some v...   Feb 23 2008, 04:21 AM
- - kyle1234lee   1. Umm. that would be fine. 2. and a second rele...   Feb 23 2008, 05:31 AM
- - Charlie Lee   Updated to version 2.6 New features: v2.6 Curati...   Feb 24 2008, 08:09 AM
- - kyle1234lee   Sweet..I'll download it..(is there a download)...   Feb 24 2008, 08:12 AM
- - habs11   hey is there any way for you to script such that t...   Feb 29 2008, 10:04 PM
|- - Charlie Lee   QUOTE (habs11 @ Mar 1 2008, 06:11 AM) hey...   Mar 1 2008, 03:02 AM
- - habs11   i figured out the problem, i was using the limitin...   Mar 2 2008, 08:16 PM
|- - Charlie Lee   QUOTE (habs11 @ Mar 3 2008, 04:23 AM) i f...   Mar 3 2008, 02:57 AM
- - habs11   thanks a lot for that, i appreciate it. i have ye...   Mar 4 2008, 02:36 PM
|- - Charlie Lee   The learning status is now accessible with the com...   Mar 4 2008, 03:33 PM
- - habs11   hey thanks for that, everything works good with th...   Mar 4 2008, 08:21 PM
|- - Charlie Lee   QUOTE (habs11 @ Mar 5 2008, 04:28 AM) hey...   Mar 5 2008, 03:00 AM
- - habs11   hey man, thanks a lot. works like a charm. i appre...   Mar 6 2008, 11:19 PM
- - Namio   I just started using this script and i don't k...   Mar 21 2008, 12:02 AM
|- - Charlie Lee   QUOTE (Namio @ Mar 21 2008, 08:09 AM) I j...   Mar 21 2008, 01:54 AM
- - Charlie Lee   Updated with version 2.7 New features: v2.7 New s...   Mar 24 2008, 05:44 AM
- - Hafiz X 24   I wish you made it a ctb add with rtab.... Because...   Mar 27 2008, 08:30 PM
- - AnsemTheKing   hello can anyone help me plz ? i have problem i wa...   Mar 28 2008, 05:21 PM
- - danpantry   EDIT NOOOOOOOOOOOOOOOOOO ITS IN XPRGSS! I NEED...   Apr 1 2008, 09:47 AM
- - Charlie Lee   QUOTE (Hafiz X 24 @ Mar 28 2008, 05:44 AM...   Apr 1 2008, 02:46 PM
- - reaper72004   I love your script, It's freak'en sweeeeee...   Apr 2 2008, 11:25 AM
- - kyle1234lee   I got a question, How do I put the party a bit to ...   Apr 16 2008, 12:08 AM
|- - Charlie Lee   QUOTE (kyle1234lee @ Apr 16 2008, 09:22 A...   Apr 16 2008, 03:21 AM
- - kyle1234lee   hmm, ok, I'll try it. thanks! EDIT: It s...   Apr 16 2008, 03:25 AM
|- - Charlie Lee   QUOTE (kyle1234lee @ Apr 16 2008, 12:39 P...   Apr 16 2008, 04:57 AM
- - kyle1234lee   Ah, I mean I already put the code above main, but ...   Apr 16 2008, 05:21 AM
|- - Charlie Lee   QUOTE (kyle1234lee @ Apr 16 2008, 02:35 P...   Apr 19 2008, 04:09 PM
- - DestinMancer   I would like to be able to switch characters aroun...   Apr 19 2008, 03:13 PM
- - EvenAngels   Hello Charlie. I know you get asked a lot of quest...   Apr 20 2008, 09:31 AM
6 Pages V   1 2 3 > » 


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 19th May 2013 - 12:04 AM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker