Vote Rewards

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
Hi,

I want to give Parrot to those vote on my server :

I set this :

Code:
      "Items":[ 
         { 
            "Blueprint":"Blueprint'/Game/Atlas/AtlasCoreBP/Items/PrimalItemResource_GoldCoin.PrimalItemResource_GoldCoin'",
            "RewardChance":-1,
            "MinQuantity":25,
            "MaxQuantity":25,
            "MinQuality":0,
            "MaxQuality":0,
            "MinIsBP":0,
            "MaxIsBP":0
         },
         { 
            "Blueprint":"Blueprint'/Game/Atlas/AtlasCoreBP/Items/Resources/PrimalItemResource_MagicMarrow.PrimalItemResource_MagicMarrow'",
            "RewardChance":-1,
            "MinQuantity":10,
            "MaxQuantity":10,
            "MinQuality":0,
            "MaxQuality":0,
            "MinIsBP":0,
            "MaxIsBP":0
         }
      ],
      "Dinos":[ 
         { 
            "Blueprint":"Blueprint'/Game/Atlas/Creatures/Parrot/Parrot_Character_BP.Parrot_Character_BP'",
            "RewardChance":-1,
            "MinLevel":99,
            "MaxLevel":99,
            "Tamed":true,
            "Neutered":true
         }
      ],

I want to know how to spawn it with a specific color, because after 5 /vrtest, all parrots spawn black, but I want to make specific color parrot for those who vote. Thanks

Any option to add or impossible in this state?
 
still getting issues on when it checks for a reward it was working fine a few updates ago now nothing
 
Hi OwnProx,

First I want to thank you for this nice plugin. Do you have the possibility to add the folowing site to the supported one's : https://atlas.top-serveurs.net/
It's french site. If you need some help let me know.
 
Having a strange issue where only a small % of the time people are getting rewards. I used to ALWAYS get 25 gold (set to
"RewardChance":-1) and would frequently get other rewards as well. Now I set the reward chance of gold to 2 and sometimes do get it, but never get more than 1 reward. And now, as I said, a reward is qualified but never given. I tested with /vrtest and 7 times out of 10 I got nothing. The other 3 give me gold, a male crew, and a hatchet BP. I tested all of my BP paths, as there could have been a typo, and they all work fine. It SEEMS like Mythos is the culprit. But I can't really tell.

Doe anything look odd here?


Code:
      "VoteDelayHours":12,
      "ChanceofPointsOrItems": true,
      "MinPointsReward": 0,
      "MaxPointsReward": 0,
      "Items":[ 
         { 
            "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalHatchet.PrimalItem_WeaponMetalHatchet'",
            "RewardChance":4,
            "MinQuantity":1,
            "MaxQuantity":1,
            "MinQuality":0,
            "MaxQuality":5,
            "MinIsBP":0,
            "MaxIsBP":5
         },
         { 
            "Blueprint":"Blueprint'/Game/Atlas/AtlasCoreBP/Items/PrimalItemResource_GoldCoin.PrimalItemResource_GoldCoin'",
            "RewardChance":2,
            "MinQuantity":25,
            "MaxQuantity":25,
            "MinQuality":0,
            "MaxQuality":0,
            "MinIsBP":0,
            "MaxIsBP":0
         },
         { 
            "Blueprint":"Blueprint'/Game/Atlas/AtlasCoreBP/Items/PrimalItemResource_GoldCoin.PrimalItemResource_GoldCoin'",
            "RewardChance":8,
            "MinQuantity":50,
            "MaxQuantity":250,
            "MinQuality":0,
            "MaxQuality":0,
            "MinIsBP":0,
            "MaxIsBP":0
         },
         { 
            "Blueprint":"Blueprint'/Game/Atlas/AtlasCoreBP/Items/Resources/PrimalItemResource_MagicMarrow.PrimalItemResource_MagicMarrow'",
            "RewardChance":7,
            "MinQuantity":1,
            "MaxQuantity":10,
            "MinQuality":0,
            "MaxQuality":0,
            "MinIsBP":0,
            "MaxIsBP":0
         }
      ],
      "Dinos":[ 
         { 
            "Blueprint":"Blueprint'/Game/Atlas/Test/HumanNPC_BP_Crew_Female.HumanNPC_BP_Crew_Female'",
            "RewardChance":6,
            "MinLevel":20,
            "MaxLevel":30,
            "Tamed":true,
            "Neutered":false
         },
         { 
            "Blueprint":"Blueprint'/Game/Atlas/Test/HumanNPC_BP_Crew_Male.HumanNPC_BP_Crew_Male'",
            "RewardChance":6,
            "MinLevel":20,
            "MaxLevel":30,
            "Tamed":true,
            "Neutered":false
         }
 
Does someone knows how I can contact Ownprox ? He didn't reply to my message on this website. Does he have a discord or an email address ?
 
I am still getting reports of the vote rewards occasionally not working. I've triple checked settings and everything, this happens maybe 5% of the time and to random people. Would love an update if possible!
 
Theres nothing to "update". I had a similar issue until I tweaked numbers and reward options to a degree that afforded a 100% chance of SOMETHING. It also ended up equating to getting a little of everything from time to time
 
I am still getting reports of the vote rewards occasionally not working. I've triple checked settings and everything, this happens maybe 5% of the time and to random people. Would love an update if possible!
You could also get my plugin if you want a better option for voting.
 
You have you config wrong then.
Stuck it in here, or DM it to me and Ill see what I can do to help
 
You have you config wrong then.
Stuck it in here, or DM it to me and Ill see what I can do to help

How is it wrong? I'm not having issues with rewards being given out, that works perfectly fine. My issue is with the voting website not always properly communicating with the server so some of the votes are not accounted for. This happens like less than 5% of the time but it does happen, it may even be user error I'm not sure there's no way to tell.
 
I had a bad brain day I guess. I guess I confused you with another conversation.

The plugin doesnt communicate with the site to PLACE the vote ever. It only verifies with the site that the vote has been placed prior to giving the reward
 
Back
Top