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

Aurelijus1

Members
  • Posts

    67
  • Joined

  • Last visited

    Never

Posts posted by Aurelijus1

  1. @'Essence':

    > @'Aurelijus1':
    >
    > > @'BeNjO':
    > >
    > > > Tutorial that Aurelijus1 used:
    > > >
    > > > ![](http://i.imgur.com/sW2DErM.png)
    > > > ![](http://i.imgur.com/TAShk8I.png)
    > > >
    > > > http://www.freemmorpgmaker.com/thread-4757.html?highlight=customization
    > >
    > > First time seeing it, it would have helped me alot. Anyway what makes you think that I use it? My and this system similar only because it has scrollbar too, because it's make able to change body parts to any color and I think it's the easiest way to create a color changing system. The RGB color model is an additive color model in which red, green, and blue are added together in various ways to reproduce a broad array of colors
    >
    > I'd say you copied it and just played around with it.

    I have replied it for BeNjO
  2. @'BeNjO':

    > Tutorial that Aurelijus1 used:
    >
    > ![](http://i.imgur.com/sW2DErM.png)
    > ![](http://i.imgur.com/TAShk8I.png)
    >
    > http://www.freemmorpgmaker.com/thread-4757.html?highlight=customization

    First time seeing it, it would have helped me alot. Anyway what makes you think that I use it? My and this system similar only because it has scrollbar too, because it's make able to change body parts to any color and I think it's the easiest way to create a color changing system. The RGB color model is an additive color model in which red, green, and blue are added together in various ways to reproduce a broad array of colors
  3. I tried to create item and I get error **Run-time  error '9' : sub script out of range** in client side > modHandleData > Private Sub HandleUpdateItem this line:
    ```
    CopyMemory ByVal VarPtr(Item(n)), ByVal VarPtr(ItemData(0)), ItemSize
    ```
  4. I did it successfully with my own "tutorial".
    If you want to register dll file follow this instructions:

    1.Download VB6 MOUSE WHEEL DLL Click here!
    2.Install it to your C:\Windows\SysWOW64 or System32 (32bit)
    3.Open CMD as administrator.
    4.Type cd yourdllfiledestinationfolder
    Example:
    cd C:\Windows\SysWOW64 or System32 (32bit)
    5.Hit **ENTER**
    6.Type regsvr32 VB6IDEMouseWheelAddin.dll
    7\. Hit **ENTER**
    8.WOLA dll has been registered.

    Tutiorial Created by Aurelijus.S all rights reserved ® 2015 :D
×
×
  • Create New...