Jump to content

IIIaKa

Creator
  • Posts

    2,335
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by IIIaKa

  1. The exploit involving kills with radiation darts in PvE mode will be fixed in the next update. Thanks for reporting it.
  2. IIIaKa

    HELI SIGNAL TEAM

    Please be a bit more patient and read messages fully before responding.
  3. IIIaKa

    HELI SIGNAL TEAM

    @ZEODE The issue with damage to team mates has been fixed without the need to add extra API calls to the hook, which is triggered extremely often, the larger the map and the more entities, the more frequently it's called. And don’t forget, most users(90%+) don’t have your plugin installed, so those calls would just waste resources for them. As for looting and harvesting helicopter gibs and locked containers, my plugin will ignore them if they have set a skinID > 0, thus handing over behavior control to the plugins that manage those entities.
  4. IIIaKa

    Hi !

    @ALWAYS Hello. In the config file(*SERVER*\oxide\config\Trader.json), there's a property(List of trade permissions) that contains a list of existing/new permissions(you can also add/create more), which can be configured according to your preferences. After that, you need to reload the plugin(o.reload Trader) and grant the player(or group) the necessary permission, for example: o.grant user iiiaka trader.default
  5. IIIaKa

    Hi !

    Changed Status from Pending to Work in Progress
  6. IIIaKa

    HELI SIGNAL TEAM

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

    HELI SIGNAL TEAM

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

    HELI SIGNAL TEAM

    I understand that this behavior creates an exploit for farming helicopters, so this issue will be fixed in the next update. And I don't think any API methods will be needed.
  9. IIIaKa

    HELI SIGNAL TEAM

    @arno1986 @ZEODE In my plugin, when damage is received, the attacker is determined and since helicopters from HeliSignals have the OwnerID of the player who called them, my plugin considers this to be friendly fire. If the team leader enables friendly fire, then they will also start taking damage from such helicopters. /realpve team ff
  10. IIIaKa

    HELI SIGNAL TEAM

    Changed Status from Pending to Work in Progress
  11. Hello. First, make sure the owner of the turrets has the permission you're configuring. After the player receives the permission, turn the turrets off and on again.
  12. Changed Status from Pending to Work in Progress
  13. If you have anything to add, feel free to write in this thread.
  14. Changed Status from Work in Progress to Not a Bug
  15. If you have anything to add, feel free to write in this thread.
  16. Changed Status from Work in Progress to Not a Bug
  17. If you have anything to add, feel free to write in this thread.
  18. Changed Status from Work in Progress to Fixed Changed Fixed In to Next Version
  19. IIIaKa

    Bug

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

    Bug

    Changed Status from Work in Progress to Fixed Changed Fixed In to Next Version
  21. 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 } }
  22. IIIaKa

    Failed to call hook

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

    Failed to call hook

    Changed Status from Work in Progress to Fixed Changed Fixed In to Next Version
  24. 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.
  25. 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.

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.5m
Total downloads
Customers
11.2k
Customers served
Files Sold
160.2k
Total sales
Payments
3.4m
Processed total
×
×
  • 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.