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

alysson2009

Members
  • Posts

    40
  • Joined

  • Last visited

    Never

alysson2009's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Error: Client.exe has generated errors and will be closed Moment: When the player change to another map. I don't know possible script errors, but i think what the error is on HandleMapDone this is the script ``` Private Sub HandleMapDone() Dim i As Long Dim MusicFile As String On Error Resume Next ' player music If InGame Then MusicFile = Trim$(Map.Music) If Not MusicFile = "None." Then Play_Music MusicFile Else Stop_Music End If End If If Not GetPlayerMap(MyIndex) = LastMap Then ToNewMap = Trim(Map.Name) ToMapTimer = GetTickCount + 255 ToMapFaderStage = 0 End If LastMap = GetPlayerMap(MyIndex) ' now cache the positions initAutotiles CacheResources GettingMap = False CanMoveNow = True End Sub ```
  2. is it possible? "call drawplayer(index, Alpha)" to draw with transparency?
  3. but the width is 256 and height: 5570. is it impossible?
  4. Engine: Cristal Shire Problem: when i change to a tileset with height over 576 pixels, the GDI Render distorce the image and don't draw the 576 pixels to down. Problem 2: when i change the tileset in the horizontal scroll, the vertical scroll almost all time don't change your .max
  5. when i try it, the item doesn't equip.
  6. I need a system that functions in Crystal Shire(Directx8)
  7. Hi everybody! I saw that in the Eclipse Origins he does not have arrows, if somebody will have a system, exactly that he is basic, please pass, therefore it is impossible to create the Archer class without this.
  8. @Robin: > You don't seem to understand. > > **Origins does not support PNG or the transparency you talk of.** The only way you can do what you want is by converting the entire graphics engine to DX8\. This isn't a case of, "But I only want to…". **No.** That's not how programming works. You're using a library with an inherent limitation. The only way to remove that limitation is by switching to a different library. > > This is what 'Converting to DX8' means. My original message still holds true; Either do it yourself or use CS:DE. Those are the only two options. #Either do it i'mself But robin, i'm using Eclipse Evolution 2.7, and i can set the lib files and the directx system, but to .png open, is only change the libFile Directx7 to Directx8? or need to make more?
  9. i need only to my project load .png, i have the source code for .png background opacity, how to vb read png?, only it plx.
  10. i need to know what is CS:DE…
  11. how to put .png pictures in source code of client? (i know what is with directX8, but how? what the code?)
  12. is possible download progress in "%"? type it: Downloading File XX 88% please post here, gratz
×
×
  • Create New...