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

Javierz

Members
  • Posts

    33
  • Joined

  • Last visited

    Never

Javierz's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Javierz

    Need Help.. EO

    now i was make it to be blt in modDirectDraw7 but not working too :sad: here the code ``` Public Sub BltTest(ByVal Index As Long) Dim X As Long, Y As Long, Sprite As Long X = GetPlayerX(Index) * PIC_X + Player(Index).XOffset Sprite = GetPlayerSprite(Index) If Sprite < 1 Or Sprite > NumCharacters Then Y = GetPlayerY(Index) * PIC_Y + Player(Index).YOffset - 25 Else Y = GetPlayerY(Index) * PIC_Y + Player(Index).YOffset - (DDSD_Character(Sprite).lHeight) + 7 End If ' Draw the box Call DDS_BackBuffer.SetFillColor(RGB(0, 0, 0)) Call DDS_BackBuffer.DrawBox(ConvertMapX(X), ConvertMapY(Y), ConvertMapX(X + 46), ConvertMapY(Y + 16)) End Sub ```
  2. Javierz

    Need Help.. EO

    hi all, i was trying to make a floating box behind the name but it still error ``` Call DDS_BackBuffer.SetFillColor(RGB(0, 0, 0)) Call DDS_BackBuffer.DrawBox(TextX, TextY, TextX + 32, TextY + 8) ``` somebody can help me?
  3. OMG.. i was laugh for 2 minutes cause this.. hahahahah
  4. Where is the HP regeneration Code ? ;)
  5. How to Add Chat Bubbles on Eclipse Origins?? anyone can? please help me :icon_crap:
  6. Hey all, How to remove setting Panorama Pictures as Background ? Panorama Picture's is Sucks :huh: I was try editing modDirectX, but not Working… :icon_crap:
  7. why when I use the winsock in VB6\. I get an error like this
  8. 1\. how to move the health bar and name below the character 2\. how to configure the game button ( Attack, Pick up Item, etc) Please give me Answer
  9. @Timmah: > Change your URL to this: http://www.lockergnome.com/midi/ Thanks :cheesy:
  10. [Click Here](http://www.lockergnome.com/midi/)
  11. i need Christmas Tiles :azn: Can you give me the finished tiles XD THX ALL
  12. Can you give an example of this script ?
×
×
  • Create New...