RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

[Request] Stats Changing Script (Ccs) (for pk)

Started by fadark, June 21, 2007, 02:06:57 AM

0 Members and 1 Guest are viewing this topic.

fadark

I have Ccs (custom component system) request.
I need a script that makes it so:

when the a hero attacks a monster:
if the hero id is [I'll fill in this part]:
the attacker's Attack Power - the target's Mag Defense = damage done to target (minimum damage is 0)

else:

the attacker's Attack Power - the target's Phys Defense = damage done to target (minimum damage is 0)


when a monster attacks a hero:
if the monster id is [I'll fill in this part]:
the attacker's Attack Power - the target's Mag Defense = damage done to target

else:

the attacker's Attack Power - the target's Phys Defense = damage done to target

in the "skill" tab, of the Database:
The following stats to a skill, don't do anything:
Attack Power
Evasion (skills always hit)
Strength
Dexterity
Agility
Magic
Accuracy (skills always hit)
Phys Defense
Mag Defense
Variance

Stat Effects:
Agility Does not do anything

Dexterity does not do anything except for the following:

(the target's Dexterity x 2.5) - the attacker's Dexterity = % chance that the attacker will miss the target (minimum % chance of missing is 0)

thanks in advance!

just so everyone knows, im 15 years old.