-
Content Count
12 -
Joined
-
Last visited
Community Reputation
8 NeutralAbout Danibot
-
Rank
Junior Member
Recent Profile Visitors
539 profile views
-
QoL Mega Wishlist
Danibot replied to Hornete's topic in [Don't Starve Together] Suggestions and Feedback
Currently, when a Winona's catapult hits an Electrified Volt Goat, the catapult takes damage !! It doesn't make any sense, so I would love to see it fixed. -
Don't Starve Together Roadmap 2021
Danibot replied to JoeW's topic in [Don't Starve Together] General Discussion
Where did that come from?? which post ?? -
After completing the 8th task of the Crabby Hermit, it is impossible to access her store. Her sales tab stops showing. No matter what tasks I do, or the sequence, in the 8th task, her sales tab stops appearing(i'd try out and in, in the game, and nothing. I'd only not try to reconect my steam account). I also noticed that she stop saying "If it isn't Danibot (my name on steam)" and now says "If it isn't my favorite visitor". A can't trade with her, please help me klei. (i'd use the mod fix for too many items to get the items to complete the tasks and advance the time, i hope is not this)
-
(Abandoned)Deluxe Campfires (remastered)
Danibot commented on JezusDayz's file in Game Modifications
-
help Don't Starve - Help with API for Deluxe Campfires Mod
Danibot posted a topic in Tutorials & Guides
I need help with API for a Don't Starve Mod: Deluxe Campfires Mod. This mod is in abandoned state. I want the fire and ice stars of this mod to drop, as the fire is off: Fire: 100% chance of 3 Rocks; 75% 1 Nightmare fuel; 5% 1 Red Gem; 5% 3 Red Feather; 1% 1 Fire Staff 0,5% 1 Dragon Fruit 0,5% 1 Star Caller's Staff 0,5% 1 Yellow Gem 0,5% 2 Thulecite Pieces Ice: 100% 2 Rocks; 100% 1 Nitre 100% 2 Ice 75% 1 Nightmare fuel; 5% 1 Blue Gem; 5% 3 Blue Feather; 1% 1 Ice Staff 0,5% 1 Blue Amulet 0,5% 1 Star caller's Staff 0,5% 2 Thulecite Pieces Comand lines in the files, Fire Star:------------------------------------------------------------------------------ if heatStarDropLoot == "yes" then if addLootItems == 1 then -- flame max level 10 if heatStar_starsSpawnHounds == "yes" then inst.components.lootdropper:SpawnLootPrefab("firehound") inst.components.lootdropper:SpawnLootPrefab("firehound") inst.components.lootdropper:SpawnLootPrefab("firehound") inst.components.lootdropper:SpawnLootPrefab("firehound") end inst.components.lootdropper:SpawnLootPrefab("nightmarefuel") inst.components.lootdropper:SpawnLootPrefab("nightmarefuel") inst.components.lootdropper:SpawnLootPrefab("nightmarefuel") inst.components.lootdropper:SpawnLootPrefab("redgem") elseif addLootItems == 2 then -- flame max level 9 if heatStar_starsSpawnHounds == "yes" then inst.components.lootdropper:SpawnLootPrefab("firehound") inst.components.lootdropper:SpawnLootPrefab("firehound") inst.components.lootdropper:SpawnLootPrefab("firehound") end inst.components.lootdropper:SpawnLootPrefab("nightmarefuel") inst.components.lootdropper:SpawnLootPrefab("nightmarefuel") elseif addLootItems == 3 then -- flame max level 6 if heatStar_starsSpawnHounds == "yes" then inst.components.lootdropper:SpawnLootPrefab("firehound") inst.components.lootdropper:SpawnLootPrefab("firehound") end inst.components.lootdropper:SpawnLootPrefab("nightmarefuel") end end end Comand lines in the files, Ice Star:------------------------------------------------------------------------------- if iceStarDropLoot == "yes" then if addLootItems == 1 then -- flame max level 10 if iceStar_starsSpawnHounds == "yes" then inst.components.lootdropper:SpawnLootPrefab("icehound") inst.components.lootdropper:SpawnLootPrefab("icehound") inst.components.lootdropper:SpawnLootPrefab("icehound") inst.components.lootdropper:SpawnLootPrefab("icehound") end inst.components.lootdropper:SpawnLootPrefab("ice") inst.components.lootdropper:SpawnLootPrefab("ice") inst.components.lootdropper:SpawnLootPrefab("ice") inst.components.lootdropper:SpawnLootPrefab("ice") inst.components.lootdropper:SpawnLootPrefab("bluegem") elseif addLootItems == 2 then -- flame max level 9 if iceStar_starsSpawnHounds == "yes" then inst.components.lootdropper:SpawnLootPrefab("icehound") inst.components.lootdropper:SpawnLootPrefab("icehound") inst.components.lootdropper:SpawnLootPrefab("icehound") end inst.components.lootdropper:SpawnLootPrefab("ice") inst.components.lootdropper:SpawnLootPrefab("ice") inst.components.lootdropper:SpawnLootPrefab("ice") elseif addLootItems == 3 then -- flame max level 6 if iceStar_starsSpawnHounds == "yes" then inst.components.lootdropper:SpawnLootPrefab("icehound") inst.components.lootdropper:SpawnLootPrefab("icehound") end inst.components.lootdropper:SpawnLootPrefab("ice") inst.components.lootdropper:SpawnLootPrefab("ice") end end end heat_star.lua ice_star.lua Please help me!!! -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- I did make a litle progress: if iceStarDropLoot == "yes" then if addLootItems == 1 then -- flame max level 10 if iceStar_starsSpawnHounds == "yes" then inst.components.lootdropper:SpawnLootPrefab("icehound") end inst.components.lootdropper:SpawnLootPrefab("ice") inst.components.lootdropper:SpawnLootPrefab("ice") inst.components.lootdropper:SpawnLootPrefab("nitre") inst.components.lootdropper:SpawnLootPrefab("rocks") inst.components.lootdropper:SpawnLootPrefab("rocks") inst.components.lootdropper:SpawnLootPrefab("nightmarefuel") inst.components.lootdropper:AddChanceLoot("nightmarefuel",0.75) inst.components.lootdropper:SpawnLootPrefab("bluegem") inst.components.lootdropper:AddChanceLoot("bluegem",0.05) inst.components.lootdropper:SpawnLootPrefab("feather_robin_winter") inst.components.lootdropper:AddChanceLoot("feather_robin_winter",0.05) inst.components.lootdropper:SpawnLootPrefab("feather_robin_winter") inst.components.lootdropper:AddChanceLoot("feather_robin_winter",0.05) inst.components.lootdropper:SpawnLootPrefab("feather_robin_winter") inst.components.lootdropper:AddChanceLoot("feather_robin_winter",0.05) inst.components.lootdropper:SpawnLootPrefab("icestaff") inst.components.lootdropper:AddChanceLoot("icestaff",0.01) inst.components.lootdropper:SpawnLootPrefab("blueamulet") inst.components.lootdropper:AddChanceLoot("blueamulet",0.01) inst.components.lootdropper:SpawnLootPrefab("yellowstaff") inst.components.lootdropper:AddChanceLoot("yellowstaff",0.01) inst.components.lootdropper:SpawnLootPrefab("thulecite_pieces") inst.components.lootdropper:AddChanceLoot("thulecite_pieces",0.01) elseif addLootItems == 2 then -- flame max level 9 if iceStar_starsSpawnHounds == "yes" then inst.components.lootdropper:SpawnLootPrefab("icehound") end inst.components.lootdropper:SpawnLootPrefab("ice") inst.components.lootdropper:SpawnLootPrefab("ice") inst.components.lootdropper:SpawnLootPrefab("nitre") inst.components.lootdropper:SpawnLootPrefab("rocks") inst.components.lootdropper:SpawnLootPrefab("rocks") inst.components.lootdropper:SpawnLootPrefab("nightmarefuel") inst.components.lootdropper:AddChanceLoot("nightmarefuel",0.75) elseif addLootItems == 3 then -- flame max level 6 if iceStar_starsSpawnHounds == "yes" then inst.components.lootdropper:SpawnLootPrefab("icehound") end inst.components.lootdropper:SpawnLootPrefab("ice") inst.components.lootdropper:SpawnLootPrefab("rocks") end end end --------------------------------This,above, is right? I realy don't know.-
- dont starve
- api
-
(and 4 more)
Tagged with:
-
Charlie, a playable character mod (RoG and DST compatible!)
Danibot commented on AmaLee's file in Custom Character and Skins
- 47 comments
-
- [Reign of Giants]
- [Dont Starve- Base]
-
(and 1 more)
Tagged with: