Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

 
Reply to this topicStart new topic
> Actor specific Skills
Pharonix
post Sep 14 2011, 06:43 AM
Post #1


Eventer. Gamer. Writer.
Group Icon

Group: Revolutionary
Posts: 155
Type: Event Designer
RM Skill: Intermediate
Rev Points: 25




I want to make a skill called mana blast, that a couple of mage characters can learn

However, since it works in regard to the user's mana, I need help to make

a conditional branch such that it looks like this

If actor 1 uses a skill 47,
do events based on actor 1

else if actor 2 uses a skill 47,
do events based on actor 2

My only problem is that i don't know how to make an event that determines WHO USES WHAT SKILL
if anyone can help, I'd appreciate it

all the events are the same, except that it means I won't have to make a separate skill and CE for each character with a unique skill.


This will actually allow me to make ONE skill, that can be a catalyst for EVERY UNIQUE SKILL
I could just put the unique skills code in the one CE and everyone can use their special skills
without me making a bunch of skills


There are currently 11 special / Unique skills - 7 of them based on the class the player chooses


__________________________

CURRENT WORKS
DEMON BLADE - RPGVXA
SHINIGAMI - ~12 Pages - 3 chapters complete, 1 in progress.
---------------------------------
OTHER WORKS
INCANTA-corrupted.
INCANTA REDUX - RPGVX - On Hold
---------------------------------
LITERARY WORKS

Longer Works
ANGEL OF DEATH - Short Story ~ 4 Pages.
SHINIGAMI - ~12 Pages - 3 chapters complete, 1 in progress.
DEMON BLADE - Book/Novel?- 34 pages - On Hold.
FERAL - Short Story, Length: 6 pages], 2nd person Narrative. -R3 Writing Competition #2 - First-Place
DARKSPAWN - Book - 3 Pages On Hold
RELGEA CHRONICLE - Book - 118 pages
DRAKENGHOUL - book - 36 handwritten pages

Poems
I KNOW - Poem - 30 Lines

Song Lyrics
End of Days - Song- 44 Lines
Kids Killing Kids - Song - 94 Lines




-If you want this sig in another language, move to a country that speaks it.-

-Lv 13 Thread Killer




My R3 Writing Corner



My Wordpress


Relgea Chronicle

X-M-O Story Quoting.
QUOTE (X-M-O @ Jun 19 2012, 02:45 AM) *
QUOTE (Pharonix)
so what's going on in this thread?

QUOTE (kayden997)
Redd's back and the first thing he does is...

QUOTE (Pharonix)
pick my mom up in 15
...*sigh*

QUOTE (kayden997)
You know it's legit!

QUOTE (Pharonix)
Then again, I wrecked the last one...........

QUOTE (Tsutanai)
Oh ok you can have a pink frosted sprinkled doughnut

QUOTE (Pharonix)
I hate not having a car......
I miss my Alero...

