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

Adding more item types to character screen


Xlithan
 Share

Recommended Posts

I've added 4 more item types which can be equipped by the player. I've been going over bltEquipment for some time now and can't seem to figure out how to get it to start another row of items in the character window.

By default it draws Weapon, Armour, Helmet, Shield. You can easily add more columns, but I wish to add another row underneath. I've tried changing **.top = EqTop** to **.top = EqTop * 2** if the item count is more than 4, but it still doesn't work.

Any help greatly appreciated :)
Link to comment
Share on other sites

Hey look at the tutorial about adding new equipment slots and scroll towards the bottom look at the direct draw stuff and the edit I made bout frmmain it will draw new rows depending on how many new items u have
Link to comment
Share on other sites

Cool. I didn't use your entire code as it's pretty much the same as mine. I got the items to go onto the second row but the images aren't being displayed.

Probably something I've forgotten to change, I'll have to have a look through when I got time, but if you have any ideas what could be causing the issue, let me know :)
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...