Jump to content

r0gi

Member
  • Posts

    322
  • Joined

  • Last visited

Everything posted by r0gi

  1. r0gi

    Water in Chicken Coops

    Same here Hello...there's a bug that appears starting with version 2.9.91. Once this version, or newer, is installed, the blue water canister can only be filled with 100ml. Everything works perfectly up to version 2.9.9. The bug appears starting with version 2.9.91.
  2. r0gi

    no XP work

    Hi, i have an Idea @imthenewguy I’m running a custom plugin called SkillTreeXPScheduler, which applies temporary XP bonuses (e.g. +50% XP events). Previously, I used the hook: STCanGainXP(BasePlayer player, BaseEntity source, double value, string sourceString) to modify XP like this: private object STCanGainXP(BasePlayer player, BaseEntity source, double value, string sourceString) { if (_activeEvent == null) return null; if (!IsMatchingScope(sourceString, _currentScopeKey)) return null; return value * _currentFactor; // e.g. 1.5 for +50% } This worked fine before. After updating to v1.7.7, the behavior changed: As soon as my event becomes active → no XP is granted at all When the event is inactive → XP works normally After debugging, the reason became clear: var hook = Interface.CallHook("STCanGainXP", player, source, value, source_string); if (hook != null) return; Since the hook now returns object and any non-null value cancels XP, my plugin unintentionally blocks XP entirely instead of modifying it. So effectively: Old behavior: return double → modify XP New behavior: return anything → cancel XP I’ve now switched to using: OnXpGain(..., List<double> mods) which works correctly for scaling XP. However, this is a breaking change that can silently break existing plugins like mine, especially those that were designed to scale XP via STCanGainXP. I suspect this affects many plugins developed for scaling XP via STCanGainXP. All of these could be causing the problem. Perhaps this will help you. I had ChatGPT write it.
  3. r0gi

    no XP work

    So, I have a clue. I have a custom plugin that was designed to use the old SkillTree hook. This plugin is active from midnight on Sundays. So it just turned on. And as a result, the SkillTree is no longer working, and I'm not getting any XP for any action. There seems to be a problem with the SkillTree hook. My custom plugin is triggering the error now... but this plugin doesn't have Tage2. So, some other plugin could also be causing this error.
  4. r0gi

    no XP work

    Of the plugins you suggested, I only have RaidableBases. I just tested it, but strangely enough, everything is working right now... OR it's not affecting all players, and currently only the players for whom it's working are online. I'll leave it installed and see if any more players report the issue later today.
  5. r0gi

    no XP work

    Yes sure, we'll try it tomorrow.
  6. r0gi

    DeepSea dont open after closed

    DeepSea doesn't reopen automatically. It opens once when the plugin starts, but then it doesn't reopen. DeepSeaOptions.json
  7. r0gi

    no XP work

    same
  8. r0gi

    no XP work

    SkillTree.json
  9. r0gi

    no XP work

    hmm, i try something
  10. r0gi

    no XP work

    Since yesterday's update, I'm no longer getting XP for any actions. Not from events, not from chopping down trees, nothing. I reinstalled the old version... and then it worked.
  11. r0gi

    no XP work

    There is no more XP available.
  12. r0gi

    cant pickup since Update

    we cant pickup this one . all other is ok. Config is right
  13. r0gi

    Better Npc

    The loot manager is a complete disaster, and it's an absolute outrage to release something like this as a dependency. Months of work have been wasted. Unfortunately, the redevelopment of BetterNPC and NpcSpawn is also completely incomprehensible to me. It's much more complicated than before... the filenames are a nonsensical combination of numbers and letters. It used to be so simple... BetterNPC for configuration, NPCSpawn for spawning. Now everything is mixed up, and hardly anyone can get it configured properly.
  14. r0gi

    Npc Spawn

    The loot manager is a complete disaster, and it's an absolute outrage to release something like this as a dependency. Months of work have been wasted. Unfortunately, the redevelopment of BetterNPC and NpcSpawn is also completely incomprehensible to me. It's much more complicated than before... the filenames are a nonsensical combination of numbers and letters. It used to be so simple... BetterNPC for configuration, NPCSpawn for spawning. Now everything is mixed up, and hardly anyone can get it configured properly.
  15. r0gi

    Ultimate Cases

    That's great...because I'd like to add the key to the loot table and vending machines. So that's possible?
  16. r0gi

    Ultimate Cases

    Hi Guys....The Key u need to open the Cases..... is it a real skinned Item or only virtuell ?
    Absolutely great...my favorite event...it's really celebrated on our server. Very good work. We love Mevent!
  17. r0gi

    Quest System

    Hello, I'm sorry if my message came across as a bit aggressive. The plugin is perfect as it is and works with its features, given its current state of development. It's just that there are now so many new events that are part of the current standard, but unfortunately aren't available in the Quest plugin.
  18. r0gi

    Quest System

    Yes, there's so much more that could be done. But something still needs to be done here. When I think about it, you're paying $28 for a plugin that hasn't offered support or extensions for over a year.
  19. r0gi

    Quest System

    Last Update November 29, 2024 In the meantime, there are many more new events from which you can create great quests. Unfortunately, not yet included in XDQuest. I'm afraid there's not much happening in the plugin anymore. Too bad
  20. r0gi

    Quest System

    Is it possible to add support for BetterNPC, HeliSignal, BradleyDrops ?
  21. r0gi

    Quest System

    Are all quests listed in the quest list always displayed for selection? Can you set it to display only 10 quests, for example?
  22. r0gi

    Quest System

    where can i change to reward typ 2 to add Skin ID ?
  23. r0gi

    Quest System

    same here....we need Skin ID
2.3m

Downloads

Total number of downloads.

10.7k

Customers

Total customers served.

154.4k

Files Sold

Total number of files sold.

3.3m

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.