• 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 Tortussa

  1. T

    [Scripting Question] allowing to fight a double battle(both wild and vs trainer) with a single pokemon

    I want to make double battles possible even with only 1 pokemon in the party, what should i edit to make it possible?
  2. T

    [Scripting Question] Removing the only pokemon in the party

    I need a script that removes the only pokemon left in the trainer party for plot purposes, i looked at the pbRemovePokemonAt() script but it doesnt work if you only have one Pokémon in the party.
  3. T

    [Error] EBS Positioner crash

    I'm trying to reposition my sprites in the EBS with the positioner.exe but i keep getting this error: --------------------------- Elite Battle - Sprite Positioning --------------------------- [Pokémon Essentials version 17] Exception: NameError Message: uninitialized constant...
  4. T

    [Scripting Question] New Ability for Mega Kecleon

    I'm working on an ability for my mega Kecleon on essentials v15. with this new ability when kecleon attacks gets the same type of the move he uses(exactly like with protean). When he defends, BEFORE he gets hit by the enemy, he changes his type to be the same type of the move used on him(so for...
  5. T

    [Eventing Question] Battle's result

    i put 42 as variable to store result and put continue true, but where should i put the conditional branch?
  6. T

    [Eventing Question] Battle's result

    I don't get really much how to create events based on the result of a battle, i want a text to appear if i win and an other one if i lose, can someone explain me step by step how to do this?
  7. T

    [Scripting Question] Ability Contrary crashes the game

    I am, i've backuped scripts and i test every ability one by one
  8. T

    [Scripting Question] isHealingMove? error with triage.

    i'm trying to script the triage ability but when i use a healing move the game gives me this error. Message: undefined method `isHealingMove?' for #<PokeBattle_Battle:0xecfb718> PokeBattle_Battle:1338:in `pbPriority' PokeBattle_Battle:1323:in `each' PokeBattle_Battle:1323:in `pbPriority'...
  9. T

    [Scripting Question] Ability Contrary crashes the game

    Thank you, now contrary works correctly, but now i have to solve the problem with like 70 other abilities
  10. T

    [Scripting Question] Ability Contrary crashes the game

    Ill try, btw can you give me the discord link?
  11. T

    [Scripting Question] Ability Contrary crashes the game

    I'm not really good about scripts, can you explain me a bit easier how to solve this problem? or maybe a link to working 6/7 gen abilities because a lot of them don't work(for example also galvanize and grass pelt)
  12. T

    [Scripting Question] Ability Contrary crashes the game

    so this is the error message: --------------------------- Pokemon G --------------------------- Exception: RuntimeError Message: Script error within event 3, map 36 (Tetto Arceus Re): Exception: NameError Message: Section077:1016:in `pbReduceAttackStatStageIntimidate'undefined local...
  13. T

    [Scripting Question] Ability Contrary crashes the game

    In a battle in my game the opponent has an inkay with contrary, i tested against him arcanine but the game crashes
  14. T

    [Eventing Question] Set night

    How can i create an event to change time to night only in one map?
  15. T

    [Eventing Question] Checking for an item.

    I'm trying to check for an item being in the bag with a conditional branch $PokemonBag.pbHasItem?(:item) but the game crashes
Back
Top