Recent content by HeliowaltonAU

  1. H

    I Think I broke Pokerus

    Line 296, under # Reduces the time remaining for this Pokemon's Pokérus (if infected). def lowerPokerusCount return if self.pokerusStage!=1 @pokerus-=1 end add in # Returns the Pokérus infection stage for this Pokemon. def pokerusStage return 0 if !@pokerus || @pokerus==0...
  2. H

    How to change Battle BGM in Battle...

    Thanks Maruno, exactly what I needed ^^ Going to change the code and see if I can make it a bit simpler ;p Edit: I've redone the script and removed the use of the switch. Full tutorial is available at https://pokemonessentials.wikia.com/wiki/Tutorial:Last_Pok%C3%A9mon_message_and_BGM
  3. H

    How to change Battle BGM in Battle...

    Can you post the entire script you have in Pokebattle_Battle? Edit: Before doing so try this and let me know if it works: Check if the trainertype you've entered is the number that refers to the gym leader's image. I wanted to use the internalname but that didn't work. Edit2: Maruno's way is...
  4. H

    How do I activate a common event mid battle?

    Events are frozing during Pokémon battles - I'm new to all this so I won't say it's impossible but I don't think it's very likely. What are you trying to trigger, and would you be able to add it to PokeBattle_Battle directly? That option would work.
  5. H

    How to change Battle BGM in Battle...

    Thanks for your help, but that one didn't work either. I went through different codes a bunch of times and I've finally gotten one that works the way I want it. def pbSendOut(index,pokemon) pbSetSeen(pokemon) @peer.pbOnEnteringBattle(self,pokemon) if pbIsOpposing?(index)...
  6. H

    How to change Battle BGM in Battle...

    Can't seem to make that work, though it's more likely to be a problem from me since I'm not complete sure what I'm doing. If possible I'd like to do pbDisplayPaused(@lastpokemon)I'm just not sure how I could define it for the trainer or what I'd need to add to the script. Didn't read that part...
  7. H

    How to change Battle BGM in Battle...

    This is pretty good, but is there a way to fade the BGM into the new one rather then the sudden change? It just sounds a bit weird. Also I've never scripted before but I wanted to play with this a bit to make them say something when their last Pokémon comes out. @scene.pbShowOpponent(0)...
  8. H

    Pokemon StarterKit XP

    For those wanting to download it.. click here.
  9. H

    Pokemon StarterKit XP

    I just tried and they're currently floating off the correct position, and the trees actually get larger and larger as I reach the top of the map untill they're too big to display.
  10. H

    Pokemon StarterKit XP

    Your new download link is accusing me of being a badger farmer. I dislike this. Edit: Since updating I have to have NM7 activated on my maps or it bugs out for some reason (something to do with the animated autotiles, which I can put on interior maps and have no issue). NM7 lags out the game...
  11. H

    Pokemon StarterKit XP

    Aw yeah, finally my menu screen can be seen in it's correct sexiness as intended.
  12. H

    Pokemon StarterKit XP

    You shouldn't be touching the resizing options.
  13. H

    Pokemon StarterKit XP

    Would be nice to get the whole menu system working. Glad you're better, CNG.
  14. H

    Pokemon StarterKit XP

    1 thing out of like 4 things I said I didn't think would be added. See this is why that spam started, because you're being an arse like that. Grow up, kthx and bye.
  15. H

    Pokemon StarterKit XP

    If you cheat in an exam you won't learn much. The Starter Kit should be considered a cheat sheet (information to help you get the answer). It's a STARTER Kit which means it will help you get started, if it had everything it would be a Full Kit. And Wiz, I am not answering for CNG, I'm giving my...
Back
Top