Mirage Source

Free ORPG making software.
It is currently Tue Jun 04, 2024 6:55 am

All times are UTC


Search found 3 matches
Search these results:

Author Message

 Forum: Tutorials   Topic: Display NPC Names

 Post subject: Re: Display NPC Names
Posted: Thu Oct 01, 2009 6:13 pm 

Replies: 1484
Views: 101759


Public Sub DrawNPCName(ByVal Index As Long) Dim TextX As Long Dim TextY As Long Dim color As Long Select Case Npc(MapNpc(Index).Num).Behavior Case 0 color = KeyRed Case 1 color = KeyYellow Case 2 color = KeyWhite Case 3 color = KeyWhite Case 4 color = KeyWhite End Select With Npc(MapNpc(Index).Num)...

 Forum: Bugs Reports   Topic: Missing: DirectX 7 for visual basic type library

Posted: Thu Sep 24, 2009 6:40 pm 

Replies: 1376
Views: 80550


ah, well i had to download dx7vb.dll from a site, separately because i could not find it on my computer. Is that really the only file i need or is there other ones as well

 Forum: Bugs Reports   Topic: Missing: DirectX 7 for visual basic type library

Posted: Thu Sep 24, 2009 5:43 pm 

Replies: 1376
Views: 80550


Alright so I used to use MS back on windows xp with vb6, and I had no problems running the source. I remember I needed library files and vb runtime files or something. Right now, I have vb6 installed on a vista machine and I installed the directx sdk, and vb6 runtime files. However, it says I am mis...
Sort by:  
Page 1 of 1 [ Search found 3 matches ]


All times are UTC


Jump to:  
Powered by phpBB® Forum Software © phpBB Group