Jump to content

Not Working with Component Box

Closed 1.1.4

Iron
Iron

Posted

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.  

FastBurst

Posted (edited)

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
Iron

Posted

Replaced the line of code and it's still the same issue. 

FastBurst

Posted

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

Iron

Posted

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.  

FastBurst

Posted

Changed Status from Pending to Closed

1.4m

Downloads

Total number of downloads.

7k

Customers

Total customers served.

104.9k

Files Sold

Total number of files sold.

2.1m

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.