i run a version i edited myself for same reason all i did was
Original
number = rng.Next(1,101);
if(number >= 86) {
godOfLife(current);
} else if(number >= 76 && number <= 85) {
godOfDamn(current);
} else if(number >= 61 && number <= 75) {
godOfGluttony(current);
} else if(number >= 51 && number <= 60) {
godOfPlague(current);
} else if(number >= 11 && number <= 50) {
godOfPoverty(current);
} else if(number >= 2 && number <= 6) {
godOfWar(current);
} else {
godOfDeath(current);
Changes
number = rng.Next(1,101);
if(number >= 86) {
godOfLife(current);
} else if(number >= 76 && number <= 85) {
godOfDamn(current);
} else if(number >= 61 && number <= 75) {
godOfGluttony(current);
} else if(number >= 51 && number <= 60) {
godOfPlague(current);
} else if(number >= 46 && number <= 50) {
godOfWar(current);
} else {
godOfPoverty(current);
I think the reason people die so often is because is more like 6% death if not mistaken.
this is casued by the gap between 6 and 11 in the Original

Blessing of The Gods
Players will be randomly blessed by a God
Total Downloads: 465 - First Release: Jul 18, 2016 - Last Update: Aug 7, 2016
- 5/5, 5 likes
-
-
Dora updated Blessing of The Gods with a new update entry:
1.0.4
[DOUBLEPOST=1470548421][/DOUBLEPOST]*NOTICE FROM DORA*
After [BlessOfTheGods, V1.0.4], I will not be maintaining this plugin for a period of time mainly due to:
- Serving my nation (I will be only available on the weekend)
- Time constraint
Any developer is more than welcome to take over this and make it better for the community. -
Has anyone had any luck getting the permission commands to work? It keeps telling me command unknown whether I do it as "oxide.grant group admin ...." or "grant group admin...." and other variations won't work either
-
Can anyone update this file? Getting the Error while compiling BlessOfTheGods.cs(6,12): error CS0234: The type or namespace name `Xp' does not exist in the namespace `Rust'. Are you missing an assembly reference? message Thanks
-
-
Wulf Community Admin
-
ok thanks. shame about that as it was a really great one
-
Attached Files:
-
-
Thank you!
-
I uploaded, and when i try to Grant Group permissions, they don't exist it says.
So I re-upload and watch the Command console and this is what returns.
Error while compiling: BlessOfTheGods.cs(6,12): error CS0234: The type or namespace name `Xp' does not exist in the namespace `Rust'. Are you missing an assembly reference?
Any Ideas? -
[DOUBLEPOST=1490582875][/DOUBLEPOST]
[DOUBLEPOST=1490582912][/DOUBLEPOST] -
i'll try that.
ohh and i didn't delete the old config file just overwrite the .cs file -
is this still working on other servers? it is no longer working on my server
[DOUBLEPOST=1514740506][/DOUBLEPOST]nevermind, just got it working lol -
Thank you for this plugin
LANG/FR for itAttached Files:
-
-
with french special characters added :
Attached Files:
-