• Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • 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 Arachnee

  1. Arachnee

    [Game Idea] Pokemon: Life

    I like it. It sounds like the anime.
  2. Arachnee

    Alternative Freeze Dry script

    I don't think the function code for Flying Press and Freeze Dry works by itself. I changed Flying Press funtion once, but the move performed the same. The other code behind the two moves looks like it's located in PokeBattle_Move. if @function==0x135 &&...
  3. Arachnee

    [Scripting Question] Adding and removing choices?

    I tried the code, but I keep getting an "undefined local variable or method 'command' " error. How do I fix it?
  4. Arachnee

    [Scripting Question] Adding and removing choices?

    Oh yes, thank you. I think that's what I'm looking for. I will try it now.
  5. Arachnee

    [Scripting Question] Adding and removing choices?

    Hello all. I have been having trouble with this problem for some time now. I wish to make a list containing a collection of choices that can be added or removed from the list at will. I was hoping I could activate the options with a Switch, but that doesn't seem to work. The option i want to...
  6. Arachnee

    [Scripting Question] Difficulties with modifying mining game

    I just create a copy of PMinigame_Mining, and changed the item list in the copy to only the fossils. Then I changed the name of pbMiningGame in the copy to pbMiningGameFossil. I changed every mention of MiningGameScene to MiningGameScene2 and every mention of MiningGame to MiningGame2. It is...
  7. Arachnee

    [Scripting Question] Difficulties with modifying mining game

    Never mind everyone. I found a way to achieve what I wanted. Thank you for any consideration.
  8. Arachnee

    [Scripting Question] Difficulties with modifying mining game

    Hello, all. I've been having difficulties with a mechanic I wish to add to mining. I wanted to be able to change the probability of discovering certain items depending on location. For example, one map would have a higher chance of the player finding fossils, while another map would have a...
  9. Arachnee

    [Scripting Question] Pokemon Party

    I use this to get the highest level Pokemon and store it in a variable def pbHighestLevel max = 0 for i in 0...$Trainer.party.length if $Trainer.party[i].level >max max = $Trainer.party[i].level end $game_variable [28] = max end end
  10. Arachnee

    [Error] Trainer ball throw animation seems offset

    A different trainer back sprite comes with EBS. The default one will be off.
  11. Arachnee

    [Scripting Question] Move Help

    https://www.pokecommunity.com/showthread.php?p=9691472 It think AetherTrainer's method might work.
  12. Arachnee

    [Scripting Question] Move Help

    Does the primary type of your Pokemon change between Fire and Ice? If so, you can probably use Revelation Dance's effect to achieve the result that you want.
  13. Arachnee

    [Error] Partner trainer

    But that is the way that event is called. I think that's the error that appears when a trainer is not defined in the PBS.
  14. Arachnee

    [Custom Feature Question] IDEA OF CREATING GUILD IN THE GAME

    I do not understand? What is wrong?
Back
Top