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

[EO] Shop


Cyprien
 Share

Recommended Posts

Anything after five items can't be clicked or mouse over to see info.

Also there is space for six items in a row however it moves every item after the fifth in the row to the next row then placing it in the sixth spot on the row.

32x32 items
Link to comment
Share on other sites

@Ballie:

> @[PIE:
>
> > Dr. Aken link=topic=57637.msg645376#msg645376 date=1275783969]
> > BUG
> >
> > Only items in the top roll of the shop can be bought.
>
> It's more than that. The IsShopItem function is using the wrong value for .Top. Find this:
>
> ```
> .Top = ShopTop
> ```
> And change to this:
>
> ```
> .Top = ShopTop + ((ShopOffsetY + 32) * ((I - 1) \ ShopColumns))
> ```
> Additionally, you might want to change ShopColumns to 6 in modConstants. Six per row fits perfectly whereas five leaves a large gap.
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...