Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

gdog12356

Members
  • Posts

    684
  • Joined

  • Last visited

    Never

Posts posted by gdog12356

  1. ok so i know what code i have to edit which would be

    in moddx8, in drawanimation

    ```
    With sRECT
            .top = (height * ((AnimInstance(Index).FrameIndex(Layer) - 1) \ AnimColumns))
            .height = height
            .left = (width * (((AnimInstance(Index).FrameIndex(Layer) - 1) Mod AnimColumns)))
            .width = width
        End With

    ```
    I'm not exactly sure how i should edit this, if anyone could help that would be greatly appreciated.
  2. @Yumi:

    > [x]Who the hell are you?
    > [/qoute]
    >
    > lmao… Hi! I'm Gianni :P *greets yumi*
    >
    > @Yumi:
    >
    > > Did you draw the profile yourself? If that so then you deserve the [x] intermediate pixel artist
    >
    > Kinda, i recolored the skin, and did edited some shading that my pixel artist did, and thanks! :]
  3. @Growlith1223:

    > I am new to the whole coding thing >.<

    Then you shouldn't just right into coding things if you dont understand them. Take a look at components of the engine and see how it works. Then pick pieces from certain things and put them together to try to create what you want.
  4. @Growlith1223:

    > Hey so i was wondering…Is there a way to make a chancing code so for example:
    > in a pmd game, Recruit rate is +34
    > which would mean you have a chance out of 34 to recruit it..
    > Is there a way to do that and if so, could someone tell me how?
    > I know i ask too many questions >.<
    > I also don't know a lot about coding DX

    yes, for a recruitment code you will need to think of how this engine works, and also how pokemon games work. Now when a pokemon dies, it will see if you can recruit it. So you will want to look for the code in the npc death. And you will want to call a sub you will have to create to manage the actual recruitment. As for the percentile chance, you can do a random select of cases. like case1=exit sub case2= exit sub case 3= call recruitment code… so then its a 1/3 chance. As for the recruitment code you will have to experiment with that.
  5. ![](http://jaspermods.com/images/182f16cb9133dd95f05b.png)
    NinjaSnap is a program which save's you the hassle of uploading your screenshot's. This tool saves you the trouble of print-screening, saving the image, and then uploading it to an image host. After you run this tool, your cursor will turn into a '+'. When this happens you want to click and drag your cursor on the region of the screen you would like to have captured. After you select the region you would like to be captured, your default browser will open(if it is not open already) and it will navigate to the url of your image.

    You can download this program here: http://www.mediafire.com/?3pnafqcnenk6p0c .
×
×
  • Create New...