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

blkcrow

Members
  • Posts

    477
  • Joined

  • Last visited

    Never

Everything posted by blkcrow

  1. for some reason it reminds me of the pyramids and ancient Egypt ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons//tongue.png)
  2. > Instead of using 8 different sprites for 8 directional movement, why not rotate the image instead? it doesnt use 8 different sprites its use 4
  3. > 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
  4. blkcrow

    Dx8 Base Help

    You are actually trying to load a direct x texture into a control?
  5. Hover over each variable and see wich one is zero and tell us
  6. blkcrow

    Dx8 Buttons :)

    to move buttons you just need to change Button(i).x and Button(i).y probably in the sub that intialises GUI
  7. > ![:o](http://www.touchofdeathforums.com/community/public/style_emoticons//ohmy.png) Dragon eclipse allow only 3 players ? ![:o](http://www.touchofdeathforums.com/community/public/style_emoticons//ohmy.png) no he means that the most players his game had at a time was 3
  8. > 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
  9. 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
  10. good luck counting all rows ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png)
  11. [https://www.google.gr/#hl=el&sclient=psy-ab&q=image+splitter&oq=image+spli&gs_l=hp.3.0.0l2j0i30l2.10562.14368.0.15400.10.10.0.0.0.0.196.1259.3j7.10.0…0.0...1c.1.Sl71gFn8tks&pbx=1&bav=on.2,or.r_gc.r_pw.r_cp.r_qf.&fp=d3d87491b002c52e&biw=1280&bih=675](https://www.google.gr/#hl=el&sclient=psy-ab&q=image+splitter&oq=image+spli&gs_l=hp.3.0.0l2j0i30l2.10562.14368.0.15400.10.10.0.0.0.0.196.1259.3j7.10.0...0.0...1c.1.Sl71gFn8tks&pbx=1&bav=on.2,or.r_gc.r_pw.r_cp.r_qf.&fp=d3d87491b002c52e&biw=1280&bih=675)
  12. if there is a newer version they must have uploaded it so check if redownloading the client works. I cant really tell what the problem is wihout debuging it
  13. lol i know dont take it seriously i was just joking
  14. we need more information to help you. she might havent got the latest version have you tried running the autoupdater first or redownloading the client?
  15. come on stop being lazy and upload your GUI class already ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons//tongue.png)
×
×
  • Create New...