• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Recent content by Phye

  1. Phye

    Following Pokemon EX

    It's the plugin. The creator has another plugin called Overworld Shadows EX that he began working on I assume and forgot about it and saved the name of the plugin to it before saving it to the download link. Because if you look in the script under 'do not change this ever' you can find the line...
  2. Phye

    [Scripting Question] [version Eighteen] How would I make a move super-effective on a certain type, i.e. Ghost or Electric?

    I assume you can just make new move effects akin to Freeze-Dry. As Freeze-dry already uses the "super effective vs a certain type." #=============================================================================== # Freezes the target. Effectiveness against Water-type is 2x. (Freeze-Dry)...
  3. Phye

    [Scripting Question] Poison Point but making it Toxic Poison instead - v18

    When I changed pbPoison into target.pbPoison(user,"hi,true)... then the ability wouldnt even work at all xD No Ability pops no nothing. (I know that since during testing the ability I have it as a 100% occurance rate.) BattleHandlers::TargetAbilityOnHit.add(:TOXICGAS, proc {...
  4. Phye

    [Scripting Question] Poison Point but making it Toxic Poison instead - v18

    Sorry doesn't work. And If you missed it this is for v18 of Essentials. user.pbPoison(target,msg) And even if I add a true or what not to this function code. Nothing changes either. I'm still lost in trying to make a toxic poison on contact ability. xD
  5. Phye

    [Scripting Question] Poison Point but making it Toxic Poison instead - v18

    I'm trying to wrap my head around how I can create a poison point ability but instead of normal poison it causes toxic poison. This is the script for Poison Point: BattleHandlers::TargetAbilityOnHit.add(:POISONPOINT, proc { |ability,user,target,move,battle| next if...
  6. Phye

    Report bugs and errors in unmodified Essentials version 21

    I tried with normal moltres as well to see if that's the problem. But I keep getting that error. Exception: NoMethodError Message: undefined method `[]' for nil:NilClass Backtrace: PField_RoamingPokemon:186 PField_RoamingPokemon:165:in `each' PField_RoamingPokemon:165...
  7. Phye

    Report bugs and errors in unmodified Essentials version 21

    Getting this error when I encounter a wild roaming pokémon: Exception: NoMethodError Message: undefined method `[]' for nil:NilClass Backtrace: PField_RoamingPokemon:186 PField_RoamingPokemon:165:in `each' PField_RoamingPokemon:165 PField_RoamingPokemon:154:in `call' PField_Field:20:in...
  8. Phye

    [PBS] Crown Tundra DLC PBS info

    For the Thunder Cage message just search for "msg = _INTL("{1} was wrapped by {2}!",target.pbThis,user.pbThis(true))" And add this under it: elsif isConst?(@id,PBMoves,:THUNDERCAGE) msg = _INTL("{1} trapped {2}!",user.pbThis,target.pbThis(true)) Can be found in "move effects 080-0FF"...
  9. Phye

    [PBS] Crown Tundra DLC PBS info

    I finished working on some PBS for the new Galarian Forms in Crown Tundra+The New legendaries! Thought I may share with you guys what I have! New Pokémon:. Pokemon Forms:. New Abilities:. New Moves:. These are only PBS info. Scripting the abilities/moves has to done by yourselves :D Most...
  10. Phye

    [Event] Burning Souls - Halloween Event 2020

    Well finally getting around to continue this challenge! ;D Was busy this week but nothing much happened between the sixth and seventh badge. I did however notice I could capture a litwick in a premier ball which would grant me +10 levels on it eventually after it evolves, so that's something...
  11. Phye

    [Event] Burning Souls - Halloween Event 2020

    Got my first real boon! Wooh! Well since the route with Goomy was coming up I decided to go capture it inside of a premier ball. (Luckily in X/Y you can actually buy premier balls directly because this sucker wanted to eat so many premier balls before being caught.) I didn't want to use it for...
  12. Phye

    [Event] Burning Souls - Halloween Event 2020

    Sorry I just wanted to use it on someone before everyone else clears the challenge xD
  13. Phye

    [Event] Burning Souls - Halloween Event 2020

    I want to use my False Messiah on Sydian's Tentacruel! Spoooky! >:D
  14. Phye

    [Event] Burning Souls - Halloween Event 2020

    Alright, it was time to check weights... and... both Lapras and Onix had to take the boot from the team. Luckily Lucario was still within the weight limit so I used him for the most part of this segment as his level limit was coming close. Thank you for your contribution Mega Lucario! I wouldn't...
  15. Phye

    [Event] Burning Souls - Halloween Event 2020

    Not a lot of stuff went on inbetween the Fighting and Grass Gym. I used Mega Lucario to my full power. Snorlax finally retired after reaching 35. He was such a powerhouse early on in the game. I will give my 'bane' when people least expect it >:D or rather when I see something juicy to curse...
Back
Top