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

blkcrow

Members
  • Posts

    477
  • Joined

  • Last visited

    Never

Posts posted by blkcrow

  1. > what is this even showing?
    >
    > what is variables.php?
    >
    > You have a database function called GetCoins which isnt used and the rest just checks a login for what reason?

    nevermind he posted here so he can copy paste it when he gets home
  2. got a subscript out of range error when tried to trade two fish baites for one onion seed i clicked in the same item in my inventory twice but i had more than one and if you create a world without specifiing a seed the client closes with a path not found error. Also the game lags sometimes. looking good till now gonna play some more ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png)
  3. The preferences at the registration page are hiden by the advertisements (i found out how to hide them after i registered ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/tongue.png) ) and sometimes when i hover over my name the lists shows but when i am moving my mouse to select one of the options some of them dissapear thats all i have noticed till now. i really like the design you have made and i love the color picker at the top it might only make little changes but it gives a different feel to the whole website. Nice work ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png)
  4. > Oh, you can count on me to ensure that is happening. I will personally make sure classes are used where structures should not.

    Thats what i wanted to hear

    > Oh, this made me remember of sadscript…
    >
    > I would rather use vb6 though.

    i am not sure i get what you are trying to say
  5. > You don't really need to do that as there's an easier way. Open up the sprite with MS Paint and check the height and width of the sprite. If both are divisible by four, you know its not the sprite that's the problem.

    That has nothing to do with it. The problem is probably the alignment of each frame
  6. > ![:o](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/ohmy.png) Dragon eclipse allow only 3 players ? ![:o](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/ohmy.png)

    no he means that the most players his game had at a time was 3
  7. > I had the same problem with the dx8vb.dll, I had to manually make sure they were being installed into the win32 folder. They were going into the win32 or win64 folder by default. Just re-install them and make sure it is in win32\. JUST win32, nothing else.

    jaekx is right when you install the runtime filles you have to specify the path that they need to be installed in
  8. i dont know what version of eclipse you are using but in 3.0 this is the code that calculates the width of the bar to fill

    ```

    barWidth = ((GetPlayerVital(partyIndex, Vitals.HP) / sWidth) / (GetPlayerMaxVital(partyIndex, Vitals.HP) / sWidth)) * sWidth

    ```

    the only case you would get a divide by zero error is when the players hp is 0 or sWidth is 0 (in your case Width). at the very top of this sub there is this line

    ```

    sWidth = Tex_Bars.Width

    ```
    if you dont have this line then you never set a value at sWidth (or Width) and its 0 by default

    Edit: Also check to make sure that Tex_Bars.Width is not 0
  9. Bad really bad. Blue buttons over green doesnt look good at all. I am a guy who puts gameplay before graphics though so if a game got lame graphics but really nice gameplay i will play it but thats not how everyone thinks
×
×
  • Create New...