Recent content by Pokemon Cyanid

  1. P

    Adding a new move effect

    I think you should change something in this code. I dont see the moves animation anymore and the move doesnt deal damage anymore using your code. (no flame) :D Also there doesnt appear any text to say which stat was lowered . Is there any possibility to change the first code the way, that there...
  2. P

    Adding a new move effect

    Hey, first off all thank you very much for your quick and helpful reply. ;D;D;D I still have one problem now, the attack seems to not lower the enemy stat, atleast i dont get a message saying : xxx`s Attack was lowed ! What would i have to do so this would also work?
  3. P

    Adding a new move effect

    hey guys, i would really like to have a move which lowers one random stat of the enemy by one stage. Does anyone know what i would have to put in the move effect section for this? It would be really nice if someone could help me out with this . ;D ;D
  4. P

    Dual screen problem

    Doesnt anyone know how this works or how i could show another picture at the bottom of the screen while the loadbg picture is shown on the top screen and erase them both at the same time?
  5. P

    Dual screen problem

    U mean in the Pokemon_load scrip section or where? Messing around with the y-coordinate only causes the whole scene to move down, i just want the WHOLE loadbg picture to be shown.
  6. P

    Dual screen problem

    Hey Guys, Im using the dual screen script made by crazyninjaguy module Graphics @@fadeoutvp=Viewport.new(0,0,485,784) @@fadeoutvp.z=0x3FFFFFFF @@fadeoutvp.color=Color.new(0,0,0,0) end class Sprite_Picture def initialize(viewport, picture) @viewport = Viewport.new(0, 0, 512,784)...
  7. P

    What's wrong with my encounters?

    You will have to do it with the editor im afraid i also had to do it with it. Im sorry
  8. P

    What's wrong with my encounters?

    Well atleast in my version of essentials you cannot simple add the encounters in the pbs file. I would recommend deleting what you added and make the encounters with the editor.
  9. P

    What's wrong with my encounters?

    Hey nieveso, I believe i´ve got the same error a while ago. Did you try to edit your encounters by modifying your encounters pbs file?
Back
Top