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

  1. ZioCricco

    Elite Battle 2015: Gen 5 battle skin

    One of my dev tried to do this previously without any results. The code keep treating the wild Pokémon as a trainer. He thought that he should modify the original Essentials battle script.
  2. ZioCricco

    Elite Battle 2015: Gen 5 battle skin

    Is it possible to set the sun/moon entry animation also for the WildBattle?
  3. ZioCricco

    [Scripting Question] Problem with form changing animation

    Thanks for the reply! Here's the code I was talking about. def pbStartFormChange(i) x = @sprites["pokemon#{i}"].x y = @sprites["pokemon#{i}"].y pbStartAnimation(x, y) { pbRefreshSingle(i) } pbDisplay(_INTL("{1} ha cambiato forma!", @party[i].name)) end def...
  4. ZioCricco

    [Scripting Question] Problem with form changing animation

    Hello everyone! I'd like to introduce myself: my nickname is AGSoldier and I am a developer of this fan-made project called Pokémon Xenoverse. Since I'm not so comfortable using the Ruby scripting language, I'm having some problems with a script, and I'd like to ask you if there's some problem...
  5. ZioCricco

    Keeping feet hidden while moving in tall grass

    ... I am really dumb. LoL So... I have to work better on The animation to have a good result or i'm wrong?
  6. ZioCricco

    Keeping feet hidden while moving in tall grass

    The priority is already zero, I've only setted the bush. I don't think the animation is the main problem.
  7. ZioCricco

    Keeping feet hidden while moving in tall grass

    Hello guys, I have a question for you: when you use the wild grass from HG/SS and you set it as a Bush flag tileset, if the pg is inside of a clod of grass he will be darkened, but if he starts walking he will be walking above the tileset, like if he is on the normal ground, removing the effect...
  8. ZioCricco

    Even More Fixes and Additions to Help-14's Following Pokemon Script

    Hi guys! I really need your help. In my game i have a pokemon that has a multiple form (1) but everytime that i go from a map to another the sprite of the following pokemon change in the form 0. How can i fix it?
  9. ZioCricco

    How to add an animation in the party screen

    So, how can i do that? :3
  10. ZioCricco

    How to add an animation in the party screen

    Hi guys! I've a question: Is it possible to show an animation when an item is gived to a pokèmon? Like the animation in pokemon platinum when you give the item to giratina and it change forme!
  11. ZioCricco

    Water animation when standing at the shore

    Really thanks! **
  12. ZioCricco

    Water animation when standing at the shore

    Hi Guys! How can i add an animation like this? For pokemon essential v15.1 not for DS! :)
  13. ZioCricco

    Even More Fixes and Additions to Help-14's Following Pokemon Script

    When a Pokèmon evolve, the sprite doesn't refresh! how can i fix it? :(
  14. ZioCricco

    How to check player's money

    Yes, i think that i love you. Ahaahahahah Another thing, i want an animation when a trainer send out a specifi pokemon, in the script section i've found this if shinyBattler?(@battle.battlers[1]) pbCommonAnimation("Shiny",@battle.battlers[1],nil) end But if i want that the...
Back
Top