Jump to content

IIIaKa

Creator
  • Posts

    1,842
  • Joined

  • Last visited

Everything posted by IIIaKa

  1. IIIaKa

    Bug

    If you have anything to add, feel free to write in this thread.
  2. IIIaKa

    Bug

    Changed Status from Work in Progress to Fixed Changed Fixed In to Next Version
  3. IIIaKa

    Bug

    Hello. Please add a value for the 'beartrap' key at the end of the file *SERVER*\oxide\data\ActivityRewards\KillRewards.json. This will disable the reward for destroying bear traps. { ... }, "beartrap": { "PluginInt": 0, "PluginDouble": 0, "ItemsList": null } }
  4. IIIaKa

    Failed to call hook

    If you have anything to add, feel free to write in this thread.
  5. IIIaKa

    Failed to call hook

    Changed Status from Work in Progress to Fixed Changed Fixed In to Next Version
  6. IIIaKa

    Failed to call hook

    It looks like in the last update, part of a line was accidentally deleted. Please open the ZoneStatus.cs plugin in any text editor, go to line 622, find GetNewZone(MonumentsCargoShip, true); and replace it with _monumentsConfig[MonumentsCargoShip] = GetNewZone(MonumentsCargoShip, true); This should fix this error, but it won’t save the settings for CargoShip. Tomorrow, I’ll try to release a new version with this and other fixes, that version will save the settings for CargoShip.
  7. IIIaKa

    Failed to call hook

    @0g.Ghost.7373 Hello. Please check the presence of 'CargoShip' in the config(*SERVER*\oxide\data\ZoneStatus\MonumentsConfig.json), the error indicates it is missing.
  8. IIIaKa

    Failed to call hook

    Changed Status from Pending to Work in Progress
  9. IIIaKa

    NRE + Stacktrace

    If you have anything to add, feel free to write in this thread.
  10. IIIaKa

    NRE + Stacktrace

    Changed Status from Work in Progress to No Response
  11. @Kobani Hello, unfortunately, I don’t have access to the CustomPortals plugin and as I understand, this plugin uses vending machines to create portals. Since I don’t have access to this plugin, could you please check it yourself by modifying one method(hook) in the plugin? You need to open the vDelivery.cs file with any text editor and at line 573 find the method OnEntitySpawned, then completely replace it with the following method: void OnEntitySpawned(VendingMachine vending) { if (!vending.OwnerID.IsSteamId() || !_storedData.PlayersData.TryGetValue(vending.OwnerID, out var playerData)) return; NextTick(() => { if (vending == null || !CanModifyVending(vending, playerData)) return; if (playerData.AutoModify) ModifyVending(vending, playerData, true); else if (BasePlayer.FindByID(vending.OwnerID) is BasePlayer player) ShowPopup(player, vending.net.ID.Value); }); }
  12. Changed Status from Pending to Work in Progress
  13. IIIaKa

    Gather rewards not work

    If you have anything to add, feel free to write in this thread.
  14. IIIaKa

    Gather rewards not work

    Changed Status from Work in Progress to No Response
  15. IIIaKa

    HELI SIGNAL TEAM

    Hello, thanks for reaching out. @ZEODE has already informed me about your issue. At the moment, I'm busy with other plugins, but I'll look into this problem as soon as I'm free. I'll try to get it done before the global wipe.
  16. Changed Status from Pending to Work in Progress
  17. At the moment, this isn't possible, as authorization on the tool cupboard is only allowed once players become friends. It's also important to note that checking for building privilege is significantly more performance-intensive compared to checking for friendship.
  18. Hello. Damage to player-owned structures/entities can only be dealt by their owner, their friends(same team and only if friendly fire is enabled) and in PvP zones.
  19. Changed Status from Pending to Work in Progress
  20. IIIaKa

    Bug

    Changed Status from Pending to Work in Progress
  21. Hello, thanks for the suggestion, I’ll try to include it in the next update.
  22. IIIaKa

    image missing

    If you have anything to add, feel free to write in this thread.
  23. IIIaKa

    image missing

    Changed Status from Work in Progress to Not a Bug
  24. If the issue persists, feel free to report it in this thread.
  25. Changed Status from Work in Progress to Not a Bug
1.8m

Downloads

Total number of downloads.

8.5k

Customers

Total customers served.

127.9k

Files Sold

Total number of files sold.

2.7m

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.