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

Wart

Members
  • Posts

    21
  • Joined

  • Last visited

    Never

Posts posted by Wart

  1. @Jaxx:

    > lol sorry, my post above was just for the equipment if that wasn't clear, and I'm as mystified as you on this. I believe these are the coordinates for the equipment placing. How to go about editing this to meet your needs I have no idea…

    Don't worry.

    Somebody can help me?

    Regards
  2. @Jaxx:

    > I believe this is it
    >
    > With rec_pos
    >                 .top = EqTop
    >                 .Bottom = .top + PIC_Y
    >                 .Left = EqLeft + ((EqOffsetX + 32) * (((i - 1) Mod EqColumns)))
    >                 .Right = .Left + PIC_X
    >             End With
    >
    > This is I client

    Thanks for the answer, but…what i have to change? (sorry, im a noob in this)

    Regards
  3. Hi everybody!

    I have two question:

    1.- How can i change the position of my items in the character menu? I mean where an object equipment.

    Example:

    ![](http://img692.imageshack.us/img692/5439/charactergw.jpg)

    2.-How can i change the level of the music/sound of the game?

    Sorry for my english.

    Thanks.

    Regards
  4. Well i can't find the solution of the problem.

    ¿Somebody can give me the code of the music? I don't have a backup :s

    Is the second time i try to put the "Mini-map" engine and this give me the same error with de "Music", why??

    Regards
  5. @abhi2011:

    > U mean the each type of menus and windows like options,inventory etc. Well go to the right of your form. There will 6 buttons. Below that there will be a black thing. Just move it and go deep down, like move 1-3 items and you will find the options menu. You can find pic boxes behind "picParty"

    Thanks.

    regards
  6. Thanks for the answers.

    I follow this tutorial http://www.touchofdeathforums.com/smf/index.php/topic,77905.0.html step by step, i don't know why i eresed something :s

    Another question: ¿Where can i see all the objects in the frmMain? Because i don't find the "Music on/off and Sound on/off" button in VB.

    Regards
  7. Hello everybody.

    I was edit the frmMain to add the "mini map" engine.
    But when i try to compile, i get a error in this line:

    ```
    MusicFile = Trim$(map.Music)
    ```

    "Compile error. Method or data member not found"

    Sorry for my english.

    regards
  8. @Wing:

    > http://hogwartsfourhousesonline.webs.com/updates/news.html does not exist.

    Now i change that, so i have:

    ```
    GameWebsite=http://hogwartsfourhousesonline.webs.com
    updateURL=http://hogwartsfourhousesonline.webs.com/update.ini
    NewsURL=http://hogwartsfourhousesonline.webs.com
    ```
    But the error still appears :s

    > Check the new update on TUTORIALS section i make for the forum :D ! check it out
    >
    > maybe you like it

    I'll check it ;) thanks

    Regards
  9. @Wing:

    > Please copy and paste your config.ini.

    ```
    [Options]
    Game_Name=Game Name
    Username=
    Password=
    SavePass= 1
    IP=localhost
    Port= 7001
    MenuMusic=reddwarf.mid
    Music= 1
    Sound= 1
    Debug= 0

    [UPDATER]
    GameWebsite=http://hogwartsfourhousesonline.webs.com
    updateURL=http://hogwartsfourhousesonline.webs.com/update.ini
    NewsURL=http://hogwartsfourhousesonline.webs.com/updates/news.html
    Version= 1
    ```
    There is.

    Regards
  10. Hi everybody.

    I have a little problem:

    I follow all the steps to put the "auto-updater" engine (Robin) in my online game, but when i open the "launcher" i have a error "Run-time error 13: Type mismatch".

    [![](http://img213.imageshack.us/img213/3187/errorxo.png)](http://imageshack.us/photo/my-images/213/errorxo.png/)

    Uploaded with [ImageShack.us](http://imageshack.us)

    I don't know whats is wrong, but i follow all the steps exactly.

    Thanks.

    Sorry for my english.

    Regards
  11. @Justn:

    > Yea an easy way would be to look up ryoku hasus spell scaling tutorial :)
    >
    > Also u posted this in the wrong section

    Oh, i was confuse, i aply that tutorial and its ok n.n

    Thanks.

    Sorry for the wrong post.

    Regards
  12. @Soul:

    > Visual Basic 6\. Only Visual Basic 6.
    >
    > [You might want to read this guide.](http://www.touchofdeathforums.com/smf/index.php/topic,68399.msg736833.html#msg736833)

    Thanks, i'll try with that.

    regards
  13. @Ryoku:

    > you need visual basic 6 to edit the source code of EO.

    I have Visual Basica 2010 Express. But when i save the mod of the source i don't see any change in the game.
  14. Hello!

    Actually I'm starting with the issue of programming to edit better
    EO options and make better things.

    My problem is that: I started reading various tutorials. I left the show the lvl
    of the characters next to his name, I copied the code and pasted it where it should be, then
    I saved the document but there was no change.
    I tried with 2 more tutorials and I do not see the expected change … what do I do wrong?. I know it
    is some of the code, but perhaps something when saving the document.

    regards

    Sorry for my english.
×
×
  • Create New...