Jump to content

Recommended Posts

Something I noticed was that when I gave my Alolan Marowak a mega stone, it turned into a Kantonian Marowak. Thankfully, I have RPGMaker and was able to fix this using Debug but I still believe that this is a bug that does need to be fixed though.

Link to comment
Share on other sites

  On 3/1/2023 at 5:24 AM, BoweryRacketeer said:

I really feel like I understand where the gimmighoul event is asking me to go but....I can't find anything? Do I need to wait until Taka isn't with me to start the event?

Expand  
  Reveal hidden contents

 

  • Like 1
Link to comment
Share on other sites

Because this isn't written down anywhere, here's a non-exhaustive list of all of the changes to pokemon battles, in the order of the trainers.txt PBS file.

  Reveal hidden contents

Overall these are some great changes, but they're inconsistent. I accidentally deleted the pbs files for eevelution reborn, so i can't check how different this is from that unfortunately.

Link to comment
Share on other sites

  • Several Abilities - Commander, Zero To Hero, Supreme Overlord, Opportunist, Cud Chew, Protosynthesis/Quarkdrive (Gen 9)

Supreme Overlord:

when PBAbilities:SUPREMEOVERLORD
		def pbOnStartUse(attacker)
  	    if @participants.nil?
   	     @participants = @battle.pbPartySingleOwner(attacker.index).find_all {|mon| mon && !mon.isEgg? && mon.hp<=0}
    	  end
    	  return @participants.length
		end
	mon=@participants.length
	atkmult=(1+ atkmult*0.1*mon).round

This might work. Code's taken from Last Respects.

why does GF keep adding more and more complex abilities

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   1 member

×
×
  • Create New...