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
  1. 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
     
  2. true. i messed up that part.
     
  3. 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:
    1. Serving my nation (I will be only available on the weekend)
    2. Time constraint
    What I can promise you is that, if any bug rises due to new patch from Rust. I will quickly resolve them during my free time after I return from my national service. I cannot promise you any new features or better rng% for the blessings.

    Any developer is more than welcome to take over this and make it better for the community. :)
     
  4. 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
     
  5. 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
     
  6. Anyone?
     
  7. Wulf

    Wulf Community Admin

    There is a good bit of the plugin based on Rust's XP system, which doesn't exist anymore.
     
  8. ok thanks. shame about that as it was a really great one
     
  9. Hey there, I just pulled the XP system out of it. No God of War anymore. I had hoped the developer could still replace it with guns or something but oh well. Anyway see the attached file.
     

    Attached Files:

  10. Thank you!
     
  11. 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?
     
  12. did you delete your old config and then reload it?
    [DOUBLEPOST=1490582875][/DOUBLEPOST]
    or delete both and just do the new cs file as if it's a new upload.
    [DOUBLEPOST=1490582912][/DOUBLEPOST]
    http://oxidemod.org/attachments/blessofthegods-cs.31919/
     
  13. i'll try that.
    ohh and i didn't delete the old config file just overwrite the .cs file
     
  14. is this still working on other servers? it is no longer working on my server
    [DOUBLEPOST=1514740506][/DOUBLEPOST]nevermind, just got it working lol
     
  15. Thank you for this plugin :p
    LANG/FR for it
     

    Attached Files:

  16. with french special characters added :
     

    Attached Files: