Volcanods

Villager
Member
Joined
Sep 6, 2016
Messages
22
Reaction score
40
First Language
French
Primarily Uses
Hello. I would like to send this post to Yanfly himself, but his report bug post is locked, and I can't start a conversation with him, then... I hope he will see this.

I'll try to make a plugin, and to adapt it to its plugin YEP_TargetCore, but I've read this :

Yanfly.Target.Game_Action_isForOpponent = Game_Action.prototype.isForOpponent;
Game_Action.prototype.isForOpponent = function() {
if (this.item().scope === 'EVERYBODY') return true;
if (this.item().scope === 'RANDOM ANY') return true;
if (this.item().scope === 'TARGET ALL FOES') return true;
if (this.item().scope === 'TARGET RANDOM FOES') return true;
if (this.item().scope === 'MULTIPLE') {
if (this.item().multipleOf.contains('EVERYBODY')) return true;
if (this.item().multipleOf.contains('OPPONENTS')) return true;
}
if (this.item().scope === 'ENEMY ROW') return true;
if (this.item().scope === 'FRONT ENEMY ROW') return true;
if (this.item().scope === 'BACK ENEMY ROW') return true;
if (this.item().scope === 'SPECIFIC ENEMY ROW') return true;
return Yanfly.Target.Game_Action_isForOpponent.call(this);
};

Yanfly.Target.Game_Action_isForFriend = Game_Action.prototype.isForFriend;
Game_Action.prototype.isForFriend = function() {
if (this.item().scope === 'EVERYBODY') return true;
if (this.item().scope === 'ALL BUT USER') return true;
if (this.item().scope === 'TARGET ALL ALLIES') return true;
if (this.item().scope === 'TARGET RANDOM ALLIES') return true;
if (this.item().scope === 'RANDOM ALLIES') return true;
if (this.item().scope === 'MULTIPLE') {
if (this.item().multipleOf.contains('FRIENDS')) return true;
}
if (this.item().scope === 'ALLY ROW') return true;
if (this.item().scope === 'FRONT ALLY ROW') return true;
if (this.item().scope === 'BACK ALLY ROW') return true;
if (this.item().scope === 'SPECIFIC ALLY ROW') return true;
return Yanfly.Target.Game_Action_isForFriend.call(this);
};

If I follow the logic of this code, actually, the Multiple Target Scope of subtype "Everyone" targets foes only.
(This is the last version of this plugin).

If you read these lines, Yanfly, I want also to thank you for your gargantuan work !

See you,
Volcanods
 

bgillisp

Global Moderators
Global Mod
Joined
Jul 2, 2014
Messages
14,706
Reaction score
16,265
First Language
English
Primarily Uses
RMMZ

I've moved this thread to JavaScript Support. Thank you.

 

Volcanods

Villager
Member
Joined
Sep 6, 2016
Messages
22
Reaction score
40
First Language
French
Primarily Uses
Oops, sorry for this error : I've seen Yanfly's main post here, with bug reports, then, I would think this is here I post this.

Thank !
 

bgillisp

Global Moderators
Global Mod
Joined
Jul 2, 2014
Messages
14,706
Reaction score
16,265
First Language
English
Primarily Uses
RMMZ
Plugin Releases is for plugins you made. That is why Yanfly posted here. To get help on a plug-in, it goes either under plug-in support (to get them running), or since this is about the code, its javascript support.
 

Latest Threads

Latest Profile Posts

Going back through and fixin' up the dialogue.
Thanks to @Iron_Brew for helping me with this one. Makes you think.
Jaminham.PNG
Experimenting with MV-style spriting, made a round guy :)

image.png
Don’t forget to catch Advent Day #3 compiled right here! Hmm. Let’s make today’s question…what is your favorite dish served at your holiday dinner?
All of the male sprites in New Dawn for the are built off of the third sprite I ever made on top of the first sprite base I made nearly a year ago, and now I'm making the female sprite base, and just by virtue of the amount of elapsed time and the number of sprites I've made since then, I think I'm going to have to revise all of my male sprites at some point.
I am going to be known on this forum for three things: RMXP, no combat, and bakeries.

FreelanceElf_BakeryCafe.png

In other news, I've just discovered that I misread the Jam deadline. It's the 21st, not the 24th! I guess I'd better hurry it up XD

Forum statistics

Threads
136,727
Messages
1,269,204
Members
180,442
Latest member
ZikaDasAlmas
Top