CTB - A Final Fantasy X-like Battle System, Version 3.2
Hey^^
Sorry if I'm bugging you, but when do you release the next version?
I just ask because I won't be very often around starting from the 1. July :/
(Going to the Federal Armed Forces).

EDIT: Also I have a question because of the battle formulas.
Dexterity should be for Gunners and Bowers to influence the attack.
But it does not only that in my game. It influences also the chance to hit the enemy.
That's a huge problem because I want just my gunners to have a great amount of dexterity points.
Now my question:
Is it possible to take the dexterity out of the influence on the hitchance?

EDIT2:
I think I found it, is it right like this:

# Second hit detection
eva = 1 #eva = 8 * self.agi / attacker.dex + self.eva
hit = self.damage < 0 ? 100 : 100 - eva
hit = self.cant_evade? ? 100 : hit
hit_result = (rand(100) < hit)
end
Reply


Messages In This Thread
CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - by Ace - 06-07-2010, 12:05 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Face Sync System Core DerVVulfman 0 701 04-11-2026, 12:20 AM
Last Post: DerVVulfman
   Zeriab's Anti Lag System Zeriab 3 11,920 02-14-2026, 05:57 AM
Last Post: DerVVulfman
   The Wanderers: The Customizable Encounters System DerVVulfman 0 3,874 08-24-2024, 07:12 PM
Last Post: DerVVulfman
   Battle Item Count kyonides 4 8,239 02-04-2024, 05:49 AM
Last Post: kyonides
   Super Simple Vehicle System - Enhanced DerVVulfman 65 156,596 06-02-2023, 06:16 PM
Last Post: Sujabes467
   Dalissa's Battle Cry DerVVulfman 2 12,358 05-09-2023, 03:07 AM
Last Post: DerVVulfman
   Zenith Tactical Battle System Plus (ZTBS+) DerVVulfman 0 6,990 05-10-2022, 10:42 PM
Last Post: DerVVulfman
   Actor Battle Items DerVVulfman 4 12,875 11-08-2020, 12:36 PM
Last Post: Mel
   Battle Report Raziel 1 11,315 05-29-2020, 02:27 AM
Last Post: Whisper
   Commercial System Package DerVVulfman 11 27,835 01-04-2020, 12:37 AM
Last Post: Pelip



Users browsing this thread: 7 Guest(s)