-
Posts
528 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by DeutscherRitterPlatz
-
- 724 comments
-
- 2
-
-
- #shop
- #shop ui
-
(and 25 more)
Tagged with:
- #shop
- #shop ui
- #store
- #market
- #server rewards
- #gui shop
- #custom items
- #rust shop
- #mevent
- #market system
- #marketplace
- #buy
- #sell
- #in game
- #economics
- #humannpc
- #market and magazine
- #gui
- #money exchange
- #rust shop plugin
- #shop system
- #best shop
- #best rust shop
- #shop items
- #shop mevent
- #shop in menu
- #shop gui
-
- 18 comments
-
- #challenge
- #rewards
-
(and 13 more)
Tagged with:
-
Sorry, my mistake, you still have to change that. Line: 938 from player.inventory.GiveItem(ItemManager.CreateByItemID(844440409, PlayerRewards[player.userID][rewardtype])); LogToFile($"Claim", $"[{DateTime.Now.ToString("hh:mm:ss")}] Reward claimed: {PlayerRewards[player.userID][rewardtype]} - Item: 844440409 {player.userID} {player.displayName}", this); to player.inventory.GiveItem(ItemManager.CreateByItemID(1776460938, PlayerRewards[player.userID][rewardtype])); LogToFile($"Claim", $"[{DateTime.Now.ToString("hh:mm:ss")}] Reward claimed: {PlayerRewards[player.userID][rewardtype]} - Item: 1776460938 {player.userID} {player.displayName}", this);
- 18 comments
-
- 1
-
-
- #challenge
- #rewards
-
(and 13 more)
Tagged with:
-
Plugin to set the amount of resources in Train Yard event
DeutscherRitterPlatz replied to Kleementin's topic in General
The plugin you are looking for is called "Wagon Plus" but it is not currently available on this site. -
There is no direct setting in the config for it! You have to adjust it yourself in the plugin.. Search in the .cs for "_Current_Event_Reward_Type" and change the rewards there, should be from line 984. Of switch (_Current_Event_Reward_Type) { case 0: reward = "Bronze Easter Egg"; break; case 1: reward = "Small Halloween Bag"; break; case 2: reward = "RP"; break; default: reward = "ERROR"; break; } To switch (_Current_Event_Reward_Type) { case 0: reward = "Blood"; break; case 1: reward = "Small Halloween Bag"; break; case 2: reward = "RP"; break; default: reward = "ERROR"; break; }
- 18 comments
-
- #challenge
- #rewards
-
(and 13 more)
Tagged with:
-
Hello @Adem I have a wish for the plugin. Would it be possible for them to implement a "Gibs - Harvest Cooldown In Seconds" for the attack helicopter, because the value is vanilla and the users asked if we could set it. Also "The Sputnik won't attack first [true/false]" so you don't get shot at directly if you just wanted to look. But of course you can't open the boxes as long as you haven't killed the NPC & Co.
-
Could you look again at the "Radiation power" setting, I have a feeling it's not working properly there or it's related to TruePvE again, radioactivity is there because we also use the "Magic Radiation Panel" plugin and it shows the radioactivity supposed to be there, but we don't get any radioactivity. Or does it only become active once you have created a PvP zone? "Zone Setting": { "Create a PVP zone? (only for those who use the TruePVE plugin)[true/false]": false, "Use the dome? [true/false]": true, "Darkening the dome": 5, "Radius": 25.0, "Radiation power": 10.0 }
-
@Adem Thank you for the awesome plugin! But I have a question: Do we first have to set "Create a PVP zone in the convoy isStop zone? (only for those who use the TruePVE plugin)" to true that a SamSite and an AutoTurret do damage ? We use TruePvE but didn't want them to kill each other player. Currently only the NPCs deal damage to the attacker.
-
-
- 197 comments
-
- 1
-
-
- #bradley
- #krunghcrow
- (and 4 more)
-
-
- 36 comments
-
- 1
-
-
Because nobody really gets an answer to certain questions here.. I'll try to answer them all now.. Question 1: Is this nrmal for /data/BackPackPro/BackPackPro.json is empty: Answer: yes you can just ignore Question 3: So the backpack is not deleted after a wipe? Answer: No, the plugin does not wipe the backpack by itself! Just manually delete the "BackPackPro" folder under oxide/data/ Question 3: We have the problem that the backpack is completely emptied when the binding key is pressed twice. Can someone help me here? Answer: We also have the problem from time to time, but only with users who have a 4K resolution, so we recommend a Full HD resolution "1920 x 1080" for this plugin. @MikeHawke will definitely implement all problems and requests at some point.. he took over the support of the plugin and the plugin is still sold.. and it doesn't say anywhere that the plugin is no longer supported.
-
- 36 comments
-
-
-
Then I would prefer your variant, you could do it like with the ingredients if you don't have the permission the recipe a different color "red". All I write in the future are ideas for your plugin, I'm only saying it because I write quite a bit. These are ideas that come to mind or suggestions from our community that I will pass along to you. Thanks for the beautiful plugin, I can't say enough.