Jump to content

NooBlet

Creator
  • Posts

    1,438
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by NooBlet

  1. NooBlet

    NPC's not moving

    Changed Status from Pending to No Response
  2. NooBlet

    NPC's not moving

    This is not part of plugin. Ive seen certain seeds that does this . Or plugins like admin chinook . But this is not bc of this plugin
  3. NooBlet

    Autostart not working

    Changed Status from Pending to Closed
  4. NooBlet

    Autostart not working

    joined server and after 20min event spawned as expected. closing ticket
  5. NooBlet

    Autostart not working

    in my server my min is 4 and if there is more than 4 online at the time of the auto cycle then it does start
  6. NooBlet

    Autostart not working

    in dm . dont give your ip in public
  7. NooBlet

    Autostart not working

    give me your server ip so i can get pll in your server to see what happens
  8. NooBlet

    Autostart not working

    event will not start if req amount of players = or more than players online and within the time from plugin load between max and min time for cycle ... so as i see your min amount of player is 2 . do you have more tan 2 players online for the whole 30 to 35 min cycle? as i use this in my server aswell and it definitely auto starts if right amount of player is online when cycle comes by . i know this works . so what im asking is does your server meet the requirements at the time for this?
  9. Glad to help
  10. NooBlet

    Advance Vehicles

    craft is /Fuel an no only 2 items
  11. NooBlet

    Advance Vehicles

    alt look dont work as alt look is not done with player eyes ... so on helicopters you need to face pump . but with other vehicles the look is head look so with them you can
  12. NooBlet

    Advance Vehicles

    delete the config and reload the plugin and it will generate the config for you.....
  13. NooBlet

    Advance Vehicles

    ok delete your config . and reload plugin that will recreate the config as it should be ... then your old config just fill in the varibles from old config into new config .... if you use different settings
  14. NooBlet

    Advance Vehicles

    or just ref the defaults in description
  15. NooBlet

    Advance Vehicles

    backup your config and delete its right there in update notes , and message on plugin page right on top
  16. you can just google in c# how to do a smpt call . but this should be something like this : private void SendEmail(string recipientEmail, string messageBody) { string smtpHost = "your-local-smtp-server"; int smtpPort = 25; using (var smtpClient = new SmtpClient(smtpHost, smtpPort)) { smtpClient.UseDefaultCredentials = true; var mailMessage = new MailMessage { From = new MailAddress("[email protected]"), Subject = "Rust Server Notification", Body = messageBody, }; mailMessage.To.Add(recipientEmail); smtpClient.Send(mailMessage); } } but this is just a google search . not tested . so you prob need to test this a bit and tinker to get it to work
  17. no its not . but what you can do is this private class ConfigData { [JsonProperty(PropertyName = "Number of bears per square kilometer")] public int BearPopulation { get; set; } } and then your out put should look like this { "Number of bears per square kilometer": 2, }
  18. halloweendungeon.population "0" xmasdungeon.xmaspopulation "0" same as said above . with in console writecfg and add to settings.cfg now when the event time comes i just use 0.5
  19. yea talking about dungeons . if you have low pop (20 or so players .) setting the dungeon populations to like 0.5 should be fine thats what i do and it works fine . ppl get bored of them anyway in day or 2
  20. in my experience the entity count has a major factor to fps on server when it coms to lower server specs . instead of lowering map size . first try this . spawn.max_density 0.5 spawn.min_density 0.5 in server console and follow up with writecfg also make sure the top is also included in your settings.cfg then after restart you should load less entitys (animals ,ores, trees and collectables) as i see it with lower pop servers you dont need so much resources ... and this (atleast for us) jumpt our server fps from 50-60 up to 100 - 120. hope this helps
  21. NooBlet

    Heavy Rig

    check what the update does for you
  22. NooBlet

    Heavy Rig

    bc im assuming you have multiple oilrigs (like more than one small rig) so as i didnt have the mindset of custom maps that might do that when creating it , the check for that was never added . but none the less . check update 1.3.9 for the attempted fix for that . where there will be a check if the oilrig is the one the player is at . so that should fix your problem
  23. NooBlet

    Heavy Rig

    question ... proc map or custom ? @GooberGrape
  24. NooBlet

    not working

    and after
  25. NooBlet

    not working

    so is that message in console ? because i just change default in stead of 10 drop chance to 11 . saved it upload plugin and did event . when i was done . config did not reset and then i reloaded plugin and still didnot change
2.2m

Downloads

Total number of downloads.

10.1k

Customers

Total customers served.

146.2k

Files Sold

Total number of files sold.

3.1m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.