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

Dawntide

Members
  • Posts

    248
  • Joined

  • Last visited

    Never

Posts posted by Dawntide

  1. I get an error on client:

    "method or data member not found"

    at "picQuestLog" of this code:

    frmMain.picQuestLog.Picture = LoadPicture(App.Path & "\data files\graphics\gui\main\questlog.jpg")

    please help me fix it, why is it picQuestLog? In the tutorial and sample file it is "lstQuestLog"
  2. Hey,

    I have a problem with the mainframe in vb6.

    Why cant i place objects over the default objects in the mainframe in vb6? When i place a object on for example "picYourTrade", my object cuts off at the border of picYourTrade and i can not see it anymore and the height and width values are bugged extremly, 295 width is extremly small!

    This is how it looks like when i place something on it:

    [![](http://s7.directupload.net/images/120731/temp/odhr5aei.png)](http://s7.directupload.net/file/d/2968/odhr5aei_png.htm)

    please help me fix this, i can not customize my objects if i can not see them because they get cut off

    thanks!
  3. I get this error too!

    UPDATE:

    I fixed the error by adding "**ByVal mapnum As Long**" back to Public Sub Party_ShareEXP. The writer of the tutorial removed it in the tutorial.

    ```
    Public Sub Party_ShareExp(ByVal partyNum As Long, ByVal exp As Long, ByVal index As Long, ByVal mapnum As Long)
    Dim expShare As Long, leftOver As Long, i As Long, tmpIndex As Long
    ```
    Is this a legit fix or will it cause bugs in the party system?
  4. Okay and if i want to change it for everything.

    1.How to do it?
    2.what do you need to delete then, in my server folder i got for example item1.dat to item255.dat, do you need to delete all these files then?

    3\. I am translating the whole Engine to my native language, but i can't find a few things:

    -The yes and no button of  party invite
    -The accept and decline button of trade
    -party disbanded chat message

    I can not find it with Search neither.

    thanks in advance, awesome support!
  5. I get an error here:

    ```
    '///////////////////
    '// Game Editor  //
    '///////////////////

    Public Sub SerialEditorInit()
        If frmEditor_Serial.Visible = False Then Exit Sub
        EditorIndex = frmEditor_Serial.lstIndex.ListIndex + 1

        With frmEditor_Serial

            .txtName.text = Serial(EditorIndex).Name
            .scrlItem.Value = Serial(EditorIndex).Item
            .HScroll1.Value = Serial(EditorIndex).ItemValue

        End With
        Serial_Changed(EditorIndex) = True
    End Sub

    ```
    line:```
    EditorIndex = frmEditor_Serial.lstIndex.ListIndex + 1
    ```
    Error: "method or data member not found" at```
    .lstIndex.
    ```

    I think the error is cause of this: "add the frmEditor_Serial in attachfile"

    i do not know what you mean with that, i just created a new form called frmEditor_Serial

    how to make attachfile, help me fix this please
  6. Hey,

    there was not enough space for my item descriptions, so i made the GUI Picture larger. The problem now is, that the Item Desc Picturebox goes off the screen on top.

    I recognized a off screen check in there:

    ```
    ' check for off-screen
        If y + frmMain.picItemDesc.height > frmMain.ScaleHeight Then
            y = frmMain.ScaleHeight - frmMain.picItemDesc.height
        End If
    ```
    But it does not work, how to fix it, so i the whole picture box is on the screen.
  7. 1\. Can't find any way to change currency name, i searched everywhere with the words "currency" and "gold".

    2\. What is about the very limited space for Item names? i cant even name an item "stone of ultimate destruction", because it is so limited.

    3\. Whats wrong with the "Change Sprite" thing in the character creation? It is just a label without any function.

    4\. Why are there Pictureboxes in the Option Picturebox around the Optionsboxes? Are they necessary? How to configure them to limit the placement of the optionsboxes like it is on default?
  8. Hey,

    How to edit basic things like the name of the currency? when i change the caption of the GoldLabel with the text "0g" there is no change at all after i save and compile it.

    When i want to change the icon of the Main frame, i get the error "invalid picture", my desctop icon is 32x32 .ico file.

    thanks!
  9. Are you sure? When i put a mp3 file into the music folder i can not use it on any maps, it does not show up.

    And how to do it for main menu?

    You have to place it in the "client/datafiles/music" but what to enter in the config file? Give me an example please!
  10. Hey,

    So i am trying to get into pixel art, but i have a problem.

    How to get better quality of items?

    I used GraphicsGale FreeEdition with 64x32 (24 bit map file) for this item:

    [![](http://s1.directupload.net/images/120729/3xkt3b6j.png)](http://www.directupload.net)

    The default wood log looks much better when it comes down to quality and detail:

    [![](http://s1.directupload.net/images/120729/d2shfnmv.jpg)](http://www.directupload.net)

    My item looks much more edged than the default ones.

    It is meant to be a shuriken, but i do not know how to increase its quality and also i got a little problem, because at beginning i borderd it black so it looks better, but then i recognized that the Inventory version has a black background, so i had to remove the black border :/

    Any advices to improve my pixelart skills? I also would appreciate a better version done by you!
  11. Hey!

    I do not know why, but nearly all links in this forum are not working. They are just redirecting to the forum and everytime this link is used: http://www.touchofdeathforums.com/smf2/index.php

    So how to fix it or are these just older links? I need updated ones otherwise nearly 90% of the threads in this forum are completly useless!

    thanks!
  12. Hey,

    So i am not willing to buy an outdated program for 500 $ (VB6 Enterprise), so is it even worth the time developing an MMO with eclipse origins without having VB 6?

    Is there any alternative like VB.net with extremly complex setup and properties or even another mmo engine?

    thanks in advance!
  13. Where to get VB 6 to get started? I don't think even 50% of the developers around here bought it for 500$, so where to get it, send me a link with PM.
  14. Hey,

    I am reading a lot about EO 3.0, but the download is "Eclipse - Event System 2.3", what is the newer version? If its EO 3.0, where to get it?

    thanks in advance
×
×
  • Create New...