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

Azebu

Members
  • Posts

    33
  • Joined

  • Last visited

    Never

Posts posted by Azebu

  1. @[THE-KRIS:

    > link=topic=67399.msg727106#msg727106 date=1293634836]
    > ANd please type properly… last time I checked the English dictionary would spell that What (lolwut), Problems, like, that and die.

    wat?, wut?, wha?, w00t?, meh?, sorry bro, i can't.
  2. i need help doing code of dual wield, because i'm newb.

    I tried copying 'weapon' data, but all i get is rte, when this is only weap, (with both weaps i see no difference between only main weap).
  3. dunno what you mean changing it to 12 item slots.
    if i make column size 4 i end up with 3 items on same place.

    I made it myself (BTW, my first code ^^)
    All Client based
    Find in modDD7 and replace
    ```
    .Top = EqTop
    ``````
    .Top = EqTop + ((EqOffsetY + 32) * ((i - 1) \ EqColumns))
    ```do the same thing in frmMainGame.
    At the end find```
    Public Const EqOffsetX As Byte =
    ```and below add```
    Public Const EqOffsetY As Byte = X
    ```at place of X you enter the distance.

    BTW, Robin, what about adding Boots, Gloves, Ring and whateva slots in EO 1.2.1?
×
×
  • Create New...