Save-Point

Full Version: Save-Point
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Board Message
Sorry, you do not have permission to access this resource.
Save-Point - Request for "Kamikaze Skill"

Save-Point

Full Version: Request for "Kamikaze Skill"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Kamikaze Skill is something that make the User will die after cast. After cast that Kamikaze skill, the user will be "0 HP"
"Kamikaze is a skill to attack the Enemies, after done, the user will die"
Please make help me that script :(
I use the Tankentai SBS Battle...

!
You can easily do that in the games database---> go to skills tab, then I believe there is a choose target function and you can choose user to damage.

Alternatively you can just use\copy off of the move "explosion, which I assume makes the user explode.

With all these questions, I wonder if you are mostly clueless about this stuff or lazy, but I'll give you the benefit of the doubt and assume you're new to all this.
Oh no ! That's not my Idea...
Kamikaze is a skill to attack the Enemies, after done, the user will die !

!
Why did you open a new thread for this?

http://save-point.org/thread-4589.html

The way like Ahzoh told you is the best one I think. Except anyone else would script this skill.
drop this script somewhere
Code:
class Scene_Battle
  #--------------------------------------------------------------------------
  # * Public Instance Variables
  #--------------------------------------------------------------------------
  attr_reader :active_battler
  attr_reader :target_battlers
end

then give kamikaze skill a common event that contains Script: $scene.active_battler.hp = 0
(08-10-2013, 10:30 AM)Ace Wrote: [ -> ]Why did you open a new thread for this?

http://save-point.org/thread-4589.html

The way like Ahzoh told you is the best one I think. Except anyone else would script this skill.

Nobody helps me in that topic :v

(08-10-2013, 05:49 PM)MechanicalPen Wrote: [ -> ]drop this script somewhere
Code:
class Scene_Battle
  #--------------------------------------------------------------------------
  # * Public Instance Variables
  #--------------------------------------------------------------------------
  attr_reader :active_battler
  attr_reader :target_battlers
end

then give kamikaze skill a common event that contains Script: $scene.active_battler.hp = 0

Thanks ! It works !
But it's useless with Enemies :(
If Enemies use Kamikaze, my Game is crashes
(I use Tankentai Battle)
Please help this :(

!
(08-11-2013, 02:20 PM)DuongCool Wrote: [ -> ]
(08-10-2013, 10:30 AM)Ace Wrote: [ -> ]Why did you open a new thread for this?

http://save-point.org/thread-4589.html

The way like Ahzoh told you is the best one I think. Except anyone else would script this skill.


Nobody helps me in that topic :v
You need to work more on describing what you want. Be more detailed and informative. It took an additional post, for example, to mention it was for the Tankentai battlesystem (which you neglected here btw). And remember... patience. It is common etiquette in most forums to wait 72 hours (3 days) before bumping a request topic.

(08-11-2013, 02:20 PM)DuongCool Wrote: [ -> ]Thanks ! It works !
But it's useless with Enemies :(
If Enemies use Kamikaze, my Game is crashes
(I use Tankentai Battle)
Please help this :(


So, it does work with actors, but not enemies. And there you go, waiting to mention what battlesystem you're using again. Winking Please be descriptive. The more information you give, the better your responce may be.
First I make a new script and make a skill in Database, then give it common event as Mechanical Pen's post
And I let the actors use that skill (called Kamikaze) -> it's OK : the skill attack the Enemies and that actor is dead
But when I let the Enemies use Kamikaze skill, the Game is crashed...
And I use the Tankentai SBS Battle... (<--DEMO LINK HERE)
Please help me to find a right way to make Kamikaze :(

!
I'm going to need the error message in order to fix the probelm.
Oh there is no error message
When the Enemies do the Kamikaze, the Game has been paused foreverly
:( and I upload the Tankentai Battle System in #8
Please help :(

!

Edit by DerVV: Meaning he has a copy of the Tankentai Battlesystem demo linked in post #8 just above
Pages: 1 2