QUOTE (Tsutanai)
you suck >:(


Go to the top of the page
 
+Quote Post
   
Alt_Jack
post Sep 14 2011, 12:34 PM
Post #2


Level 19
Group Icon

Group: Revolutionary
Posts: 377
Type: Event Designer
RM Skill: Skilled
Rev Points: 40




I'd probably have it inflict a state on them that doesn't show up (no dialogue or icon for it) then make a condition branch that says "if actor x is state Y, force action-attack (mana blast) " then remove the state after they've attacked.
It might work, but I don't really have the time to test it out.


__________________________

the Alternate Jacks event demo
As well as all of my images in one place, free for use.
Most of my images will be there, since this site takes too long to approve stuff and VX.net has no bulk uploader.
Go to the top of the page
 
+Quote Post
   
Redd
post Sep 14 2011, 02:38 PM
Post #3


:<
Group Icon

Group: Revolutionary
Posts: 2,310
Type: Developer
RM Skill: Advanced




Just make them a separate class that is the only one that can use that skill. Just make it duplicate to the other classes that use the normal skills smile.gif


__________________________
Go to the top of the page
 
+Quote Post
   
Pharonix
post Sep 15 2011, 01:07 PM
Post #4


Eventer. Gamer. Writer.
Group Icon

Group: Revolutionary
Posts: 155
Type: Event Designer
RM Skill: Intermediate
Rev Points: 25




QUOTE (Redd @ Sep 14 2011, 03:38 PM) *
Just make them a separate class that is the only one that can use that skill. Just make it duplicate to the other classes that use the normal skills smile.gif


Thats how i have it now,
the only problem is
it is based on the following formula in the common event for the spell


10*(user Mp / user MaxMP)*(user SPI) + user's level

so with full MP, with 500 SPI at level 50

the user will deal 5050 damage.
or in the best case the user deals 9999 damage, I have a conditional to fix this so even at level 99, it deals 9999


otherwise it charges a random percentage of MP

so it is HIGHLY character specific. I really don't want to make a bunch of common events, though i could make one that sets a variable to a specific number for each char, then call the mana blast event
^I guess i could do this....


__________________________

CURRENT WORKS
DEMON BLADE - RPGVXA
SHINIGAMI - ~12 Pages - 3 chapters complete, 1 in progress.
---------------------------------
OTHER WORKS
INCANTA-corrupted.
INCANTA REDUX - RPGVX - On Hold
---------------------------------
LITERARY WORKS

Longer Works
ANGEL OF DEATH - Short Story ~ 4 Pages.
SHINIGAMI - ~12 Pages - 3 chapters complete, 1 in progress.
DEMON BLADE - Book/Novel?- 34 pages - On Hold.
FERAL - Short Story, Length: 6 pages], 2nd person Narrative. -R3 Writing Competition #2 - First-Place
DARKSPAWN - Book - 3 Pages On Hold
RELGEA CHRONICLE - Book - 118 pages
DRAKENGHOUL - book - 36 handwritten pages

Poems
I KNOW - Poem - 30 Lines

Song Lyrics
End of Days - Song- 44 Lines
Kids Killing Kids - Song - 94 Lines




-If you want this sig in another language, move to a country that speaks it.-

-Lv 13 Thread Killer




My R3 Writing Corner



My Wordpress


Relgea Chronicle

X-M-O Story Quoting.
QUOTE (X-M-O @ Jun 19 2012, 02:45 AM) *
QUOTE (Pharonix)
so what's going on in this thread?

QUOTE (kayden997)
Redd's back and the first thing he does is...

QUOTE (Pharonix)
pick my mom up in 15
...*sigh*

QUOTE (kayden997)
You know it's legit!

QUOTE (Pharonix)
Then again, I wrecked the last one...........

QUOTE (Tsutanai)
Oh ok you can have a pink frosted sprinkled doughnut

QUOTE (Pharonix)
I hate not having a car......
I miss my Alero...

QUOTE (Tsutanai)
you suck >:(


Go to the top of the page
 
+Quote Post
   
lilcooldude69
post Sep 15 2011, 02:40 PM
Post #5


The pro-est eventer u know ;D
Group Icon

Group: Revolutionary
Posts: 297
Type: Event Designer
RM Skill: Masterful




so you want to lower the damage?, go into your skills menu and do it from there lol


__________________________

My Userbars


Rated pg-13 part of signiture
Scientist A: "A single sperm has 37.5MB of DNA information in it. That means a normal ejaculation represents a data transfer of 1,587.5TB."
Scientist B: Too bad ejaculate has terrible packet loss
Scientist C:but the transfer does have a lot of redundancy

Go to the top of the page
 
+Quote Post
   
Redd
post Sep 15 2011, 05:31 PM
Post #6


:<
Group Icon

Group: Revolutionary
Posts: 2,310
Type: Developer
RM Skill: Advanced




You don't necessarily have to have that formula either, the game already provides one for you and you can make the damage of the skill whatever you want it to be and at what level too...


__________________________
Go to the top of the page
 
+Quote Post
   
RzrBladeMontage
post Sep 16 2011, 01:28 PM
Post #7


"Hey.. would you say... I became a Hero?" - Zack Fair
Group Icon

Group: Revolutionary
Posts: 773
Type: Event Designer
RM Skill: Advanced




Were you able to figure everything out Pharonix?


__________________________





Go to the top of the page
 
+Quote Post
   

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 18th May 2013 - 08:47 AM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker