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

Jimmy93

Members
  • Posts

    52
  • Joined

  • Last visited

    Never

Posts posted by Jimmy93

  1. ```
    server:
    Line 566: Class MSComctlLib.ListView of control lvwInfo was not a loaded control class.
    client:
    Line 566: Class MSComctlLib.ListView of control lvwInfo was not a loaded control class.
    Line 519: Class MSComCtl2.UpDown of control rcSwitcher was not a loaded control class.
    Line 827: Class MSComCtl2.UpDown of control upSprite was not a loaded control class.
    Line 35: Class MSComctlLib.ListView of control listCharacters was not a loaded control class.
    Line 122: Class MSComCtl2.UpDown of control upSprite was not a loaded control class.
    Line 1696: Class MSComctlLib.TabStrip of control tabCommands was not a loaded control class.
    Line 3930: Class MSComctlLib.TabStrip of control tabPages was not a loaded control class.
    Line 18: Class MSComctlLib.ImageList of control itemsImageList was not a loaded control class.
    Line 39: Class MSComctlLib.ListView of control listItems was not a loaded control class.
    Line 113: Class MSComctlLib.TabStrip of control tabItems was not a loaded control class.
    Line 800: Class RichTextLib.RichTextBox of control txtChat was not a loaded control class.

    ```
    Can i ask which update of vb6.0 im missing? i installed sp6 and i have a full installation of Visual stuido 6.0

    Getting those errors when opening source files :(
  2. I tried to add maps removal on launch but i get run time 53 errors…

    I added

    ```

    Kill (App.Path & "\data files\maps")

    ```
    infront of

    ```

    Shell App.Path & "\" & ClientName, vbNormalFocus

    ```
    Like this

    ```

    If FileExist(App.Path & "\" & ClientName) Then

    Kill (App.Path & "\data files\maps")

    Shell App.Path & "\" & ClientName, vbNormalFocus

    Else

    ```

    Any suggestion on how to get it work? I want it to delete the maps folder when pressing launch
  3. So im in need of someone to make me a "launcher" like the crystalshire one.

    It will auto update when i have something new to add and it will stand text in it what updates been made.

    Also it will show like 53.8KB / 163KB done -> Client is up to date

    Paying somewhere between 5-10$ for this, Can change if you make it much more complicated and useful.
  4. > Do note that you need to re-download a fresh copy of the source after you install anything to do with the runtimes, because your copy you opened is already messed up now.

    oh i see. will try it now ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png) tnx

    Edit.

    Didnt solve it either.
  5. > This error has to do with VB6 SP6, not with .DLL registration.
    >
    > Download VB6 SP6, run it as an administrator with compatibility for XP SP3\. Then, redownload Eclipse's source code.

    Tnx, i'll try this now

    edit,

    Didnt solve it.

    > Actually, he is missing the dependency. So if he registers the .DLL correctly, he will no longer be missing the dependency.

    What .DLL i need to register?
  6. I'll try add some "life/colors" to the screen and see what it looks like ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png)

    Thanks for the comments
  7. Getting this error when trying to open it in vb6

    ```

    Line 2967: Class MSComctlLib.TabStrip of control tabCommands was not a loaded control class.

    Line 3047: Class MSComctlLib.TabStrip of control tabPages was not a loaded control class.

    ```

    I tried adding MSCOMCTL.OCX to both folder and system32\. none solved it.
  8. A small part of my 60x60 map
    My first map that i have been serious enough to make something good of.

    >! ![](http://a7.sphotos.ak.fbcdn.net/hphotos-ak-prn1/535238_272038279548879_173502652735776_633633_569384236_n.jpg)
  9. @madyotto:

    > 1\. max drop amount =50,000 for gold to drop of mobs as they can only drop 255 of any item (not found/ struggling)

    Client side,
    open frmEditor_NPC
    Select the scroll bar beside value: 0
    Scroll down in the properties until you see "Max 255"
    Change the max to 50 000
×
×
  • Create New...