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

egemert35

Members
  • Posts

    50
  • Joined

  • Last visited

    Never

Posts posted by egemert35

  1. > Looks nice, We will need something similar to this for Pokemon Rumble Online…

    Thank you. ![^_^](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/happy.png)
  2. [media]http://www.youtube.com/watch?v=7mFKInweROY[/media]

    How can i fix that? ![:unsure:](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/unsure.png)
  3. > The tutorial does not include the actual PlayMidi sub from what I see so this is a blind statement. From what I gather, there's only one place you see ".mid".
    >
    > Change that one line of code to:
    >
    > ```
    >
    > Dim Path as String
    >
    > Path = lstJuke.List(lstJuke.ListIndex & ".mid"
    >
    > If FileExist(Path) Then
    >
    > PlayMidi Path
    >
    > Else
    >
    > Path = lstJuke.List(lstJuke.ListIndex & ".mp3"
    >
    > PlayMidi Path
    >
    > End If
    >
    > ```
    >
    > Now this is untested, but the logic is correct compared to the information in the link you provided.

    Thank you bro.

    I just added

    PlayMusic lstJuke.List(lstJuke.ListIndex) & ".mp3"

    And worked.

    Like that:

    ```

    Private Sub cmdPlay_Click()

    If Options.Music = 1 Then

    StopMusic

    PlayMusic lstJuke.List(lstJuke.ListIndex) & ".mid"

    PlayMusic lstJuke.List(lstJuke.ListIndex) & ".mp3"

    Else

    StopMusic

    End If

    End Sub

    ```
  4. > looks good : ), (i has my own but its good to show others a example)

    Thanks. ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png)
  5. Hi guys.I made new fog type: Sandstorm

    And Weather.png

    >! Sandstorm
    >! ![](http://imageshack.us/a/img827/443/sandstormn.png)
    >! Weather
    >! ![](http://imageshack.us/a/img14/193/weatherrt.png)

    I hope you like. ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png)

    Edit:

    >! Rain:
    >! ![](http://img254.imageshack.us/img254/5868/70186936.png)
    >! Hail:
    >! ![](http://img824.imageshack.us/img824/6541/85245960.png)
    >! Snow:
    >! ![](http://img832.imageshack.us/img832/1986/64620645.png)
    >! Sandstorm (Fog) + Sandstorm (Weather)
    >! ![](http://img835.imageshack.us/img835/1023/42478191.png)
  6. I added Game Time: (Label8) and xx:xx (lblGameTime) to server.But labels are invisible.

    How can i fix that?

    Note: Label8 and lblGameTime Properties,

    Visible: True

    Note2: I'm using Dragon Eclipse.

    Edit: Sorry, my bad.I fixed.
  7. [http://www.touchofde…ge__hl__jukebox](http://www.touchofdeathforums.com/community/index.php?/topic/119345-adding-a-jukebox/page__hl__jukebox)

    Guys, i want to change jukebox format, but how? (Midi to MP3)

    (Mortal Angels MP3 System Link Here: [http://www.touchofde…ng-mp3-to-eo23/](http://www.touchofdeathforums.com/community/index.php?/topic/128597-adding-mp3-to-eo23/))
  8. Hmm?? Wrong code?

    This part:

    **In [background=yellow]Item[/background]EditorInit, under**

    **```

    If (frmEditor_Item.cmbType.ListIndex = ITEM_TYPE_SPELL) Then

    frmEditor_Item.fraSpell.Visible = True

    frmEditor_Item.scrlSpell.Value = .Data1

    Else

    frmEditor_Item.fraSpell.Visible = False

    End If

    ```**

    **add**

    **```

    If (frmEditor_Item.cmbType.ListIndex = ITEM_TYPE_SPELL) Then

    frmEditor_Item.fraSpell.Visible = True

    frmEditor_Item.scrlSpell.Value = .Data1

    Else

    frmEditor_Item.fraSpell.Visible = False

    End If

    ```**

    You should edit this part.
  9. "FrmHospital is always showing you mean?"

    No.

    When I click anywhere, frmHospital is disappearing.

    I want to combine both form because

    frmMain Properties;

    Moveable = True

    but

    frmHospital Properties;

    Moveable = False

    When I change the position of the main screen, frmHospital don't change with main screen.

    ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png)
  10. I found this topic [http://www.touchofdeathforums.com/community/index.php?/topic/122799-eo-20hospital-system/page__hl__hospital](http://www.touchofdeathforums.com/community/index.php?/topic/122799-eo-20hospital-system/page__hl__hospital) and I added to my game but didn't work. ![<_<](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/dry.png)
×
×
  • Create New...