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

  1. Yero

    Events following other events?

    It is possible, I implemented this in my game quite successfully, however, I did not use a code or script, but instead use mapping functions and a dozen of conditional branches for it. So say, you have a NPC, record its Map X and Map Y in two variables, do the same for the other event (Pikachu)...
  2. Yero

    Error when opening KleinStudio's BW trainer card

    Hi, I got this different problem with the trainercard, as mine doesn't open at all. I have tried getting the KleinStudio's version in on the newest Essentials v16.1, and though I got all the supporting scripts and graphics in the appropriate files, I keep getting this error...
  3. Yero

    various load screens based on variables

    I was indeed trying the first option, using a variable, but I keep getting an undefined method error before showing any loading screen... So what are the options of using a $PokemonSystem?
  4. Yero

    various load screens based on variables

    Hi, is it possible (bet it sure is) to have several load screens (loadbg in PScreen_Load) depending on a variable you can set in the game. Like: If VARIABLE[40] = 5 addBackgroundOrColoredPlane(@sprites,"background","loadbg", If VARIABLE[40] = 10...
  5. Yero

    Double battle versus 1 pokemon

    Any idea how to do this in Essentials 15.1? Where the Dynamic battle option is in effect? If I try to redo the above I get a syntax error
  6. Yero

    [Essentials Tutorial] How to make a new type of encounter, a step by step guide

    This is wicket, thanks heaps! Great job! I was searching for a tutorial like this!
  7. Yero

    Pokémon Dying

    I quite like the idea to have a pokemon dying in an way overpowered battle. (alright, that sounded grim) but having it die everytime it faints goes quite far and makes it very difficult to have any pokemon on your team for the entire game. So how about a conditional variable in the script? Let...
  8. Yero

    Team Recruitment/Volunteering

    Recruiting Mapper Project Name: Pokémon XD Endgame Current Members: Just me, and a mate of mine outside this community Current progress made: Got most of the basic maps but need improving (+- 55%) Position(s) needed: Mapper really, someone who enjoys making detailed and big maps using most of...
  9. Yero

    Implementing Triple Battles

    That would be a great feature to implement! Maybe also worth looking into these swarm battles they introduced in the later games, whereas you face 5 wild pokemon or so
  10. Yero

    Dividing up PBS Trainers

    Hi, I got a question regarding PBS division. In my game I use a large number of Team Aqua Grunts and Team Rocket grunts etc. and the PBS file is starting to get ridiculously large. So I wonder if there is a possibility to divert those PBSTrainer files to say, PBSTrainers_Aqua and...
  11. Yero

    Naming Tabs

    I think those are awesome! Well done, great job! I use them for sure!
  12. Yero

    Elite Battle 2015: Gen 5 battle skin

    I have tried to plug in these scripts, which are absolutely awesome! However, I keep getting this error! http://www.ezimba.com/work/150419C/ezimba19520914428800.png Any ideas how to tackle that?
  13. Yero

    [Developing] Pokemon XD: Endgame

    Pokemon XD: Endgame Introduction Throughout my youth I have been addicted to these Pokemon games and played most of them so far. However, the one thing that kept bothering me was the easiness to complete the games and to defeat the main antagonists or evils teams. You train your first Pokemon...
  14. Yero

    Double battle versus 1 pokemon

    Hey Badhaas, thanks heaps for the scripting adjustment! It certainly removed some kinda lock on 2v1 battles. However almost there... Now it send an error at the time that the opponent actually have to send out the one pokemon he has. It shows this message at this screenshot: I've tried to...
  15. Yero

    Double battle versus 1 pokemon

    That would be awesome! I have been checking the script and run tests for weeks but couldn't find this one trigger that keeps blocking this feature... I have looked all over the forum and the essentials wiki and was surprised that there weren't any mentions about it before. (Although I couldn't...
Back
Top