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

Two questions about items and music


Wart
 Share

Recommended Posts

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

@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
Link to comment
Share on other sites

@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
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...