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

Domino_

Members
  • Posts

    944
  • Joined

  • Last visited

Posts posted by Domino_

  1. Suggestion to add in resurces something like afther level 5 you can get better items from that tree.
    example:
    level 1: brach or smtn :D
    afther level 5: as example oak logs
    afther level 20: Bird's egg :D
    Items based on level.
    Sry if you don't understund, I'm not good at English. ^^
  2. Hi all!
    Does somebody know hot to code EO that he opens all graphics,sprites,titles from rar file?
    Like I compress Data into data.rar and all files from there he is reading. And thr rar file is protected by password witch knows only admin and who coded it in the game?
  3. "Method or data member not found." In (Client side)
    ```
    Private Sub HandleSpeechWindow(ByVal Index As Long, ByRef Data() As Byte, ByVal EditorIndex As Byte, ByVal StartAddr As Long, ByVal ExtraVar As Long)

    ```
    This is when I want to speak with someone…
    And npc's was deleted before server start.
    ---

    @thezeus:

    > Could I trouble you for a screenshot of this in-game?  I'm not certain if I want to implement this or not without viewing such a graphic.  If not, thank you for your contribution!  It looks great.

    ![](http://www.freemmorpgmaker.com/files/imagehost/pics/d7e27304258002d22c67caa4b6490bb9.PNG)
    Only need to fix that it shows when you start to speak with someone not when you enter in game. :)
  4. LOL, this was the wrong place
    ```
    HandleDataSub(SSpeechWindow) = GetAddress(AddressOf HandleSpeechWindow)
    ```
    I tryed to change here xD  Sub HandleSpeechWindow to Sub HandleQuestWindow
    ```
    Private Sub HandleSpeechWindow(ByVal Index As Long, ByRef Data() As Byte, ByVal EditorIndex As Byte, ByVal StartAddr As Long, ByVal ExtraVar As Long)

    Dim Buffer As clsBuffer
    Dim msg As String
    Set Buffer = New clsBuffer
    Buffer.WriteBytes Data()

    msg = Buffer.ReadString

    frmMain.picSpeech.Visible = True
    frmMain.lblSpeech.Caption = "" & msg & ""
    frmMain.lblSpeech.Visible = True
    frmMain.picSpeechClose.Visible = True

    End Sub
    ```
    But that's ok. Great code.  :star: :star: :star:
  5. @Rithy58:

    > It's quite a lot of work. Here's my thread, not much support though.
    > http://www.touchofdeathforums.com/smf/index.php/topic,67289.0.html
    >
    > Sincerely,
    > Rithy

    Need only a perfect tutorial and that will be great! :D
  6. Hi,
    I was bored so made this gui with Paint.Net
    This is only for menu, when i will be bored again, maybe i'll make something for main.

    >! ![](http://www.freemmorpgmaker.com/files/imagehost/pics/0b03ff882d23b94ec34582a9a987c087.png)

    ::Download::
    http://www.freemmorpgmaker.com/files/imagehost/pics/e9679dc593c60b07dbc50d357b6e36ca.rar
    ```
    eclipse
    ```
    Hope you like.  :azn:
    Don't forget to leave comment.  XD
×
×
  • Create New...