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

  1. F

    Seeing deposited Day Care Pokémon in the overworld

    Hey everyone! I've been wondering something. If someone wanted to have it so every time they deposited a Pokemon at the day care that Pokemon's overworld sprite showed up in a designated area, how could you go about that? I'm probably way off, but I think looking at how the Pokemon Following...
  2. F

    Trainer card and badges, outfits and time system.

    Thanks for explaining that, works perfectly. And thank you for pointing out that search thing. Looked at the time stuff and everything starting making a lot more sense.
  3. F

    Trainer card and badges, outfits and time system.

    That worked fine. Thank you. This is great for making an event run on a specific date, but can you just change it to work whenever it's a certain day of the week? I tried if newtime.Weekday==Monday and got an error. Is there a way to set this up? Tsaku: If you only want it to happen once...
  4. F

    Trainer card and badges, outfits and time system.

    Sorry, but how would you use this in an event? A certain day you talk to the event and it says whatever, or gives you something? I thought a conditional branch, but that got me no where. No good at this sort of thing. Would you mind explaining?
  5. F

    Ability Effect Based On Opponents Level

    Could you do something that gives it a range? Like pbOpposing1.level>=1 && pbOpposing1.level<=10 For greater than or equal 1, less then or equal to 10, and then set up the ability again but with pbOpposing1.level>=11 && pbOpposing1.level<=20 for equal to or greater than 11, less than or...
  6. F

    Adding Parents to Pokemon's screen

    I was just thinking it would be a nice addition to a pokemon/egg stat window if one of them showed the name/nickname of it's parents, if it was hatched. Like a litleo that was hatched would show Mufasa and Sarabi as it's parents. I imagine messing with windows like that is beyond what I know how...
  7. F

    Multiple Bikes

    Is it simple to make more then one type of bike in essentials (Like the mach and acro bikes in gen 3)? I'd assume it could be as simple as copying all the bikes data but I'd like to be sure there's nothing crazy I'd have to do first.
  8. F

    Help Making Attack with changing Effects

    Couldn't you make it so each time one of the items is equipped it would change the Pokemon's form and give them an ability that would change the effects of the one move?
  9. F

    Volume of Music and Sound Effects

    The most annoying thing about essentials is that the music and some sound effects (the noise when you bump into something or click up/down on a menu) is really loud. Is there something in the scripts that can turn it down?
  10. F

    Ability to add status problem to every attack

    Thank you mej71. This is pretty close to the last code I came up with. Glad to know I wasn't far off. The line " self.pbRandom(10)<3" is the percent chance that poison will effect the target right?
  11. F

    Ability to add status problem to every attack

    I really thought this would be a simple thing to figure out. I hope it's not just a small error preventing this from working >.<
  12. F

    Ability to add status problem to every attack

    I wanted to try making an ability that added a chance, for select moves, to poison (or any other status problem) the target. I'm no good at scripting, but this is what I thought would be on the right track. if isConst?(attacker.ability,PBAbilities,:POISONSKIN) if @id == 25 or @id...
  13. F

    Gale Wings and other Priority Question

    There's a code posted on here for Gale Wings pri+=1 if isConst?(@battlers[i].ability,PBAbilities,:GALEWINGS) && #by ~JV~ isConst?(move.type,PBTypes,:FLYING) but when going to attack with a Pokemon every time you choose a move to use it goes back to the previous screen, but if you...
  14. F

    Mod to Event Encounter Pokemon not working

    (Please excuse my total lack of knowledge with this) So, the way the shiny modifier works. A switch is made and put in the settings script. Then in the script PokemonEncounterModifiers there's a code that actually makes them shiny. So would doing this be as simple as using the script I...
  15. F

    Mod to Event Encounter Pokemon not working

    Didn't work. Also, I think I have something wrong because I set the gender to female and it's showing up male. Can't post pictures yet, but here's what the event looks like (Just get rid of the space). http: //i220.photobucket.com/albums/dd29/jadepuget1/ISSUES_zps6494a940.png
Back
Top