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

achap89

Members
  • Posts

    384
  • Joined

  • Last visited

    Never

Posts posted by achap89

  1. Also if you are running as win7 or vista, I believe you will need to right click on the runtime installer, click the compatibility tab. Now Tick Run this program in compatibility mode for: Select Windows XP (Service Pack3) Now click ok. Right click it again and run it as an administrator. You should now be set ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/wink.png)
  2. Dark dino, open up your server vbp, then open modplayer.bas Find your OnDeath Sub and right after

    Call SetPlayerVital(index, Vitals.HP, 0)

    Add

    Call SendAnimation(Player(index).Map, 1, Player(index).x, Player(index).y)

    Change the number "1" to the animation of the dead body. That is how simple sending an animation after death is.

    Don't get so upset, next time, ask me to say that instead of correcting me. If you do not like that then I will gladly call you Abhi. Second, yes I did, I did not realize I did,
  3. Abh, I asked what EO system he was using so I could download it and see If I could help him for his exact client, this way there would be no code erros, because as we both know that clients and servers from other versions differ in code… I have seen that link do my a favor, ask next time before telling someone they do not know what they are talking about. ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/wink.png) Thanks mate.

    (FYI: This is not meant as sarcasm so I do hope you do not take it that way.)
  4. Download vb6, and open up frmMenu and add

    ```

    txtRUser.MaxLength = 11

    ```

    To your Form_Load function And they will no longer be able to use anymore than 11 characters

    NPC

    [http://freemmorpgmaker.com/uploadfiles/50597b9de5c1b04aaa745c0535d19a72.rar](http://freemmorpgmaker.com/uploadfiles/50597b9de5c1b04aaa745c0535d19a72.rar)

    There I did it for you the way you need it ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png)
  5. > This topic is in the wrong section.
    >
    > Should be in Request Resources.

    Agreed…noobster, I pointed you to the Q and A section. You will get much better results.
  6. Make the top left pixel is the exact same color. I find it easier to simply use a bright green, but that is simply preference. Also, like the above posts state, double check the file type to make sure it is the same as all the others. Re-save it as a bitmap. (Bmp)
×
×
  • Create New...