tModLoader

tModLoader

Reduced Grinding
183 kommentarer
Vanimur 8. maj kl. 17:47 
I don't think the merchant dice works, it doesn't have a use animation or anything
Marshall Banana 15. feb. kl. 4:42 
How come setting an item to 1 doesn't make it 100%? Am I missing something?
Dragon3025  [ophavsmand] 19. dec. 2024 kl. 19:32 
@Slaz: It's "Chance = 1 / Configuration_Setting", so setting it to 50 means there's a 1/50 chance of dropping or 2%.
Tony! Toni! Toné! 19. dec. 2024 kl. 19:24 
I might be dumb, but what does "Chance = 1" mean? Like if I set my Biome Key chance to 50, does that mean it has 50% chance to drop?
Z3nith 13. dec. 2024 kl. 4:06 
Works perfectly now!
Roobi 13. dec. 2024 kl. 1:18 
Yes, it seems to be working for now.
stim shots 12. dec. 2024 kl. 14:36 
it works now :steamthumbsup: :)
Dragon3025  [ophavsmand] 12. dec. 2024 kl. 14:01 
I updated with an attempt to fix the bug. Please let me know if it's working.

The change I made: In ReducedGrinding>Global>Player.cs at line 43: I changed it from

if (Main.LocalPlayer.HasBuff(BuffID.Clairvoyance))

to

if (Player.HasBuff(BuffID.Clairvoyance))
Dragon3025  [ophavsmand] 12. dec. 2024 kl. 13:16 
I'm sorry about the bug everyone. It was working on my PC when I published it.

I want to revert to the last version that worked for everyone, before trying to fix the current. Was version 9.10 working for everyone?
Hitori 12. dec. 2024 kl. 11:07 
For those who encountered the problem: go through the mods folder of the browser with mods, find the mods folder by id (2802069787) and delete the last of the available ones (by version date)
LoukS 12. dec. 2024 kl. 9:43 
v9.1.1 crash
kedrophobia 12. dec. 2024 kl. 7:06 
@Dragon3025
kedrophobia 12. dec. 2024 kl. 7:05 
v9.1.1 crashes
Razoldon 12. dec. 2024 kl. 6:53 
This mod is currently broken, latest patch crashes the game if enabled. Disable the mod for now until they fix it
Syventh7 12. dec. 2024 kl. 1:32 
game crashes with the mod enabled just like @stim shots said, deleting and reinstalling the files of the mod and other solutions didnt work for me, but I´m gonna try some other stuff too
stim shots 11. dec. 2024 kl. 21:55 
latest update causes game to crash when clicking on either multiplayer of singleplayer
Dragon3025  [ophavsmand] 6. dec. 2024 kl. 14:45 
Reminder, I get notified better at the Github site and the Forum page.

@i am a piece of bread: I added the configuration.
i am a piece of bread 10. aug. 2024 kl. 22:23 
can you add a drop rate configuration for the obsidian rose
Dragon3025  [ophavsmand] 30. juni 2024 kl. 16:20 
@LateralOrc69977: This mod doesn't affect any recipes from other mods.
LateralOrc69977 28. juni 2024 kl. 10:45 
does this mod decrease recipe item requirements for calamity?
Dragon3025  [ophavsmand] 14. juni 2024 kl. 17:37 
@Jack-I-Ripper: What potions, and are they working when those mods aren't enabled? Note: I get notified quicker and can keep track of issues much better at the Issue Tracker linked in this mod's info.
Jack-I-Ripper 6. juni 2024 kl. 12:16 
potions are not working multiplayer playing with calamity/thorium/calamity overhaul
Dragon3025  [ophavsmand] 11. mar. 2024 kl. 18:44 
@Wgairborne: That was a bug. I fixed it with this update.
Wgairborne 5. mar. 2024 kl. 16:13 
has anyone had issues with the angler not giving rewards? reduced grinding is seemingly the only mod I have that changes his behavior, and he'll randomly not give rewards, even on his first quest of the day
ASP Ian 29. dec. 2023 kl. 18:05 
i fixed it, i had to validate the tmodloader files
ASP Ian 29. dec. 2023 kl. 17:54 
and also in the config, the potions and and fishcoins are greyed out*
ASP Ian 29. dec. 2023 kl. 17:40 
@Dragon3025 i just know it's not doing anything when i do that, and it says something about serverside config.
Dragon3025  [ophavsmand] 29. dec. 2023 kl. 13:17 
@ASP Ian: I tested it just now. If you set the amounts greater than 1, it will enable the recipe. If it's not working, another mod could be interfering with it.
ASP Ian 28. dec. 2023 kl. 23:29 
I cannot for the life of me seem to be able to enable the bobber potions
Dragon3025  [ophavsmand] 30. okt. 2023 kl. 21:31 
LuGiO: Yeah the chance is 1 / configuration_setting, so setting it to 1 means it's 1 / 1 = 100%. Setting it to 0 will make it use the vanilla drop rate. I set it to 0, and didn't have the problem of all of them dropping it. Make sure to reload after making changes to the configuration.
Lloyd 30. okt. 2023 kl. 5:14 
i've also set the drops for Goodie bags once to 1 now every mob drops them, then back to 0 but still all mobs are dropping a goodie bag. this may be a Bug
Lloyd 30. okt. 2023 kl. 5:09 
What happens when i set for example the Drop rate config for Souls of Light/Night to 1 is it then 100% ? or should at be 100 to be 100% am confused on how the changes in the config work
Miheey 22. okt. 2023 kl. 4:20 
@Dragon3025: Here's the thing, I didn't reboot... Thanks, I'll check it out
Dragon3025  [ophavsmand] 21. okt. 2023 kl. 22:16 
@Miheey: I tested it out and didn't have this problem. Did you test it with only my mod enabled. Also make sure to reload after making changes to the configuration.
Miheey 19. okt. 2023 kl. 18:15 
Hi. Did I understand correctly that the change in the loot chance is 1/my number, and if I enter the value 1, then the chance will be 100%? If so, then something is not working ...
I checked on the staff of slimes and vertebra, they fall out as usual
Dragon3025  [ophavsmand] 13. okt. 2023 kl. 18:57 
@Freedbot: The terraria.wiki.gg page for Skeleton Merchant didn't include that info. I ended up fixing that page. I updated my mod with this fixed.

