Quarry Factory

Spawn items inside the quarry when it gathers resources

Total Downloads: 669 - First Release: Oct 9, 2015 - Last Update: Nov 24, 2015

0/5, 0 likes
  1. Failed to call hook 'OnQuarryGather' on plugin 'QuarryFactory v1.0.3' (InvalidCastException: Cannot cast from source type to destination type.)

    Anyone else get this when u try to add crude oil to the quarry?
     
  2. vzs

    vzs

    try this:

    /qf enablaitem Item1

    or:

    Open the QuarryFactory.cs

    Search for: "DisableItem" or "disableitem" (line 327)
    Change them to: "Disable" / "disable"

    after changes, line will be:

    Code:
                if (args [0] == "Disable" || args [0] == "disable"){