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

zenmen

Members
  • Posts

    66
  • Joined

  • Last visited

    Never

Everything posted by zenmen

  1. Ok, more or less I already know what it is, but when I try there is not possible to start the game from the compiler, vb6 tell me that my problem is with ".Caption" in line (and i think in others will be too): ``` .lblItemDesc.Caption = Trim$(Item(itemnum).Desc) ``` i chech two times my labels names.. What can be wrong? @Edit. Its a liiiiive! Ok i now i have no problem, its working! : )
  2. Hi im a begginer with vb6 and i have a question how to add this lables? ``` Private Sub SOMETHING() lblItemSpeed lbl... etc. Exit Sub ``` or maybe just paste it somewhere?
  3. damn! great news, small but great. Thank you, just downloading :)
  4. Well, a little pity, but I will manage some gui redesign and also will be :) Thank you for your help and info! : )
  5. Oh i understand, so i must to little rebuild my GUI. But this problem is only for hotbar? This is not applicable for icons or chat box?
  6. Hello! I have a small problem with alpha channel on my GUI pics. On the firt try i used PNG file and change the line in source code: ``` frmMain.picHotbar.Picture = LoadPicture(App.Path & "\data files\graphics\gui\main\hotbar.png") ``` but this thoesn't work, so i ask on forum how to did it and i get the answer to use BMP and then the top-left pixel (1, 1) will be interpreted as the transparent color. But this still thoesnt work for me i guess i do something wrong but what ? X D My effect with bmp file: http://s4.ifotos.pl/img/beztytuuJ_rnqsqnr.JPG
  7. This is great news! When can we expect this update? I can not wait: D
  8. I have no idea what was going on, I reinstalled everything and it works .. heh. But really thank you for your response. I have another question, actually two: First Is it possible resolution settings of the game window, or although there 'dynamic' scaling? Second Do not be problems with the total reconstruction of the GUI? These functions are the same but completely different visuals. Where can I find some aids for this page? Oh, and sorry for my bad english.. Edit. I got a answer for my second question! x D
  9. Hi, I use the engine modification 'The Chronicles of Starlight v 8 ". I installed all the libraries, but it still crashes me an error 'Run-time error 5', so I also manually registered the library DirecX7 (dx7vb.dll) but still nothing has changed, the client still crashes on DirectX .. Where else might be problem? for example, the original EO is loaded without any problem. I suspect that something is missing in the files, but how to find it ..
×
×
  • Create New...