Jump to content

IIIaKa

Creator
  • Posts

    1,841
  • Joined

  • Last visited

Everything posted by IIIaKa

  1. IIIaKa

    Advanced Status

    Hello, as I understand it, you placed the folder with images in the *SERVER*\oxide\plugins folder, but the folder with images should be here: *SERVER*\oxide\data\AdvancedStatus\Images
  2. IIIaKa

    Advanced Status

    Hi, there is no such API. But if you need it, I can add such an API.
  3. IIIaKa

    Pvp

    @langermen Сейчас делаю пвп для монументов и для DynamicPVP, далЬше посмотрим, что можно будет сделатЬ с Рейд базами и конвоем.
  4. IIIaKa

    Pvp

    Changed Status from Not a Bug to Work in Progress
  5. Хорошо, если получится, добавлю возможностЬ либо отключитЬ таймер, либо сделатЬ кастомное время(по пермишену).
  6. @Snaplatack Better to remove it. Install it only when you will test, otherwise you will have a lot of spam in the console. I just need to know if the message will be displayed at the end of the conversation with the Custom NPC.
  7. IIIaKa

    Advanced Status

    I'm sorry to hear that you're confused. It seems like you might have missed the description and the pinned message before making your purchase. Everything is clearly explained there, including how you can get the plugin for free.
  8. What boxes are you referring to? Are you talking about the Chinook's crate or the Bradley/Patrol crates? If you’re talking about the crates from Bradley/Patrol, you can set "Is it worth removing fire from crates?" to true in the main config file, which will allow you to extinguish the crates immediately and make them accessible. P.S. Если хочешЬ, пиши на русском.
  9. @Snaplatack Hello, you need to create a file named Test.cs and then, using any text editor, insert the code below and add this plugin to the server. using System; namespace Oxide.Plugins { [Info("Test", "IIIaKa", "0.1.0")] class Test : RustPlugin { void OnNpcConversationStart(NPCTalking npcTalking, BasePlayer player, ConversationData conversationData) { PrintWarning($"OnNpcConversationStart: {player.userID} => {npcTalking.GetType()}"); } void OnNpcConversationEnded(NPCTalking npcTalking, BasePlayer player) { PrintError($"OnNpcConversationEnded: {player.userID} => {npcTalking.GetType()}"); } } } After that, start and finish a conversation with the custom NPC. Two messages should appear in the console. [Test] OnNpcConversationStart: *ID* => *TYPE* [Test] OnNpcConversationEnded: *ID* => *TYPE*
  10. IIIaKa

    Teleport Status

    @Kobani Hi, I looked at the plugin page, and it lacks hooks that are called when teleportation starts and when it is interrupted. If they are added, it will be possible to add compatibility with this plugin. Examples of hooks from NTeleportation: void OnTeleportAccepted(BasePlayer target, BasePlayer player, int countdown) - this is the start of teleportation between players void OnHomeAccepted(BasePlayer player, string home, int countdown) - this is the start of teleportation to home void OnTownAccepted(BasePlayer player, string name, int countdown) - this is the start of teleportation to town void OnTeleportBackAccepted(BasePlayer player, Vector3 location, int countdown) - this is the start of teleportation back void OnTeleportInterrupted(BasePlayer player) - this is when any teleportation is interrupted
  11. Remove the attached file. This is a general chat, and anyone can download from here.
  12. If the issue persists, feel free to report it in this thread.
  13. Changed Status from Work in Progress to Closed Changed Fixed In to Next Version
  14. Hello! In the next update of RealPVE, it will be fixed.
  15. Changed Status from Closed to Pending
  16. Changed Status from Pending to Work in Progress
  17. @Snaplatack Hi, from what I understand, it seems that the hook for the beginning of the conversation triggers, but the hook for the end does not, which causes the plugin to think you are still talking. Could you try using the kill command after the bars disappear? Thank you.
  18. Changed Status from Not a Bug to Work in Progress
  19. Changed Status from Pending to Work in Progress
  20. @steampunkvalley Hello! Could you please clarify what exactly you want the /share command to do? Why not just add the person to the group and give them access to the entities?
  21. By: @steampunkvalley
  22. Well, it's not clear what the screenshot is showing and what this graph represents, it's very cropped. Could you please provide the full version? Also, what is the update frequency set in your configuration for "Client Status Bar Count Interval"?
  23. First of all, this is not a hook, and second, what are your assumptions based on? You say that the problem is with hooks, but you are pointing to a method for counting client-side bars. Your statements are misleading me. Please first investigate whether my plugin is actually 'overloading' and causing your server to hang.
  24. @Nick Las I'm particularly confused by your statement about hooks, as my plugin does not use 'heavy' hooks. The source of this information is also unclear. Please provide more details. Thank you again!
  25. Changed Status from Pending to Work in Progress
1.8m

Downloads

Total number of downloads.

8.5k

Customers

Total customers served.

127.8k

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.