Jump to content

SLATE

Member
  • Posts

    179
  • Joined

Everything posted by SLATE

  1. SLATE

    Skill Tree

    1. Pasé el archivo de idioma por chatgpt y lo traduje al español. Lo revisé para ver si tenía errores y luego lo puse en "carbon/lang/es/" o "oxide/lang/es/" 2. Puedes establecer la XP para cada actividad en la sección denominada: "Experience sources - Set xp value to 0 to disable for that type": Descargo de responsabilidad: no hablo español y esto fue traducido por Google. SkillTree.json
  2. Yea I noticed the upgrade changed the data location after I had posted and reverted for now. Thanks! On another note, I am seeing some weird math occurring. A user has a 3.3x multiplier on output. I would get 330 out from 100 in for a bit, then it would start to vary. He would get 235 from 100, 225 for 100, 325 from 100, 210 from 100. Numbers were all over the place. I removed and crated a new furnace and upgraded to 3.3x multiplier and continued to see this weird behavior. I upgraded against to 3.9x and got 390 from 100. Then we started getting weird numbers there , too, like 305 from 100. Any ideas on why the numbers would vary so much? All the other stats were 1x.
  3. It would be great to have a flag that allows an admin (and optionally a user) to view when their temporary permissions expire.
  4. Looks like the data didn't properly migrate in 2.5.4. Is there anything I can do to fix this? Many of my players lost their upgrades
  5. SLATE

    Water Patrol

    It only can trigger a single command; an unload wouldn’t be possible
  6. SLATE

    Rust Rewards

    This seems to match the error posted 3 days ago. It's an issue with Loot table, not this plugin.
  7. SLATE

    Water Patrol

    I use event manager to schedule events so that I don't have too many running at the same time.
  8. SLATE

    Water Patrol

    Would you be able to add hooks for this as well as a start/stop console command?
  9. SLATE

    Radtown Event

    Would you mind adding a flag that disables this from autostarting so those of us who use something to schedule events don't have this start automatically?
  10. Does this not work with Carbon, or is it just not tested?
  11. SLATE

    Global Event

    Is carbon not supported, or is it just not tested?
  12. SLATE

    Rust Rewards

    trying this: double Multiplier = GetMultiplier(player, weapon, distance, ent); if (type.ToString()=="Activity") Multiplier= (Multiplier - conf.Settings.Multipliers.HappyHour); amount *= Multiplier;
  13. SLATE

    Rust Rewards

    Looks like its related to happy hour applying to activity 18:27:41) | [RustRewards] TimeMulti: 1, RBMulti: 1, DistanceMulti: 1, WeaponMulti: 1, DayMulti: 1, HappyMulti: 1.5 (18:27:41) | [RustRewards] Steveeee got 580 for Activity (18:27:41) | [RustRewards] TimeMulti: 1, RBMulti: 1, DistanceMulti: 1, WeaponMulti: 1, DayMulti: 1, HappyMulti: 1.5 (18:27:41) | [RustRewards] 4eyedk9 got 560 for Activity (18:27:41) | [RustRewards] TimeMulti: 1, RBMulti: 1, DistanceMulti: 1, WeaponMulti: 1, DayMulti: 1, HappyMulti: 1.5 (18:27:41) | [RustRewards] runxaxmuck got 300 for Activity (18:27:41) | [RustRewards] TimeMulti: 1, RBMulti: 1, DistanceMulti: 1, WeaponMulti: 1, DayMulti: 1, HappyMulti: 1.5 (18:27:41) | [RustRewards] SLATE got 580 for Activity (18:27:41) | [RustRewards] TimeMulti: 1, RBMulti: 1, DistanceMulti: 1, WeaponMulti: 1, DayMulti: 1, HappyMulti: 1.5 (18:27:41) | [RustRewards] [God] GOD got 560 for Activity
  14. SLATE

    Rust Rewards

    Yep forgot to remove it that time
  15. SLATE

    Rust Rewards

    Just to rule out a weird conflict/interaction, try disabling simplestatus and see if it still happens
  16. SLATE

    Rust Rewards

    It's set to 900 seconds. Unfortunately still happening! I saw you changed the logic in the multipliers section -- I'll try to put in some debugging to see what its getting.
  17. SLATE

    Rust Rewards

    @TomHud every item you pick up or only certain ones?
  18. SLATE

    Rust Rewards

    @Steenamaroo I found a change in behavior, but I dont have enough data yet to know what caused it. If you look at this log, you can see the numbers are pretty consistent for activity until right after I update. SLATE/steveee are vipplusplus kahuna/nefarian/runxaxmuck are default god/4eyed are vipplus krak is vip "ActivityRewardAmount": 200.0, "Default": 1.0, "authenticated": 1.1, "vip": 1.2, "vipplus": 1.3, "vipplusplus": 1.4 (13:56:40) | [RustRewards] runxaxmuck got 200 for Activity (13:59:40) | [RustRewards] 4eyedk9 got 260 for Activity (14:01:41) | [RustRewards] Steveeee got 280 for Activity (14:06:41) | [RustRewards] nefarian got 200 for Activity (14:10:41) | [RustRewards] Krak39 got 240 for Activity (14:11:41) | [RustRewards] runxaxmuck got 200 for Activity (14:14:41) | [RustRewards] 4eyedk9 got 260 for Activity (14:16:41) | [RustRewards] Steveeee got 280 for Activity (14:21:42) | [RustRewards] nefarian got 200 for Activity (14:25:42) | [RustRewards] Krak39 got 240 for Activity (14:26:42) | [RustRewards] runxaxmuck got 200 for Activity (14:29:42) | [RustRewards] 4eyedk9 got 360 for Activity (14:31:42) | [RustRewards] Steveeee got 300 for Activity (14:36:42) | [RustRewards] nefarian got 220 for Activity (14:38:42) | [RustRewards] Kahuna got 220 for Activity (14:40:42) | [RustRewards] Krak39 got 240 for Activity (14:41:43) | [RustRewards] runxaxmuck got 200 for Activity (14:44:43) | [RustRewards] 4eyedk9 got 260 for Activity (14:46:43) | [RustRewards] Steveeee got 280 for Activity (14:53:43) | [RustRewards] Kahuna got 200 for Activity (14:55:44) | [RustRewards] Krak39 got 240 for Activity (14:56:44) | [RustRewards] runxaxmuck got 200 for Activity (14:58:44) | [RustRewards] SLATE got 280 for Activity (14:59:47) | [RustRewards] 4eyedk9 got 260 for Activity (14:59:47) | [RustRewards] [God] GOD got 260 for Activity (15:01:47) | [RustRewards] Steveeee got 280 for Activity (15:08:48) | [RustRewards] Kahuna got 200 for Activity (15:10:48) | [RustRewards] Krak39 got 240 for Activity (15:11:48) | [RustRewards] runxaxmuck got 200 for Activity (15:13:48) | [RustRewards] SLATE got 280 for Activity (15:14:48) | [RustRewards] 4eyedk9 got 260 for Activity (15:14:48) | [RustRewards] [God] GOD got 260 for Activity (15:15:48) | [RustRewards] Steveeee got 280 for Activity ================== plugin update here ================== (15:35:26) | [RustRewards] Steveeee got 500 for Activity (15:35:26) | [RustRewards] 4eyedk9 got 480 for Activity (15:35:26) | [RustRewards] runxaxmuck got 220 for Activity (15:35:26) | [RustRewards] SLATE got 500 for Activity (15:35:26) | [RustRewards] [God] GOD got 480 for Activity The update was applied at 15:20:22
  19. SLATE

    Rust Rewards

    @TomHud Not on the new version ? Probably best to update to new version and see if it still happens.
  20. SLATE

    RoamTasks

    Same answer, just the Economics custom name instead of Server Rewards
  21. SLATE

    RoamTasks

    It depends. What are you giving the player that is in pounds? is it an item, economy, server reward? If its Server Rewards, you'd put it in this: "ServerRewards Custom Name (Plugin)": "HERE"
  22. SLATE

    RoamTasks

    not sure if this will work, but try putting either of these instead of the pound symbol: £ £
    There's a reason this is so well reviewed! Adds a whole nother dimension to Rust. Works great and players enjoy it!

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.3m
Total downloads
Customers
10.7k
Customers served
Files Sold
154.6k
Marketplace sales
Payments
3.3m
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.