@Ben: Oops, Super Bobber was using regular Bobber setting. The Angler apparently was giving 1 quest per day if the end game amount = the base amount. I updated my mod with both of these fixed.

I didn't have that problem with the fish coins in single or in a server though. Try backing up your mod list, then use my mod by itself to see if you still have that problem.
Godslayer4000 13. okt. 2023 kl. 12:26 
no but most overhaul mods do it to begin with, i can confirm atleast both calamity and redemption touch it in one way or another.
Nyx (She/Her) 12. okt. 2023 kl. 2:29 
does this silently touch reforge RNG?
Ben 11. okt. 2023 kl. 10:13 
Also noticing some other weird things. The angler repeatable quest doesn't work anymore (Set it to min 10) and it still allows one. It worked in the last version. Fish Coins are also x2 whatever you set (I set 5 and I get 10).
Ben 11. okt. 2023 kl. 10:01 
The super bobber always give +1 lure regardless of config. The other bobbers seem to work fine.
Freedbot 9. okt. 2023 kl. 17:53 
Aaaah, oops. The wand of sparking is not something to just "buy" from the skeleton merchant when playing Remix. It is retiered to being a hardmode mimic drop. You'll still want to put conditions on that when the world is remix. Instead, the magic dagger is what you buy from him in that seed.
Dragon3025  [ophavsmand] 7. okt. 2023 kl. 21:26 
@Ajarel: I tested on a server just now and it worked for me. If you can't craft it, check to see if it's enabled in the configuration. It's supposed to end a current invasion, is it doing this? If not, is it a vanilla invasion?
Ajarel 6. okt. 2023 kl. 21:12 
Im on a small multiplayer world (only 2 players) and a few mods that I've adjusted along the way. Right now I can't get the World Peace Standard to work. Is there something i'm missing?
Freedbot 6. okt. 2023 kl. 20:09 
Neat. I finally got around to releasing a mod, and a pack to go with it, so I'm mostly squashing my own bugs. A few people are on a server being guinea pigs, I'll be sure to let you know if we come across anything else.
Dragon3025  [ophavsmand] 6. okt. 2023 kl. 15:21 
@Freedbot: Thanks for reporting this. Apparently tModLoader's 1.4.4+ update changed the way Skeleton Merchant is handled. I updated with it fixed.
Freedbot 4. okt. 2023 kl. 0:06 
I haven't thoroughly tested I'm afraid, but the option to make the Skeleton Merchant ignore moon phases seems to not be working quite right. Granted, I'm in an unfavorable testing environment. A dedicated multiplayer Linux server with 26 other mods.
Dragon3025  [ophavsmand] 1. okt. 2023 kl. 14:38 
EDIT: Your post did remind me to add an option (disabled by default) to have give Wood, Iron, Gold crates a chance of dropping Enchanted Sundial, so I updated just now with that option added.
Dragon3025  [ophavsmand] 1. okt. 2023 kl. 14:37 
@Taktycal: I removed them and added more options (disabled by default) to increase the speed and decrease the cooldown of Sundial and the new vanilla Enchanted Moondial. 1.4.4+ Also made it so both dials cooldown will be removed if a Blood Moon or Solar Eclipse happens.
Taktycal 1. okt. 2023 kl. 9:27 
how do i get the granite and marble sun/moondials in 1.4.4.9 i cant seem to be able to craft them nor do the recipes appear or have they been removed since in my 1.3 worlds they are stil present
Godslayer4000 8. sep. 2023 kl. 18:26 
the luminite star was made to represent the shimmer bucket, you know, the one that is also obtainable AFTER CTHULHU, so you can have shimmer in your base, dude everything that stupid star did is already in 1.4.4 (and why tf are you whining so much about its hardly "the most useful thing in this mod".)