Jump to content

Not Working with Component Box

Closed 1.1.4

Iron

I have copied this from the discussion page as it seems to be more of a support issue.

So, when I unwrap the component box (skinned large present), without holiday loot enabled it works fine.  Can unwrap, move items, close box.  However, when holiday loot is active, the box disappears on unwrapping, items in the box cannot be moved to inventory.  Basically you lose everything in the box and the box itself.  

Share this comment


Link to comment

On line 319 replace with this  

if (item.info.shortname != "xmas.present.large" && item.info.shortname != "xmas.present.medium" && item.info.shortname != "xmas.present.small" && item.info.shortname != "halloween.lootbag.medium" && item.info.shortname != "halloween.lootbag.large" && item.info.shortname != "easter.silveregg" && item.info.shortname != "easter.goldegg" && item.info.shortname != "presentdrop" && item.skin != 0)

And see if it still does it. I don't have Component Box to test it against.

Edited by FastBurst

Share this comment


Link to comment
22 hours ago, FastBurst said:

at the very end of that line try && item.skin == 0) instead of the != change that last part to == 0

......"easter.goldegg" && item.info.shortname != "presentdrop" && item.skin == 0)

 

tried, that and still no luck.  

Share this comment


Link to comment
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

80.8k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.